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 a1dd5d3c4..8a3a6213b 100644 --- a/src/Spd.Utilities.Dynamics/Connected Services/OData Service/ConnectedService.json +++ b/src/Spd.Utilities.Dynamics/Connected Services/OData Service/ConnectedService.json @@ -1,42 +1,43 @@ { - "ProviderId": "Microsoft.OData.ConnectedService", - "Version": "1.1.0.0", - "GettingStartedDocument": { - "Uri": "http://odata.github.io/odata.net/" + "ProviderId": "Microsoft.OData.ConnectedService", + "Version": "1.1.0.0", + "GettingStartedDocument": { + "Uri": "http://odata.github.io/odata.net/" + }, + "ExtendedData": { + "EnableNamingAlias": false, + "IgnoreUnexpectedElementsAndAttributes": true, + "IncludeT4File": false, + "ExcludedOperationImports": [], + "ExcludedBoundOperations": [], + "OmitVersioningInfo": false, + "ServiceName": "OData Service", + "Endpoint": "https://spd-sparc.dev.jag.gov.bc.ca/api/data/v9.0/$metadata", + "EdmxVersion": { + "Major": 4, + "Minor": 0, + "Build": 0, + "Revision": 0, + "MajorRevision": 0, + "MinorRevision": 0 }, - "ExtendedData": { - "EnableNamingAlias": false, - "IgnoreUnexpectedElementsAndAttributes": true, - "IncludeT4File": false, - "ExcludedOperationImports": [], - "ExcludedBoundOperations": [], - "OmitVersioningInfo": false, - "ServiceName": "OData Service", - "Endpoint": "https://spd-sparc.dev.jag.gov.bc.ca/api/data/v9.0/$metadata", - "EdmxVersion": { - "Major": 4, - "Minor": 0, - "Build": 0, - "Revision": 0, - "MajorRevision": 0, - "MinorRevision": 0 - }, - "GeneratedFileNamePrefix": "Reference", - "UseNamespacePrefix": false, - "NamespacePrefix": null, - "UseDataServiceCollection": true, - "MakeTypesInternal": false, - "OpenGeneratedFilesInIDE": false, - "GenerateMultipleFiles": false, - "IncludeWebProxy": false, - "WebProxyHost": null, - "IncludeWebProxyNetworkCredentials": false, - "StoreWebProxyNetworkCredentials": false, - "WebProxyNetworkCredentialsUsername": null, - "WebProxyNetworkCredentialsPassword": null, - "WebProxyNetworkCredentialsDomain": null, - "IncludeCustomHeaders": true, - "StoreCustomHttpHeaders": false, - "ExcludedSchemaTypes": [] - } + "GeneratedFileNamePrefix": "Reference", + "UseNamespacePrefix": false, + "NamespacePrefix": null, + "UseDataServiceCollection": true, + "MakeTypesInternal": false, + "OpenGeneratedFilesInIDE": false, + "GenerateMultipleFiles": false, + "CustomHttpHeaders": null, + "IncludeWebProxy": false, + "WebProxyHost": null, + "IncludeWebProxyNetworkCredentials": false, + "StoreWebProxyNetworkCredentials": false, + "WebProxyNetworkCredentialsUsername": null, + "WebProxyNetworkCredentialsPassword": null, + "WebProxyNetworkCredentialsDomain": null, + "IncludeCustomHeaders": true, + "StoreCustomHttpHeaders": false, + "ExcludedSchemaTypes": [] + } } \ No newline at end of file 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 95d8e438c..041177b49 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 @@ -28997,7 +28997,6 @@ - @@ -29034,9 +29033,6 @@ - - - @@ -29723,9 +29719,7 @@ - - @@ -30834,7 +30828,6 @@ - @@ -52111,7 +52104,6 @@ - @@ -52645,7 +52637,6 @@ - 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 b56a2de13..6375ff22f 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: 2024-07-11 4:05:26 PM +// Generation date: 7/25/2024 9:28:19 AM namespace Microsoft.Dynamics.CRM { /// @@ -17477,27 +17477,27 @@ public static account Createaccount(global::Microsoft.Dynamics.CRM.principal own return account; } /// - /// There are no comments for Property spd_businessmanagersurname in the schema. + /// There are no comments for Property spd_maximumnumberofcontacts in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_businessmanagersurname + public virtual global::System.Nullable spd_maximumnumberofcontacts { get { - return this._spd_businessmanagersurname; + return this._spd_maximumnumberofcontacts; } set { - this.Onspd_businessmanagersurnameChanging(value); - this._spd_businessmanagersurname = value; - this.Onspd_businessmanagersurnameChanged(); - this.OnPropertyChanged("spd_businessmanagersurname"); + this.Onspd_maximumnumberofcontactsChanging(value); + this._spd_maximumnumberofcontacts = value; + this.Onspd_maximumnumberofcontactsChanged(); + this.OnPropertyChanged("spd_maximumnumberofcontacts"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_businessmanagersurname; - partial void Onspd_businessmanagersurnameChanging(string value); - partial void Onspd_businessmanagersurnameChanged(); + private global::System.Nullable _spd_maximumnumberofcontacts; + partial void Onspd_maximumnumberofcontactsChanging(global::System.Nullable value); + partial void Onspd_maximumnumberofcontactsChanged(); /// /// There are no comments for Property spd_businessmanageremail in the schema. /// @@ -17675,27 +17675,27 @@ public virtual string address1_name partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); partial void Onaddress2_addresstypecodeChanged(); /// - /// There are no comments for Property spd_jvprojectnumber in the schema. + /// There are no comments for Property donotpostalmail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_jvprojectnumber + public virtual global::System.Nullable donotpostalmail { get { - return this._spd_jvprojectnumber; + return this._donotpostalmail; } set { - this.Onspd_jvprojectnumberChanging(value); - this._spd_jvprojectnumber = value; - this.Onspd_jvprojectnumberChanged(); - this.OnPropertyChanged("spd_jvprojectnumber"); + this.OndonotpostalmailChanging(value); + this._donotpostalmail = value; + this.OndonotpostalmailChanged(); + this.OnPropertyChanged("donotpostalmail"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_jvprojectnumber; - partial void Onspd_jvprojectnumberChanging(string value); - partial void Onspd_jvprojectnumberChanged(); + private global::System.Nullable _donotpostalmail; + partial void OndonotpostalmailChanging(global::System.Nullable value); + partial void OndonotpostalmailChanged(); /// /// There are no comments for Property spd_needclearancesummary in the schema. /// @@ -17829,28 +17829,6 @@ public virtual string entityimage_url partial void Onentityimage_timestampChanging(global::System.Nullable value); partial void Onentityimage_timestampChanged(); /// - /// There are no comments for Property spd_caspartynumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_caspartynumber - { - get - { - return this._spd_caspartynumber; - } - set - { - this.Onspd_caspartynumberChanging(value); - this._spd_caspartynumber = value; - this.Onspd_caspartynumberChanged(); - this.OnPropertyChanged("spd_caspartynumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_caspartynumber; - partial void Onspd_caspartynumberChanging(string value); - partial void Onspd_caspartynumberChanged(); - /// /// There are no comments for Property telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -17873,50 +17851,6 @@ public virtual string telephone3 partial void Ontelephone3Changing(string value); partial void Ontelephone3Changed(); /// - /// There are no comments for Property opendeals in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable opendeals - { - get - { - return this._opendeals; - } - set - { - this.OnopendealsChanging(value); - this._opendeals = value; - this.OnopendealsChanged(); - this.OnPropertyChanged("opendeals"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _opendeals; - partial void OnopendealsChanging(global::System.Nullable value); - partial void OnopendealsChanged(); - /// - /// There are no comments for Property donotbulkpostalmail in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotbulkpostalmail - { - get - { - return this._donotbulkpostalmail; - } - set - { - this.OndonotbulkpostalmailChanging(value); - this._donotbulkpostalmail = value; - this.OndonotbulkpostalmailChanged(); - this.OnPropertyChanged("donotbulkpostalmail"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotbulkpostalmail; - partial void OndonotbulkpostalmailChanging(global::System.Nullable value); - partial void OndonotbulkpostalmailChanged(); - /// /// There are no comments for Property address1_freighttermscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -18489,6 +18423,28 @@ public virtual string address1_postofficebox partial void Onaddress1_postofficeboxChanging(string value); partial void Onaddress1_postofficeboxChanged(); /// + /// There are no comments for Property marketcap in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable marketcap + { + get + { + return this._marketcap; + } + set + { + this.OnmarketcapChanging(value); + this._marketcap = value; + this.OnmarketcapChanged(); + this.OnPropertyChanged("marketcap"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _marketcap; + partial void OnmarketcapChanging(global::System.Nullable value); + partial void OnmarketcapChanged(); + /// /// There are no comments for Property address1_telephone2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -18907,27 +18863,27 @@ public virtual string websiteurl partial void OnrevenueChanging(global::System.Nullable value); partial void OnrevenueChanged(); /// - /// There are no comments for Property telephone1 in the schema. + /// There are no comments for Property businesstypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string telephone1 + public virtual global::System.Nullable businesstypecode { get { - return this._telephone1; + return this._businesstypecode; } set { - this.Ontelephone1Changing(value); - this._telephone1 = value; - this.Ontelephone1Changed(); - this.OnPropertyChanged("telephone1"); + this.OnbusinesstypecodeChanging(value); + this._businesstypecode = value; + this.OnbusinesstypecodeChanged(); + this.OnPropertyChanged("businesstypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _telephone1; - partial void Ontelephone1Changing(string value); - partial void Ontelephone1Changed(); + private global::System.Nullable _businesstypecode; + partial void OnbusinesstypecodeChanging(global::System.Nullable value); + partial void OnbusinesstypecodeChanged(); /// /// There are no comments for Property merged in the schema. /// @@ -19017,6 +18973,28 @@ public virtual string address2_line1 partial void Onaddress2_line1Changing(string value); partial void Onaddress2_line1Changed(); /// + /// There are no comments for Property spd_caspartynumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_caspartynumber + { + get + { + return this._spd_caspartynumber; + } + set + { + this.Onspd_caspartynumberChanging(value); + this._spd_caspartynumber = value; + this.Onspd_caspartynumberChanged(); + this.OnPropertyChanged("spd_caspartynumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_caspartynumber; + partial void Onspd_caspartynumberChanging(string value); + partial void Onspd_caspartynumberChanged(); + /// /// There are no comments for Property paymenttermscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -19083,27 +19061,27 @@ public virtual string address1_stateorprovince partial void Onaddress1_stateorprovinceChanging(string value); partial void Onaddress1_stateorprovinceChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property spd_payerpreference in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable spd_payerpreference { get { - return this.__owningteam_value; + return this._spd_payerpreference; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.Onspd_payerpreferenceChanging(value); + this._spd_payerpreference = value; + this.Onspd_payerpreferenceChanged(); + this.OnPropertyChanged("spd_payerpreference"); } } [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::System.Nullable _spd_payerpreference; + partial void Onspd_payerpreferenceChanging(global::System.Nullable value); + partial void Onspd_payerpreferenceChanged(); /// /// There are no comments for Property lastonholdtime in the schema. /// @@ -19149,27 +19127,27 @@ public virtual string sic partial void OnsicChanging(string value); partial void OnsicChanged(); /// - /// There are no comments for Property marketcap in the schema. + /// There are no comments for Property address1_line2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable marketcap + public virtual string address1_line2 { get { - return this._marketcap; + return this._address1_line2; } set { - this.OnmarketcapChanging(value); - this._marketcap = value; - this.OnmarketcapChanged(); - this.OnPropertyChanged("marketcap"); + this.Onaddress1_line2Changing(value); + this._address1_line2 = value; + this.Onaddress1_line2Changed(); + this.OnPropertyChanged("address1_line2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _marketcap; - partial void OnmarketcapChanging(global::System.Nullable value); - partial void OnmarketcapChanged(); + private string _address1_line2; + partial void Onaddress1_line2Changing(string value); + partial void Onaddress1_line2Changed(); /// /// There are no comments for Property spd_orgguid in the schema. /// @@ -19215,28 +19193,6 @@ public virtual string spd_orgguid partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property address2_longitude in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_longitude - { - get - { - return this._address2_longitude; - } - set - { - this.Onaddress2_longitudeChanging(value); - this._address2_longitude = value; - this.Onaddress2_longitudeChanged(); - this.OnPropertyChanged("address2_longitude"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_longitude; - partial void Onaddress2_longitudeChanging(global::System.Nullable value); - partial void Onaddress2_longitudeChanged(); - /// /// There are no comments for Property creditlimit_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -19435,6 +19391,28 @@ public virtual string spd_businessmanagerphone partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// There are no comments for Property spd_businessmanagersurname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_businessmanagersurname + { + get + { + return this._spd_businessmanagersurname; + } + set + { + this.Onspd_businessmanagersurnameChanging(value); + this._spd_businessmanagersurname = value; + this.Onspd_businessmanagersurnameChanged(); + this.OnPropertyChanged("spd_businessmanagersurname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_businessmanagersurname; + partial void Onspd_businessmanagersurnameChanging(string value); + partial void Onspd_businessmanagersurnameChanged(); + /// /// There are no comments for Property donotfax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -19501,6 +19479,28 @@ public virtual string address1_county partial void OncustomersizecodeChanging(global::System.Nullable value); partial void OncustomersizecodeChanged(); /// + /// There are no comments for Property address2_postofficebox in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_postofficebox + { + get + { + return this._address2_postofficebox; + } + set + { + this.Onaddress2_postofficeboxChanging(value); + this._address2_postofficebox = value; + this.Onaddress2_postofficeboxChanged(); + this.OnPropertyChanged("address2_postofficebox"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_postofficebox; + partial void Onaddress2_postofficeboxChanging(string value); + partial void Onaddress2_postofficeboxChanged(); + /// /// There are no comments for Property marketingonly in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -19633,27 +19633,27 @@ public virtual string address2_composite partial void Onaddress2_compositeChanging(string value); partial void Onaddress2_compositeChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property address2_longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable address2_longitude { get { - return this._utcconversiontimezonecode; + return this._address2_longitude; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onaddress2_longitudeChanging(value); + this._address2_longitude = value; + this.Onaddress2_longitudeChanged(); + this.OnPropertyChanged("address2_longitude"); } } [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::System.Nullable _address2_longitude; + partial void Onaddress2_longitudeChanging(global::System.Nullable value); + partial void Onaddress2_longitudeChanged(); /// /// There are no comments for Property donotemail in the schema. /// @@ -19919,27 +19919,49 @@ public virtual string spd_bcbusinessaddresscity partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property businesstypecode in the schema. + /// There are no comments for Property opendeals_date in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable businesstypecode + public virtual global::System.Nullable opendeals_date { get { - return this._businesstypecode; + return this._opendeals_date; } set { - this.OnbusinesstypecodeChanging(value); - this._businesstypecode = value; - this.OnbusinesstypecodeChanged(); - this.OnPropertyChanged("businesstypecode"); + this.Onopendeals_dateChanging(value); + this._opendeals_date = value; + this.Onopendeals_dateChanged(); + this.OnPropertyChanged("opendeals_date"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _businesstypecode; - partial void OnbusinesstypecodeChanging(global::System.Nullable value); - partial void OnbusinesstypecodeChanged(); + private global::System.Nullable _opendeals_date; + partial void Onopendeals_dateChanging(global::System.Nullable value); + partial void Onopendeals_dateChanged(); + /// + /// There are no comments for Property spd_jvprojectnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_jvprojectnumber + { + get + { + return this._spd_jvprojectnumber; + } + set + { + this.Onspd_jvprojectnumberChanging(value); + this._spd_jvprojectnumber = value; + this.Onspd_jvprojectnumberChanged(); + this.OnPropertyChanged("spd_jvprojectnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_jvprojectnumber; + partial void Onspd_jvprojectnumberChanging(string value); + partial void Onspd_jvprojectnumberChanged(); /// /// There are no comments for Property donotsendmm in the schema. /// @@ -19963,27 +19985,27 @@ public virtual string spd_bcbusinessaddresscity partial void OndonotsendmmChanging(global::System.Nullable value); partial void OndonotsendmmChanged(); /// - /// There are no comments for Property opendeals_date in the schema. + /// There are no comments for Property address1_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable opendeals_date + public virtual string address1_postalcode { get { - return this._opendeals_date; + return this._address1_postalcode; } set { - this.Onopendeals_dateChanging(value); - this._opendeals_date = value; - this.Onopendeals_dateChanged(); - this.OnPropertyChanged("opendeals_date"); + this.Onaddress1_postalcodeChanging(value); + this._address1_postalcode = value; + this.Onaddress1_postalcodeChanged(); + this.OnPropertyChanged("address1_postalcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _opendeals_date; - partial void Onopendeals_dateChanging(global::System.Nullable value); - partial void Onopendeals_dateChanged(); + private string _address1_postalcode; + partial void Onaddress1_postalcodeChanging(string value); + partial void Onaddress1_postalcodeChanged(); /// /// There are no comments for Property traversedpath in the schema. /// @@ -20051,6 +20073,28 @@ public virtual string tickersymbol partial void OntickersymbolChanging(string value); partial void OntickersymbolChanged(); /// + /// There are no comments for Property address2_upszone in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_upszone + { + get + { + return this._address2_upszone; + } + set + { + this.Onaddress2_upszoneChanging(value); + this._address2_upszone = value; + this.Onaddress2_upszoneChanged(); + this.OnPropertyChanged("address2_upszone"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_upszone; + partial void Onaddress2_upszoneChanging(string value); + partial void Onaddress2_upszoneChanged(); + /// /// There are no comments for Property address2_telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -20271,6 +20315,28 @@ public virtual string spd_accesscode partial void Onrevenue_baseChanging(global::System.Nullable value); partial void Onrevenue_baseChanged(); /// + /// There are no comments for Property donotbulkpostalmail in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable donotbulkpostalmail + { + get + { + return this._donotbulkpostalmail; + } + set + { + this.OndonotbulkpostalmailChanging(value); + this._donotbulkpostalmail = value; + this.OndonotbulkpostalmailChanged(); + this.OnPropertyChanged("donotbulkpostalmail"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _donotbulkpostalmail; + partial void OndonotbulkpostalmailChanging(global::System.Nullable value); + partial void OndonotbulkpostalmailChanged(); + /// /// There are no comments for Property spd_bcbusinessaddressprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -20381,28 +20447,6 @@ public virtual string address1_telephone1 partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property address2_postofficebox in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_postofficebox - { - get - { - return this._address2_postofficebox; - } - set - { - this.Onaddress2_postofficeboxChanging(value); - this._address2_postofficebox = value; - this.Onaddress2_postofficeboxChanged(); - this.OnPropertyChanged("address2_postofficebox"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_postofficebox; - partial void Onaddress2_postofficeboxChanging(string value); - partial void Onaddress2_postofficeboxChanged(); - /// /// There are no comments for Property spd_workswith in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -20469,6 +20513,28 @@ public virtual string spd_businessmanagermiddlename1 partial void Onspd_businessmanagermiddlename1Changing(string value); partial void Onspd_businessmanagermiddlename1Changed(); /// + /// 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 exchangerate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -20557,28 +20623,6 @@ public virtual string spd_businessmanagermiddlename1 partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); partial void Onaddress2_shippingmethodcodeChanged(); /// - /// There are no comments for Property spd_payerpreference in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_payerpreference - { - get - { - return this._spd_payerpreference; - } - set - { - this.Onspd_payerpreferenceChanging(value); - this._spd_payerpreference = value; - this.Onspd_payerpreferenceChanged(); - this.OnPropertyChanged("spd_payerpreference"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_payerpreference; - partial void Onspd_payerpreferenceChanging(global::System.Nullable value); - partial void Onspd_payerpreferenceChanged(); - /// /// There are no comments for Property address2_line2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -20887,28 +20931,6 @@ public virtual string ftpsiteurl partial void OnaccountclassificationcodeChanging(global::System.Nullable value); partial void OnaccountclassificationcodeChanged(); /// - /// There are no comments for Property donotpostalmail in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotpostalmail - { - get - { - return this._donotpostalmail; - } - set - { - this.OndonotpostalmailChanging(value); - this._donotpostalmail = value; - this.OndonotpostalmailChanged(); - this.OnPropertyChanged("donotpostalmail"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotpostalmail; - partial void OndonotpostalmailChanging(global::System.Nullable value); - partial void OndonotpostalmailChanged(); - /// /// There are no comments for Property _preferredequipmentid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -21151,28 +21173,6 @@ public virtual string address2_fax partial void Onaddress2_faxChanging(string value); partial void Onaddress2_faxChanged(); /// - /// There are no comments for Property address1_postalcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_postalcode - { - get - { - return this._address1_postalcode; - } - set - { - this.Onaddress1_postalcodeChanging(value); - this._address1_postalcode = value; - this.Onaddress1_postalcodeChanged(); - this.OnPropertyChanged("address1_postalcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_postalcode; - partial void Onaddress1_postalcodeChanging(string value); - partial void Onaddress1_postalcodeChanged(); - /// /// There are no comments for Property aging60_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -21283,27 +21283,49 @@ public virtual string stockexchange partial void OnstockexchangeChanging(string value); partial void OnstockexchangeChanged(); /// - /// There are no comments for Property spd_allowgenericuploads in the schema. + /// There are no comments for Property telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_allowgenericuploads + public virtual string telephone1 { get { - return this._spd_allowgenericuploads; + return this._telephone1; } set { - this.Onspd_allowgenericuploadsChanging(value); - this._spd_allowgenericuploads = value; - this.Onspd_allowgenericuploadsChanged(); - this.OnPropertyChanged("spd_allowgenericuploads"); + this.Ontelephone1Changing(value); + this._telephone1 = value; + this.Ontelephone1Changed(); + this.OnPropertyChanged("telephone1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_allowgenericuploads; - partial void Onspd_allowgenericuploadsChanging(global::System.Nullable value); - partial void Onspd_allowgenericuploadsChanged(); + private string _telephone1; + partial void Ontelephone1Changing(string value); + partial void Ontelephone1Changed(); + /// + /// 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 address1_line3 in the schema. /// @@ -21437,28 +21459,6 @@ public virtual string spd_businessmanagerfirstname partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property address2_upszone in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_upszone - { - get - { - return this._address2_upszone; - } - set - { - this.Onaddress2_upszoneChanging(value); - this._address2_upszone = value; - this.Onaddress2_upszoneChanged(); - this.OnPropertyChanged("address2_upszone"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_upszone; - partial void Onaddress2_upszoneChanging(string value); - partial void Onaddress2_upszoneChanged(); - /// /// There are no comments for Property address2_telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -21635,49 +21635,49 @@ public virtual string spd_orgportalinvlink partial void Onspd_orgportalinvlinkChanging(string value); partial void Onspd_orgportalinvlinkChanged(); /// - /// There are no comments for Property spd_maximumnumberofcontacts in the schema. + /// There are no comments for Property address2_utcoffset in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_maximumnumberofcontacts + public virtual global::System.Nullable address2_utcoffset { get { - return this._spd_maximumnumberofcontacts; + return this._address2_utcoffset; } set { - this.Onspd_maximumnumberofcontactsChanging(value); - this._spd_maximumnumberofcontacts = value; - this.Onspd_maximumnumberofcontactsChanged(); - this.OnPropertyChanged("spd_maximumnumberofcontacts"); + this.Onaddress2_utcoffsetChanging(value); + this._address2_utcoffset = value; + this.Onaddress2_utcoffsetChanged(); + this.OnPropertyChanged("address2_utcoffset"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_maximumnumberofcontacts; - partial void Onspd_maximumnumberofcontactsChanging(global::System.Nullable value); - partial void Onspd_maximumnumberofcontactsChanged(); + private global::System.Nullable _address2_utcoffset; + partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); + partial void Onaddress2_utcoffsetChanged(); /// - /// There are no comments for Property address2_utcoffset in the schema. + /// There are no comments for Property spd_allowgenericuploads in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_utcoffset + public virtual global::System.Nullable spd_allowgenericuploads { get { - return this._address2_utcoffset; + return this._spd_allowgenericuploads; } set { - this.Onaddress2_utcoffsetChanging(value); - this._address2_utcoffset = value; - this.Onaddress2_utcoffsetChanged(); - this.OnPropertyChanged("address2_utcoffset"); + this.Onspd_allowgenericuploadsChanging(value); + this._spd_allowgenericuploads = value; + this.Onspd_allowgenericuploadsChanged(); + this.OnPropertyChanged("spd_allowgenericuploads"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_utcoffset; - partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); - partial void Onaddress2_utcoffsetChanged(); + private global::System.Nullable _spd_allowgenericuploads; + partial void Onspd_allowgenericuploadsChanging(global::System.Nullable value); + partial void Onspd_allowgenericuploadsChanged(); /// /// There are no comments for Property emailaddress1 in the schema. /// @@ -21701,27 +21701,27 @@ public virtual string emailaddress1 partial void Onemailaddress1Changing(string value); partial void Onemailaddress1Changed(); /// - /// There are no comments for Property address1_line2 in the schema. + /// There are no comments for Property opendeals in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_line2 + public virtual global::System.Nullable opendeals { get { - return this._address1_line2; + return this._opendeals; } set { - this.Onaddress1_line2Changing(value); - this._address1_line2 = value; - this.Onaddress1_line2Changed(); - this.OnPropertyChanged("address1_line2"); + this.OnopendealsChanging(value); + this._opendeals = value; + this.OnopendealsChanged(); + this.OnPropertyChanged("opendeals"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_line2; - partial void Onaddress1_line2Changing(string value); - partial void Onaddress1_line2Changed(); + private global::System.Nullable _opendeals; + partial void OnopendealsChanging(global::System.Nullable value); + partial void OnopendealsChanged(); /// /// There are no comments for Property address2_stateorprovince in the schema. /// @@ -24555,6 +24555,28 @@ public static aciviewmapper Createaciviewmapper(global::Microsoft.Dynamics.CRM.s 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -24621,28 +24643,6 @@ public static aciviewmapper Createaciviewmapper(global::Microsoft.Dynamics.CRM.s partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -24731,6 +24731,28 @@ public static aciviewmapper Createaciviewmapper(global::Microsoft.Dynamics.CRM.s partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// + /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -24797,28 +24819,6 @@ public virtual string webapplicationendpoint partial void OnwebapplicationendpointChanging(string value); partial void OnwebapplicationendpointChanged(); /// - /// 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 aciviewmapperid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -25580,27 +25580,27 @@ public static actioncard Createactioncard(global::Microsoft.Dynamics.CRM.letter return actioncard; } /// - /// There are no comments for Property expirydate 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 expirydate + public virtual global::System.Nullable createdon { get { - return this._expirydate; + return this._createdon; } set { - this.OnexpirydateChanging(value); - this._expirydate = value; - this.OnexpirydateChanged(); - this.OnPropertyChanged("expirydate"); + 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 _expirydate; - partial void OnexpirydateChanging(global::System.Nullable value); - partial void OnexpirydateChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property msdyn_actioncardregardingid in the schema. /// @@ -25800,28 +25800,6 @@ public virtual string parentregardingobjectiddata partial void OnparentregardingobjectiddataChanging(string value); partial void OnparentregardingobjectiddataChanged(); /// - /// 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 source in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -26020,72 +25998,6 @@ public virtual string description partial void OnstateChanging(global::System.Nullable value); partial void OnstateChanged(); /// - /// There are no comments for Property _parentregardingobjectid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentregardingobjectid_value - { - get - { - return this.__parentregardingobjectid_value; - } - set - { - this.On_parentregardingobjectid_valueChanging(value); - this.__parentregardingobjectid_value = value; - this.On_parentregardingobjectid_valueChanged(); - this.OnPropertyChanged("_parentregardingobjectid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentregardingobjectid_value; - partial void On_parentregardingobjectid_valueChanging(global::System.Nullable value); - partial void On_parentregardingobjectid_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 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 startdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -26108,6 +26020,94 @@ public virtual string description partial void OnstartdateChanging(global::System.Nullable value); partial void OnstartdateChanged(); /// + /// There are no comments for Property _parentregardingobjectid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _parentregardingobjectid_value + { + get + { + return this.__parentregardingobjectid_value; + } + set + { + this.On_parentregardingobjectid_valueChanging(value); + this.__parentregardingobjectid_value = value; + this.On_parentregardingobjectid_valueChanged(); + this.OnPropertyChanged("_parentregardingobjectid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __parentregardingobjectid_value; + partial void On_parentregardingobjectid_valueChanging(global::System.Nullable value); + partial void On_parentregardingobjectid_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 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 expirydate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable expirydate + { + get + { + return this._expirydate; + } + set + { + this.OnexpirydateChanging(value); + this._expirydate = value; + this.OnexpirydateChanged(); + this.OnPropertyChanged("expirydate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _expirydate; + partial void OnexpirydateChanging(global::System.Nullable value); + partial void OnexpirydateChanged(); + /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -27554,27 +27554,71 @@ public static activitymimeattachment Createactivitymimeattachment(global::Micros partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable overwritetime { get { - return this._versionnumber; + return this._overwritetime; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [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::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// + /// There are no comments for Property subject in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string subject + { + get + { + return this._subject; + } + set + { + this.OnsubjectChanging(value); + this._subject = value; + this.OnsubjectChanged(); + this.OnPropertyChanged("subject"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _subject; + partial void OnsubjectChanging(string value); + partial void OnsubjectChanged(); + /// + /// There are no comments for Property filename in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string filename + { + get + { + return this._filename; + } + set + { + this.OnfilenameChanging(value); + this._filename = value; + this.OnfilenameChanged(); + this.OnPropertyChanged("filename"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _filename; + partial void OnfilenameChanging(string value); + partial void OnfilenameChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -27598,71 +27642,93 @@ public static activitymimeattachment Createactivitymimeattachment(global::Micros partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property subject in the schema. + /// There are no comments for Property activitymimeattachmentidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string subject + public virtual global::System.Nullable activitymimeattachmentidunique { get { - return this._subject; + return this._activitymimeattachmentidunique; } set { - this.OnsubjectChanging(value); - this._subject = value; - this.OnsubjectChanged(); - this.OnPropertyChanged("subject"); + this.OnactivitymimeattachmentiduniqueChanging(value); + this._activitymimeattachmentidunique = value; + this.OnactivitymimeattachmentiduniqueChanged(); + this.OnPropertyChanged("activitymimeattachmentidunique"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _subject; - partial void OnsubjectChanging(string value); - partial void OnsubjectChanged(); + private global::System.Nullable _activitymimeattachmentidunique; + partial void OnactivitymimeattachmentiduniqueChanging(global::System.Nullable value); + partial void OnactivitymimeattachmentiduniqueChanged(); /// - /// There are no comments for Property filesize in the schema. + /// 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 filesize + public virtual global::System.Nullable _owninguser_value { get { - return this._filesize; + return this.__owninguser_value; } set { - this.OnfilesizeChanging(value); - this._filesize = value; - this.OnfilesizeChanged(); - this.OnPropertyChanged("filesize"); + 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 _filesize; - partial void OnfilesizeChanging(global::System.Nullable value); - partial void OnfilesizeChanged(); + 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 isfollowed in the schema. + /// 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 isfollowed + public virtual global::System.Nullable versionnumber { get { - return this._isfollowed; + return this._versionnumber; } set { - this.OnisfollowedChanging(value); - this._isfollowed = value; - this.OnisfollowedChanged(); - this.OnPropertyChanged("isfollowed"); + 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 _isfollowed; - partial void OnisfollowedChanging(global::System.Nullable value); - partial void OnisfollowedChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// There are no comments for Property filesize in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable filesize + { + get + { + return this._filesize; + } + set + { + this.OnfilesizeChanging(value); + this._filesize = value; + this.OnfilesizeChanged(); + this.OnPropertyChanged("filesize"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _filesize; + partial void OnfilesizeChanging(global::System.Nullable value); + partial void OnfilesizeChanged(); /// /// There are no comments for Property ismanaged in the schema. /// @@ -27708,28 +27774,6 @@ public virtual string subject partial void OnactivitymimeattachmentidChanging(global::System.Nullable value); partial void OnactivitymimeattachmentidChanged(); /// - /// 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 attachmentcontentid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -27840,28 +27884,6 @@ public virtual string objecttypecode partial void On_objectid_valueChanging(global::System.Nullable value); partial void On_objectid_valueChanged(); /// - /// There are no comments for Property activitymimeattachmentidunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable activitymimeattachmentidunique - { - get - { - return this._activitymimeattachmentidunique; - } - set - { - this.OnactivitymimeattachmentiduniqueChanging(value); - this._activitymimeattachmentidunique = value; - this.OnactivitymimeattachmentiduniqueChanged(); - this.OnPropertyChanged("activitymimeattachmentidunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _activitymimeattachmentidunique; - partial void OnactivitymimeattachmentiduniqueChanging(global::System.Nullable value); - partial void OnactivitymimeattachmentiduniqueChanged(); - /// /// There are no comments for Property mimetype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -27884,49 +27906,49 @@ public virtual string mimetype partial void OnmimetypeChanging(string value); partial void OnmimetypeChanged(); /// - /// There are no comments for Property activitysubject in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string activitysubject + public virtual global::System.Nullable solutionid { get { - return this._activitysubject; + return this._solutionid; } set { - this.OnactivitysubjectChanging(value); - this._activitysubject = value; - this.OnactivitysubjectChanged(); - this.OnPropertyChanged("activitysubject"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _activitysubject; - partial void OnactivitysubjectChanging(string value); - partial void OnactivitysubjectChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property activitysubject in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual string activitysubject { get { - return this._solutionid; + return this._activitysubject; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnactivitysubjectChanging(value); + this._activitysubject = value; + this.OnactivitysubjectChanged(); + this.OnPropertyChanged("activitysubject"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private string _activitysubject; + partial void OnactivitysubjectChanging(string value); + partial void OnactivitysubjectChanged(); /// /// There are no comments for Property attachmentnumber in the schema. /// @@ -27972,27 +27994,27 @@ public virtual string anonymouslink partial void OnanonymouslinkChanging(string value); partial void OnanonymouslinkChanged(); /// - /// There are no comments for Property filename in the schema. + /// There are no comments for Property isfollowed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string filename + public virtual global::System.Nullable isfollowed { get { - return this._filename; + return this._isfollowed; } set { - this.OnfilenameChanging(value); - this._filename = value; - this.OnfilenameChanged(); - this.OnPropertyChanged("filename"); + this.OnisfollowedChanging(value); + this._isfollowed = value; + this.OnisfollowedChanged(); + this.OnPropertyChanged("isfollowed"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _filename; - partial void OnfilenameChanging(string value); - partial void OnfilenameChanged(); + private global::System.Nullable _isfollowed; + partial void OnisfollowedChanging(global::System.Nullable value); + partial void OnisfollowedChanged(); /// /// There are no comments for Property body in the schema. /// @@ -28038,28 +28060,6 @@ public virtual byte[] body_binary partial void Onbody_binaryChanging(byte[] value); partial void Onbody_binaryChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property ActivityMimeAttachment_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -28754,6 +28754,28 @@ public static activitymonitor Createactivitymonitor(global::Microsoft.Dynamics.C partial void OnentitlementcheckChanging(global::System.Nullable value); partial void OnentitlementcheckChanged(); /// + /// There are no comments for Property currentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable currentstate + { + get + { + return this._currentstate; + } + set + { + this.OncurrentstateChanging(value); + this._currentstate = value; + this.OncurrentstateChanged(); + this.OnPropertyChanged("currentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _currentstate; + partial void OncurrentstateChanging(global::System.Nullable value); + partial void OncurrentstateChanged(); + /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -28798,27 +28820,27 @@ public virtual string name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property _monitoredactivityitemid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable _monitoredactivityitemid_value { get { - return this.__modifiedonbehalfby_value; + return this.__monitoredactivityitemid_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.On_monitoredactivityitemid_valueChanging(value); + this.__monitoredactivityitemid_value = value; + this.On_monitoredactivityitemid_valueChanged(); + this.OnPropertyChanged("_monitoredactivityitemid_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(); + private global::System.Nullable __monitoredactivityitemid_value; + partial void On_monitoredactivityitemid_valueChanging(global::System.Nullable value); + partial void On_monitoredactivityitemid_valueChanged(); /// /// There are no comments for Property _ruleid_value in the schema. /// @@ -28842,27 +28864,27 @@ public virtual string name partial void On_ruleid_valueChanging(global::System.Nullable value); partial void On_ruleid_valueChanged(); /// - /// There are no comments for Property _monitoredactivityitemid_value in the schema. + /// 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 _monitoredactivityitemid_value + public virtual global::System.Nullable modifiedon { get { - return this.__monitoredactivityitemid_value; + return this._modifiedon; } set { - this.On_monitoredactivityitemid_valueChanging(value); - this.__monitoredactivityitemid_value = value; - this.On_monitoredactivityitemid_valueChanged(); - this.OnPropertyChanged("_monitoredactivityitemid_value"); + 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 __monitoredactivityitemid_value; - partial void On_monitoredactivityitemid_valueChanging(global::System.Nullable value); - partial void On_monitoredactivityitemid_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -28908,49 +28930,49 @@ public virtual string name partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable createdon { get { - return this._modifiedon; + return this._createdon; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property createdon 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 createdon + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._createdon; + return this.__createdonbehalfby_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + 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 overriddencreatedon in the schema. /// @@ -28974,49 +28996,49 @@ public virtual string name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property advancedsettings in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string advancedsettings { get { - return this.__createdonbehalfby_value; + return this._advancedsettings; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnadvancedsettingsChanging(value); + this._advancedsettings = value; + this.OnadvancedsettingsChanged(); + this.OnPropertyChanged("advancedsettings"); } } [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 string _advancedsettings; + partial void OnadvancedsettingsChanging(string value); + partial void OnadvancedsettingsChanged(); /// - /// There are no comments for Property advancedsettings in the schema. + /// There are no comments for Property _conditionid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string advancedsettings + public virtual global::System.Nullable _conditionid_value { get { - return this._advancedsettings; + return this.__conditionid_value; } set { - this.OnadvancedsettingsChanging(value); - this._advancedsettings = value; - this.OnadvancedsettingsChanged(); - this.OnPropertyChanged("advancedsettings"); + this.On_conditionid_valueChanging(value); + this.__conditionid_value = value; + this.On_conditionid_valueChanged(); + this.OnPropertyChanged("_conditionid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _advancedsettings; - partial void OnadvancedsettingsChanging(string value); - partial void OnadvancedsettingsChanged(); + private global::System.Nullable __conditionid_value; + partial void On_conditionid_valueChanging(global::System.Nullable value); + partial void On_conditionid_valueChanged(); /// /// There are no comments for Property _owningteam_value in the schema. /// @@ -29062,49 +29084,49 @@ public virtual string advancedsettings partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__owninguser_value; + return this.__modifiedonbehalfby_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 currentstate in the schema. + /// 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 currentstate + public virtual global::System.Nullable _owninguser_value { get { - return this._currentstate; + return this.__owninguser_value; } set { - this.OncurrentstateChanging(value); - this._currentstate = value; - this.OncurrentstateChanged(); - this.OnPropertyChanged("currentstate"); + 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 _currentstate; - partial void OncurrentstateChanging(global::System.Nullable value); - partial void OncurrentstateChanged(); + 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 _ownerid_value in the schema. /// @@ -29216,28 +29238,6 @@ public virtual string advancedsettings partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property contactcreatedbyrule in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable contactcreatedbyrule - { - get - { - return this._contactcreatedbyrule; - } - set - { - this.OncontactcreatedbyruleChanging(value); - this._contactcreatedbyrule = value; - this.OncontactcreatedbyruleChanged(); - this.OnPropertyChanged("contactcreatedbyrule"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _contactcreatedbyrule; - partial void OncontactcreatedbyruleChanging(global::System.Nullable value); - partial void OncontactcreatedbyruleChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -29260,28 +29260,6 @@ public virtual string advancedsettings partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _conditionid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _conditionid_value - { - get - { - return this.__conditionid_value; - } - set - { - this.On_conditionid_valueChanging(value); - this.__conditionid_value = value; - this.On_conditionid_valueChanged(); - this.OnPropertyChanged("_conditionid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __conditionid_value; - partial void On_conditionid_valueChanging(global::System.Nullable value); - partial void On_conditionid_valueChanged(); - /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -29326,6 +29304,28 @@ public virtual string advancedsettings partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property contactcreatedbyrule in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable contactcreatedbyrule + { + get + { + return this._contactcreatedbyrule; + } + set + { + this.OncontactcreatedbyruleChanging(value); + this._contactcreatedbyrule = value; + this.OncontactcreatedbyruleChanged(); + this.OnPropertyChanged("contactcreatedbyrule"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _contactcreatedbyrule; + partial void OncontactcreatedbyruleChanging(global::System.Nullable value); + partial void OncontactcreatedbyruleChanged(); + /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -30770,49 +30770,49 @@ public static activityparty Createactivityparty(global::Microsoft.Dynamics.CRM.r partial void OnaddressusedemailcolumnnumberChanging(global::System.Nullable value); partial void OnaddressusedemailcolumnnumberChanged(); /// - /// There are no comments for Property scheduledend in the schema. + /// There are no comments for Property effort in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable scheduledend + public virtual global::System.Nullable effort { get { - return this._scheduledend; + return this._effort; } set { - this.OnscheduledendChanging(value); - this._scheduledend = value; - this.OnscheduledendChanged(); - this.OnPropertyChanged("scheduledend"); + this.OneffortChanging(value); + this._effort = value; + this.OneffortChanged(); + this.OnPropertyChanged("effort"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _scheduledend; - partial void OnscheduledendChanging(global::System.Nullable value); - partial void OnscheduledendChanged(); + private global::System.Nullable _effort; + partial void OneffortChanging(global::System.Nullable value); + partial void OneffortChanged(); /// - /// There are no comments for Property effort in the schema. + /// 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 effort + public virtual global::System.Nullable _ownerid_value { get { - return this._effort; + return this.__ownerid_value; } set { - this.OneffortChanging(value); - this._effort = value; - this.OneffortChanged(); - this.OnPropertyChanged("effort"); + 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 _effort; - partial void OneffortChanging(global::System.Nullable value); - partial void OneffortChanged(); + 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 instancetypecode in the schema. /// @@ -30902,27 +30902,49 @@ public virtual string addressused partial void OnscheduledstartChanging(global::System.Nullable value); partial void OnscheduledstartChanged(); /// - /// There are no comments for Property _partyid_value in the schema. + /// There are no comments for Property scheduledend in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _partyid_value + public virtual global::System.Nullable scheduledend { get { - return this.__partyid_value; + return this._scheduledend; } set { - this.On_partyid_valueChanging(value); - this.__partyid_value = value; - this.On_partyid_valueChanged(); - this.OnPropertyChanged("_partyid_value"); + this.OnscheduledendChanging(value); + this._scheduledend = value; + this.OnscheduledendChanged(); + this.OnPropertyChanged("scheduledend"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __partyid_value; - partial void On_partyid_valueChanging(global::System.Nullable value); - partial void On_partyid_valueChanged(); + private global::System.Nullable _scheduledend; + partial void OnscheduledendChanging(global::System.Nullable value); + partial void OnscheduledendChanged(); + /// + /// There are no comments for Property donotemail in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable donotemail + { + get + { + return this._donotemail; + } + set + { + this.OndonotemailChanging(value); + this._donotemail = value; + this.OndonotemailChanged(); + this.OnPropertyChanged("donotemail"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _donotemail; + partial void OndonotemailChanging(global::System.Nullable value); + partial void OndonotemailChanged(); /// /// There are no comments for Property _resourcespecid_value in the schema. /// @@ -30946,27 +30968,27 @@ public virtual string addressused partial void On_resourcespecid_valueChanging(global::System.Nullable value); partial void On_resourcespecid_valueChanged(); /// - /// There are no comments for Property _activityid_value in the schema. + /// There are no comments for Property _partyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _activityid_value + public virtual global::System.Nullable _partyid_value { get { - return this.__activityid_value; + return this.__partyid_value; } set { - this.On_activityid_valueChanging(value); - this.__activityid_value = value; - this.On_activityid_valueChanged(); - this.OnPropertyChanged("_activityid_value"); + this.On_partyid_valueChanging(value); + this.__partyid_value = value; + this.On_partyid_valueChanged(); + this.OnPropertyChanged("_partyid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __activityid_value; - partial void On_activityid_valueChanging(global::System.Nullable value); - partial void On_activityid_valueChanged(); + private global::System.Nullable __partyid_value; + partial void On_partyid_valueChanging(global::System.Nullable value); + partial void On_partyid_valueChanged(); /// /// There are no comments for Property exchangeentryid in the schema. /// @@ -30990,6 +31012,28 @@ public virtual string exchangeentryid partial void OnexchangeentryidChanging(string value); partial void OnexchangeentryidChanged(); /// + /// There are no comments for Property _activityid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _activityid_value + { + get + { + return this.__activityid_value; + } + set + { + this.On_activityid_valueChanging(value); + this.__activityid_value = value; + this.On_activityid_valueChanged(); + this.OnPropertyChanged("_activityid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __activityid_value; + partial void On_activityid_valueChanging(global::System.Nullable value); + partial void On_activityid_valueChanged(); + /// /// There are no comments for Property donotphone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -31012,6 +31056,94 @@ public virtual string exchangeentryid partial void OndonotphoneChanging(global::System.Nullable value); partial void OndonotphoneChanged(); /// + /// There are no comments for Property participationtypemask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable participationtypemask + { + get + { + return this._participationtypemask; + } + set + { + this.OnparticipationtypemaskChanging(value); + this._participationtypemask = value; + this.OnparticipationtypemaskChanged(); + this.OnPropertyChanged("participationtypemask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _participationtypemask; + partial void OnparticipationtypemaskChanging(global::System.Nullable value); + partial void OnparticipationtypemaskChanged(); + /// + /// There are no comments for Property donotpostalmail in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable donotpostalmail + { + get + { + return this._donotpostalmail; + } + set + { + this.OndonotpostalmailChanging(value); + this._donotpostalmail = value; + this.OndonotpostalmailChanged(); + this.OnPropertyChanged("donotpostalmail"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _donotpostalmail; + partial void OndonotpostalmailChanging(global::System.Nullable value); + partial void OndonotpostalmailChanged(); + /// + /// There are no comments for Property activitypartyid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable activitypartyid + { + get + { + return this._activitypartyid; + } + set + { + this.OnactivitypartyidChanging(value); + this._activitypartyid = value; + this.OnactivitypartyidChanged(); + this.OnPropertyChanged("activitypartyid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _activitypartyid; + partial void OnactivitypartyidChanging(global::System.Nullable value); + partial void OnactivitypartyidChanged(); + /// + /// There are no comments for Property ispartydeleted in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ispartydeleted + { + get + { + return this._ispartydeleted; + } + set + { + this.OnispartydeletedChanging(value); + this._ispartydeleted = value; + this.OnispartydeletedChanged(); + this.OnPropertyChanged("ispartydeleted"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ispartydeleted; + partial void OnispartydeletedChanging(global::System.Nullable value); + partial void OnispartydeletedChanged(); + /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -31034,138 +31166,6 @@ public virtual string exchangeentryid partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property participationtypemask in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable participationtypemask - { - get - { - return this._participationtypemask; - } - set - { - this.OnparticipationtypemaskChanging(value); - this._participationtypemask = value; - this.OnparticipationtypemaskChanged(); - this.OnPropertyChanged("participationtypemask"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _participationtypemask; - partial void OnparticipationtypemaskChanging(global::System.Nullable value); - partial void OnparticipationtypemaskChanged(); - /// - /// There are no comments for Property ispartydeleted in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispartydeleted - { - get - { - return this._ispartydeleted; - } - set - { - this.OnispartydeletedChanging(value); - this._ispartydeleted = value; - this.OnispartydeletedChanged(); - this.OnPropertyChanged("ispartydeleted"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispartydeleted; - partial void OnispartydeletedChanging(global::System.Nullable value); - partial void OnispartydeletedChanged(); - /// - /// 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 donotpostalmail in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotpostalmail - { - get - { - return this._donotpostalmail; - } - set - { - this.OndonotpostalmailChanging(value); - this._donotpostalmail = value; - this.OndonotpostalmailChanged(); - this.OnPropertyChanged("donotpostalmail"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotpostalmail; - partial void OndonotpostalmailChanging(global::System.Nullable value); - partial void OndonotpostalmailChanged(); - /// - /// There are no comments for Property activitypartyid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable activitypartyid - { - get - { - return this._activitypartyid; - } - set - { - this.OnactivitypartyidChanging(value); - this._activitypartyid = value; - this.OnactivitypartyidChanged(); - this.OnPropertyChanged("activitypartyid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _activitypartyid; - partial void OnactivitypartyidChanging(global::System.Nullable value); - partial void OnactivitypartyidChanged(); - /// - /// There are no comments for Property donotemail in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotemail - { - get - { - return this._donotemail; - } - set - { - this.OndonotemailChanging(value); - this._donotemail = value; - this.OndonotemailChanged(); - this.OnPropertyChanged("donotemail"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotemail; - partial void OndonotemailChanging(global::System.Nullable value); - partial void OndonotemailChanged(); - /// /// There are no comments for Property ActivityParty_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -33499,49 +33499,49 @@ public virtual string exchangeitemid partial void OnexchangeitemidChanging(string value); partial void OnexchangeitemidChanged(); /// - /// There are no comments for Property ismapiprivate in the schema. + /// There are no comments for Property _slainvokedid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismapiprivate + public virtual global::System.Nullable _slainvokedid_value { get { - return this._ismapiprivate; + return this.__slainvokedid_value; } set { - this.OnismapiprivateChanging(value); - this._ismapiprivate = value; - this.OnismapiprivateChanged(); - this.OnPropertyChanged("ismapiprivate"); + this.On_slainvokedid_valueChanging(value); + this.__slainvokedid_value = value; + this.On_slainvokedid_valueChanged(); + this.OnPropertyChanged("_slainvokedid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismapiprivate; - partial void OnismapiprivateChanging(global::System.Nullable value); - partial void OnismapiprivateChanged(); + private global::System.Nullable __slainvokedid_value; + partial void On_slainvokedid_valueChanging(global::System.Nullable value); + partial void On_slainvokedid_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._createdon; + return this._timezoneruleversionnumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property seriesid in the schema. /// @@ -33565,49 +33565,27 @@ public virtual string exchangeitemid partial void OnseriesidChanging(global::System.Nullable value); partial void OnseriesidChanged(); /// - /// There are no comments for Property leftvoicemail in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable leftvoicemail - { - get - { - return this._leftvoicemail; - } - set - { - this.OnleftvoicemailChanging(value); - this._leftvoicemail = value; - this.OnleftvoicemailChanged(); - this.OnPropertyChanged("leftvoicemail"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _leftvoicemail; - partial void OnleftvoicemailChanging(global::System.Nullable value); - partial void OnleftvoicemailChanged(); - /// - /// There are no comments for Property deliverylastattemptedon in the schema. + /// There are no comments for Property subject in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable deliverylastattemptedon + public virtual string subject { get { - return this._deliverylastattemptedon; + return this._subject; } set { - this.OndeliverylastattemptedonChanging(value); - this._deliverylastattemptedon = value; - this.OndeliverylastattemptedonChanged(); - this.OnPropertyChanged("deliverylastattemptedon"); + this.OnsubjectChanging(value); + this._subject = value; + this.OnsubjectChanged(); + this.OnPropertyChanged("subject"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _deliverylastattemptedon; - partial void OndeliverylastattemptedonChanging(global::System.Nullable value); - partial void OndeliverylastattemptedonChanged(); + private string _subject; + partial void OnsubjectChanging(string value); + partial void OnsubjectChanged(); /// /// There are no comments for Property isbilled in the schema. /// @@ -33631,49 +33609,49 @@ public virtual string exchangeitemid partial void OnisbilledChanging(global::System.Nullable value); partial void OnisbilledChanged(); /// - /// There are no comments for Property isworkflowcreated in the schema. + /// There are no comments for Property _sendermailboxid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isworkflowcreated + public virtual global::System.Nullable _sendermailboxid_value { get { - return this._isworkflowcreated; + return this.__sendermailboxid_value; } set { - this.OnisworkflowcreatedChanging(value); - this._isworkflowcreated = value; - this.OnisworkflowcreatedChanged(); - this.OnPropertyChanged("isworkflowcreated"); + this.On_sendermailboxid_valueChanging(value); + this.__sendermailboxid_value = value; + this.On_sendermailboxid_valueChanged(); + this.OnPropertyChanged("_sendermailboxid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isworkflowcreated; - partial void OnisworkflowcreatedChanging(global::System.Nullable value); - partial void OnisworkflowcreatedChanged(); + private global::System.Nullable __sendermailboxid_value; + partial void On_sendermailboxid_valueChanging(global::System.Nullable value); + partial void On_sendermailboxid_valueChanged(); /// - /// There are no comments for Property _sendermailboxid_value in the schema. + /// There are no comments for Property isregularactivity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _sendermailboxid_value + public virtual global::System.Nullable isregularactivity { get { - return this.__sendermailboxid_value; + return this._isregularactivity; } set { - this.On_sendermailboxid_valueChanging(value); - this.__sendermailboxid_value = value; - this.On_sendermailboxid_valueChanged(); - this.OnPropertyChanged("_sendermailboxid_value"); + this.OnisregularactivityChanging(value); + this._isregularactivity = value; + this.OnisregularactivityChanged(); + this.OnPropertyChanged("isregularactivity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __sendermailboxid_value; - partial void On_sendermailboxid_valueChanging(global::System.Nullable value); - partial void On_sendermailboxid_valueChanged(); + private global::System.Nullable _isregularactivity; + partial void OnisregularactivityChanging(global::System.Nullable value); + partial void OnisregularactivityChanged(); /// /// There are no comments for Property description in the schema. /// @@ -33697,27 +33675,27 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property _serviceid_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 _serviceid_value + public virtual global::System.Nullable createdon { get { - return this.__serviceid_value; + return this._createdon; } set { - this.On_serviceid_valueChanging(value); - this.__serviceid_value = value; - this.On_serviceid_valueChanged(); - this.OnPropertyChanged("_serviceid_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 __serviceid_value; - partial void On_serviceid_valueChanging(global::System.Nullable value); - partial void On_serviceid_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property onholdtime in the schema. /// @@ -33785,49 +33763,49 @@ public virtual string description partial void OncommunityChanging(global::System.Nullable value); partial void OncommunityChanged(); /// - /// There are no comments for Property activityid in the schema. + /// There are no comments for Property deliverylastattemptedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable activityid + public virtual global::System.Nullable deliverylastattemptedon { get { - return this._activityid; + return this._deliverylastattemptedon; } set { - this.OnactivityidChanging(value); - this._activityid = value; - this.OnactivityidChanged(); - this.OnPropertyChanged("activityid"); + this.OndeliverylastattemptedonChanging(value); + this._deliverylastattemptedon = value; + this.OndeliverylastattemptedonChanged(); + this.OnPropertyChanged("deliverylastattemptedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _activityid; - partial void OnactivityidChanging(global::System.Nullable value); - partial void OnactivityidChanged(); + private global::System.Nullable _deliverylastattemptedon; + partial void OndeliverylastattemptedonChanging(global::System.Nullable value); + partial void OndeliverylastattemptedonChanged(); /// - /// There are no comments for Property sortdate 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 sortdate + public virtual global::System.Nullable _createdby_value { get { - return this._sortdate; + return this.__createdby_value; } set { - this.OnsortdateChanging(value); - this._sortdate = value; - this.OnsortdateChanged(); - this.OnPropertyChanged("sortdate"); + 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 _sortdate; - partial void OnsortdateChanging(global::System.Nullable value); - partial void OnsortdateChanged(); + 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 instancetypecode in the schema. /// @@ -33851,27 +33829,27 @@ public virtual string description partial void OninstancetypecodeChanging(global::System.Nullable value); partial void OninstancetypecodeChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property leftvoicemail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable leftvoicemail { get { - return this._timezoneruleversionnumber; + return this._leftvoicemail; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OnleftvoicemailChanging(value); + this._leftvoicemail = value; + this.OnleftvoicemailChanged(); + this.OnPropertyChanged("leftvoicemail"); } } [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::System.Nullable _leftvoicemail; + partial void OnleftvoicemailChanging(global::System.Nullable value); + partial void OnleftvoicemailChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -33917,28 +33895,6 @@ public virtual string description partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_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 processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -34005,6 +33961,28 @@ public virtual string description partial void OnprioritycodeChanging(global::System.Nullable value); partial void OnprioritycodeChanged(); /// + /// There are no comments for Property _serviceid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _serviceid_value + { + get + { + return this.__serviceid_value; + } + set + { + this.On_serviceid_valueChanging(value); + this.__serviceid_value = value; + this.On_serviceid_valueChanged(); + this.OnPropertyChanged("_serviceid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __serviceid_value; + partial void On_serviceid_valueChanging(global::System.Nullable value); + partial void On_serviceid_valueChanged(); + /// /// There are no comments for Property _slaid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -34027,49 +34005,49 @@ public virtual string description partial void On_slaid_valueChanging(global::System.Nullable value); partial void On_slaid_valueChanged(); /// - /// There are no comments for Property stageid in the schema. + /// There are no comments for Property ismapiprivate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid + public virtual global::System.Nullable ismapiprivate { get { - return this._stageid; + return this._ismapiprivate; } set { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); + this.OnismapiprivateChanging(value); + this._ismapiprivate = value; + this.OnismapiprivateChanged(); + this.OnPropertyChanged("ismapiprivate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); + private global::System.Nullable _ismapiprivate; + partial void OnismapiprivateChanging(global::System.Nullable value); + partial void OnismapiprivateChanged(); /// - /// There are no comments for Property actualstart in the schema. + /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable actualstart + public virtual global::System.Nullable stageid { get { - return this._actualstart; + return this._stageid; } set { - this.OnactualstartChanging(value); - this._actualstart = value; - this.OnactualstartChanged(); - this.OnPropertyChanged("actualstart"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _actualstart; - partial void OnactualstartChanging(global::System.Nullable value); - partial void OnactualstartChanged(); + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// @@ -34093,6 +34071,28 @@ public virtual string description partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// + /// There are no comments for Property _regardingobjectid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _regardingobjectid_value + { + get + { + return this.__regardingobjectid_value; + } + set + { + this.On_regardingobjectid_valueChanging(value); + this.__regardingobjectid_value = value; + this.On_regardingobjectid_valueChanged(); + this.OnPropertyChanged("_regardingobjectid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __regardingobjectid_value; + partial void On_regardingobjectid_valueChanging(global::System.Nullable value); + partial void On_regardingobjectid_valueChanged(); + /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -34181,27 +34181,27 @@ public virtual string exchangeweblink partial void OnscheduleddurationminutesChanging(global::System.Nullable value); partial void OnscheduleddurationminutesChanged(); /// - /// There are no comments for Property _regardingobjectid_value in the schema. + /// There are no comments for Property actualdurationminutes in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _regardingobjectid_value + public virtual global::System.Nullable actualdurationminutes { get { - return this.__regardingobjectid_value; + return this._actualdurationminutes; } set { - this.On_regardingobjectid_valueChanging(value); - this.__regardingobjectid_value = value; - this.On_regardingobjectid_valueChanged(); - this.OnPropertyChanged("_regardingobjectid_value"); + this.OnactualdurationminutesChanging(value); + this._actualdurationminutes = value; + this.OnactualdurationminutesChanged(); + this.OnPropertyChanged("actualdurationminutes"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __regardingobjectid_value; - partial void On_regardingobjectid_valueChanging(global::System.Nullable value); - partial void On_regardingobjectid_valueChanged(); + private global::System.Nullable _actualdurationminutes; + partial void OnactualdurationminutesChanging(global::System.Nullable value); + partial void OnactualdurationminutesChanged(); /// /// There are no comments for Property senton in the schema. /// @@ -34247,49 +34247,71 @@ public virtual string exchangeweblink partial void OnscheduledstartChanging(global::System.Nullable value); partial void OnscheduledstartChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property sortdate 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 sortdate { get { - return this._statecode; + return this._sortdate; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.OnsortdateChanging(value); + this._sortdate = value; + this.OnsortdateChanged(); + this.OnPropertyChanged("sortdate"); } } [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 _sortdate; + partial void OnsortdateChanging(global::System.Nullable value); + partial void OnsortdateChanged(); /// - /// There are no comments for Property subject in the schema. + /// There are no comments for Property actualstart in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string subject + public virtual global::System.Nullable actualstart { get { - return this._subject; + return this._actualstart; } set { - this.OnsubjectChanging(value); - this._subject = value; - this.OnsubjectChanged(); - this.OnPropertyChanged("subject"); + this.OnactualstartChanging(value); + this._actualstart = value; + this.OnactualstartChanged(); + this.OnPropertyChanged("actualstart"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _subject; - partial void OnsubjectChanging(string value); - partial void OnsubjectChanged(); + private global::System.Nullable _actualstart; + partial void OnactualstartChanging(global::System.Nullable value); + partial void OnactualstartChanged(); + /// + /// 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 postponeactivityprocessinguntil in the schema. /// @@ -34357,27 +34379,27 @@ public virtual string subject partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property isregularactivity in the schema. + /// 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 isregularactivity + public virtual global::System.Nullable versionnumber { get { - return this._isregularactivity; + return this._versionnumber; } set { - this.OnisregularactivityChanging(value); - this._isregularactivity = value; - this.OnisregularactivityChanged(); - this.OnPropertyChanged("isregularactivity"); + 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 _isregularactivity; - partial void OnisregularactivityChanging(global::System.Nullable value); - partial void OnisregularactivityChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property deliveryprioritycode in the schema. /// @@ -34401,27 +34423,27 @@ public virtual string subject partial void OndeliveryprioritycodeChanging(global::System.Nullable value); partial void OndeliveryprioritycodeChanged(); /// - /// There are no comments for Property actualdurationminutes in the schema. + /// There are no comments for Property activityadditionalparams in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable actualdurationminutes + public virtual string activityadditionalparams { get { - return this._actualdurationminutes; + return this._activityadditionalparams; } set { - this.OnactualdurationminutesChanging(value); - this._actualdurationminutes = value; - this.OnactualdurationminutesChanged(); - this.OnPropertyChanged("actualdurationminutes"); + this.OnactivityadditionalparamsChanging(value); + this._activityadditionalparams = value; + this.OnactivityadditionalparamsChanged(); + this.OnPropertyChanged("activityadditionalparams"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _actualdurationminutes; - partial void OnactualdurationminutesChanging(global::System.Nullable value); - partial void OnactualdurationminutesChanged(); + private string _activityadditionalparams; + partial void OnactivityadditionalparamsChanging(string value); + partial void OnactivityadditionalparamsChanged(); /// /// There are no comments for Property traversedpath in the schema. /// @@ -34445,27 +34467,27 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property activityid 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 activityid { get { - return this.__createdby_value; + return this._activityid; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnactivityidChanging(value); + this._activityid = value; + this.OnactivityidChanged(); + this.OnPropertyChanged("activityid"); } } [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 _activityid; + partial void OnactivityidChanging(global::System.Nullable value); + partial void OnactivityidChanged(); /// /// There are no comments for Property activitytypecode in the schema. /// @@ -34489,27 +34511,27 @@ public virtual string activitytypecode partial void OnactivitytypecodeChanging(string value); partial void OnactivitytypecodeChanged(); /// - /// There are no comments for Property activityadditionalparams in the schema. + /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string activityadditionalparams + public virtual global::System.Nullable _ownerid_value { get { - return this._activityadditionalparams; + return this.__ownerid_value; } set { - this.OnactivityadditionalparamsChanging(value); - this._activityadditionalparams = value; - this.OnactivityadditionalparamsChanged(); - this.OnPropertyChanged("activityadditionalparams"); + 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 string _activityadditionalparams; - partial void OnactivityadditionalparamsChanging(string value); - partial void OnactivityadditionalparamsChanged(); + 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 modifiedon in the schema. /// @@ -34533,49 +34555,27 @@ public virtual string activityadditionalparams partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 _slainvokedid_value in the schema. + /// There are no comments for Property isworkflowcreated in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _slainvokedid_value + public virtual global::System.Nullable isworkflowcreated { get { - return this.__slainvokedid_value; + return this._isworkflowcreated; } set { - this.On_slainvokedid_valueChanging(value); - this.__slainvokedid_value = value; - this.On_slainvokedid_valueChanged(); - this.OnPropertyChanged("_slainvokedid_value"); + this.OnisworkflowcreatedChanging(value); + this._isworkflowcreated = value; + this.OnisworkflowcreatedChanged(); + this.OnPropertyChanged("isworkflowcreated"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __slainvokedid_value; - partial void On_slainvokedid_valueChanging(global::System.Nullable value); - partial void On_slainvokedid_valueChanged(); + private global::System.Nullable _isworkflowcreated; + partial void OnisworkflowcreatedChanging(global::System.Nullable value); + partial void OnisworkflowcreatedChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -37691,6 +37691,27 @@ public annotationSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for objectid_spd_complaint in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_complaintSingle objectid_spd_complaint + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._objectid_spd_complaint == null)) + { + this._objectid_spd_complaint = new global::Microsoft.Dynamics.CRM.spd_complaintSingle(this.Context, GetPath("objectid_spd_complaint")); + } + return this._objectid_spd_complaint; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_complaintSingle _objectid_spd_complaint; } /// /// There are no comments for annotation in the schema. @@ -37773,6 +37794,7 @@ public partial class annotation : crmbaseentity /// Initial value of objectid_msdyn_aiodimage. /// Initial value of objectid_msdyn_playbookinstance. /// Initial value of objectid_msdyn_playbooktemplate. + /// Initial value of objectid_spd_complaint. [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, @@ -37841,7 +37863,8 @@ public static annotation Createannotation(global::Microsoft.Dynamics.CRM.knowled global::Microsoft.Dynamics.CRM.msdyn_aifptrainingdocument objectid_msdyn_aifptrainingdocument, 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.msdyn_playbooktemplate objectid_msdyn_playbooktemplate, + global::Microsoft.Dynamics.CRM.spd_complaint objectid_spd_complaint) { annotation annotation = new annotation(); if ((objectid_knowledgearticle == null)) @@ -38184,30 +38207,35 @@ public static annotation Createannotation(global::Microsoft.Dynamics.CRM.knowled throw new global::System.ArgumentNullException("objectid_msdyn_playbooktemplate"); } annotation.objectid_msdyn_playbooktemplate = objectid_msdyn_playbooktemplate; + if ((objectid_spd_complaint == null)) + { + throw new global::System.ArgumentNullException("objectid_spd_complaint"); + } + annotation.objectid_spd_complaint = objectid_spd_complaint; return annotation; } /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._importsequencenumber; + return this.__modifiedonbehalfby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 _modifiedby_value in the schema. /// @@ -38275,49 +38303,49 @@ public virtual string notetext partial void OnnotetextChanging(string value); partial void OnnotetextChanged(); /// - /// There are no comments for Property _objectid_value in the schema. + /// 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 _objectid_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__objectid_value; + return this._overriddencreatedon; } set { - this.On_objectid_valueChanging(value); - this.__objectid_value = value; - this.On_objectid_valueChanged(); - this.OnPropertyChanged("_objectid_value"); + 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 __objectid_value; - partial void On_objectid_valueChanging(global::System.Nullable value); - partial void On_objectid_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property objecttypecode in the schema. + /// There are no comments for Property _objectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string objecttypecode + public virtual global::System.Nullable _objectid_value { get { - return this._objecttypecode; + return this.__objectid_value; } set { - this.OnobjecttypecodeChanging(value); - this._objecttypecode = value; - this.OnobjecttypecodeChanged(); - this.OnPropertyChanged("objecttypecode"); + this.On_objectid_valueChanging(value); + this.__objectid_value = value; + this.On_objectid_valueChanged(); + this.OnPropertyChanged("_objectid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _objecttypecode; - partial void OnobjecttypecodeChanging(string value); - partial void OnobjecttypecodeChanged(); + private global::System.Nullable __objectid_value; + partial void On_objectid_valueChanging(global::System.Nullable value); + partial void On_objectid_valueChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -38341,6 +38369,28 @@ public virtual string objecttypecode partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// There are no comments for Property stepid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string stepid + { + get + { + return this._stepid; + } + set + { + this.OnstepidChanging(value); + this._stepid = value; + this.OnstepidChanged(); + this.OnPropertyChanged("stepid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _stepid; + partial void OnstepidChanging(string value); + partial void OnstepidChanged(); + /// /// There are no comments for Property filesize in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -38407,49 +38457,27 @@ public virtual string mimetype partial void OnmimetypeChanging(string value); partial void OnmimetypeChanged(); /// - /// 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. + /// There are no comments for Property objecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual string objecttypecode { get { - return this.__createdby_value; + return this._objecttypecode; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnobjecttypecodeChanging(value); + this._objecttypecode = value; + this.OnobjecttypecodeChanged(); + this.OnPropertyChanged("objecttypecode"); } } [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 string _objecttypecode; + partial void OnobjecttypecodeChanging(string value); + partial void OnobjecttypecodeChanged(); /// /// There are no comments for Property prefix in the schema. /// @@ -38517,28 +38545,6 @@ public virtual string prefix partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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 langid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -38605,49 +38611,71 @@ public virtual byte[] documentbody_binary partial void Ondocumentbody_binaryChanging(byte[] value); partial void Ondocumentbody_binaryChanged(); /// - /// There are no comments for Property isdocument 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 isdocument + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._isdocument; + return this.__createdonbehalfby_value; } set { - this.OnisdocumentChanging(value); - this._isdocument = value; - this.OnisdocumentChanged(); - this.OnPropertyChanged("isdocument"); + 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 _isdocument; - partial void OnisdocumentChanging(global::System.Nullable value); - partial void OnisdocumentChanged(); + 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 _owningteam_value in the schema. + /// There are no comments for Property subject in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual string subject { get { - return this.__owningteam_value; + return this._subject; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.OnsubjectChanging(value); + this._subject = value; + this.OnsubjectChanged(); + this.OnPropertyChanged("subject"); } } [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 string _subject; + partial void OnsubjectChanging(string value); + partial void OnsubjectChanged(); + /// + /// There are no comments for Property isdocument in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isdocument + { + get + { + return this._isdocument; + } + set + { + this.OnisdocumentChanging(value); + this._isdocument = value; + this.OnisdocumentChanged(); + this.OnPropertyChanged("isdocument"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isdocument; + partial void OnisdocumentChanging(global::System.Nullable value); + partial void OnisdocumentChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -38693,93 +38721,93 @@ public virtual byte[] documentbody_binary partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property stepid in the schema. + /// There are no comments for Property _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string stepid + public virtual global::System.Nullable _owningteam_value { get { - return this._stepid; + return this.__owningteam_value; } set { - this.OnstepidChanging(value); - this._stepid = value; - this.OnstepidChanged(); - this.OnPropertyChanged("stepid"); + 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 string _stepid; - partial void OnstepidChanging(string value); - partial void OnstepidChanged(); + 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 filename in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string filename + public virtual global::System.Nullable importsequencenumber { get { - return this._filename; + return this._importsequencenumber; } set { - this.OnfilenameChanging(value); - this._filename = value; - this.OnfilenameChanged(); - this.OnPropertyChanged("filename"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _filename; - partial void OnfilenameChanging(string value); - partial void OnfilenameChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property filename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string filename { get { - return this._overriddencreatedon; + return this._filename; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OnfilenameChanging(value); + this._filename = value; + this.OnfilenameChanged(); + this.OnPropertyChanged("filename"); } } [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 string _filename; + partial void OnfilenameChanging(string value); + partial void OnfilenameChanged(); /// - /// There are no comments for Property subject 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 string subject + public virtual global::System.Nullable _createdby_value { get { - return this._subject; + return this.__createdby_value; } set { - this.OnsubjectChanging(value); - this._subject = value; - this.OnsubjectChanged(); - this.OnPropertyChanged("subject"); + 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 string _subject; - partial void OnsubjectChanging(string value); - partial void OnsubjectChanged(); + 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 objectid_knowledgearticle in the schema. /// @@ -40432,6 +40460,29 @@ public virtual string subject private global::Microsoft.Dynamics.CRM.msdyn_playbooktemplate _objectid_msdyn_playbooktemplate; partial void Onobjectid_msdyn_playbooktemplateChanging(global::Microsoft.Dynamics.CRM.msdyn_playbooktemplate value); partial void Onobjectid_msdyn_playbooktemplateChanged(); + /// + /// There are no comments for Property objectid_spd_complaint in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "objectid_spd_complaint is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_complaint objectid_spd_complaint + { + get + { + return this._objectid_spd_complaint; + } + set + { + this.Onobjectid_spd_complaintChanging(value); + this._objectid_spd_complaint = value; + this.Onobjectid_spd_complaintChanged(); + this.OnPropertyChanged("objectid_spd_complaint"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + 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 annualfiscalcalendarSingle in the schema. @@ -40818,6 +40869,28 @@ public static annualfiscalcalendar Createannualfiscalcalendar(global::Microsoft. partial void On_businessunitid_valueChanging(global::System.Nullable value); partial void On_businessunitid_valueChanged(); /// + /// There are no comments for Property userfiscalcalendarid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable userfiscalcalendarid + { + get + { + return this._userfiscalcalendarid; + } + set + { + this.OnuserfiscalcalendaridChanging(value); + this._userfiscalcalendarid = value; + this.OnuserfiscalcalendaridChanged(); + this.OnPropertyChanged("userfiscalcalendarid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _userfiscalcalendarid; + partial void OnuserfiscalcalendaridChanging(global::System.Nullable value); + partial void OnuserfiscalcalendaridChanged(); + /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -40862,28 +40935,6 @@ public static annualfiscalcalendar Createannualfiscalcalendar(global::Microsoft. partial void On_salespersonid_valueChanging(global::System.Nullable value); partial void On_salespersonid_valueChanged(); /// - /// There are no comments for Property fiscalperiodtype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable fiscalperiodtype - { - get - { - return this._fiscalperiodtype; - } - set - { - this.OnfiscalperiodtypeChanging(value); - this._fiscalperiodtype = value; - this.OnfiscalperiodtypeChanged(); - this.OnPropertyChanged("fiscalperiodtype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _fiscalperiodtype; - partial void OnfiscalperiodtypeChanging(global::System.Nullable value); - partial void OnfiscalperiodtypeChanged(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -40906,49 +40957,49 @@ public static annualfiscalcalendar Createannualfiscalcalendar(global::Microsoft. partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property fiscalperiodtype 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 fiscalperiodtype { get { - return this.__createdonbehalfby_value; + return this._fiscalperiodtype; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnfiscalperiodtypeChanging(value); + this._fiscalperiodtype = value; + this.OnfiscalperiodtypeChanged(); + this.OnPropertyChanged("fiscalperiodtype"); } } [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 _fiscalperiodtype; + partial void OnfiscalperiodtypeChanging(global::System.Nullable value); + partial void OnfiscalperiodtypeChanged(); /// - /// There are no comments for Property userfiscalcalendarid 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 userfiscalcalendarid + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._userfiscalcalendarid; + return this.__createdonbehalfby_value; } set { - this.OnuserfiscalcalendaridChanging(value); - this._userfiscalcalendarid = value; - this.OnuserfiscalcalendaridChanged(); - this.OnPropertyChanged("userfiscalcalendarid"); + 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 _userfiscalcalendarid; - partial void OnuserfiscalcalendaridChanging(global::System.Nullable value); - partial void OnuserfiscalcalendaridChanged(); + 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 utcconversiontimezonecode in the schema. /// @@ -41503,6 +41554,28 @@ public static appconfiginstance Createappconfiginstance(global::Microsoft.Dynami partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -41525,27 +41598,27 @@ public static appconfiginstance Createappconfiginstance(global::Microsoft.Dynami partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property appconfiginstanceidunique in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable appconfiginstanceidunique + public virtual global::System.Nullable componentstate { get { - return this._appconfiginstanceidunique; + return this._componentstate; } set { - this.OnappconfiginstanceiduniqueChanging(value); - this._appconfiginstanceidunique = value; - this.OnappconfiginstanceiduniqueChanged(); - this.OnPropertyChanged("appconfiginstanceidunique"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _appconfiginstanceidunique; - partial void OnappconfiginstanceiduniqueChanging(global::System.Nullable value); - partial void OnappconfiginstanceiduniqueChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -41591,28 +41664,6 @@ public static appconfiginstance Createappconfiginstance(global::Microsoft.Dynami partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// 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 appconfiginstanceid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -41679,6 +41730,28 @@ public static appconfiginstance Createappconfiginstance(global::Microsoft.Dynami partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// + /// 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 componenttype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -41745,28 +41818,6 @@ public virtual string componenttype partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// /// There are no comments for Property objectid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -41811,28 +41862,6 @@ public virtual string componenttype partial void OnappconfigiduniqueChanging(global::System.Nullable value); partial void OnappconfigiduniqueChanged(); /// - /// There are no comments for Property introducedversion in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion - { - get - { - return this._introducedversion; - } - set - { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); - /// /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -41877,28 +41906,6 @@ public virtual string introducedversion partial void On_appconfigid_valueChanging(global::System.Nullable value); partial void On_appconfigid_valueChanged(); /// - /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -41943,6 +41950,50 @@ public virtual string value partial void OnvalueChanging(string value); partial void OnvalueChanged(); /// + /// There are no comments for Property appconfiginstanceidunique in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable appconfiginstanceidunique + { + get + { + return this._appconfiginstanceidunique; + } + set + { + this.OnappconfiginstanceiduniqueChanging(value); + this._appconfiginstanceidunique = value; + this.OnappconfiginstanceiduniqueChanged(); + this.OnPropertyChanged("appconfiginstanceidunique"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _appconfiginstanceidunique; + partial void OnappconfiginstanceiduniqueChanging(global::System.Nullable value); + partial void OnappconfiginstanceiduniqueChanged(); + /// + /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -43166,6 +43217,94 @@ public static appconfig Createappconfig(global::Microsoft.Dynamics.CRM.appmodule partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// + /// 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 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 ismanaged in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ismanaged + { + get + { + return this._ismanaged; + } + set + { + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); + /// + /// 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 _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -43188,94 +43327,6 @@ public static appconfig Createappconfig(global::Microsoft.Dynamics.CRM.appmodule partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_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 ismanaged in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged - { - get - { - return this._ismanaged; - } - set - { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); - /// - /// There are no comments for Property appconfigimportxml in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string appconfigimportxml - { - get - { - return this._appconfigimportxml; - } - set - { - this.OnappconfigimportxmlChanging(value); - this._appconfigimportxml = value; - this.OnappconfigimportxmlChanged(); - this.OnPropertyChanged("appconfigimportxml"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _appconfigimportxml; - partial void OnappconfigimportxmlChanging(string value); - partial void OnappconfigimportxmlChanged(); - /// - /// There are no comments for Property appconfigidunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable appconfigidunique - { - get - { - return this._appconfigidunique; - } - set - { - this.OnappconfigiduniqueChanging(value); - this._appconfigidunique = value; - this.OnappconfigiduniqueChanged(); - this.OnPropertyChanged("appconfigidunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _appconfigidunique; - partial void OnappconfigiduniqueChanging(global::System.Nullable value); - partial void OnappconfigiduniqueChanged(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -43342,6 +43393,28 @@ public virtual string appconfigimportxml partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property appconfigimportxml in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string appconfigimportxml + { + get + { + return this._appconfigimportxml; + } + set + { + this.OnappconfigimportxmlChanging(value); + this._appconfigimportxml = value; + this.OnappconfigimportxmlChanged(); + this.OnPropertyChanged("appconfigimportxml"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _appconfigimportxml; + partial void OnappconfigimportxmlChanging(string value); + partial void OnappconfigimportxmlChanged(); + /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -43386,27 +43459,27 @@ public virtual string appconfigimportxml partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property appconfigidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable appconfigidunique { get { - return this._importsequencenumber; + return this._appconfigidunique; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OnappconfigiduniqueChanging(value); + this._appconfigidunique = value; + this.OnappconfigiduniqueChanged(); + this.OnPropertyChanged("appconfigidunique"); } } [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(); + private global::System.Nullable _appconfigidunique; + partial void OnappconfigiduniqueChanging(global::System.Nullable value); + partial void OnappconfigiduniqueChanged(); /// /// There are no comments for Property introducedversion in the schema. /// @@ -43474,28 +43547,6 @@ public virtual string introducedversion partial void On_appmoduleid_valueChanging(global::System.Nullable value); partial void On_appmoduleid_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 appconfigid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -43955,6 +44006,28 @@ public static appmodulecomponent Createappmodulecomponent(global::Microsoft.Dyna return appmodulecomponent; } /// + /// 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 overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -44219,28 +44292,6 @@ public virtual string introducedversion partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 isdefault in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -44589,27 +44640,27 @@ public partial class appmoduleroles : crmbaseentity partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property appmoduleroleidunique in the schema. + /// There are no comments for Property introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable appmoduleroleidunique + public virtual string introducedversion { get { - return this._appmoduleroleidunique; + return this._introducedversion; } set { - this.OnappmoduleroleiduniqueChanging(value); - this._appmoduleroleidunique = value; - this.OnappmoduleroleiduniqueChanged(); - this.OnPropertyChanged("appmoduleroleidunique"); + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _appmoduleroleidunique; - partial void OnappmoduleroleiduniqueChanging(global::System.Nullable value); - partial void OnappmoduleroleiduniqueChanged(); + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -44633,28 +44684,6 @@ public partial class appmoduleroles : crmbaseentity partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property ismanaged in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged - { - get - { - return this._ismanaged; - } - set - { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); - /// /// There are no comments for Property _appmoduleid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -44699,27 +44728,27 @@ public partial class appmoduleroles : crmbaseentity partial void On_roleid_valueChanging(global::System.Nullable value); partial void On_roleid_valueChanged(); /// - /// There are no comments for Property introducedversion in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable ismanaged { get { - return this._introducedversion; + return this._ismanaged; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property appmoduleroleid in the schema. /// @@ -44743,6 +44772,28 @@ public virtual string introducedversion partial void OnappmoduleroleidChanging(global::System.Nullable value); partial void OnappmoduleroleidChanged(); /// + /// There are no comments for Property appmoduleroleidunique in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable appmoduleroleidunique + { + get + { + return this._appmoduleroleidunique; + } + set + { + this.OnappmoduleroleiduniqueChanging(value); + this._appmoduleroleidunique = value; + this.OnappmoduleroleiduniqueChanged(); + this.OnPropertyChanged("appmoduleroleidunique"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _appmoduleroleidunique; + partial void OnappmoduleroleiduniqueChanging(global::System.Nullable value); + partial void OnappmoduleroleiduniqueChanged(); + /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -45148,28 +45199,6 @@ public virtual string uniquename partial void OnuniquenameChanging(string value); partial void OnuniquenameChanged(); /// - /// There are no comments for Property componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -45192,28 +45221,6 @@ public virtual string uniquename partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property publishedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable publishedon - { - get - { - return this._publishedon; - } - set - { - this.OnpublishedonChanging(value); - this._publishedon = value; - this.OnpublishedonChanged(); - this.OnPropertyChanged("publishedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _publishedon; - partial void OnpublishedonChanging(global::System.Nullable value); - partial void OnpublishedonChanged(); - /// /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -45434,27 +45441,49 @@ public virtual string appmoduleversion partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property isfeatured 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 isfeatured { get { - return this._statecode; + return this._isfeatured; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.OnisfeaturedChanging(value); + this._isfeatured = value; + this.OnisfeaturedChanged(); + this.OnPropertyChanged("isfeatured"); } } [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 _isfeatured; + partial void OnisfeaturedChanging(global::System.Nullable value); + partial void OnisfeaturedChanged(); + /// + /// There are no comments for Property _publisherid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _publisherid_value + { + get + { + return this.__publisherid_value; + } + set + { + this.On_publisherid_valueChanging(value); + this.__publisherid_value = value; + this.On_publisherid_valueChanged(); + this.OnPropertyChanged("_publisherid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __publisherid_value; + partial void On_publisherid_valueChanging(global::System.Nullable value); + partial void On_publisherid_valueChanged(); /// /// There are no comments for Property ismanaged in the schema. /// @@ -45522,6 +45551,50 @@ public virtual string appmoduleversion partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property solutionid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable solutionid + { + get + { + return this._solutionid; + } + set + { + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); + /// + /// 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 introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -45676,49 +45749,27 @@ public virtual string name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property solutionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid - { - get - { - return this._solutionid; - } - set - { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); - /// - /// There are no comments for Property isfeatured in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isfeatured + public virtual global::System.Nullable componentstate { get { - return this._isfeatured; + return this._componentstate; } set { - this.OnisfeaturedChanging(value); - this._isfeatured = value; - this.OnisfeaturedChanged(); - this.OnPropertyChanged("isfeatured"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isfeatured; - partial void OnisfeaturedChanging(global::System.Nullable value); - partial void OnisfeaturedChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property description in the schema. /// @@ -45786,27 +45837,27 @@ public virtual string eventhandlers partial void OneventhandlersChanging(string value); partial void OneventhandlersChanged(); /// - /// There are no comments for Property _publisherid_value in the schema. + /// There are no comments for Property publishedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _publisherid_value + public virtual global::System.Nullable publishedon { get { - return this.__publisherid_value; + return this._publishedon; } set { - this.On_publisherid_valueChanging(value); - this.__publisherid_value = value; - this.On_publisherid_valueChanged(); - this.OnPropertyChanged("_publisherid_value"); + this.OnpublishedonChanging(value); + this._publishedon = value; + this.OnpublishedonChanged(); + this.OnPropertyChanged("publishedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __publisherid_value; - partial void On_publisherid_valueChanging(global::System.Nullable value); - partial void On_publisherid_valueChanged(); + private global::System.Nullable _publishedon; + partial void OnpublishedonChanging(global::System.Nullable value); + partial void OnpublishedonChanged(); /// /// There are no comments for Property optimizedfor in the schema. /// @@ -49461,6 +49512,28 @@ public virtual string category partial void OncategoryChanging(string value); partial void OncategoryChanged(); /// + /// There are no comments for Property outlookownerapptid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable outlookownerapptid + { + get + { + return this._outlookownerapptid; + } + set + { + this.OnoutlookownerapptidChanging(value); + this._outlookownerapptid = value; + this.OnoutlookownerapptidChanged(); + this.OnPropertyChanged("outlookownerapptid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _outlookownerapptid; + partial void OnoutlookownerapptidChanging(global::System.Nullable value); + partial void OnoutlookownerapptidChanged(); + /// /// There are no comments for Property isdraft in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -49505,6 +49578,28 @@ public virtual string location partial void OnlocationChanging(string value); partial void OnlocationChanged(); /// + /// There are no comments for Property isalldayevent in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isalldayevent + { + get + { + return this._isalldayevent; + } + set + { + this.OnisalldayeventChanging(value); + this._isalldayevent = value; + this.OnisalldayeventChanged(); + this.OnPropertyChanged("isalldayevent"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isalldayevent; + partial void OnisalldayeventChanging(global::System.Nullable value); + partial void OnisalldayeventChanged(); + /// /// There are no comments for Property originalstartdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -49527,49 +49622,49 @@ public virtual string location partial void OnoriginalstartdateChanging(global::System.Nullable value); partial void OnoriginalstartdateChanged(); /// - /// There are no comments for Property globalobjectid in the schema. + /// There are no comments for Property modifiedfieldsmask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string globalobjectid + public virtual string modifiedfieldsmask { get { - return this._globalobjectid; + return this._modifiedfieldsmask; } set { - this.OnglobalobjectidChanging(value); - this._globalobjectid = value; - this.OnglobalobjectidChanged(); - this.OnPropertyChanged("globalobjectid"); + this.OnmodifiedfieldsmaskChanging(value); + this._modifiedfieldsmask = value; + this.OnmodifiedfieldsmaskChanged(); + this.OnPropertyChanged("modifiedfieldsmask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _globalobjectid; - partial void OnglobalobjectidChanging(string value); - partial void OnglobalobjectidChanged(); + private string _modifiedfieldsmask; + partial void OnmodifiedfieldsmaskChanging(string value); + partial void OnmodifiedfieldsmaskChanged(); /// - /// There are no comments for Property outlookownerapptid in the schema. + /// There are no comments for Property globalobjectid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable outlookownerapptid + public virtual string globalobjectid { get { - return this._outlookownerapptid; + return this._globalobjectid; } set { - this.OnoutlookownerapptidChanging(value); - this._outlookownerapptid = value; - this.OnoutlookownerapptidChanged(); - this.OnPropertyChanged("outlookownerapptid"); + this.OnglobalobjectidChanging(value); + this._globalobjectid = value; + this.OnglobalobjectidChanged(); + this.OnPropertyChanged("globalobjectid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _outlookownerapptid; - partial void OnoutlookownerapptidChanging(global::System.Nullable value); - partial void OnoutlookownerapptidChanged(); + private string _globalobjectid; + partial void OnglobalobjectidChanging(string value); + partial void OnglobalobjectidChanged(); /// /// There are no comments for Property isunsafe in the schema. /// @@ -49593,28 +49688,6 @@ public virtual string globalobjectid partial void OnisunsafeChanging(global::System.Nullable value); partial void OnisunsafeChanged(); /// - /// There are no comments for Property isalldayevent in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isalldayevent - { - get - { - return this._isalldayevent; - } - set - { - this.OnisalldayeventChanging(value); - this._isalldayevent = value; - this.OnisalldayeventChanged(); - this.OnPropertyChanged("isalldayevent"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isalldayevent; - partial void OnisalldayeventChanging(global::System.Nullable value); - partial void OnisalldayeventChanged(); - /// /// There are no comments for Property attachmenterrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -49681,28 +49754,6 @@ public virtual string subcategory partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property modifiedfieldsmask in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string modifiedfieldsmask - { - get - { - return this._modifiedfieldsmask; - } - set - { - this.OnmodifiedfieldsmaskChanging(value); - this._modifiedfieldsmask = value; - this.OnmodifiedfieldsmaskChanged(); - this.OnPropertyChanged("modifiedfieldsmask"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _modifiedfieldsmask; - partial void OnmodifiedfieldsmaskChanging(string value); - partial void OnmodifiedfieldsmaskChanged(); - /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -59961,27 +60012,49 @@ public virtual string callerorigin partial void OncalleroriginChanging(string value); partial void OncalleroriginChanged(); /// - /// There are no comments for Property expanderstarttime 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 expanderstarttime + public virtual global::System.Nullable _createdby_value { get { - return this._expanderstarttime; + return this.__createdby_value; } set { - this.OnexpanderstarttimeChanging(value); - this._expanderstarttime = value; - this.OnexpanderstarttimeChanged(); - this.OnPropertyChanged("expanderstarttime"); + 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 _expanderstarttime; - partial void OnexpanderstarttimeChanging(global::System.Nullable value); - partial void OnexpanderstarttimeChanged(); + 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 dependencytoken in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string dependencytoken + { + get + { + return this._dependencytoken; + } + set + { + this.OndependencytokenChanging(value); + this._dependencytoken = value; + this.OndependencytokenChanged(); + this.OnPropertyChanged("dependencytoken"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _dependencytoken; + partial void OndependencytokenChanging(string value); + partial void OndependencytokenChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -60071,6 +60144,28 @@ public virtual string workflowstagename partial void OnworkflowstagenameChanging(string value); partial void OnworkflowstagenameChanged(); /// + /// There are no comments for Property _regardingobjectid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _regardingobjectid_value + { + get + { + return this.__regardingobjectid_value; + } + set + { + this.On_regardingobjectid_valueChanging(value); + this.__regardingobjectid_value = value; + this.On_regardingobjectid_valueChanged(); + this.OnPropertyChanged("_regardingobjectid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __regardingobjectid_value; + partial void On_regardingobjectid_valueChanging(global::System.Nullable value); + partial void On_regardingobjectid_valueChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -60137,28 +60232,6 @@ public virtual string workflowstagename partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property breadcrumbid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable breadcrumbid - { - get - { - return this._breadcrumbid; - } - set - { - this.OnbreadcrumbidChanging(value); - this._breadcrumbid = value; - this.OnbreadcrumbidChanged(); - this.OnPropertyChanged("breadcrumbid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _breadcrumbid; - partial void OnbreadcrumbidChanging(global::System.Nullable value); - partial void OnbreadcrumbidChanged(); - /// /// There are no comments for Property startedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -60181,28 +60254,6 @@ public virtual string workflowstagename partial void OnstartedonChanging(global::System.Nullable value); partial void OnstartedonChanged(); /// - /// 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 errorcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -60225,27 +60276,27 @@ public virtual string workflowstagename partial void OnerrorcodeChanging(global::System.Nullable value); partial void OnerrorcodeChanged(); /// - /// There are no comments for Property datablobid 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 byte[] datablobid + public virtual global::System.Nullable statecode { get { - return this._datablobid; + return this._statecode; } set { - this.OndatablobidChanging(value); - this._datablobid = value; - this.OndatablobidChanged(); - this.OnPropertyChanged("datablobid"); + this.OnstatecodeChanging(value); + this._statecode = value; + this.OnstatecodeChanged(); + this.OnPropertyChanged("statecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _datablobid; - partial void OndatablobidChanging(byte[] value); - partial void OndatablobidChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property recurrencestarttime in the schema. /// @@ -60269,6 +60320,28 @@ public virtual byte[] datablobid partial void OnrecurrencestarttimeChanging(global::System.Nullable value); partial void OnrecurrencestarttimeChanged(); /// + /// There are no comments for Property sequence in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable sequence + { + get + { + return this._sequence; + } + set + { + this.OnsequenceChanging(value); + this._sequence = value; + this.OnsequenceChanged(); + this.OnPropertyChanged("sequence"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _sequence; + partial void OnsequenceChanging(global::System.Nullable value); + partial void OnsequenceChanged(); + /// /// There are no comments for Property recurrencepattern in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -60291,27 +60364,27 @@ public virtual string recurrencepattern partial void OnrecurrencepatternChanging(string value); partial void OnrecurrencepatternChanged(); /// - /// There are no comments for Property parentpluginexecutionid 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 parentpluginexecutionid + public virtual global::System.Nullable createdon { get { - return this._parentpluginexecutionid; + return this._createdon; } set { - this.OnparentpluginexecutionidChanging(value); - this._parentpluginexecutionid = value; - this.OnparentpluginexecutionidChanged(); - this.OnPropertyChanged("parentpluginexecutionid"); + 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 _parentpluginexecutionid; - partial void OnparentpluginexecutionidChanging(global::System.Nullable value); - partial void OnparentpluginexecutionidChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// @@ -60423,49 +60496,27 @@ public virtual string friendlymessage partial void OnpostponeuntilChanging(global::System.Nullable value); partial void OnpostponeuntilChanged(); /// - /// There are no comments for Property depth in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable depth - { - get - { - return this._depth; - } - set - { - this.OndepthChanging(value); - this._depth = value; - this.OndepthChanged(); - this.OnPropertyChanged("depth"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _depth; - partial void OndepthChanging(global::System.Nullable value); - partial void OndepthChanged(); - /// - /// There are no comments for Property _regardingobjectid_value in the schema. + /// There are no comments for Property iswaitingforevent in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _regardingobjectid_value + public virtual global::System.Nullable iswaitingforevent { get { - return this.__regardingobjectid_value; + return this._iswaitingforevent; } set { - this.On_regardingobjectid_valueChanging(value); - this.__regardingobjectid_value = value; - this.On_regardingobjectid_valueChanged(); - this.OnPropertyChanged("_regardingobjectid_value"); + this.OniswaitingforeventChanging(value); + this._iswaitingforevent = value; + this.OniswaitingforeventChanged(); + this.OnPropertyChanged("iswaitingforevent"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __regardingobjectid_value; - partial void On_regardingobjectid_valueChanging(global::System.Nullable value); - partial void On_regardingobjectid_valueChanged(); + private global::System.Nullable _iswaitingforevent; + partial void OniswaitingforeventChanging(global::System.Nullable value); + partial void OniswaitingforeventChanged(); /// /// There are no comments for Property correlationid in the schema. /// @@ -60489,28 +60540,6 @@ public virtual string friendlymessage partial void OncorrelationidChanging(global::System.Nullable value); partial void OncorrelationidChanged(); /// - /// 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 retainjobhistory in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -60577,49 +60606,49 @@ public virtual string hostid partial void OnhostidChanging(string value); partial void OnhostidChanged(); /// - /// There are no comments for Property message in the schema. + /// There are no comments for Property asyncoperationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string message + public virtual global::System.Nullable asyncoperationid { get { - return this._message; + return this._asyncoperationid; } set { - this.OnmessageChanging(value); - this._message = value; - this.OnmessageChanged(); - this.OnPropertyChanged("message"); + this.OnasyncoperationidChanging(value); + this._asyncoperationid = value; + this.OnasyncoperationidChanged(); + this.OnPropertyChanged("asyncoperationid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _message; - partial void OnmessageChanging(string value); - partial void OnmessageChanged(); + private global::System.Nullable _asyncoperationid; + partial void OnasyncoperationidChanging(global::System.Nullable value); + partial void OnasyncoperationidChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property expanderstarttime 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 expanderstarttime { get { - return this._createdon; + return this._expanderstarttime; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnexpanderstarttimeChanging(value); + this._expanderstarttime = value; + this.OnexpanderstarttimeChanged(); + this.OnPropertyChanged("expanderstarttime"); } } [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 _expanderstarttime; + partial void OnexpanderstarttimeChanging(global::System.Nullable value); + partial void OnexpanderstarttimeChanged(); /// /// There are no comments for Property completedon in the schema. /// @@ -60643,6 +60672,28 @@ public virtual string message partial void OncompletedonChanging(global::System.Nullable value); partial void OncompletedonChanged(); /// + /// There are no comments for Property workload in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string workload + { + get + { + return this._workload; + } + set + { + this.OnworkloadChanging(value); + this._workload = value; + this.OnworkloadChanged(); + this.OnPropertyChanged("workload"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _workload; + partial void OnworkloadChanging(string value); + partial void OnworkloadChanged(); + /// /// There are no comments for Property retrycount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -60665,27 +60716,27 @@ public virtual string message partial void OnretrycountChanging(global::System.Nullable value); partial void OnretrycountChanged(); /// - /// There are no comments for Property sequence in the schema. + /// There are no comments for Property datablobid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sequence + public virtual byte[] datablobid { get { - return this._sequence; + return this._datablobid; } set { - this.OnsequenceChanging(value); - this._sequence = value; - this.OnsequenceChanged(); - this.OnPropertyChanged("sequence"); + this.OndatablobidChanging(value); + this._datablobid = value; + this.OndatablobidChanged(); + this.OnPropertyChanged("datablobid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sequence; - partial void OnsequenceChanging(global::System.Nullable value); - partial void OnsequenceChanged(); + private byte[] _datablobid; + partial void OndatablobidChanging(byte[] value); + partial void OndatablobidChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -60709,49 +60760,49 @@ public virtual string message partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property subtype in the schema. + /// There are no comments for Property message in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable subtype + public virtual string message { get { - return this._subtype; + return this._message; } set { - this.OnsubtypeChanging(value); - this._subtype = value; - this.OnsubtypeChanged(); - this.OnPropertyChanged("subtype"); + this.OnmessageChanging(value); + this._message = value; + this.OnmessageChanged(); + this.OnPropertyChanged("message"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _subtype; - partial void OnsubtypeChanging(global::System.Nullable value); - partial void OnsubtypeChanged(); + private string _message; + partial void OnmessageChanging(string value); + partial void OnmessageChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property depth 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 depth { get { - return this.__createdby_value; + return this._depth; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OndepthChanging(value); + this._depth = value; + this.OndepthChanged(); + this.OnPropertyChanged("depth"); } } [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 _depth; + partial void OndepthChanging(global::System.Nullable value); + partial void OndepthChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -60775,49 +60826,49 @@ public virtual string message partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property dependencytoken in the schema. + /// There are no comments for Property messagename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string dependencytoken + public virtual string messagename { get { - return this._dependencytoken; + return this._messagename; } set { - this.OndependencytokenChanging(value); - this._dependencytoken = value; - this.OndependencytokenChanged(); - this.OnPropertyChanged("dependencytoken"); + this.OnmessagenameChanging(value); + this._messagename = value; + this.OnmessagenameChanged(); + this.OnPropertyChanged("messagename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _dependencytoken; - partial void OndependencytokenChanging(string value); - partial void OndependencytokenChanged(); + private string _messagename; + partial void OnmessagenameChanging(string value); + partial void OnmessagenameChanged(); /// - /// There are no comments for Property messagename in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string messagename + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._messagename; + return this._utcconversiontimezonecode; } set { - this.OnmessagenameChanging(value); - this._messagename = value; - this.OnmessagenameChanged(); - this.OnPropertyChanged("messagename"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _messagename; - partial void OnmessagenameChanging(string value); - partial void OnmessagenameChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -60841,27 +60892,27 @@ public virtual string messagename partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property breadcrumbid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable breadcrumbid { get { - return this._utcconversiontimezonecode; + return this._breadcrumbid; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OnbreadcrumbidChanging(value); + this._breadcrumbid = value; + this.OnbreadcrumbidChanged(); + this.OnPropertyChanged("breadcrumbid"); } } [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::System.Nullable _breadcrumbid; + partial void OnbreadcrumbidChanging(global::System.Nullable value); + partial void OnbreadcrumbidChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -60951,6 +61002,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// 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 data in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -60973,27 +61046,49 @@ public virtual string data partial void OndataChanging(string value); partial void OndataChanged(); /// - /// There are no comments for Property asyncoperationid in the schema. + /// There are no comments for Property parentpluginexecutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable asyncoperationid + public virtual global::System.Nullable parentpluginexecutionid { get { - return this._asyncoperationid; + return this._parentpluginexecutionid; } set { - this.OnasyncoperationidChanging(value); - this._asyncoperationid = value; - this.OnasyncoperationidChanged(); - this.OnPropertyChanged("asyncoperationid"); + this.OnparentpluginexecutionidChanging(value); + this._parentpluginexecutionid = value; + this.OnparentpluginexecutionidChanged(); + this.OnPropertyChanged("parentpluginexecutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _asyncoperationid; - partial void OnasyncoperationidChanging(global::System.Nullable value); - partial void OnasyncoperationidChanged(); + private global::System.Nullable _parentpluginexecutionid; + partial void OnparentpluginexecutionidChanging(global::System.Nullable value); + partial void OnparentpluginexecutionidChanged(); + /// + /// There are no comments for Property subtype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable subtype + { + get + { + return this._subtype; + } + set + { + this.OnsubtypeChanging(value); + this._subtype = value; + this.OnsubtypeChanged(); + this.OnPropertyChanged("subtype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _subtype; + partial void OnsubtypeChanging(global::System.Nullable value); + partial void OnsubtypeChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -61039,50 +61134,6 @@ public virtual string data partial void OnexecutiontimespanChanging(global::System.Nullable value); partial void OnexecutiontimespanChanged(); /// - /// There are no comments for Property iswaitingforevent in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable iswaitingforevent - { - get - { - return this._iswaitingforevent; - } - set - { - this.OniswaitingforeventChanging(value); - this._iswaitingforevent = value; - this.OniswaitingforeventChanged(); - this.OnPropertyChanged("iswaitingforevent"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _iswaitingforevent; - partial void OniswaitingforeventChanging(global::System.Nullable value); - partial void OniswaitingforeventChanged(); - /// - /// There are no comments for Property workload in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string workload - { - get - { - return this._workload; - } - set - { - this.OnworkloadChanging(value); - this._workload = value; - this.OnworkloadChanged(); - this.OnPropertyChanged("workload"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _workload; - partial void OnworkloadChanging(string value); - partial void OnworkloadChanged(); - /// /// There are no comments for Property regardingobjectid_theme in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -68824,28 +68875,6 @@ public attributeimageconfigSingle(global::Microsoft.OData.Client.DataServiceQuer [global::Microsoft.OData.Client.EntitySet("attributeimageconfigs")] public partial class attributeimageconfig : crmbaseentity { - /// - /// There are no comments for Property componentidunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentidunique - { - get - { - return this._componentidunique; - } - set - { - this.OncomponentiduniqueChanging(value); - this._componentidunique = value; - this.OncomponentiduniqueChanged(); - this.OnPropertyChanged("componentidunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentidunique; - partial void OncomponentiduniqueChanging(global::System.Nullable value); - partial void OncomponentiduniqueChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -68869,71 +68898,71 @@ public partial class attributeimageconfig : crmbaseentity partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property componentidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable componentidunique { get { - return this._solutionid; + return this._componentidunique; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OncomponentiduniqueChanging(value); + this._componentidunique = value; + this.OncomponentiduniqueChanged(); + this.OnPropertyChanged("componentidunique"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _componentidunique; + partial void OncomponentiduniqueChanging(global::System.Nullable value); + partial void OncomponentiduniqueChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable ismanaged { get { - return this._componentstate; + return this._ismanaged; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual global::System.Nullable componentstate { get { - return this._ismanaged; + return this._componentstate; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property parententitylogicalname in the schema. /// @@ -69001,27 +69030,27 @@ public virtual string attributelogicalname partial void OncanstorefullimageChanging(global::System.Nullable value); partial void OncanstorefullimageChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable solutionid { get { - return this._overwritetime; + return this._solutionid; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property attributeimageconfigid in the schema. /// @@ -69045,6 +69074,28 @@ public virtual string attributelogicalname partial void OnattributeimageconfigidChanging(global::System.Nullable value); partial void OnattributeimageconfigidChanged(); /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// /// There are no comments for Property attributeimageconfig_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -69681,28 +69732,6 @@ public static audit Createaudit(global::Microsoft.Dynamics.CRM.systemuser callin return audit; } /// - /// There are no comments for Property objecttypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string objecttypecode - { - get - { - return this._objecttypecode; - } - set - { - this.OnobjecttypecodeChanging(value); - this._objecttypecode = value; - this.OnobjecttypecodeChanged(); - this.OnPropertyChanged("objecttypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _objecttypecode; - partial void OnobjecttypecodeChanging(string value); - partial void OnobjecttypecodeChanged(); - /// /// There are no comments for Property operation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -69725,49 +69754,27 @@ public virtual string objecttypecode partial void OnoperationChanging(global::System.Nullable value); partial void OnoperationChanged(); /// - /// There are no comments for Property _regardingobjectid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _regardingobjectid_value - { - get - { - return this.__regardingobjectid_value; - } - set - { - this.On_regardingobjectid_valueChanging(value); - this.__regardingobjectid_value = value; - this.On_regardingobjectid_valueChanged(); - this.OnPropertyChanged("_regardingobjectid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __regardingobjectid_value; - partial void On_regardingobjectid_valueChanging(global::System.Nullable value); - partial void On_regardingobjectid_valueChanged(); - /// - /// There are no comments for Property auditid in the schema. + /// There are no comments for Property attributemask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable auditid + public virtual string attributemask { get { - return this._auditid; + return this._attributemask; } set { - this.OnauditidChanging(value); - this._auditid = value; - this.OnauditidChanged(); - this.OnPropertyChanged("auditid"); + this.OnattributemaskChanging(value); + this._attributemask = value; + this.OnattributemaskChanged(); + this.OnPropertyChanged("attributemask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _auditid; - partial void OnauditidChanging(global::System.Nullable value); - partial void OnauditidChanged(); + private string _attributemask; + partial void OnattributemaskChanging(string value); + partial void OnattributemaskChanged(); /// /// There are no comments for Property action in the schema. /// @@ -69813,49 +69820,49 @@ public virtual string useradditionalinfo partial void OnuseradditionalinfoChanging(string value); partial void OnuseradditionalinfoChanged(); /// - /// There are no comments for Property attributemask 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 string attributemask + public virtual global::System.Nullable createdon { get { - return this._attributemask; + return this._createdon; } set { - this.OnattributemaskChanging(value); - this._attributemask = value; - this.OnattributemaskChanged(); - this.OnPropertyChanged("attributemask"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _attributemask; - partial void OnattributemaskChanging(string value); - partial void OnattributemaskChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property _userid_value in the schema. + /// There are no comments for Property objecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _userid_value + public virtual string objecttypecode { get { - return this.__userid_value; + return this._objecttypecode; } set { - this.On_userid_valueChanging(value); - this.__userid_value = value; - this.On_userid_valueChanged(); - this.OnPropertyChanged("_userid_value"); + this.OnobjecttypecodeChanging(value); + this._objecttypecode = value; + this.OnobjecttypecodeChanged(); + this.OnPropertyChanged("objecttypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __userid_value; - partial void On_userid_valueChanging(global::System.Nullable value); - partial void On_userid_valueChanged(); + private string _objecttypecode; + partial void OnobjecttypecodeChanging(string value); + partial void OnobjecttypecodeChanged(); /// /// There are no comments for Property _callinguserid_value in the schema. /// @@ -69879,27 +69886,27 @@ public virtual string attributemask partial void On_callinguserid_valueChanging(global::System.Nullable value); partial void On_callinguserid_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property _regardingobjectid_value 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 _regardingobjectid_value { get { - return this._createdon; + return this.__regardingobjectid_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.On_regardingobjectid_valueChanging(value); + this.__regardingobjectid_value = value; + this.On_regardingobjectid_valueChanged(); + this.OnPropertyChanged("_regardingobjectid_value"); } } [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 __regardingobjectid_value; + partial void On_regardingobjectid_valueChanging(global::System.Nullable value); + partial void On_regardingobjectid_valueChanged(); /// /// There are no comments for Property _objectid_value in the schema. /// @@ -69923,6 +69930,28 @@ public virtual string attributemask partial void On_objectid_valueChanging(global::System.Nullable value); partial void On_objectid_valueChanged(); /// + /// There are no comments for Property _userid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _userid_value + { + get + { + return this.__userid_value; + } + set + { + this.On_userid_valueChanging(value); + this.__userid_value = value; + this.On_userid_valueChanged(); + this.OnPropertyChanged("_userid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __userid_value; + partial void On_userid_valueChanging(global::System.Nullable value); + partial void On_userid_valueChanged(); + /// /// There are no comments for Property transactionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -69945,6 +69974,28 @@ public virtual string attributemask partial void OntransactionidChanging(global::System.Nullable value); partial void OntransactionidChanged(); /// + /// There are no comments for Property auditid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable auditid + { + get + { + return this._auditid; + } + set + { + this.OnauditidChanging(value); + this._auditid = value; + this.OnauditidChanged(); + this.OnPropertyChanged("auditid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _auditid; + partial void OnauditidChanging(global::System.Nullable value); + partial void OnauditidChanged(); + /// /// There are no comments for Property callinguserid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -70058,6 +70109,28 @@ public partial class availabletimes : crmbaseentity partial void OnscheduledendChanging(global::System.Nullable value); partial void OnscheduledendChanged(); /// + /// There are no comments for Property availabletimesid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable availabletimesid + { + get + { + return this._availabletimesid; + } + set + { + this.OnavailabletimesidChanging(value); + this._availabletimesid = value; + this.OnavailabletimesidChanged(); + this.OnPropertyChanged("availabletimesid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _availabletimesid; + partial void OnavailabletimesidChanging(global::System.Nullable value); + partial void OnavailabletimesidChanged(); + /// /// There are no comments for Property resources in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -70102,28 +70175,6 @@ public virtual string resourcesJson partial void OnresourcesJsonChanging(string value); partial void OnresourcesJsonChanged(); /// - /// There are no comments for Property availabletimesid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable availabletimesid - { - get - { - return this._availabletimesid; - } - set - { - this.OnavailabletimesidChanging(value); - this._availabletimesid = value; - this.OnavailabletimesidChanged(); - this.OnPropertyChanged("availabletimesid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _availabletimesid; - partial void OnavailabletimesidChanging(global::System.Nullable value); - partial void OnavailabletimesidChanged(); - /// /// There are no comments for Property scheduledstart in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -70760,49 +70811,49 @@ public virtual string bcgov_fieldname partial void Onbcgov_fieldnameChanging(string value); partial void Onbcgov_fieldnameChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._modifiedon; + return this._timezoneruleversionnumber; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property bcgov_conditionid in the schema. + /// 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 bcgov_conditionid + public virtual global::System.Nullable modifiedon { get { - return this._bcgov_conditionid; + return this._modifiedon; } set { - this.Onbcgov_conditionidChanging(value); - this._bcgov_conditionid = value; - this.Onbcgov_conditionidChanged(); - this.OnPropertyChanged("bcgov_conditionid"); + 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 _bcgov_conditionid; - partial void Onbcgov_conditionidChanging(global::System.Nullable value); - partial void Onbcgov_conditionidChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property bcgov_operator in the schema. /// @@ -70892,6 +70943,28 @@ public virtual string bcgov_fieldname partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property bcgov_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string bcgov_value + { + get + { + return this._bcgov_value; + } + set + { + this.Onbcgov_valueChanging(value); + this._bcgov_value = value; + this.Onbcgov_valueChanged(); + this.OnPropertyChanged("bcgov_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _bcgov_value; + partial void Onbcgov_valueChanging(string value); + partial void Onbcgov_valueChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -71002,28 +71075,6 @@ public virtual string bcgov_fieldname partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// 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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -71046,49 +71097,49 @@ public virtual string bcgov_fieldname partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property bcgov_value in the schema. + /// There are no comments for Property bcgov_conditionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_value + public virtual global::System.Nullable bcgov_conditionid { get { - return this._bcgov_value; + return this._bcgov_conditionid; } set { - this.Onbcgov_valueChanging(value); - this._bcgov_value = value; - this.Onbcgov_valueChanged(); - this.OnPropertyChanged("bcgov_value"); + this.Onbcgov_conditionidChanging(value); + this._bcgov_conditionid = value; + this.Onbcgov_conditionidChanged(); + this.OnPropertyChanged("bcgov_conditionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_value; - partial void Onbcgov_valueChanging(string value); - partial void Onbcgov_valueChanged(); + private global::System.Nullable _bcgov_conditionid; + partial void Onbcgov_conditionidChanging(global::System.Nullable value); + partial void Onbcgov_conditionidChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable overriddencreatedon { get { - return this._timezoneruleversionnumber; + return this._overriddencreatedon; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -71687,27 +71738,27 @@ public static bcgov_config Createbcgov_config(global::Microsoft.Dynamics.CRM.sys return bcgov_config; } /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable overriddencreatedon { get { - return this._importsequencenumber; + return this._overriddencreatedon; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -71731,27 +71782,27 @@ public static bcgov_config Createbcgov_config(global::Microsoft.Dynamics.CRM.sys partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// 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 _organizationid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__organizationid_value; + return this._importsequencenumber; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -71797,49 +71848,27 @@ public virtual string bcgov_group partial void Onbcgov_groupChanging(string value); partial void Onbcgov_groupChanged(); /// - /// 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 utcconversiontimezonecode in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable _organizationid_value { get { - return this._utcconversiontimezonecode; + return this.__organizationid_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property bcgov_value in the schema. /// @@ -71863,28 +71892,6 @@ public virtual string bcgov_value partial void Onbcgov_valueChanging(string value); partial void Onbcgov_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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -71951,6 +71958,28 @@ public virtual string bcgov_value partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -71995,6 +72024,28 @@ public virtual string bcgov_value partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// 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 bcgov_key in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -73268,27 +73319,27 @@ public static bcgov_documenturl Createbcgov_documenturl(global::Microsoft.Dynami return bcgov_documenturl; } /// - /// There are no comments for Property bcgov_fileclassification in the schema. + /// There are no comments for Property bcgov_fileextension in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bcgov_fileclassification + public virtual string bcgov_fileextension { get { - return this._bcgov_fileclassification; + return this._bcgov_fileextension; } set { - this.Onbcgov_fileclassificationChanging(value); - this._bcgov_fileclassification = value; - this.Onbcgov_fileclassificationChanged(); - this.OnPropertyChanged("bcgov_fileclassification"); + this.Onbcgov_fileextensionChanging(value); + this._bcgov_fileextension = value; + this.Onbcgov_fileextensionChanged(); + this.OnPropertyChanged("bcgov_fileextension"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bcgov_fileclassification; - partial void Onbcgov_fileclassificationChanging(global::System.Nullable value); - partial void Onbcgov_fileclassificationChanged(); + private string _bcgov_fileextension; + partial void Onbcgov_fileextensionChanging(string value); + partial void Onbcgov_fileextensionChanged(); /// /// There are no comments for Property _bcgov_tag3id_value in the schema. /// @@ -73356,6 +73407,28 @@ public static bcgov_documenturl Createbcgov_documenturl(global::Microsoft.Dynami partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// + /// 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 _bcgov_emailid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -73444,49 +73517,49 @@ public static bcgov_documenturl Createbcgov_documenturl(global::Microsoft.Dynami partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _bcgov_tag2id_value in the schema. + /// There are no comments for Property _bcgov_appointmentid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _bcgov_tag2id_value + public virtual global::System.Nullable _bcgov_appointmentid_value { get { - return this.__bcgov_tag2id_value; + return this.__bcgov_appointmentid_value; } set { - this.On_bcgov_tag2id_valueChanging(value); - this.__bcgov_tag2id_value = value; - this.On_bcgov_tag2id_valueChanged(); - this.OnPropertyChanged("_bcgov_tag2id_value"); + this.On_bcgov_appointmentid_valueChanging(value); + this.__bcgov_appointmentid_value = value; + this.On_bcgov_appointmentid_valueChanged(); + this.OnPropertyChanged("_bcgov_appointmentid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __bcgov_tag2id_value; - partial void On_bcgov_tag2id_valueChanging(global::System.Nullable value); - partial void On_bcgov_tag2id_valueChanged(); + private global::System.Nullable __bcgov_appointmentid_value; + partial void On_bcgov_appointmentid_valueChanging(global::System.Nullable value); + partial void On_bcgov_appointmentid_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property _bcgov_tag2id_value 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 _bcgov_tag2id_value { get { - return this.__createdonbehalfby_value; + return this.__bcgov_tag2id_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.On_bcgov_tag2id_valueChanging(value); + this.__bcgov_tag2id_value = value; + this.On_bcgov_tag2id_valueChanged(); + this.OnPropertyChanged("_bcgov_tag2id_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(); + private global::System.Nullable __bcgov_tag2id_value; + partial void On_bcgov_tag2id_valueChanging(global::System.Nullable value); + partial void On_bcgov_tag2id_valueChanged(); /// /// There are no comments for Property _spd_submittedbyid_value in the schema. /// @@ -73554,28 +73627,6 @@ public virtual string bcgov_filename partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -73664,6 +73715,28 @@ public virtual string bcgov_filesize partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -73730,6 +73803,28 @@ public virtual string bcgov_filesize partial void Onbcgov_receiveddateChanging(global::System.Nullable value); partial void Onbcgov_receiveddateChanged(); /// + /// There are no comments for Property _spd_pdfreportid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_pdfreportid_value + { + get + { + return this.__spd_pdfreportid_value; + } + set + { + this.On_spd_pdfreportid_valueChanging(value); + this.__spd_pdfreportid_value = value; + this.On_spd_pdfreportid_valueChanged(); + this.OnPropertyChanged("_spd_pdfreportid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_pdfreportid_value; + partial void On_spd_pdfreportid_valueChanging(global::System.Nullable value); + partial void On_spd_pdfreportid_valueChanged(); + /// /// There are no comments for Property bcgov_origincode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -73818,28 +73913,6 @@ public virtual string bcgov_filesize partial void Onbcgov_documenturlidChanging(global::System.Nullable value); partial void Onbcgov_documenturlidChanged(); /// - /// There are no comments for Property _spd_pdfreportid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_pdfreportid_value - { - get - { - return this.__spd_pdfreportid_value; - } - set - { - this.On_spd_pdfreportid_valueChanging(value); - this.__spd_pdfreportid_value = value; - this.On_spd_pdfreportid_valueChanged(); - this.OnPropertyChanged("_spd_pdfreportid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_pdfreportid_value; - partial void On_spd_pdfreportid_valueChanging(global::System.Nullable value); - partial void On_spd_pdfreportid_valueChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -73862,27 +73935,27 @@ public virtual string bcgov_filesize partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__owningbusinessunit_value; + return this.__owningteam_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 _bcgov_letterid_value in the schema. /// @@ -73906,6 +73979,28 @@ public virtual string bcgov_filesize partial void On_bcgov_letterid_valueChanging(global::System.Nullable value); partial void On_bcgov_letterid_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 _bcgov_faxid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -73950,27 +74045,27 @@ public virtual string bcgov_filesize partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _bcgov_appointmentid_value in the schema. + /// There are no comments for Property bcgov_fileclassification in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _bcgov_appointmentid_value + public virtual global::System.Nullable bcgov_fileclassification { get { - return this.__bcgov_appointmentid_value; + return this._bcgov_fileclassification; } set { - this.On_bcgov_appointmentid_valueChanging(value); - this.__bcgov_appointmentid_value = value; - this.On_bcgov_appointmentid_valueChanged(); - this.OnPropertyChanged("_bcgov_appointmentid_value"); + this.Onbcgov_fileclassificationChanging(value); + this._bcgov_fileclassification = value; + this.Onbcgov_fileclassificationChanged(); + this.OnPropertyChanged("bcgov_fileclassification"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __bcgov_appointmentid_value; - partial void On_bcgov_appointmentid_valueChanging(global::System.Nullable value); - partial void On_bcgov_appointmentid_valueChanged(); + private global::System.Nullable _bcgov_fileclassification; + partial void Onbcgov_fileclassificationChanging(global::System.Nullable value); + partial void Onbcgov_fileclassificationChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -74038,28 +74133,6 @@ public virtual string bcgov_filesize partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 _spd_licenceid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -74104,28 +74177,6 @@ public virtual string bcgov_url partial void Onbcgov_urlChanging(string value); partial void Onbcgov_urlChanged(); /// - /// There are no comments for Property bcgov_fileextension in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_fileextension - { - get - { - return this._bcgov_fileextension; - } - set - { - this.Onbcgov_fileextensionChanging(value); - this._bcgov_fileextension = value; - this.Onbcgov_fileextensionChanged(); - this.OnPropertyChanged("bcgov_fileextension"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_fileextension; - partial void Onbcgov_fileextensionChanging(string value); - partial void Onbcgov_fileextensionChanged(); - /// /// There are no comments for Property _bcgov_customer_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -75382,49 +75433,27 @@ public static bcgov_field Createbcgov_field(global::Microsoft.Dynamics.CRM.syste partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property bcgov_format in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_format - { - get - { - return this._bcgov_format; - } - set - { - this.Onbcgov_formatChanging(value); - this._bcgov_format = value; - this.Onbcgov_formatChanged(); - this.OnPropertyChanged("bcgov_format"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_format; - partial void Onbcgov_formatChanging(string value); - partial void Onbcgov_formatChanged(); - /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property _organizationid_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 _organizationid_value { get { - return this._statuscode; + return this.__organizationid_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_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 __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property _bcgov_relationshipid_value in the schema. /// @@ -75448,71 +75477,71 @@ public virtual string bcgov_format partial void On_bcgov_relationshipid_valueChanging(global::System.Nullable value); partial void On_bcgov_relationshipid_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable versionnumber { get { - return this._utcconversiontimezonecode; + return this._versionnumber; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property bcgov_name in the schema. + /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_name + public virtual global::System.Nullable statuscode { get { - return this._bcgov_name; + return this._statuscode; } set { - this.Onbcgov_nameChanging(value); - this._bcgov_name = value; - this.Onbcgov_nameChanged(); - this.OnPropertyChanged("bcgov_name"); + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_name; - partial void Onbcgov_nameChanging(string value); - partial void Onbcgov_nameChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property bcgov_format in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual string bcgov_format { get { - return this._statecode; + return this._bcgov_format; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.Onbcgov_formatChanging(value); + this._bcgov_format = value; + this.Onbcgov_formatChanged(); + this.OnPropertyChanged("bcgov_format"); } } [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 string _bcgov_format; + partial void Onbcgov_formatChanging(string value); + partial void Onbcgov_formatChanged(); /// /// There are no comments for Property bcgov_datatype in the schema. /// @@ -75580,27 +75609,71 @@ public virtual string bcgov_name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property bcgov_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string bcgov_name { get { - return this._versionnumber; + return this._bcgov_name; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onbcgov_nameChanging(value); + this._bcgov_name = value; + this.Onbcgov_nameChanged(); + this.OnPropertyChanged("bcgov_name"); } } [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 string _bcgov_name; + partial void Onbcgov_nameChanging(string value); + partial void Onbcgov_nameChanged(); + /// + /// 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 _bcgov_primaryentityid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _bcgov_primaryentityid_value + { + get + { + return this.__bcgov_primaryentityid_value; + } + set + { + this.On_bcgov_primaryentityid_valueChanging(value); + this.__bcgov_primaryentityid_value = value; + this.On_bcgov_primaryentityid_valueChanged(); + this.OnPropertyChanged("_bcgov_primaryentityid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __bcgov_primaryentityid_value; + partial void On_bcgov_primaryentityid_valueChanging(global::System.Nullable value); + partial void On_bcgov_primaryentityid_valueChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -75624,71 +75697,49 @@ public virtual string bcgov_name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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. + /// 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 _createdby_value + public virtual global::System.Nullable statecode { get { - return this.__createdby_value; + return this._statecode; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable modifiedon { get { - return this._importsequencenumber; + return this._modifiedon; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -75712,115 +75763,115 @@ public virtual string bcgov_name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property bcgov_schemaname 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 string bcgov_schemaname + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._bcgov_schemaname; + return this.__createdonbehalfby_value; } set { - this.Onbcgov_schemanameChanging(value); - this._bcgov_schemaname = value; - this.Onbcgov_schemanameChanged(); - this.OnPropertyChanged("bcgov_schemaname"); + 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 string _bcgov_schemaname; - partial void Onbcgov_schemanameChanging(string value); - partial void Onbcgov_schemanameChanged(); + 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 _bcgov_primaryentityid_value in the schema. + /// 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 _bcgov_primaryentityid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__bcgov_primaryentityid_value; + return this._importsequencenumber; } set { - this.On_bcgov_primaryentityid_valueChanging(value); - this.__bcgov_primaryentityid_value = value; - this.On_bcgov_primaryentityid_valueChanged(); - this.OnPropertyChanged("_bcgov_primaryentityid_value"); + 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 __bcgov_primaryentityid_value; - partial void On_bcgov_primaryentityid_valueChanging(global::System.Nullable value); - partial void On_bcgov_primaryentityid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable _createdby_value { get { - return this._modifiedon; + return this.__createdby_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 _organizationid_value in the schema. + /// There are no comments for Property bcgov_fieldid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable bcgov_fieldid { get { - return this.__organizationid_value; + return this._bcgov_fieldid; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.Onbcgov_fieldidChanging(value); + this._bcgov_fieldid = value; + this.Onbcgov_fieldidChanged(); + this.OnPropertyChanged("bcgov_fieldid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _bcgov_fieldid; + partial void Onbcgov_fieldidChanging(global::System.Nullable value); + partial void Onbcgov_fieldidChanged(); /// - /// There are no comments for Property bcgov_fieldid in the schema. + /// There are no comments for Property bcgov_schemaname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bcgov_fieldid + public virtual string bcgov_schemaname { get { - return this._bcgov_fieldid; + return this._bcgov_schemaname; } set { - this.Onbcgov_fieldidChanging(value); - this._bcgov_fieldid = value; - this.Onbcgov_fieldidChanged(); - this.OnPropertyChanged("bcgov_fieldid"); + this.Onbcgov_schemanameChanging(value); + this._bcgov_schemaname = value; + this.Onbcgov_schemanameChanged(); + this.OnPropertyChanged("bcgov_schemaname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bcgov_fieldid; - partial void Onbcgov_fieldidChanging(global::System.Nullable value); - partial void Onbcgov_fieldidChanged(); + private string _bcgov_schemaname; + partial void Onbcgov_schemanameChanging(string value); + partial void Onbcgov_schemanameChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -76543,27 +76594,27 @@ public static bcgov_relationship Createbcgov_relationship(global::Microsoft.Dyna return bcgov_relationship; } /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__createdonbehalfby_value; + return this.__modifiedonbehalfby_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 importsequencenumber in the schema. /// @@ -76609,49 +76660,27 @@ public static bcgov_relationship Createbcgov_relationship(global::Microsoft.Dyna partial void On_bcgov_parentrelationshipid_valueChanging(global::System.Nullable value); partial void On_bcgov_parentrelationshipid_valueChanged(); /// - /// There are no comments for Property _bcgov_primaryentityid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _bcgov_primaryentityid_value - { - get - { - return this.__bcgov_primaryentityid_value; - } - set - { - this.On_bcgov_primaryentityid_valueChanging(value); - this.__bcgov_primaryentityid_value = value; - this.On_bcgov_primaryentityid_valueChanged(); - this.OnPropertyChanged("_bcgov_primaryentityid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __bcgov_primaryentityid_value; - partial void On_bcgov_primaryentityid_valueChanging(global::System.Nullable value); - partial void On_bcgov_primaryentityid_valueChanged(); - /// - /// There are no comments for Property bcgov_type 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 bcgov_type + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._bcgov_type; + return this.__createdonbehalfby_value; } set { - this.Onbcgov_typeChanging(value); - this._bcgov_type = value; - this.Onbcgov_typeChanged(); - this.OnPropertyChanged("bcgov_type"); + 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 _bcgov_type; - partial void Onbcgov_typeChanging(global::System.Nullable value); - partial void Onbcgov_typeChanged(); + 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 bcgov_lookupfield in the schema. /// @@ -76719,28 +76748,6 @@ public virtual string bcgov_lookupfield partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 bcgov_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -76763,27 +76770,27 @@ public virtual string bcgov_name partial void Onbcgov_nameChanging(string value); partial void Onbcgov_nameChanged(); /// - /// There are no comments for Property bcgov_entityname in the schema. + /// There are no comments for Property bcgov_type in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_entityname + public virtual global::System.Nullable bcgov_type { get { - return this._bcgov_entityname; + return this._bcgov_type; } set { - this.Onbcgov_entitynameChanging(value); - this._bcgov_entityname = value; - this.Onbcgov_entitynameChanged(); - this.OnPropertyChanged("bcgov_entityname"); + this.Onbcgov_typeChanging(value); + this._bcgov_type = value; + this.Onbcgov_typeChanged(); + this.OnPropertyChanged("bcgov_type"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_entityname; - partial void Onbcgov_entitynameChanging(string value); - partial void Onbcgov_entitynameChanged(); + private global::System.Nullable _bcgov_type; + partial void Onbcgov_typeChanging(global::System.Nullable value); + partial void Onbcgov_typeChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -76807,6 +76814,28 @@ public virtual string bcgov_entityname partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property _organizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _organizationid_value + { + get + { + return this.__organizationid_value; + } + set + { + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); + /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -76851,6 +76880,28 @@ public virtual string bcgov_entityname partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// + /// There are no comments for Property bcgov_entityname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string bcgov_entityname + { + get + { + return this._bcgov_entityname; + } + set + { + this.Onbcgov_entitynameChanging(value); + this._bcgov_entityname = value; + this.Onbcgov_entitynameChanged(); + this.OnPropertyChanged("bcgov_entityname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _bcgov_entityname; + partial void Onbcgov_entitynameChanging(string value); + partial void Onbcgov_entitynameChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -76873,6 +76924,28 @@ public virtual string bcgov_entityname partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// 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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -76895,27 +76968,27 @@ public virtual string bcgov_entityname partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property _bcgov_primaryentityid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable _bcgov_primaryentityid_value { get { - return this.__modifiedonbehalfby_value; + return this.__bcgov_primaryentityid_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.On_bcgov_primaryentityid_valueChanging(value); + this.__bcgov_primaryentityid_value = value; + this.On_bcgov_primaryentityid_valueChanged(); + this.OnPropertyChanged("_bcgov_primaryentityid_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(); + private global::System.Nullable __bcgov_primaryentityid_value; + partial void On_bcgov_primaryentityid_valueChanging(global::System.Nullable value); + partial void On_bcgov_primaryentityid_valueChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -76961,28 +77034,6 @@ public virtual string bcgov_entityname partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// /// There are no comments for Property bcgov_relationshipid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -77804,27 +77855,27 @@ public static bcgov_schedulejob Createbcgov_schedulejob(global::Microsoft.Dynami return bcgov_schedulejob; } /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__owningteam_value; + return this.__modifiedonbehalfby_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 _owningbusinessunit_value in the schema. /// @@ -77848,28 +77899,6 @@ public static bcgov_schedulejob Createbcgov_schedulejob(global::Microsoft.Dynami partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property bcgov_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_name - { - get - { - return this._bcgov_name; - } - set - { - this.Onbcgov_nameChanging(value); - this._bcgov_name = value; - this.Onbcgov_nameChanged(); - this.OnPropertyChanged("bcgov_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_name; - partial void Onbcgov_nameChanging(string value); - partial void Onbcgov_nameChanged(); - /// /// There are no comments for Property bcgov_cronexpression in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -77936,6 +77965,116 @@ public virtual string bcgov_cronexpression partial void Onbcgov_frequencyChanging(global::System.Nullable value); partial void Onbcgov_frequencyChanged(); /// + /// 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 _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 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 _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 bcgov_xvalue in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable bcgov_xvalue + { + get + { + return this._bcgov_xvalue; + } + set + { + this.Onbcgov_xvalueChanging(value); + this._bcgov_xvalue = value; + this.Onbcgov_xvalueChanged(); + this.OnPropertyChanged("bcgov_xvalue"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _bcgov_xvalue; + partial void Onbcgov_xvalueChanging(global::System.Nullable value); + partial void Onbcgov_xvalueChanged(); + /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -77958,50 +78097,6 @@ public virtual string bcgov_cronexpression partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// 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 bcgov_xvalue in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bcgov_xvalue - { - get - { - return this._bcgov_xvalue; - } - set - { - this.Onbcgov_xvalueChanging(value); - this._bcgov_xvalue = value; - this.Onbcgov_xvalueChanged(); - this.OnPropertyChanged("bcgov_xvalue"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bcgov_xvalue; - partial void Onbcgov_xvalueChanging(global::System.Nullable value); - partial void Onbcgov_xvalueChanged(); - /// /// There are no comments for Property bcgov_nextruntime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -78024,28 +78119,6 @@ public virtual string bcgov_cronexpression partial void Onbcgov_nextruntimeChanging(global::System.Nullable value); partial void Onbcgov_nextruntimeChanged(); /// - /// 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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -78068,49 +78141,49 @@ public virtual string bcgov_cronexpression partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable versionnumber { get { - return this.__owninguser_value; + return this._versionnumber; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property _createdby_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 _createdby_value + public virtual global::System.Nullable createdon { get { - return this.__createdby_value; + return this._createdon; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -78134,27 +78207,49 @@ public virtual string bcgov_cronexpression partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property bcgov_lastruntime_date 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 bcgov_lastruntime_date + public virtual global::System.Nullable _createdby_value { get { - return this._bcgov_lastruntime_date; + return this.__createdby_value; } set { - this.Onbcgov_lastruntime_dateChanging(value); - this._bcgov_lastruntime_date = value; - this.Onbcgov_lastruntime_dateChanged(); - this.OnPropertyChanged("bcgov_lastruntime_date"); + 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 _bcgov_lastruntime_date; - partial void Onbcgov_lastruntime_dateChanging(global::System.Nullable value); - partial void Onbcgov_lastruntime_dateChanged(); + 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 _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 bcgov_fetchxml in the schema. /// @@ -78178,27 +78273,27 @@ public virtual string bcgov_fetchxml partial void Onbcgov_fetchxmlChanging(string value); partial void Onbcgov_fetchxmlChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property bcgov_lastruntime_date in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable bcgov_lastruntime_date { get { - return this._versionnumber; + return this._bcgov_lastruntime_date; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onbcgov_lastruntime_dateChanging(value); + this._bcgov_lastruntime_date = value; + this.Onbcgov_lastruntime_dateChanged(); + this.OnPropertyChanged("bcgov_lastruntime_date"); } } [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::System.Nullable _bcgov_lastruntime_date; + partial void Onbcgov_lastruntime_dateChanging(global::System.Nullable value); + partial void Onbcgov_lastruntime_dateChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -78244,93 +78339,49 @@ public virtual string bcgov_fetchxml partial void Onbcgov_lastruntimeChanging(global::System.Nullable value); partial void Onbcgov_lastruntimeChanged(); /// - /// There are no comments for Property bcgov_endpoint in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_endpoint - { - get - { - return this._bcgov_endpoint; - } - set - { - this.Onbcgov_endpointChanging(value); - this._bcgov_endpoint = value; - this.Onbcgov_endpointChanged(); - this.OnPropertyChanged("bcgov_endpoint"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_endpoint; - partial void Onbcgov_endpointChanging(string value); - partial void Onbcgov_endpointChanged(); - /// - /// 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 bcgov_primaryentity in the schema. + /// There are no comments for Property bcgov_schedulejobid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_primaryentity + public virtual global::System.Nullable bcgov_schedulejobid { get { - return this._bcgov_primaryentity; + return this._bcgov_schedulejobid; } set { - this.Onbcgov_primaryentityChanging(value); - this._bcgov_primaryentity = value; - this.Onbcgov_primaryentityChanged(); - this.OnPropertyChanged("bcgov_primaryentity"); + this.Onbcgov_schedulejobidChanging(value); + this._bcgov_schedulejobid = value; + this.Onbcgov_schedulejobidChanged(); + this.OnPropertyChanged("bcgov_schedulejobid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_primaryentity; - partial void Onbcgov_primaryentityChanging(string value); - partial void Onbcgov_primaryentityChanged(); + private global::System.Nullable _bcgov_schedulejobid; + partial void Onbcgov_schedulejobidChanging(global::System.Nullable value); + partial void Onbcgov_schedulejobidChanged(); /// - /// There are no comments for Property bcgov_schedulejobid in the schema. + /// There are no comments for Property bcgov_endpoint in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bcgov_schedulejobid + public virtual string bcgov_endpoint { get { - return this._bcgov_schedulejobid; + return this._bcgov_endpoint; } set { - this.Onbcgov_schedulejobidChanging(value); - this._bcgov_schedulejobid = value; - this.Onbcgov_schedulejobidChanged(); - this.OnPropertyChanged("bcgov_schedulejobid"); + this.Onbcgov_endpointChanging(value); + this._bcgov_endpoint = value; + this.Onbcgov_endpointChanged(); + this.OnPropertyChanged("bcgov_endpoint"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bcgov_schedulejobid; - partial void Onbcgov_schedulejobidChanging(global::System.Nullable value); - partial void Onbcgov_schedulejobidChanged(); + private string _bcgov_endpoint; + partial void Onbcgov_endpointChanging(string value); + partial void Onbcgov_endpointChanged(); /// /// There are no comments for Property bcgov_lastruntime_state in the schema. /// @@ -78376,49 +78427,49 @@ public virtual string bcgov_primaryentity partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property bcgov_primaryentity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string bcgov_primaryentity { get { - return this._createdon; + return this._bcgov_primaryentity; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Onbcgov_primaryentityChanging(value); + this._bcgov_primaryentity = value; + this.Onbcgov_primaryentityChanged(); + this.OnPropertyChanged("bcgov_primaryentity"); } } [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 string _bcgov_primaryentity; + partial void Onbcgov_primaryentityChanging(string value); + partial void Onbcgov_primaryentityChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property bcgov_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual string bcgov_name { get { - return this._statecode; + return this._bcgov_name; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.Onbcgov_nameChanging(value); + this._bcgov_name = value; + this.Onbcgov_nameChanged(); + this.OnPropertyChanged("bcgov_name"); } } [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 string _bcgov_name; + partial void Onbcgov_nameChanging(string value); + partial void Onbcgov_nameChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -79539,27 +79590,27 @@ public static bcgov_schedulejobsession Createbcgov_schedulejobsession(global::Mi partial void Onbcgov_schedulejobsessionidChanging(global::System.Nullable value); partial void Onbcgov_schedulejobsessionidChanged(); /// - /// There are no comments for Property bcgov_duration in the schema. + /// 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 bcgov_duration + public virtual global::System.Nullable statuscode { get { - return this._bcgov_duration; + return this._statuscode; } set { - this.Onbcgov_durationChanging(value); - this._bcgov_duration = value; - this.Onbcgov_durationChanged(); - this.OnPropertyChanged("bcgov_duration"); + 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 _bcgov_duration; - partial void Onbcgov_durationChanging(global::System.Nullable value); - partial void Onbcgov_durationChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -79583,115 +79634,93 @@ public static bcgov_schedulejobsession Createbcgov_schedulejobsession(global::Mi partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property bcgov_id in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_id - { - get - { - return this._bcgov_id; - } - set - { - this.Onbcgov_idChanging(value); - this._bcgov_id = value; - this.Onbcgov_idChanged(); - this.OnPropertyChanged("bcgov_id"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_id; - partial void Onbcgov_idChanging(string value); - partial void Onbcgov_idChanged(); - /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable versionnumber { get { - return this._utcconversiontimezonecode; + return this._versionnumber; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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. + /// There are no comments for Property bcgov_duration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable bcgov_duration { get { - return this._overriddencreatedon; + return this._bcgov_duration; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onbcgov_durationChanging(value); + this._bcgov_duration = value; + this.Onbcgov_durationChanged(); + this.OnPropertyChanged("bcgov_duration"); } } [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::System.Nullable _bcgov_duration; + partial void Onbcgov_durationChanging(global::System.Nullable value); + partial void Onbcgov_durationChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property bcgov_id in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string bcgov_id { get { - return this._versionnumber; + return this._bcgov_id; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onbcgov_idChanging(value); + this._bcgov_id = value; + this.Onbcgov_idChanged(); + this.OnPropertyChanged("bcgov_id"); } } [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 string _bcgov_id; + partial void Onbcgov_idChanging(string value); + partial void Onbcgov_idChanged(); /// - /// There are no comments for Property bcgov_error in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_error + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._bcgov_error; + return this._utcconversiontimezonecode; } set { - this.Onbcgov_errorChanging(value); - this._bcgov_error = value; - this.Onbcgov_errorChanged(); - this.OnPropertyChanged("bcgov_error"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_error; - partial void Onbcgov_errorChanging(string value); - partial void Onbcgov_errorChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -79737,6 +79766,28 @@ public virtual string bcgov_error partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property bcgov_error in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string bcgov_error + { + get + { + return this._bcgov_error; + } + set + { + this.Onbcgov_errorChanging(value); + this._bcgov_error = value; + this.Onbcgov_errorChanged(); + this.OnPropertyChanged("bcgov_error"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _bcgov_error; + partial void Onbcgov_errorChanging(string value); + partial void Onbcgov_errorChanged(); + /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -79803,6 +79854,28 @@ public virtual string bcgov_error partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -79847,6 +79920,28 @@ public virtual string bcgov_error partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property _bcgov_schedulejobid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _bcgov_schedulejobid_value + { + get + { + return this.__bcgov_schedulejobid_value; + } + set + { + this.On_bcgov_schedulejobid_valueChanging(value); + this.__bcgov_schedulejobid_value = value; + this.On_bcgov_schedulejobid_valueChanged(); + this.OnPropertyChanged("_bcgov_schedulejobid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __bcgov_schedulejobid_value; + partial void On_bcgov_schedulejobid_valueChanging(global::System.Nullable value); + partial void On_bcgov_schedulejobid_valueChanged(); + /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -79913,50 +80008,6 @@ public virtual string bcgov_error partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 _bcgov_schedulejobid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _bcgov_schedulejobid_value - { - get - { - return this.__bcgov_schedulejobid_value; - } - set - { - this.On_bcgov_schedulejobid_valueChanging(value); - this.__bcgov_schedulejobid_value = value; - this.On_bcgov_schedulejobid_valueChanged(); - this.OnPropertyChanged("_bcgov_schedulejobid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __bcgov_schedulejobid_value; - partial void On_bcgov_schedulejobid_valueChanging(global::System.Nullable value); - partial void On_bcgov_schedulejobid_valueChanged(); - /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -80837,50 +80888,6 @@ public static bcgov_tag Createbcgov_tag(global::Microsoft.Dynamics.CRM.systemuse return bcgov_tag; } /// - /// 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 _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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -80903,6 +80910,28 @@ public static bcgov_tag Createbcgov_tag(global::Microsoft.Dynamics.CRM.systemuse partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -80969,28 +80998,6 @@ public static bcgov_tag Createbcgov_tag(global::Microsoft.Dynamics.CRM.systemuse partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -81013,27 +81020,27 @@ public static bcgov_tag Createbcgov_tag(global::Microsoft.Dynamics.CRM.systemuse partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__owninguser_value; + return this.__modifiedonbehalfby_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 modifiedon in the schema. /// @@ -81057,49 +81064,49 @@ public static bcgov_tag Createbcgov_tag(global::Microsoft.Dynamics.CRM.systemuse partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property importsequencenumber 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 importsequencenumber + public virtual global::System.Nullable statecode { get { - return this._importsequencenumber; + return this._statecode; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._statecode; + return this._timezoneruleversionnumber; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _owningteam_value in the schema. /// @@ -81167,27 +81174,49 @@ public static bcgov_tag Createbcgov_tag(global::Microsoft.Dynamics.CRM.systemuse partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__modifiedonbehalfby_value; + return this._importsequencenumber; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// 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 bcgov_tagid in the schema. /// @@ -81233,6 +81262,28 @@ public virtual string bcgov_name partial void Onbcgov_nameChanging(string value); partial void Onbcgov_nameChanged(); /// + /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -82375,6 +82426,28 @@ public virtual string bcgov_name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// There are no comments for Property bcgov_primaryentity in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string bcgov_primaryentity + { + get + { + return this._bcgov_primaryentity; + } + set + { + this.Onbcgov_primaryentityChanging(value); + this._bcgov_primaryentity = value; + this.Onbcgov_primaryentityChanged(); + this.OnPropertyChanged("bcgov_primaryentity"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _bcgov_primaryentity; + partial void Onbcgov_primaryentityChanging(string value); + partial void Onbcgov_primaryentityChanged(); + /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -82397,27 +82470,27 @@ public virtual string bcgov_name partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _owninguser_value 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 _owninguser_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__owninguser_value; + return this.__createdonbehalfby_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 _owningbusinessunit_value in the schema. /// @@ -82485,49 +82558,49 @@ public virtual string bcgov_name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property bcgov_documentformat in the schema. + /// There are no comments for Property _bcgov_tag1id_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bcgov_documentformat + public virtual global::System.Nullable _bcgov_tag1id_value { get { - return this._bcgov_documentformat; + return this.__bcgov_tag1id_value; } set { - this.Onbcgov_documentformatChanging(value); - this._bcgov_documentformat = value; - this.Onbcgov_documentformatChanged(); - this.OnPropertyChanged("bcgov_documentformat"); + this.On_bcgov_tag1id_valueChanging(value); + this.__bcgov_tag1id_value = value; + this.On_bcgov_tag1id_valueChanged(); + this.OnPropertyChanged("_bcgov_tag1id_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bcgov_documentformat; - partial void Onbcgov_documentformatChanging(global::System.Nullable value); - partial void Onbcgov_documentformatChanged(); + private global::System.Nullable __bcgov_tag1id_value; + partial void On_bcgov_tag1id_valueChanging(global::System.Nullable value); + partial void On_bcgov_tag1id_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property _bcgov_tag2id_value 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 _bcgov_tag2id_value { get { - return this.__createdonbehalfby_value; + return this.__bcgov_tag2id_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.On_bcgov_tag2id_valueChanging(value); + this.__bcgov_tag2id_value = value; + this.On_bcgov_tag2id_valueChanged(); + this.OnPropertyChanged("_bcgov_tag2id_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(); + private global::System.Nullable __bcgov_tag2id_value; + partial void On_bcgov_tag2id_valueChanging(global::System.Nullable value); + partial void On_bcgov_tag2id_valueChanged(); /// /// There are no comments for Property bcgov_sharepointentityname in the schema. /// @@ -82595,49 +82668,27 @@ public virtual string bcgov_aemappname partial void Onbcgov_aemappnameChanging(string value); partial void Onbcgov_aemappnameChanged(); /// - /// There are no comments for Property _bcgov_tag1id_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _bcgov_tag1id_value - { - get - { - return this.__bcgov_tag1id_value; - } - set - { - this.On_bcgov_tag1id_valueChanging(value); - this.__bcgov_tag1id_value = value; - this.On_bcgov_tag1id_valueChanged(); - this.OnPropertyChanged("_bcgov_tag1id_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __bcgov_tag1id_value; - partial void On_bcgov_tag1id_valueChanging(global::System.Nullable value); - partial void On_bcgov_tag1id_valueChanged(); - /// - /// There are no comments for Property _bcgov_tag2id_value in the schema. + /// 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 _bcgov_tag2id_value + public virtual global::System.Nullable versionnumber { get { - return this.__bcgov_tag2id_value; + return this._versionnumber; } set { - this.On_bcgov_tag2id_valueChanging(value); - this.__bcgov_tag2id_value = value; - this.On_bcgov_tag2id_valueChanged(); - this.OnPropertyChanged("_bcgov_tag2id_value"); + 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 __bcgov_tag2id_value; - partial void On_bcgov_tag2id_valueChanging(global::System.Nullable value); - partial void On_bcgov_tag2id_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -82661,27 +82712,27 @@ public virtual string bcgov_aemappname partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._versionnumber; + return this.__modifiedonbehalfby_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 _createdby_value in the schema. /// @@ -82793,115 +82844,115 @@ public virtual string bcgov_interfaceurl partial void Onbcgov_interfaceurlChanging(string value); partial void Onbcgov_interfaceurlChanged(); /// - /// There are no comments for Property bcgov_primaryentity in the schema. + /// There are no comments for Property bcgov_filerights in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_primaryentity + public virtual string bcgov_filerights { get { - return this._bcgov_primaryentity; + return this._bcgov_filerights; } set { - this.Onbcgov_primaryentityChanging(value); - this._bcgov_primaryentity = value; - this.Onbcgov_primaryentityChanged(); - this.OnPropertyChanged("bcgov_primaryentity"); + this.Onbcgov_filerightsChanging(value); + this._bcgov_filerights = value; + this.Onbcgov_filerightsChanged(); + this.OnPropertyChanged("bcgov_filerights"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bcgov_primaryentity; - partial void Onbcgov_primaryentityChanging(string value); - partial void Onbcgov_primaryentityChanged(); + private string _bcgov_filerights; + partial void Onbcgov_filerightsChanging(string value); + partial void Onbcgov_filerightsChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__ownerid_value; + return this._utcconversiontimezonecode; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property bcgov_filerights in the schema. + /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bcgov_filerights + public virtual global::System.Nullable _owninguser_value { get { - return this._bcgov_filerights; + return this.__owninguser_value; } set { - this.Onbcgov_filerightsChanging(value); - this._bcgov_filerights = value; - this.Onbcgov_filerightsChanged(); - this.OnPropertyChanged("bcgov_filerights"); + 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 string _bcgov_filerights; - partial void Onbcgov_filerightsChanging(string value); - partial void Onbcgov_filerightsChanged(); + 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 utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _ownerid_value { get { - return this._utcconversiontimezonecode; + return this.__ownerid_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 _modifiedonbehalfby_value in the schema. + /// There are no comments for Property bcgov_documentformat in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable bcgov_documentformat { get { - return this.__modifiedonbehalfby_value; + return this._bcgov_documentformat; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onbcgov_documentformatChanging(value); + this._bcgov_documentformat = value; + this.Onbcgov_documentformatChanged(); + this.OnPropertyChanged("bcgov_documentformat"); } } [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::System.Nullable _bcgov_documentformat; + partial void Onbcgov_documentformatChanging(global::System.Nullable value); + partial void Onbcgov_documentformatChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -83924,28 +83975,6 @@ public static bcgov_templatesession Createbcgov_templatesession(global::Microsof return bcgov_templatesession; } /// - /// There are no comments for Property _bcgov_caseid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _bcgov_caseid_value - { - get - { - return this.__bcgov_caseid_value; - } - set - { - this.On_bcgov_caseid_valueChanging(value); - this.__bcgov_caseid_value = value; - this.On_bcgov_caseid_valueChanged(); - this.OnPropertyChanged("_bcgov_caseid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __bcgov_caseid_value; - partial void On_bcgov_caseid_valueChanging(global::System.Nullable value); - partial void On_bcgov_caseid_valueChanged(); - /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -83990,27 +84019,71 @@ public static bcgov_templatesession Createbcgov_templatesession(global::Microsof partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__ownerid_value; + return this._importsequencenumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// There are no comments for Property _bcgov_caseid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _bcgov_caseid_value + { + get + { + return this.__bcgov_caseid_value; + } + set + { + this.On_bcgov_caseid_valueChanging(value); + this.__bcgov_caseid_value = value; + this.On_bcgov_caseid_valueChanged(); + this.OnPropertyChanged("_bcgov_caseid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __bcgov_caseid_value; + partial void On_bcgov_caseid_valueChanging(global::System.Nullable value); + partial void On_bcgov_caseid_valueChanged(); + /// + /// 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 _owninguser_value in the schema. /// @@ -84056,28 +84129,6 @@ public static bcgov_templatesession Createbcgov_templatesession(global::Microsof partial void Onbcgov_templatesessionidChanging(global::System.Nullable value); partial void Onbcgov_templatesessionidChanged(); /// - /// 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -84298,27 +84349,27 @@ public static bcgov_templatesession Createbcgov_templatesession(global::Microsof partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property _bcgov_templateid_value in the schema. + /// 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 _bcgov_templateid_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__bcgov_templateid_value; + return this.__ownerid_value; } set { - this.On_bcgov_templateid_valueChanging(value); - this.__bcgov_templateid_value = value; - this.On_bcgov_templateid_valueChanged(); - this.OnPropertyChanged("_bcgov_templateid_value"); + 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 __bcgov_templateid_value; - partial void On_bcgov_templateid_valueChanging(global::System.Nullable value); - partial void On_bcgov_templateid_valueChanged(); + 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 _bcgov_customer_value in the schema. /// @@ -84342,28 +84393,6 @@ public static bcgov_templatesession Createbcgov_templatesession(global::Microsof partial void On_bcgov_customer_valueChanging(global::System.Nullable value); partial void On_bcgov_customer_valueChanged(); /// - /// 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 bcgov_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -84386,27 +84415,49 @@ public virtual string bcgov_name partial void Onbcgov_nameChanging(string value); partial void Onbcgov_nameChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property _bcgov_templateid_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 _bcgov_templateid_value { get { - return this._statuscode; + return this.__bcgov_templateid_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.On_bcgov_templateid_valueChanging(value); + this.__bcgov_templateid_value = value; + this.On_bcgov_templateid_valueChanged(); + this.OnPropertyChanged("_bcgov_templateid_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 __bcgov_templateid_value; + partial void On_bcgov_templateid_valueChanging(global::System.Nullable value); + partial void On_bcgov_templateid_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 createdby in the schema. /// @@ -85898,49 +85949,49 @@ public static bookableresourcebookingheader Createbookableresourcebookingheader( partial void OnstarttimeChanging(global::System.Nullable value); partial void OnstarttimeChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property duration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual global::System.Nullable duration { get { - return this.__transactioncurrencyid_value; + return this._duration; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OndurationChanging(value); + this._duration = value; + this.OndurationChanged(); + this.OnPropertyChanged("duration"); } } [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::System.Nullable _duration; + partial void OndurationChanging(global::System.Nullable value); + partial void OndurationChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._versionnumber; + return this.__transactioncurrencyid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 importsequencenumber in the schema. /// @@ -85964,6 +86015,28 @@ public static bookableresourcebookingheader Createbookableresourcebookingheader( partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -86008,27 +86081,27 @@ public virtual string traversedpath partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property duration in the schema. + /// 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 duration + public virtual global::System.Nullable overriddencreatedon { get { - return this._duration; + return this._overriddencreatedon; } set { - this.OndurationChanging(value); - this._duration = value; - this.OndurationChanged(); - this.OnPropertyChanged("duration"); + 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 _duration; - partial void OndurationChanging(global::System.Nullable value); - partial void OndurationChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -86052,6 +86125,160 @@ public virtual string traversedpath partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// There are no comments for Property processid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processid + { + get + { + return this._processid; + } + set + { + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); + /// + /// 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 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 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 _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 name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// 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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -86074,160 +86301,6 @@ public virtual string traversedpath partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property processid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processid - { - get - { - return this._processid; - } - set - { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); - /// - /// 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 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 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 _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 name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// - /// 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 bookableresourcebookingheaderid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -86250,28 +86323,6 @@ public virtual string name partial void OnbookableresourcebookingheaderidChanging(global::System.Nullable value); partial void OnbookableresourcebookingheaderidChanged(); /// - /// 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 bookableresourcebookingheader_IncidentResolutions in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -87998,71 +88049,49 @@ public static bookableresourcebooking Createbookableresourcebooking(global::Micr return bookableresourcebooking; } /// - /// There are no comments for Property stageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid - { - get - { - return this._stageid; - } - set - { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); - /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable processid { get { - return this.__owningteam_value; + return this._processid; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); } } [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::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable stageid { get { - return this._importsequencenumber; + return this._stageid; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [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(); + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -88086,49 +88115,49 @@ public static bookableresourcebooking Createbookableresourcebooking(global::Micr partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__ownerid_value; + return this._importsequencenumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property _resource_value in the schema. + /// 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 _resource_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__resource_value; + return this._timezoneruleversionnumber; } set { - this.On_resource_valueChanging(value); - this.__resource_value = value; - this.On_resource_valueChanged(); - this.OnPropertyChanged("_resource_value"); + 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 __resource_value; - partial void On_resource_valueChanging(global::System.Nullable value); - partial void On_resource_valueChanged(); + 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. /// @@ -88174,27 +88203,49 @@ public static bookableresourcebooking Createbookableresourcebooking(global::Micr partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable versionnumber { get { - return this._statecode; + return this._versionnumber; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// 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 _transactioncurrencyid_value in the schema. /// @@ -88218,49 +88269,49 @@ public static bookableresourcebooking Createbookableresourcebooking(global::Micr partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string name { get { - return this._timezoneruleversionnumber; + return this._name; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _ownerid_value { get { - return this._versionnumber; + return this.__ownerid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 _bookingstatus_value in the schema. /// @@ -88284,93 +88335,93 @@ public static bookableresourcebooking Createbookableresourcebooking(global::Micr partial void On_bookingstatus_valueChanging(global::System.Nullable value); partial void On_bookingstatus_valueChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property _resource_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable _resource_value { get { - return this._exchangerate; + return this.__resource_value; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.On_resource_valueChanging(value); + this.__resource_value = value; + this.On_resource_valueChanged(); + this.OnPropertyChanged("_resource_value"); } } [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::System.Nullable __resource_value; + partial void On_resource_valueChanging(global::System.Nullable value); + partial void On_resource_valueChanged(); /// - /// There are no comments for Property starttime 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 starttime + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._starttime; + return this.__createdonbehalfby_value; } set { - this.OnstarttimeChanging(value); - this._starttime = value; - this.OnstarttimeChanged(); - this.OnPropertyChanged("starttime"); + 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 _starttime; - partial void OnstarttimeChanging(global::System.Nullable value); - partial void OnstarttimeChanged(); + 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. + /// 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 _createdby_value + public virtual global::System.Nullable statecode { get { - return this.__createdby_value; + return this._statecode; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property duration 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 duration + public virtual global::System.Nullable _createdby_value { get { - return this._duration; + return this.__createdby_value; } set { - this.OndurationChanging(value); - this._duration = value; - this.OndurationChanged(); - this.OnPropertyChanged("duration"); + 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 _duration; - partial void OndurationChanging(global::System.Nullable value); - partial void OndurationChanged(); + 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 bookingtype in the schema. /// @@ -88394,71 +88445,71 @@ public static bookableresourcebooking Createbookableresourcebooking(global::Micr partial void OnbookingtypeChanging(global::System.Nullable value); partial void OnbookingtypeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property duration 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 duration { get { - return this.__createdonbehalfby_value; + return this._duration; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OndurationChanging(value); + this._duration = value; + this.OndurationChanged(); + this.OnPropertyChanged("duration"); } } [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 _duration; + partial void OndurationChanging(global::System.Nullable value); + partial void OndurationChanged(); /// - /// There are no comments for Property _header_value in the schema. + /// There are no comments for Property starttime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _header_value + public virtual global::System.Nullable starttime { get { - return this.__header_value; + return this._starttime; } set { - this.On_header_valueChanging(value); - this.__header_value = value; - this.On_header_valueChanged(); - this.OnPropertyChanged("_header_value"); + this.OnstarttimeChanging(value); + this._starttime = value; + this.OnstarttimeChanged(); + this.OnPropertyChanged("starttime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __header_value; - partial void On_header_valueChanging(global::System.Nullable value); - partial void On_header_valueChanged(); + private global::System.Nullable _starttime; + partial void OnstarttimeChanging(global::System.Nullable value); + partial void OnstarttimeChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property _header_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable _header_value { get { - return this.__owningbusinessunit_value; + return this.__header_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.On_header_valueChanging(value); + this.__header_value = value; + this.On_header_valueChanged(); + this.OnPropertyChanged("_header_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(); + private global::System.Nullable __header_value; + partial void On_header_valueChanging(global::System.Nullable value); + partial void On_header_valueChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -88504,27 +88555,27 @@ public static bookableresourcebooking Createbookableresourcebooking(global::Micr partial void OnbookableresourcebookingidChanging(global::System.Nullable value); partial void OnbookableresourcebookingidChanged(); /// - /// There are no comments for Property endtime in the schema. + /// 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 endtime + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._endtime; + return this.__owningbusinessunit_value; } set { - this.OnendtimeChanging(value); - this._endtime = value; - this.OnendtimeChanged(); - this.OnPropertyChanged("endtime"); + 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 _endtime; - partial void OnendtimeChanging(global::System.Nullable value); - partial void OnendtimeChanged(); + 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 utcconversiontimezonecode in the schema. /// @@ -88548,6 +88599,28 @@ public static bookableresourcebooking Createbookableresourcebooking(global::Micr partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// + /// 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 traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -88570,27 +88643,27 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property endtime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable endtime { get { - return this._name; + return this._endtime; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnendtimeChanging(value); + this._endtime = value; + this.OnendtimeChanged(); + this.OnPropertyChanged("endtime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _endtime; + partial void OnendtimeChanging(global::System.Nullable value); + partial void OnendtimeChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -88636,49 +88709,27 @@ public virtual string name partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property processid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processid - { - get - { - return this._processid; - } - set - { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); - /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable exchangerate { get { - return this.__modifiedby_value; + return this._exchangerate; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// /// There are no comments for Property bookableresourcebooking_IncidentResolutions in the schema. /// @@ -90100,49 +90151,93 @@ public static bookableresourcecategory Createbookableresourcecategory(global::Mi partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property statecode 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 statecode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._statecode; + return this.__createdonbehalfby_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + 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 _createdonbehalfby_value in the schema. + /// There are no comments for Property bookableresourcecategoryid 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 bookableresourcecategoryid { get { - return this.__createdonbehalfby_value; + return this._bookableresourcecategoryid; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnbookableresourcecategoryidChanging(value); + this._bookableresourcecategoryid = value; + this.OnbookableresourcecategoryidChanged(); + this.OnPropertyChanged("bookableresourcecategoryid"); } } [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 _bookableresourcecategoryid; + partial void OnbookableresourcecategoryidChanging(global::System.Nullable value); + partial void OnbookableresourcecategoryidChanged(); + /// + /// 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 name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// @@ -90232,71 +90327,27 @@ public static bookableresourcecategory Createbookableresourcecategory(global::Mi partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property bookableresourcecategoryid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bookableresourcecategoryid - { - get - { - return this._bookableresourcecategoryid; - } - set - { - this.OnbookableresourcecategoryidChanging(value); - this._bookableresourcecategoryid = value; - this.OnbookableresourcecategoryidChanged(); - this.OnPropertyChanged("bookableresourcecategoryid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bookableresourcecategoryid; - partial void OnbookableresourcecategoryidChanging(global::System.Nullable value); - partial void OnbookableresourcecategoryidChanged(); - /// - /// 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 _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable exchangerate { get { - return this.__modifiedonbehalfby_value; + return this._exchangerate; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -90386,27 +90437,27 @@ public static bookableresourcecategory Createbookableresourcecategory(global::Mi partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// 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 exchangerate + public virtual global::System.Nullable statuscode { get { - return this._exchangerate; + return this._statuscode; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + 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 _exchangerate; - partial void OnexchangerateChanging(global::System.Nullable value); - partial void OnexchangerateChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -90452,27 +90503,27 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property name 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 string name + public virtual global::System.Nullable statecode { get { - return this._name; + return this._statecode; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnstatecodeChanging(value); + this._statecode = value; + this.OnstatecodeChanged(); + this.OnPropertyChanged("statecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -91485,6 +91536,28 @@ public static bookableresourcecategoryassn Createbookableresourcecategoryassn(gl 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 bookableresourcecategoryassnid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -91507,27 +91580,49 @@ public static bookableresourcecategoryassn Createbookableresourcecategoryassn(gl partial void OnbookableresourcecategoryassnidChanging(global::System.Nullable value); partial void OnbookableresourcecategoryassnidChanged(); /// - /// There are no comments for Property _resourcecategory_value 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 _resourcecategory_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__resourcecategory_value; + return this.__createdonbehalfby_value; } set { - this.On_resourcecategory_valueChanging(value); - this.__resourcecategory_value = value; - this.On_resourcecategory_valueChanged(); - this.OnPropertyChanged("_resourcecategory_value"); + 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 __resourcecategory_value; - partial void On_resourcecategory_valueChanging(global::System.Nullable value); - partial void On_resourcecategory_valueChanged(); + 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 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 versionnumber in the schema. /// @@ -91639,49 +91734,49 @@ public virtual string name partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property _resourcecategory_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 _resourcecategory_value { get { - return this._statuscode; + return this.__resourcecategory_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.On_resourcecategory_valueChanging(value); + this.__resourcecategory_value = value; + this.On_resourcecategory_valueChanged(); + this.OnPropertyChanged("_resourcecategory_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 __resourcecategory_value; + partial void On_resourcecategory_valueChanging(global::System.Nullable value); + partial void On_resourcecategory_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable overriddencreatedon { get { - return this._utcconversiontimezonecode; + return this._overriddencreatedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -91727,27 +91822,27 @@ public virtual string name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__createdonbehalfby_value; + return this._utcconversiontimezonecode; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -91771,28 +91866,6 @@ public virtual string name partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -91837,28 +91910,6 @@ public virtual string name partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -92988,93 +93039,93 @@ public static bookableresourcecharacteristic Createbookableresourcecharacteristi partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._overriddencreatedon; + return this._utcconversiontimezonecode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable statuscode { get { - return this._utcconversiontimezonecode; + return this._statuscode; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual string traversedpath { get { - return this._statecode; + return this._traversedpath; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [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 string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _ownerid_value { get { - return this._versionnumber; + return this.__ownerid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 _characteristic_value in the schema. /// @@ -93120,28 +93171,6 @@ public static bookableresourcecharacteristic Createbookableresourcecharacteristi partial void On_ratingvalue_valueChanging(global::System.Nullable value); partial void On_ratingvalue_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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -93208,28 +93237,6 @@ public static bookableresourcecharacteristic Createbookableresourcecharacteristi partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property bookableresourcecharacteristicid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bookableresourcecharacteristicid - { - get - { - return this._bookableresourcecharacteristicid; - } - set - { - this.OnbookableresourcecharacteristicidChanging(value); - this._bookableresourcecharacteristicid = value; - this.OnbookableresourcecharacteristicidChanged(); - this.OnPropertyChanged("bookableresourcecharacteristicid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bookableresourcecharacteristicid; - partial void OnbookableresourcecharacteristicidChanging(global::System.Nullable value); - partial void OnbookableresourcecharacteristicidChanged(); - /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -93252,27 +93259,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property processid in the schema. + /// 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 processid + public virtual global::System.Nullable _owningteam_value { get { - return this._processid; + return this.__owningteam_value; } set { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); + 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 _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); + 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 _transactioncurrencyid_value in the schema. /// @@ -93318,49 +93325,71 @@ public virtual string name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _owninguser_value 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 _owninguser_value + public virtual global::System.Nullable statecode { get { - return this.__owninguser_value; + return this._statecode; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property bookableresourcecharacteristicid 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 bookableresourcecharacteristicid { get { - return this._statuscode; + return this._bookableresourcecharacteristicid; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnbookableresourcecharacteristicidChanging(value); + this._bookableresourcecharacteristicid = value; + this.OnbookableresourcecharacteristicidChanged(); + this.OnPropertyChanged("bookableresourcecharacteristicid"); } } [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 _bookableresourcecharacteristicid; + partial void OnbookableresourcecharacteristicidChanging(global::System.Nullable value); + partial void OnbookableresourcecharacteristicidChanged(); + /// + /// 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 _createdonbehalfby_value in the schema. /// @@ -93384,27 +93413,27 @@ public virtual string name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property traversedpath in the schema. + /// There are no comments for Property processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath + public virtual global::System.Nullable processid { get { - return this._traversedpath; + return this._processid; } set { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); + private global::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); /// /// There are no comments for Property stageid in the schema. /// @@ -93428,27 +93457,27 @@ public virtual string traversedpath partial void OnstageidChanging(global::System.Nullable value); partial void OnstageidChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable versionnumber { get { - return this.__owningteam_value; + return this._versionnumber; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -93472,6 +93501,28 @@ public virtual string traversedpath partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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#")] @@ -94618,6 +94669,28 @@ public static bookableresourcegroup Createbookableresourcegroup(global::Microsof partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -94684,27 +94757,27 @@ public static bookableresourcegroup Createbookableresourcegroup(global::Microsof partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__createdonbehalfby_value; + return this._utcconversiontimezonecode; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -94728,182 +94801,6 @@ public static bookableresourcegroup Createbookableresourcegroup(global::Microsof partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// - /// 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 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 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 _childresource_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _childresource_value - { - get - { - return this.__childresource_value; - } - set - { - this.On_childresource_valueChanging(value); - this.__childresource_value = value; - this.On_childresource_valueChanged(); - this.OnPropertyChanged("_childresource_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __childresource_value; - partial void On_childresource_valueChanging(global::System.Nullable value); - partial void On_childresource_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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -94926,71 +94823,181 @@ public virtual string name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable exchangerate { get { - return this._utcconversiontimezonecode; + return this._exchangerate; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// - /// There are no comments for Property statecode 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 statecode + public virtual global::System.Nullable _createdby_value { get { - return this._statecode; + return this.__createdby_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + 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 fromdate in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable fromdate + public virtual string name { get { - return this._fromdate; + return this._name; } set { - this.OnfromdateChanging(value); - this._fromdate = value; - this.OnfromdateChanged(); - this.OnPropertyChanged("fromdate"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _fromdate; - partial void OnfromdateChanging(global::System.Nullable value); - partial void OnfromdateChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// 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 _childresource_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _childresource_value + { + get + { + return this.__childresource_value; + } + set + { + this.On_childresource_valueChanging(value); + this.__childresource_value = value; + this.On_childresource_valueChanged(); + this.OnPropertyChanged("_childresource_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __childresource_value; + partial void On_childresource_valueChanging(global::System.Nullable value); + partial void On_childresource_valueChanged(); + /// + /// There are no comments for Property todate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable todate + { + get + { + return this._todate; + } + set + { + this.OntodateChanging(value); + this._todate = value; + this.OntodateChanged(); + this.OnPropertyChanged("todate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _todate; + partial void OntodateChanging(global::System.Nullable value); + partial void OntodateChanged(); + /// + /// 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 _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 _transactioncurrencyid_value in the schema. /// @@ -95080,6 +95087,28 @@ public virtual string name partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// + /// 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 _parentresource_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -95102,27 +95131,49 @@ public virtual string name partial void On_parentresource_valueChanging(global::System.Nullable value); partial void On_parentresource_valueChanged(); /// - /// There are no comments for Property todate in the schema. + /// 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 todate + public virtual global::System.Nullable versionnumber { get { - return this._todate; + return this._versionnumber; } set { - this.OntodateChanging(value); - this._todate = value; - this.OntodateChanged(); - this.OnPropertyChanged("todate"); + 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 _todate; - partial void OntodateChanging(global::System.Nullable value); - partial void OntodateChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// There are no comments for Property fromdate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable fromdate + { + get + { + return this._fromdate; + } + set + { + this.OnfromdateChanging(value); + this._fromdate = value; + this.OnfromdateChanged(); + this.OnPropertyChanged("fromdate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _fromdate; + partial void OnfromdateChanging(global::System.Nullable value); + partial void OnfromdateChanged(); /// /// There are no comments for Property createdbyname in the schema. /// @@ -98027,27 +98078,27 @@ public static bookingstatus Createbookingstatus(global::Microsoft.Dynamics.CRM.s return bookingstatus; } /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable overriddencreatedon { get { - return this._modifiedon; + return this._overriddencreatedon; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -98269,27 +98320,49 @@ public virtual string description partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__owningbusinessunit_value; + return this._importsequencenumber; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// 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 _modifiedonbehalfby_value in the schema. /// @@ -98313,93 +98386,71 @@ public virtual string description partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_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 _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable modifiedon { get { - return this.__ownerid_value; + return this._modifiedon; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _modifiedby_value { get { - return this._importsequencenumber; + return this.__modifiedby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__modifiedby_value; + return this.__owningbusinessunit_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 createdon in the schema. /// @@ -98423,49 +98474,49 @@ public virtual string description partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property name 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 string name + public virtual global::System.Nullable statecode { get { - return this._name; + return this._statecode; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnstatecodeChanging(value); + this._statecode = value; + this.OnstatecodeChanged(); + this.OnPropertyChanged("statecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual string name { get { - return this._statecode; + return this._name; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property bookingstatusid in the schema. /// @@ -98973,49 +99024,49 @@ public bot_botcomponentSingle(global::Microsoft.OData.Client.DataServiceQuerySin public partial class bot_botcomponent : crmbaseentity { /// - /// There are no comments for Property bot_botcomponentid in the schema. + /// There are no comments for Property botcomponentid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bot_botcomponentid + public virtual global::System.Nullable botcomponentid { get { - return this._bot_botcomponentid; + return this._botcomponentid; } set { - this.Onbot_botcomponentidChanging(value); - this._bot_botcomponentid = value; - this.Onbot_botcomponentidChanged(); - this.OnPropertyChanged("bot_botcomponentid"); + this.OnbotcomponentidChanging(value); + this._botcomponentid = value; + this.OnbotcomponentidChanged(); + this.OnPropertyChanged("botcomponentid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bot_botcomponentid; - partial void Onbot_botcomponentidChanging(global::System.Nullable value); - partial void Onbot_botcomponentidChanged(); + private global::System.Nullable _botcomponentid; + partial void OnbotcomponentidChanging(global::System.Nullable value); + partial void OnbotcomponentidChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property bot_botcomponentid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable bot_botcomponentid { get { - return this._versionnumber; + return this._bot_botcomponentid; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onbot_botcomponentidChanging(value); + this._bot_botcomponentid = value; + this.Onbot_botcomponentidChanged(); + this.OnPropertyChanged("bot_botcomponentid"); } } [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::System.Nullable _bot_botcomponentid; + partial void Onbot_botcomponentidChanging(global::System.Nullable value); + partial void Onbot_botcomponentidChanged(); /// /// There are no comments for Property botid in the schema. /// @@ -99039,27 +99090,27 @@ public partial class bot_botcomponent : crmbaseentity partial void OnbotidChanging(global::System.Nullable value); partial void OnbotidChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable ismanaged { get { - return this._iscustomizable; + return this._ismanaged; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -99083,27 +99134,27 @@ public partial class bot_botcomponent : crmbaseentity partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this._ismanaged; + return this._iscustomizable; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); /// /// There are no comments for Property solutionid in the schema. /// @@ -99149,27 +99200,27 @@ public partial class bot_botcomponent : crmbaseentity partial void OncomponentiduniqueChanging(global::System.Nullable value); partial void OncomponentiduniqueChanged(); /// - /// There are no comments for Property botcomponentid in the schema. + /// 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 botcomponentid + public virtual global::System.Nullable versionnumber { get { - return this._botcomponentid; + return this._versionnumber; } set { - this.OnbotcomponentidChanging(value); - this._botcomponentid = value; - this.OnbotcomponentidChanged(); - this.OnPropertyChanged("botcomponentid"); + 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 _botcomponentid; - partial void OnbotcomponentidChanging(global::System.Nullable value); - partial void OnbotcomponentidChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property componentstate in the schema. /// @@ -99250,27 +99301,49 @@ public partial class botcomponent_botcomponent : crmbaseentity partial void OnbotcomponentidoneChanging(global::System.Nullable value); partial void OnbotcomponentidoneChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable solutionid { get { - return this._overwritetime; + return this._solutionid; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); + /// + /// 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 componentidunique in the schema. /// @@ -99338,28 +99411,6 @@ public partial class botcomponent_botcomponent : crmbaseentity partial void Onbotcomponent_botcomponentidChanging(global::System.Nullable value); partial void Onbotcomponent_botcomponentidChanged(); /// - /// There are no comments for Property componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -99404,49 +99455,49 @@ public partial class botcomponent_botcomponent : crmbaseentity partial void OnbotcomponentidtwoChanging(global::System.Nullable value); partial void OnbotcomponentidtwoChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable overwritetime { get { - return this._solutionid; + return this._overwritetime; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable componentstate { get { - return this._versionnumber; + return this._componentstate; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); } /// /// There are no comments for botcomponent_workflowSingle in the schema. @@ -99571,27 +99622,27 @@ public partial class botcomponent_workflow : crmbaseentity partial void OnbotcomponentidChanging(global::System.Nullable value); partial void OnbotcomponentidChanged(); /// - /// There are no comments for Property workflowid in the schema. + /// There are no comments for Property botcomponent_workflowid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable workflowid + public virtual global::System.Nullable botcomponent_workflowid { get { - return this._workflowid; + return this._botcomponent_workflowid; } set { - this.OnworkflowidChanging(value); - this._workflowid = value; - this.OnworkflowidChanged(); - this.OnPropertyChanged("workflowid"); + this.Onbotcomponent_workflowidChanging(value); + this._botcomponent_workflowid = value; + this.Onbotcomponent_workflowidChanged(); + this.OnPropertyChanged("botcomponent_workflowid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _workflowid; - partial void OnworkflowidChanging(global::System.Nullable value); - partial void OnworkflowidChanged(); + private global::System.Nullable _botcomponent_workflowid; + partial void Onbotcomponent_workflowidChanging(global::System.Nullable value); + partial void Onbotcomponent_workflowidChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -99637,27 +99688,27 @@ public partial class botcomponent_workflow : crmbaseentity partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property botcomponent_workflowid in the schema. + /// There are no comments for Property workflowid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable botcomponent_workflowid + public virtual global::System.Nullable workflowid { get { - return this._botcomponent_workflowid; + return this._workflowid; } set { - this.Onbotcomponent_workflowidChanging(value); - this._botcomponent_workflowid = value; - this.Onbotcomponent_workflowidChanged(); - this.OnPropertyChanged("botcomponent_workflowid"); + this.OnworkflowidChanging(value); + this._workflowid = value; + this.OnworkflowidChanged(); + this.OnPropertyChanged("workflowid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _botcomponent_workflowid; - partial void Onbotcomponent_workflowidChanging(global::System.Nullable value); - partial void Onbotcomponent_workflowidChanged(); + private global::System.Nullable _workflowid; + partial void OnworkflowidChanging(global::System.Nullable value); + partial void OnworkflowidChanged(); /// /// There are no comments for Property ismanaged in the schema. /// @@ -100757,28 +100808,6 @@ public virtual string name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -100867,6 +100896,28 @@ public virtual string description partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// 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 ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -101889,28 +101940,6 @@ public virtual string schemaname partial void OnschemanameChanging(string value); partial void OnschemanameChanged(); /// - /// There are no comments for Property botid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable botid - { - get - { - return this._botid; - } - set - { - this.OnbotidChanging(value); - this._botid = value; - this.OnbotidChanged(); - this.OnPropertyChanged("botid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _botid; - partial void OnbotidChanging(global::System.Nullable value); - partial void OnbotidChanged(); - /// /// There are no comments for Property _publishedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -101933,28 +101962,6 @@ public virtual string schemaname partial void On_publishedby_valueChanging(global::System.Nullable value); partial void On_publishedby_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 configuration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -102065,6 +102072,28 @@ public virtual string configuration partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -102131,6 +102160,28 @@ public virtual string authorizedsecuritygroupids partial void OnauthorizedsecuritygroupidsChanging(string value); partial void OnauthorizedsecuritygroupidsChanged(); /// + /// There are no comments for Property botid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable botid + { + get + { + return this._botid; + } + set + { + this.OnbotidChanging(value); + this._botid = value; + this.OnbotidChanged(); + this.OnPropertyChanged("botid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _botid; + partial void OnbotidChanging(global::System.Nullable value); + partial void OnbotidChanged(); + /// /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -102307,6 +102358,28 @@ public virtual string iconbase64 partial void OnaccesscontrolpolicyChanging(global::System.Nullable value); partial void OnaccesscontrolpolicyChanged(); /// + /// 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 applicationmanifestinformation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -102417,28 +102490,6 @@ public virtual string applicationmanifestinformation partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property authenticationmode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable authenticationmode - { - get - { - return this._authenticationmode; - } - set - { - this.OnauthenticationmodeChanging(value); - this._authenticationmode = value; - this.OnauthenticationmodeChanged(); - this.OnPropertyChanged("authenticationmode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _authenticationmode; - partial void OnauthenticationmodeChanging(global::System.Nullable value); - partial void OnauthenticationmodeChanged(); - /// /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -102527,27 +102578,27 @@ public virtual string name partial void OnauthenticationtriggerChanging(global::System.Nullable value); partial void OnauthenticationtriggerChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property authenticationmode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable authenticationmode { get { - return this._overriddencreatedon; + return this._authenticationmode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OnauthenticationmodeChanging(value); + this._authenticationmode = value; + this.OnauthenticationmodeChanged(); + this.OnPropertyChanged("authenticationmode"); } } [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::System.Nullable _authenticationmode; + partial void OnauthenticationmodeChanging(global::System.Nullable value); + partial void OnauthenticationmodeChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -111111,28 +111162,6 @@ public static bulkdeletefailure Createbulkdeletefailure(global::Microsoft.Dynami partial void On_regardingobjectid_valueChanging(global::System.Nullable value); partial void On_regardingobjectid_valueChanged(); /// - /// There are no comments for Property errornumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable errornumber - { - get - { - return this._errornumber; - } - set - { - this.OnerrornumberChanging(value); - this._errornumber = value; - this.OnerrornumberChanged(); - this.OnPropertyChanged("errornumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _errornumber; - partial void OnerrornumberChanging(global::System.Nullable value); - partial void OnerrornumberChanged(); - /// /// There are no comments for Property bulkdeletefailureid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -111243,27 +111272,27 @@ public virtual string errordescription partial void On_bulkdeleteoperationid_valueChanging(global::System.Nullable value); partial void On_bulkdeleteoperationid_valueChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property errornumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable errornumber { get { - return this.__ownerid_value; + return this._errornumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.OnerrornumberChanging(value); + this._errornumber = value; + this.OnerrornumberChanged(); + this.OnPropertyChanged("errornumber"); } } [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::System.Nullable _errornumber; + partial void OnerrornumberChanging(global::System.Nullable value); + partial void OnerrornumberChanged(); /// /// There are no comments for Property owninguser in the schema. /// @@ -111287,6 +111316,28 @@ public virtual string errordescription partial void OnowninguserChanging(global::System.Nullable value); partial void OnowninguserChanged(); /// + /// 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 owningbusinessunit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -118050,6 +118101,28 @@ public static bulkdeleteoperation Createbulkdeleteoperation(global::Microsoft.Dy return bulkdeleteoperation; } /// + /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -118182,27 +118255,27 @@ public static bulkdeleteoperation Createbulkdeleteoperation(global::Microsoft.Dy partial void OnbulkdeleteoperationidChanging(global::System.Nullable value); partial void OnbulkdeleteoperationidChanged(); /// - /// There are no comments for Property successcount in the schema. + /// 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 successcount + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._successcount; + return this._timezoneruleversionnumber; } set { - this.OnsuccesscountChanging(value); - this._successcount = value; - this.OnsuccesscountChanged(); - this.OnPropertyChanged("successcount"); + 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 _successcount; - partial void OnsuccesscountChanging(global::System.Nullable value); - partial void OnsuccesscountChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -118226,28 +118299,6 @@ public static bulkdeleteoperation Createbulkdeleteoperation(global::Microsoft.Dy partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_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 failurecount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -118270,28 +118321,6 @@ public static bulkdeleteoperation Createbulkdeleteoperation(global::Microsoft.Dy partial void OnfailurecountChanging(global::System.Nullable value); partial void OnfailurecountChanged(); /// - /// There are no comments for Property processingqeindex in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processingqeindex - { - get - { - return this._processingqeindex; - } - set - { - this.OnprocessingqeindexChanging(value); - this._processingqeindex = value; - this.OnprocessingqeindexChanged(); - this.OnPropertyChanged("processingqeindex"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processingqeindex; - partial void OnprocessingqeindexChanging(global::System.Nullable value); - partial void OnprocessingqeindexChanged(); - /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -118314,94 +118343,6 @@ public static bulkdeleteoperation Createbulkdeleteoperation(global::Microsoft.Dy partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// 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 name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// - /// 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 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#")] @@ -118424,6 +118365,116 @@ public virtual string name partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// There are no comments for Property successcount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable successcount + { + get + { + return this._successcount; + } + set + { + this.OnsuccesscountChanging(value); + this._successcount = value; + this.OnsuccesscountChanged(); + this.OnPropertyChanged("successcount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _successcount; + partial void OnsuccesscountChanging(global::System.Nullable value); + partial void OnsuccesscountChanged(); + /// + /// 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 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 processingqeindex in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processingqeindex + { + get + { + return this._processingqeindex; + } + set + { + this.OnprocessingqeindexChanging(value); + this._processingqeindex = value; + this.OnprocessingqeindexChanged(); + this.OnPropertyChanged("processingqeindex"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processingqeindex; + partial void OnprocessingqeindexChanging(global::System.Nullable value); + partial void OnprocessingqeindexChanged(); + /// /// There are no comments for Property isrecurring in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -118446,6 +118497,28 @@ public virtual string name partial void OnisrecurringChanging(global::System.Nullable value); partial void OnisrecurringChanged(); /// + /// 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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -118490,28 +118563,6 @@ public virtual string name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 orderedquerysetxml in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -119206,27 +119257,27 @@ public static bulkoperationlog Createbulkoperationlog(global::Microsoft.Dynamics return bulkoperationlog; } /// - /// There are no comments for Property errornumberformatted in the schema. + /// There are no comments for Property _regardingobjectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string errornumberformatted + public virtual global::System.Nullable _regardingobjectid_value { get { - return this._errornumberformatted; + return this.__regardingobjectid_value; } set { - this.OnerrornumberformattedChanging(value); - this._errornumberformatted = value; - this.OnerrornumberformattedChanged(); - this.OnPropertyChanged("errornumberformatted"); + this.On_regardingobjectid_valueChanging(value); + this.__regardingobjectid_value = value; + this.On_regardingobjectid_valueChanged(); + this.OnPropertyChanged("_regardingobjectid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _errornumberformatted; - partial void OnerrornumberformattedChanging(string value); - partial void OnerrornumberformattedChanged(); + private global::System.Nullable __regardingobjectid_value; + partial void On_regardingobjectid_valueChanging(global::System.Nullable value); + partial void On_regardingobjectid_valueChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -119250,27 +119301,71 @@ public virtual string errornumberformatted partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._versionnumber; + return this._timezoneruleversionnumber; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); + /// + /// 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 errornumberformatted in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string errornumberformatted + { + get + { + return this._errornumberformatted; + } + set + { + this.OnerrornumberformattedChanging(value); + this._errornumberformatted = value; + this.OnerrornumberformattedChanged(); + this.OnPropertyChanged("errornumberformatted"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _errornumberformatted; + partial void OnerrornumberformattedChanging(string value); + partial void OnerrornumberformattedChanged(); /// /// There are no comments for Property name in the schema. /// @@ -119294,6 +119389,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// There are no comments for Property _campaignactivityid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _campaignactivityid_value + { + get + { + return this.__campaignactivityid_value; + } + set + { + this.On_campaignactivityid_valueChanging(value); + this.__campaignactivityid_value = value; + this.On_campaignactivityid_valueChanged(); + this.OnPropertyChanged("_campaignactivityid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __campaignactivityid_value; + partial void On_campaignactivityid_valueChanging(global::System.Nullable value); + partial void On_campaignactivityid_valueChanged(); + /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -119426,49 +119543,27 @@ public virtual string additionalinfo 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_value in the schema. + /// 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 _regardingobjectid_value + public virtual global::System.Nullable versionnumber { get { - return this.__regardingobjectid_value; + return this._versionnumber; } set { - this.On_regardingobjectid_valueChanging(value); - this.__regardingobjectid_value = value; - this.On_regardingobjectid_valueChanged(); - this.OnPropertyChanged("_regardingobjectid_value"); + 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 __regardingobjectid_value; - partial void On_regardingobjectid_valueChanging(global::System.Nullable value); - partial void On_regardingobjectid_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property errornumber in the schema. /// @@ -119492,28 +119587,6 @@ public virtual string additionalinfo partial void OnerrornumberChanging(global::System.Nullable value); partial void OnerrornumberChanged(); /// - /// There are no comments for Property _campaignactivityid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _campaignactivityid_value - { - get - { - return this.__campaignactivityid_value; - } - set - { - this.On_campaignactivityid_valueChanging(value); - this.__campaignactivityid_value = value; - this.On_campaignactivityid_valueChanged(); - this.OnPropertyChanged("_campaignactivityid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __campaignactivityid_value; - partial void On_campaignactivityid_valueChanging(global::System.Nullable value); - partial void On_campaignactivityid_valueChanged(); - /// /// There are no comments for Property _createdobjectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -119558,28 +119631,6 @@ public virtual string additionalinfo partial void On_bulkoperationid_valueChanging(global::System.Nullable value); partial void On_bulkoperationid_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 bulkoperationlogid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -122988,28 +123039,6 @@ public static bulkoperation Createbulkoperation(global::Microsoft.Dynamics.CRM.i return bulkoperation; } /// - /// There are no comments for Property workflowinfo in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string workflowinfo - { - get - { - return this._workflowinfo; - } - set - { - this.OnworkflowinfoChanging(value); - this._workflowinfo = value; - this.OnworkflowinfoChanged(); - this.OnPropertyChanged("workflowinfo"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _workflowinfo; - partial void OnworkflowinfoChanging(string value); - partial void OnworkflowinfoChanged(); - /// /// There are no comments for Property bulkoperationnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -123076,6 +123105,50 @@ public virtual string parameters partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property createdrecordtypecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable createdrecordtypecode + { + get + { + return this._createdrecordtypecode; + } + set + { + this.OncreatedrecordtypecodeChanging(value); + this._createdrecordtypecode = value; + this.OncreatedrecordtypecodeChanged(); + this.OnPropertyChanged("createdrecordtypecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _createdrecordtypecode; + partial void OncreatedrecordtypecodeChanging(global::System.Nullable value); + partial void OncreatedrecordtypecodeChanged(); + /// + /// There are no comments for Property operationtypecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable operationtypecode + { + get + { + return this._operationtypecode; + } + set + { + this.OnoperationtypecodeChanging(value); + this._operationtypecode = value; + this.OnoperationtypecodeChanged(); + this.OnPropertyChanged("operationtypecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _operationtypecode; + partial void OnoperationtypecodeChanging(global::System.Nullable value); + partial void OnoperationtypecodeChanged(); + /// /// There are no comments for Property failurecount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -123120,27 +123193,27 @@ public virtual string parameters partial void OntargetedrecordtypecodeChanging(global::System.Nullable value); partial void OntargetedrecordtypecodeChanged(); /// - /// There are no comments for Property operationtypecode in the schema. + /// There are no comments for Property workflowinfo in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable operationtypecode + public virtual string workflowinfo { get { - return this._operationtypecode; + return this._workflowinfo; } set { - this.OnoperationtypecodeChanging(value); - this._operationtypecode = value; - this.OnoperationtypecodeChanged(); - this.OnPropertyChanged("operationtypecode"); + this.OnworkflowinfoChanging(value); + this._workflowinfo = value; + this.OnworkflowinfoChanged(); + this.OnPropertyChanged("workflowinfo"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _operationtypecode; - partial void OnoperationtypecodeChanging(global::System.Nullable value); - partial void OnoperationtypecodeChanged(); + private string _workflowinfo; + partial void OnworkflowinfoChanging(string value); + partial void OnworkflowinfoChanged(); /// /// There are no comments for Property targetmemberscount in the schema. /// @@ -123208,28 +123281,6 @@ public virtual string parameters partial void OnsuccesscountChanging(global::System.Nullable value); partial void OnsuccesscountChanged(); /// - /// There are no comments for Property createdrecordtypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdrecordtypecode - { - get - { - return this._createdrecordtypecode; - } - set - { - this.OncreatedrecordtypecodeChanging(value); - this._createdrecordtypecode = value; - this.OncreatedrecordtypecodeChanged(); - this.OnPropertyChanged("createdrecordtypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _createdrecordtypecode; - partial void OncreatedrecordtypecodeChanging(global::System.Nullable value); - partial void OncreatedrecordtypecodeChanged(); - /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -124649,50 +124700,6 @@ public virtual string newsarticle partial void OnnewsarticleChanging(string value); partial void OnnewsarticleChanged(); /// - /// There are no comments for Property articleurl in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string articleurl - { - get - { - return this._articleurl; - } - set - { - this.OnarticleurlChanging(value); - this._articleurl = value; - this.OnarticleurlChanged(); - this.OnPropertyChanged("articleurl"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _articleurl; - partial void OnarticleurlChanging(string value); - partial void OnarticleurlChanged(); - /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// /// There are no comments for Property businessunitnewsarticleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -124715,27 +124722,27 @@ public virtual string articleurl partial void OnbusinessunitnewsarticleidChanging(global::System.Nullable value); partial void OnbusinessunitnewsarticleidChanged(); /// - /// There are no comments for Property _modifiedby_value 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 _modifiedby_value + public virtual global::System.Nullable _createdby_value { get { - return this.__modifiedby_value; + return this.__createdby_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 timezoneruleversionnumber in the schema. /// @@ -124759,27 +124766,49 @@ public virtual string articleurl partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property activeon in the schema. + /// There are no comments for Property showonhomepage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable activeon + public virtual global::System.Nullable showonhomepage { get { - return this._activeon; + return this._showonhomepage; } set { - this.OnactiveonChanging(value); - this._activeon = value; - this.OnactiveonChanged(); - this.OnPropertyChanged("activeon"); + this.OnshowonhomepageChanging(value); + this._showonhomepage = value; + this.OnshowonhomepageChanged(); + this.OnPropertyChanged("showonhomepage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _activeon; - partial void OnactiveonChanging(global::System.Nullable value); - partial void OnactiveonChanged(); + private global::System.Nullable _showonhomepage; + partial void OnshowonhomepageChanging(global::System.Nullable value); + partial void OnshowonhomepageChanged(); + /// + /// 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 createdon in the schema. /// @@ -124803,27 +124832,49 @@ public virtual string articleurl partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property activeon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable activeon { get { - return this._versionnumber; + return this._activeon; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnactiveonChanging(value); + this._activeon = value; + this.OnactiveonChanged(); + this.OnPropertyChanged("activeon"); } } [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::System.Nullable _activeon; + partial void OnactiveonChanging(global::System.Nullable value); + partial void OnactiveonChanged(); + /// + /// There are no comments for Property _organizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _organizationid_value + { + get + { + return this.__organizationid_value; + } + set + { + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -124847,6 +124898,28 @@ public virtual string articleurl partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 activeuntil in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -124935,71 +125008,49 @@ public virtual string articleurl partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property articletitle in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string articletitle - { - get - { - return this._articletitle; - } - set - { - this.OnarticletitleChanging(value); - this._articletitle = value; - this.OnarticletitleChanged(); - this.OnPropertyChanged("articletitle"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _articletitle; - partial void OnarticletitleChanging(string value); - partial void OnarticletitleChanged(); - /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__createdby_value; + return this._utcconversiontimezonecode; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property showonhomepage in the schema. + /// There are no comments for Property articletitle in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable showonhomepage + public virtual string articletitle { get { - return this._showonhomepage; + return this._articletitle; } set { - this.OnshowonhomepageChanging(value); - this._showonhomepage = value; - this.OnshowonhomepageChanged(); - this.OnPropertyChanged("showonhomepage"); + this.OnarticletitleChanging(value); + this._articletitle = value; + this.OnarticletitleChanged(); + this.OnPropertyChanged("articletitle"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _showonhomepage; - partial void OnshowonhomepageChanging(global::System.Nullable value); - partial void OnshowonhomepageChanged(); + private string _articletitle; + partial void OnarticletitleChanging(string value); + partial void OnarticletitleChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -125023,49 +125074,49 @@ public virtual string articletitle partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property articleurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string articleurl { get { - return this.__modifiedonbehalfby_value; + return this._articleurl; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnarticleurlChanging(value); + this._articleurl = value; + this.OnarticleurlChanged(); + this.OnPropertyChanged("articleurl"); } } [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 string _articleurl; + partial void OnarticleurlChanging(string value); + partial void OnarticleurlChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._utcconversiontimezonecode; + return this.__modifiedonbehalfby_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 BusinessUnitNewsArticle_BulkDeleteFailures in the schema. /// @@ -129526,49 +129577,71 @@ public static businessunit Createbusinessunit(global::Microsoft.Dynamics.CRM.tra return businessunit; } /// - /// There are no comments for Property address1_addressid in the schema. + /// There are no comments for Property address2_line2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_addressid + public virtual string address2_line2 { get { - return this._address1_addressid; + return this._address2_line2; } set { - this.Onaddress1_addressidChanging(value); - this._address1_addressid = value; - this.Onaddress1_addressidChanged(); - this.OnPropertyChanged("address1_addressid"); + this.Onaddress2_line2Changing(value); + this._address2_line2 = value; + this.Onaddress2_line2Changed(); + this.OnPropertyChanged("address2_line2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_addressid; - partial void Onaddress1_addressidChanging(global::System.Nullable value); - partial void Onaddress1_addressidChanged(); + private string _address2_line2; + partial void Onaddress2_line2Changing(string value); + partial void Onaddress2_line2Changed(); /// - /// There are no comments for Property address2_line2 in the schema. + /// There are no comments for Property address2_upszone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_line2 + public virtual string address2_upszone { get { - return this._address2_line2; + return this._address2_upszone; } set { - this.Onaddress2_line2Changing(value); - this._address2_line2 = value; - this.Onaddress2_line2Changed(); - this.OnPropertyChanged("address2_line2"); + this.Onaddress2_upszoneChanging(value); + this._address2_upszone = value; + this.Onaddress2_upszoneChanged(); + this.OnPropertyChanged("address2_upszone"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_line2; - partial void Onaddress2_line2Changing(string value); - partial void Onaddress2_line2Changed(); + private string _address2_upszone; + partial void Onaddress2_upszoneChanging(string value); + partial void Onaddress2_upszoneChanged(); + /// + /// There are no comments for Property address2_stateorprovince in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_stateorprovince + { + get + { + return this._address2_stateorprovince; + } + set + { + this.Onaddress2_stateorprovinceChanging(value); + this._address2_stateorprovince = value; + this.Onaddress2_stateorprovinceChanged(); + this.OnPropertyChanged("address2_stateorprovince"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_stateorprovince; + partial void Onaddress2_stateorprovinceChanging(string value); + partial void Onaddress2_stateorprovinceChanged(); /// /// There are no comments for Property workflowsuspended in the schema. /// @@ -129592,72 +129665,6 @@ public virtual string address2_line2 partial void OnworkflowsuspendedChanging(global::System.Nullable value); partial void OnworkflowsuspendedChanged(); /// - /// There are no comments for Property address2_upszone in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_upszone - { - get - { - return this._address2_upszone; - } - set - { - this.Onaddress2_upszoneChanging(value); - this._address2_upszone = value; - this.Onaddress2_upszoneChanged(); - this.OnPropertyChanged("address2_upszone"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_upszone; - partial void Onaddress2_upszoneChanging(string value); - partial void Onaddress2_upszoneChanged(); - /// - /// There are no comments for Property address2_stateorprovince in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_stateorprovince - { - get - { - return this._address2_stateorprovince; - } - set - { - this.Onaddress2_stateorprovinceChanging(value); - this._address2_stateorprovince = value; - this.Onaddress2_stateorprovinceChanged(); - this.OnPropertyChanged("address2_stateorprovince"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_stateorprovince; - partial void Onaddress2_stateorprovinceChanging(string value); - partial void Onaddress2_stateorprovinceChanged(); - /// - /// 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 address1_telephone2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -129680,28 +129687,6 @@ public virtual string address1_telephone2 partial void Onaddress1_telephone2Changing(string value); partial void Onaddress1_telephone2Changed(); /// - /// There are no comments for Property picture in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string picture - { - get - { - return this._picture; - } - set - { - this.OnpictureChanging(value); - this._picture = value; - this.OnpictureChanged(); - this.OnPropertyChanged("picture"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _picture; - partial void OnpictureChanging(string value); - partial void OnpictureChanged(); - /// /// There are no comments for Property divisionname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -129768,28 +129753,6 @@ public virtual string address1_line3 partial void Onaddress1_line3Changing(string value); partial void Onaddress1_line3Changed(); /// - /// There are no comments for Property address2_shippingmethodcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_shippingmethodcode - { - get - { - return this._address2_shippingmethodcode; - } - set - { - this.Onaddress2_shippingmethodcodeChanging(value); - this._address2_shippingmethodcode = value; - this.Onaddress2_shippingmethodcodeChanged(); - this.OnPropertyChanged("address2_shippingmethodcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_shippingmethodcode; - partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); - partial void Onaddress2_shippingmethodcodeChanged(); - /// /// There are no comments for Property address1_shippingmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -129834,6 +129797,28 @@ public virtual string disabledreason partial void OndisabledreasonChanging(string value); partial void OndisabledreasonChanged(); /// + /// There are no comments for Property address1_longitude in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address1_longitude + { + get + { + return this._address1_longitude; + } + set + { + this.Onaddress1_longitudeChanging(value); + this._address1_longitude = value; + this.Onaddress1_longitudeChanged(); + this.OnPropertyChanged("address1_longitude"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address1_longitude; + partial void Onaddress1_longitudeChanging(global::System.Nullable value); + partial void Onaddress1_longitudeChanged(); + /// /// There are no comments for Property address2_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -129878,28 +129863,6 @@ public virtual string address2_name partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); partial void Onaddress2_utcoffsetChanged(); /// - /// There are no comments for Property stockexchange in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string stockexchange - { - get - { - return this._stockexchange; - } - set - { - this.OnstockexchangeChanging(value); - this._stockexchange = value; - this.OnstockexchangeChanged(); - this.OnPropertyChanged("stockexchange"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _stockexchange; - partial void OnstockexchangeChanging(string value); - partial void OnstockexchangeChanged(); - /// /// There are no comments for Property address2_fax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -129944,27 +129907,27 @@ public virtual string address2_line3 partial void Onaddress2_line3Changing(string value); partial void Onaddress2_line3Changed(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property address1_postofficebox in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string address1_postofficebox { get { - return this.__createdonbehalfby_value; + return this._address1_postofficebox; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.Onaddress1_postofficeboxChanging(value); + this._address1_postofficebox = value; + this.Onaddress1_postofficeboxChanged(); + this.OnPropertyChanged("address1_postofficebox"); } } [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 string _address1_postofficebox; + partial void Onaddress1_postofficeboxChanging(string value); + partial void Onaddress1_postofficeboxChanged(); /// /// There are no comments for Property businessunitid in the schema. /// @@ -130054,71 +130017,93 @@ public virtual string address1_name partial void Onaddress1_nameChanging(string value); partial void Onaddress1_nameChanged(); /// - /// There are no comments for Property address2_postofficebox in the schema. + /// There are no comments for Property address2_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_postofficebox + public virtual string address2_postalcode { get { - return this._address2_postofficebox; + return this._address2_postalcode; } set { - this.Onaddress2_postofficeboxChanging(value); - this._address2_postofficebox = value; - this.Onaddress2_postofficeboxChanged(); - this.OnPropertyChanged("address2_postofficebox"); + this.Onaddress2_postalcodeChanging(value); + this._address2_postalcode = value; + this.Onaddress2_postalcodeChanged(); + this.OnPropertyChanged("address2_postalcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_postofficebox; - partial void Onaddress2_postofficeboxChanging(string value); - partial void Onaddress2_postofficeboxChanged(); + private string _address2_postalcode; + partial void Onaddress2_postalcodeChanging(string value); + partial void Onaddress2_postalcodeChanged(); /// - /// There are no comments for Property address2_addressid in the schema. + /// There are no comments for Property picture in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_addressid + public virtual string picture { get { - return this._address2_addressid; + return this._picture; } set { - this.Onaddress2_addressidChanging(value); - this._address2_addressid = value; - this.Onaddress2_addressidChanged(); - this.OnPropertyChanged("address2_addressid"); + this.OnpictureChanging(value); + this._picture = value; + this.OnpictureChanged(); + this.OnPropertyChanged("picture"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_addressid; - partial void Onaddress2_addressidChanging(global::System.Nullable value); - partial void Onaddress2_addressidChanged(); + private string _picture; + partial void OnpictureChanging(string value); + partial void OnpictureChanged(); /// - /// There are no comments for Property _calendarid_value in the schema. + /// There are no comments for Property address1_addressid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _calendarid_value + public virtual global::System.Nullable address1_addressid { get { - return this.__calendarid_value; + return this._address1_addressid; } set { - this.On_calendarid_valueChanging(value); - this.__calendarid_value = value; - this.On_calendarid_valueChanged(); - this.OnPropertyChanged("_calendarid_value"); + this.Onaddress1_addressidChanging(value); + this._address1_addressid = value; + this.Onaddress1_addressidChanged(); + this.OnPropertyChanged("address1_addressid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __calendarid_value; - partial void On_calendarid_valueChanging(global::System.Nullable value); - partial void On_calendarid_valueChanged(); + private global::System.Nullable _address1_addressid; + partial void Onaddress1_addressidChanging(global::System.Nullable value); + partial void Onaddress1_addressidChanged(); + /// + /// 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 address2_telephone2 in the schema. /// @@ -130142,93 +130127,93 @@ public virtual string address2_telephone2 partial void Onaddress2_telephone2Changing(string value); partial void Onaddress2_telephone2Changed(); /// - /// There are no comments for Property address2_postalcode 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 string address2_postalcode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._address2_postalcode; + return this.__createdonbehalfby_value; } set { - this.Onaddress2_postalcodeChanging(value); - this._address2_postalcode = value; - this.Onaddress2_postalcodeChanged(); - this.OnPropertyChanged("address2_postalcode"); + 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 string _address2_postalcode; - partial void Onaddress2_postalcodeChanging(string value); - partial void Onaddress2_postalcodeChanged(); + 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 modifiedon in the schema. + /// There are no comments for Property address2_postofficebox in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual string address2_postofficebox { get { - return this._modifiedon; + return this._address2_postofficebox; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.Onaddress2_postofficeboxChanging(value); + this._address2_postofficebox = value; + this.Onaddress2_postofficeboxChanged(); + this.OnPropertyChanged("address2_postofficebox"); } } [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 string _address2_postofficebox; + partial void Onaddress2_postofficeboxChanging(string value); + partial void Onaddress2_postofficeboxChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property address2_addresstypecode 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 address2_addresstypecode { get { - return this.__createdby_value; + return this._address2_addresstypecode; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onaddress2_addresstypecodeChanging(value); + this._address2_addresstypecode = value; + this.Onaddress2_addresstypecodeChanged(); + this.OnPropertyChanged("address2_addresstypecode"); } } [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 _address2_addresstypecode; + partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); + partial void Onaddress2_addresstypecodeChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property address1_utcoffset in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable address1_utcoffset { get { - return this.__modifiedby_value; + return this._address1_utcoffset; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.Onaddress1_utcoffsetChanging(value); + this._address1_utcoffset = value; + this.Onaddress1_utcoffsetChanged(); + this.OnPropertyChanged("address1_utcoffset"); } } [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(); + private global::System.Nullable _address1_utcoffset; + partial void Onaddress1_utcoffsetChanging(global::System.Nullable value); + partial void Onaddress1_utcoffsetChanged(); /// /// There are no comments for Property address1_telephone3 in the schema. /// @@ -130274,28 +130259,6 @@ public virtual string address1_telephone3 partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// /// There are no comments for Property address2_latitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -130340,27 +130303,27 @@ public virtual string address1_telephone3 partial void OncreditlimitChanging(global::System.Nullable value); partial void OncreditlimitChanged(); /// - /// There are no comments for Property address1_county in the schema. + /// There are no comments for Property address2_telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_county + public virtual string address2_telephone3 { get { - return this._address1_county; + return this._address2_telephone3; } set { - this.Onaddress1_countyChanging(value); - this._address1_county = value; - this.Onaddress1_countyChanged(); - this.OnPropertyChanged("address1_county"); + this.Onaddress2_telephone3Changing(value); + this._address2_telephone3 = value; + this.Onaddress2_telephone3Changed(); + this.OnPropertyChanged("address2_telephone3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_county; - partial void Onaddress1_countyChanging(string value); - partial void Onaddress1_countyChanged(); + private string _address2_telephone3; + partial void Onaddress2_telephone3Changing(string value); + partial void Onaddress2_telephone3Changed(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -130384,27 +130347,27 @@ public virtual string address1_county partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property address1_longitude in the schema. + /// 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 address1_longitude + public virtual global::System.Nullable modifiedon { get { - return this._address1_longitude; + return this._modifiedon; } set { - this.Onaddress1_longitudeChanging(value); - this._address1_longitude = value; - this.Onaddress1_longitudeChanged(); - this.OnPropertyChanged("address1_longitude"); + 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 _address1_longitude; - partial void Onaddress1_longitudeChanging(global::System.Nullable value); - partial void Onaddress1_longitudeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property emailaddress in the schema. /// @@ -130428,28 +130391,6 @@ public virtual string emailaddress partial void OnemailaddressChanging(string value); partial void OnemailaddressChanged(); /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// /// There are no comments for Property address1_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -130538,49 +130479,93 @@ public virtual string address1_fax partial void Onaddress1_faxChanging(string value); partial void Onaddress1_faxChanged(); /// - /// There are no comments for Property address2_line1 in the schema. + /// There are no comments for Property websiteurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_line1 + public virtual string websiteurl { get { - return this._address2_line1; + return this._websiteurl; } set { - this.Onaddress2_line1Changing(value); - this._address2_line1 = value; - this.Onaddress2_line1Changed(); - this.OnPropertyChanged("address2_line1"); + this.OnwebsiteurlChanging(value); + this._websiteurl = value; + this.OnwebsiteurlChanged(); + this.OnPropertyChanged("websiteurl"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_line1; - partial void Onaddress2_line1Changing(string value); - partial void Onaddress2_line1Changed(); + private string _websiteurl; + partial void OnwebsiteurlChanging(string value); + partial void OnwebsiteurlChanged(); /// - /// There are no comments for Property address2_addresstypecode in the schema. + /// There are no comments for Property address2_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_addresstypecode + public virtual string address2_city { get { - return this._address2_addresstypecode; + return this._address2_city; } set { - this.Onaddress2_addresstypecodeChanging(value); - this._address2_addresstypecode = value; - this.Onaddress2_addresstypecodeChanged(); - this.OnPropertyChanged("address2_addresstypecode"); + this.Onaddress2_cityChanging(value); + this._address2_city = value; + this.Onaddress2_cityChanged(); + this.OnPropertyChanged("address2_city"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_addresstypecode; - partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); - partial void Onaddress2_addresstypecodeChanged(); + private string _address2_city; + partial void Onaddress2_cityChanging(string value); + partial void Onaddress2_cityChanged(); + /// + /// 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 address2_line1 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_line1 + { + get + { + return this._address2_line1; + } + set + { + this.Onaddress2_line1Changing(value); + this._address2_line1 = value; + this.Onaddress2_line1Changed(); + this.OnPropertyChanged("address2_line1"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_line1; + partial void Onaddress2_line1Changing(string value); + partial void Onaddress2_line1Changed(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -130626,6 +130611,28 @@ public virtual string address2_line1 partial void OnutcoffsetChanging(global::System.Nullable value); partial void OnutcoffsetChanged(); /// + /// There are no comments for Property _calendarid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _calendarid_value + { + get + { + return this.__calendarid_value; + } + set + { + this.On_calendarid_valueChanging(value); + this.__calendarid_value = value; + this.On_calendarid_valueChanged(); + this.OnPropertyChanged("_calendarid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __calendarid_value; + partial void On_calendarid_valueChanging(global::System.Nullable value); + partial void On_calendarid_valueChanged(); + /// /// There are no comments for Property costcenter in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -130648,71 +130655,71 @@ public virtual string costcenter partial void OncostcenterChanging(string value); partial void OncostcenterChanged(); /// - /// There are no comments for Property address1_postofficebox in the schema. + /// There are no comments for Property stockexchange in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_postofficebox + public virtual string stockexchange { get { - return this._address1_postofficebox; + return this._stockexchange; } set { - this.Onaddress1_postofficeboxChanging(value); - this._address1_postofficebox = value; - this.Onaddress1_postofficeboxChanged(); - this.OnPropertyChanged("address1_postofficebox"); + this.OnstockexchangeChanging(value); + this._stockexchange = value; + this.OnstockexchangeChanged(); + this.OnPropertyChanged("stockexchange"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_postofficebox; - partial void Onaddress1_postofficeboxChanging(string value); - partial void Onaddress1_postofficeboxChanged(); + private string _stockexchange; + partial void OnstockexchangeChanging(string value); + partial void OnstockexchangeChanged(); /// - /// There are no comments for Property address1_line2 in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_line2 + public virtual global::System.Nullable _organizationid_value { get { - return this._address1_line2; + return this.__organizationid_value; } set { - this.Onaddress1_line2Changing(value); - this._address1_line2 = value; - this.Onaddress1_line2Changed(); - this.OnPropertyChanged("address1_line2"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_line2; - partial void Onaddress1_line2Changing(string value); - partial void Onaddress1_line2Changed(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property address2_longitude in the schema. + /// There are no comments for Property address1_county in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_longitude + public virtual string address1_county { get { - return this._address2_longitude; + return this._address1_county; } set { - this.Onaddress2_longitudeChanging(value); - this._address2_longitude = value; - this.Onaddress2_longitudeChanged(); - this.OnPropertyChanged("address2_longitude"); + this.Onaddress1_countyChanging(value); + this._address1_county = value; + this.Onaddress1_countyChanged(); + this.OnPropertyChanged("address1_county"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_longitude; - partial void Onaddress2_longitudeChanging(global::System.Nullable value); - partial void Onaddress2_longitudeChanged(); + private string _address1_county; + partial void Onaddress1_countyChanging(string value); + partial void Onaddress1_countyChanged(); /// /// There are no comments for Property address1_upszone in the schema. /// @@ -130736,49 +130743,27 @@ public virtual string address1_upszone partial void Onaddress1_upszoneChanging(string value); partial void Onaddress1_upszoneChanged(); /// - /// There are no comments for Property address2_county in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_county - { - get - { - return this._address2_county; - } - set - { - this.Onaddress2_countyChanging(value); - this._address2_county = value; - this.Onaddress2_countyChanged(); - this.OnPropertyChanged("address2_county"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_county; - partial void Onaddress2_countyChanging(string value); - partial void Onaddress2_countyChanged(); - /// - /// There are no comments for Property address2_city in the schema. + /// There are no comments for Property address2_shippingmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_city + public virtual global::System.Nullable address2_shippingmethodcode { get { - return this._address2_city; + return this._address2_shippingmethodcode; } set { - this.Onaddress2_cityChanging(value); - this._address2_city = value; - this.Onaddress2_cityChanged(); - this.OnPropertyChanged("address2_city"); + this.Onaddress2_shippingmethodcodeChanging(value); + this._address2_shippingmethodcode = value; + this.Onaddress2_shippingmethodcodeChanged(); + this.OnPropertyChanged("address2_shippingmethodcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_city; - partial void Onaddress2_cityChanging(string value); - partial void Onaddress2_cityChanged(); + private global::System.Nullable _address2_shippingmethodcode; + partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); + partial void Onaddress2_shippingmethodcodeChanged(); /// /// There are no comments for Property address1_country in the schema. /// @@ -130824,27 +130809,27 @@ public virtual string fileasname partial void OnfileasnameChanging(string value); partial void OnfileasnameChanged(); /// - /// There are no comments for Property address1_utcoffset in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_utcoffset + public virtual string name { get { - return this._address1_utcoffset; + return this._name; } set { - this.Onaddress1_utcoffsetChanging(value); - this._address1_utcoffset = value; - this.Onaddress1_utcoffsetChanged(); - this.OnPropertyChanged("address1_utcoffset"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_utcoffset; - partial void Onaddress1_utcoffsetChanging(global::System.Nullable value); - partial void Onaddress1_utcoffsetChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property address1_stateorprovince in the schema. /// @@ -130868,27 +130853,27 @@ public virtual string address1_stateorprovince partial void Onaddress1_stateorprovinceChanging(string value); partial void Onaddress1_stateorprovinceChanged(); /// - /// There are no comments for Property address1_addresstypecode in the schema. + /// There are no comments for Property address1_line2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_addresstypecode + public virtual string address1_line2 { get { - return this._address1_addresstypecode; + return this._address1_line2; } set { - this.Onaddress1_addresstypecodeChanging(value); - this._address1_addresstypecode = value; - this.Onaddress1_addresstypecodeChanged(); - this.OnPropertyChanged("address1_addresstypecode"); + this.Onaddress1_line2Changing(value); + this._address1_line2 = value; + this.Onaddress1_line2Changed(); + this.OnPropertyChanged("address1_line2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_addresstypecode; - partial void Onaddress1_addresstypecodeChanging(global::System.Nullable value); - partial void Onaddress1_addresstypecodeChanged(); + private string _address1_line2; + partial void Onaddress1_line2Changing(string value); + partial void Onaddress1_line2Changed(); /// /// There are no comments for Property address1_line1 in the schema. /// @@ -130912,6 +130897,28 @@ public virtual string address1_line1 partial void Onaddress1_line1Changing(string value); partial void Onaddress1_line1Changed(); /// + /// There are no comments for Property address2_addressid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address2_addressid + { + get + { + return this._address2_addressid; + } + set + { + this.Onaddress2_addressidChanging(value); + this._address2_addressid = value; + this.Onaddress2_addressidChanged(); + this.OnPropertyChanged("address2_addressid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address2_addressid; + partial void Onaddress2_addressidChanging(global::System.Nullable value); + partial void Onaddress2_addressidChanged(); + /// /// There are no comments for Property _parentbusinessunitid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -130956,6 +130963,28 @@ public virtual string address1_telephone1 partial void Onaddress1_telephone1Changing(string value); partial void Onaddress1_telephone1Changed(); /// + /// 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 address2_country in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -130978,27 +131007,27 @@ public virtual string address2_country partial void Onaddress2_countryChanging(string value); partial void Onaddress2_countryChanged(); /// - /// There are no comments for Property address2_telephone3 in the schema. + /// There are no comments for Property address1_addresstypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_telephone3 + public virtual global::System.Nullable address1_addresstypecode { get { - return this._address2_telephone3; + return this._address1_addresstypecode; } set { - this.Onaddress2_telephone3Changing(value); - this._address2_telephone3 = value; - this.Onaddress2_telephone3Changed(); - this.OnPropertyChanged("address2_telephone3"); + this.Onaddress1_addresstypecodeChanging(value); + this._address1_addresstypecode = value; + this.Onaddress1_addresstypecodeChanged(); + this.OnPropertyChanged("address1_addresstypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_telephone3; - partial void Onaddress2_telephone3Changing(string value); - partial void Onaddress2_telephone3Changed(); + private global::System.Nullable _address1_addresstypecode; + partial void Onaddress1_addresstypecodeChanging(global::System.Nullable value); + partial void Onaddress1_addresstypecodeChanged(); /// /// There are no comments for Property isdisabled in the schema. /// @@ -131044,27 +131073,27 @@ public virtual string address2_telephone3 partial void Onaddress1_latitudeChanging(global::System.Nullable value); partial void Onaddress1_latitudeChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property address2_county in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string address2_county { get { - return this._overriddencreatedon; + return this._address2_county; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onaddress2_countyChanging(value); + this._address2_county = value; + this.Onaddress2_countyChanged(); + this.OnPropertyChanged("address2_county"); } } [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 string _address2_county; + partial void Onaddress2_countyChanging(string value); + partial void Onaddress2_countyChanged(); /// /// There are no comments for Property inheritancemask in the schema. /// @@ -131088,49 +131117,71 @@ public virtual string address2_telephone3 partial void OninheritancemaskChanging(global::System.Nullable value); partial void OninheritancemaskChanged(); /// - /// There are no comments for Property address2_telephone1 in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_telephone1 + public virtual global::System.Nullable _modifiedby_value { get { - return this._address2_telephone1; + return this.__modifiedby_value; } set { - this.Onaddress2_telephone1Changing(value); - this._address2_telephone1 = value; - this.Onaddress2_telephone1Changed(); - this.OnPropertyChanged("address2_telephone1"); + 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 string _address2_telephone1; - partial void Onaddress2_telephone1Changing(string value); - partial void Onaddress2_telephone1Changed(); + 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 websiteurl in the schema. + /// There are no comments for Property address2_longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string websiteurl + public virtual global::System.Nullable address2_longitude { get { - return this._websiteurl; + return this._address2_longitude; } set { - this.OnwebsiteurlChanging(value); - this._websiteurl = value; - this.OnwebsiteurlChanged(); - this.OnPropertyChanged("websiteurl"); + this.Onaddress2_longitudeChanging(value); + this._address2_longitude = value; + this.Onaddress2_longitudeChanged(); + this.OnPropertyChanged("address2_longitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _websiteurl; - partial void OnwebsiteurlChanging(string value); - partial void OnwebsiteurlChanged(); + private global::System.Nullable _address2_longitude; + partial void Onaddress2_longitudeChanging(global::System.Nullable value); + partial void Onaddress2_longitudeChanged(); + /// + /// There are no comments for Property address2_telephone1 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_telephone1 + { + get + { + return this._address2_telephone1; + } + set + { + this.Onaddress2_telephone1Changing(value); + this._address2_telephone1 = value; + this.Onaddress2_telephone1Changed(); + this.OnPropertyChanged("address2_telephone1"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_telephone1; + partial void Onaddress2_telephone1Changing(string value); + partial void Onaddress2_telephone1Changed(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -135788,27 +135839,27 @@ public static calendarrule Createcalendarrule(global::Microsoft.Dynamics.CRM.cal return calendarrule; } /// - /// There are no comments for Property groupdesignator in the schema. + /// There are no comments for Property duration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string groupdesignator + public virtual global::System.Nullable duration { get { - return this._groupdesignator; + return this._duration; } set { - this.OngroupdesignatorChanging(value); - this._groupdesignator = value; - this.OngroupdesignatorChanged(); - this.OnPropertyChanged("groupdesignator"); + this.OndurationChanging(value); + this._duration = value; + this.OndurationChanged(); + this.OnPropertyChanged("duration"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _groupdesignator; - partial void OngroupdesignatorChanging(string value); - partial void OngroupdesignatorChanged(); + private global::System.Nullable _duration; + partial void OndurationChanging(global::System.Nullable value); + partial void OndurationChanged(); /// /// There are no comments for Property rank in the schema. /// @@ -135832,49 +135883,27 @@ public virtual string groupdesignator partial void OnrankChanging(global::System.Nullable value); partial void OnrankChanged(); /// - /// 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 starttime in the schema. + /// There are no comments for Property timezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable starttime + public virtual global::System.Nullable timezonecode { get { - return this._starttime; + return this._timezonecode; } set { - this.OnstarttimeChanging(value); - this._starttime = value; - this.OnstarttimeChanged(); - this.OnPropertyChanged("starttime"); + this.OntimezonecodeChanging(value); + this._timezonecode = value; + this.OntimezonecodeChanged(); + this.OnPropertyChanged("timezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _starttime; - partial void OnstarttimeChanging(global::System.Nullable value); - partial void OnstarttimeChanged(); + private global::System.Nullable _timezonecode; + partial void OntimezonecodeChanging(global::System.Nullable value); + partial void OntimezonecodeChanged(); /// /// There are no comments for Property _serviceid_value in the schema. /// @@ -135898,27 +135927,27 @@ public virtual string groupdesignator partial void On_serviceid_valueChanging(global::System.Nullable value); partial void On_serviceid_valueChanged(); /// - /// There are no comments for Property organizationid in the schema. + /// There are no comments for Property _innercalendarid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable organizationid + public virtual global::System.Nullable _innercalendarid_value { get { - return this._organizationid; + return this.__innercalendarid_value; } set { - this.OnorganizationidChanging(value); - this._organizationid = value; - this.OnorganizationidChanged(); - this.OnPropertyChanged("organizationid"); + this.On_innercalendarid_valueChanging(value); + this.__innercalendarid_value = value; + this.On_innercalendarid_valueChanged(); + this.OnPropertyChanged("_innercalendarid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _organizationid; - partial void OnorganizationidChanging(global::System.Nullable value); - partial void OnorganizationidChanged(); + private global::System.Nullable __innercalendarid_value; + partial void On_innercalendarid_valueChanging(global::System.Nullable value); + partial void On_innercalendarid_valueChanged(); /// /// There are no comments for Property isselected in the schema. /// @@ -135942,27 +135971,27 @@ public virtual string groupdesignator partial void OnisselectedChanging(global::System.Nullable value); partial void OnisselectedChanged(); /// - /// There are no comments for Property duration in the schema. + /// 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 duration + public virtual global::System.Nullable modifiedon { get { - return this._duration; + return this._modifiedon; } set { - this.OndurationChanging(value); - this._duration = value; - this.OndurationChanged(); - this.OnPropertyChanged("duration"); + 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 _duration; - partial void OndurationChanging(global::System.Nullable value); - partial void OndurationChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property offset in the schema. /// @@ -136008,71 +136037,71 @@ public virtual string groupdesignator partial void OntimecodeChanging(global::System.Nullable value); partial void OntimecodeChanged(); /// - /// There are no comments for Property _innercalendarid_value in the schema. + /// There are no comments for Property effectiveintervalend in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _innercalendarid_value + public virtual global::System.Nullable effectiveintervalend { get { - return this.__innercalendarid_value; + return this._effectiveintervalend; } set { - this.On_innercalendarid_valueChanging(value); - this.__innercalendarid_value = value; - this.On_innercalendarid_valueChanged(); - this.OnPropertyChanged("_innercalendarid_value"); + this.OneffectiveintervalendChanging(value); + this._effectiveintervalend = value; + this.OneffectiveintervalendChanged(); + this.OnPropertyChanged("effectiveintervalend"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __innercalendarid_value; - partial void On_innercalendarid_valueChanging(global::System.Nullable value); - partial void On_innercalendarid_valueChanged(); + private global::System.Nullable _effectiveintervalend; + partial void OneffectiveintervalendChanging(global::System.Nullable value); + partial void OneffectiveintervalendChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable createdon { get { - return this._modifiedon; + return this._createdon; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property extentcode in the schema. + /// There are no comments for Property endtime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable extentcode + public virtual global::System.Nullable endtime { get { - return this._extentcode; + return this._endtime; } set { - this.OnextentcodeChanging(value); - this._extentcode = value; - this.OnextentcodeChanged(); - this.OnPropertyChanged("extentcode"); + this.OnendtimeChanging(value); + this._endtime = value; + this.OnendtimeChanged(); + this.OnPropertyChanged("endtime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _extentcode; - partial void OnextentcodeChanging(global::System.Nullable value); - partial void OnextentcodeChanged(); + private global::System.Nullable _endtime; + partial void OnendtimeChanging(global::System.Nullable value); + partial void OnendtimeChanged(); /// /// There are no comments for Property subcode in the schema. /// @@ -136096,28 +136125,6 @@ public virtual string groupdesignator partial void OnsubcodeChanging(global::System.Nullable value); partial void OnsubcodeChanged(); /// - /// There are no comments for Property isvaried in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isvaried - { - get - { - return this._isvaried; - } - set - { - this.OnisvariedChanging(value); - this._isvaried = value; - this.OnisvariedChanged(); - this.OnPropertyChanged("isvaried"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isvaried; - partial void OnisvariedChanging(global::System.Nullable value); - partial void OnisvariedChanged(); - /// /// There are no comments for Property effectiveintervalstart in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -136140,49 +136147,49 @@ public virtual string groupdesignator partial void OneffectiveintervalstartChanging(global::System.Nullable value); partial void OneffectiveintervalstartChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property ismodified in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable ismodified { get { - return this._name; + return this._ismodified; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnismodifiedChanging(value); + this._ismodified = value; + this.OnismodifiedChanged(); + this.OnPropertyChanged("ismodified"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _ismodified; + partial void OnismodifiedChanging(global::System.Nullable value); + partial void OnismodifiedChanged(); /// - /// There are no comments for Property endtime in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable endtime + public virtual string name { get { - return this._endtime; + return this._name; } set { - this.OnendtimeChanging(value); - this._endtime = value; - this.OnendtimeChanged(); - this.OnPropertyChanged("endtime"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _endtime; - partial void OnendtimeChanging(global::System.Nullable value); - partial void OnendtimeChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -136206,27 +136213,27 @@ public virtual string name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property issimple in the schema. + /// There are no comments for Property isvaried in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable issimple + public virtual global::System.Nullable isvaried { get { - return this._issimple; + return this._isvaried; } set { - this.OnissimpleChanging(value); - this._issimple = value; - this.OnissimpleChanged(); - this.OnPropertyChanged("issimple"); + this.OnisvariedChanging(value); + this._isvaried = value; + this.OnisvariedChanged(); + this.OnPropertyChanged("isvaried"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _issimple; - partial void OnissimpleChanging(global::System.Nullable value); - partial void OnissimpleChanged(); + private global::System.Nullable _isvaried; + partial void OnisvariedChanging(global::System.Nullable value); + partial void OnisvariedChanged(); /// /// There are no comments for Property calendarruleid in the schema. /// @@ -136250,27 +136257,49 @@ public virtual string name partial void OncalendarruleidChanging(global::System.Nullable value); partial void OncalendarruleidChanged(); /// - /// There are no comments for Property timezonecode in the schema. + /// There are no comments for Property groupdesignator in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezonecode + public virtual string groupdesignator { get { - return this._timezonecode; + return this._groupdesignator; } set { - this.OntimezonecodeChanging(value); - this._timezonecode = value; - this.OntimezonecodeChanged(); - this.OnPropertyChanged("timezonecode"); + this.OngroupdesignatorChanging(value); + this._groupdesignator = value; + this.OngroupdesignatorChanged(); + this.OnPropertyChanged("groupdesignator"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _timezonecode; - partial void OntimezonecodeChanging(global::System.Nullable value); - partial void OntimezonecodeChanged(); + private string _groupdesignator; + partial void OngroupdesignatorChanging(string value); + partial void OngroupdesignatorChanged(); + /// + /// 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 pattern in the schema. /// @@ -136316,6 +136345,28 @@ public virtual string pattern partial void OneffortChanging(global::System.Nullable value); partial void OneffortChanged(); /// + /// There are no comments for Property businessunitid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable businessunitid + { + get + { + return this._businessunitid; + } + set + { + this.OnbusinessunitidChanging(value); + this._businessunitid = value; + this.OnbusinessunitidChanged(); + this.OnPropertyChanged("businessunitid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _businessunitid; + partial void OnbusinessunitidChanging(global::System.Nullable value); + partial void OnbusinessunitidChanged(); + /// /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -136338,27 +136389,27 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property ismodified in the schema. + /// There are no comments for Property extentcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismodified + public virtual global::System.Nullable extentcode { get { - return this._ismodified; + return this._extentcode; } set { - this.OnismodifiedChanging(value); - this._ismodified = value; - this.OnismodifiedChanged(); - this.OnPropertyChanged("ismodified"); + this.OnextentcodeChanging(value); + this._extentcode = value; + this.OnextentcodeChanged(); + this.OnPropertyChanged("extentcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismodified; - partial void OnismodifiedChanging(global::System.Nullable value); - partial void OnismodifiedChanged(); + private global::System.Nullable _extentcode; + partial void OnextentcodeChanging(global::System.Nullable value); + partial void OnextentcodeChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -136404,115 +136455,115 @@ public virtual string description partial void On_calendarid_valueChanging(global::System.Nullable value); partial void On_calendarid_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property issimple in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable issimple { get { - return this.__modifiedonbehalfby_value; + return this._issimple; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnissimpleChanging(value); + this._issimple = value; + this.OnissimpleChanged(); + this.OnPropertyChanged("issimple"); } } [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::System.Nullable _issimple; + partial void OnissimpleChanging(global::System.Nullable value); + partial void OnissimpleChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property organizationid 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 organizationid { get { - return this.__createdonbehalfby_value; + return this._organizationid; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnorganizationidChanging(value); + this._organizationid = value; + this.OnorganizationidChanged(); + this.OnPropertyChanged("organizationid"); } } [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 _organizationid; + partial void OnorganizationidChanging(global::System.Nullable value); + partial void OnorganizationidChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._versionnumber; + return this.__modifiedonbehalfby_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 effectiveintervalend in the schema. + /// 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 effectiveintervalend + public virtual global::System.Nullable versionnumber { get { - return this._effectiveintervalend; + return this._versionnumber; } set { - this.OneffectiveintervalendChanging(value); - this._effectiveintervalend = value; - this.OneffectiveintervalendChanged(); - this.OnPropertyChanged("effectiveintervalend"); + 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 _effectiveintervalend; - partial void OneffectiveintervalendChanging(global::System.Nullable value); - partial void OneffectiveintervalendChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property businessunitid in the schema. + /// There are no comments for Property starttime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable businessunitid + public virtual global::System.Nullable starttime { get { - return this._businessunitid; + return this._starttime; } set { - this.OnbusinessunitidChanging(value); - this._businessunitid = value; - this.OnbusinessunitidChanged(); - this.OnPropertyChanged("businessunitid"); + this.OnstarttimeChanging(value); + this._starttime = value; + this.OnstarttimeChanged(); + this.OnPropertyChanged("starttime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _businessunitid; - partial void OnbusinessunitidChanging(global::System.Nullable value); - partial void OnbusinessunitidChanged(); + private global::System.Nullable _starttime; + partial void OnstarttimeChanging(global::System.Nullable value); + partial void OnstarttimeChanged(); /// /// There are no comments for Property calendarid in the schema. /// @@ -137450,28 +137501,6 @@ public virtual string description partial void On_holidayschedulecalendarid_valueChanging(global::System.Nullable value); partial void On_holidayschedulecalendarid_valueChanged(); /// - /// There are no comments for Property calendarid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable calendarid - { - get - { - return this._calendarid; - } - set - { - this.OncalendaridChanging(value); - this._calendarid = value; - this.OncalendaridChanged(); - this.OnPropertyChanged("calendarid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _calendarid; - partial void OncalendaridChanging(global::System.Nullable value); - partial void OncalendaridChanged(); - /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -137516,6 +137545,28 @@ public virtual string description partial void OnissharedChanging(global::System.Nullable value); partial void OnissharedChanged(); /// + /// There are no comments for Property calendarid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable calendarid + { + get + { + return this._calendarid; + } + set + { + this.OncalendaridChanging(value); + this._calendarid = value; + this.OncalendaridChanged(); + this.OnPropertyChanged("calendarid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _calendarid; + partial void OncalendaridChanging(global::System.Nullable value); + partial void OncalendaridChanged(); + /// /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -138251,28 +138302,6 @@ public static callbackregistration Createcallbackregistration(global::Microsoft. return callbackregistration; } /// - /// There are no comments for Property entityname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityname - { - get - { - return this._entityname; - } - set - { - this.OnentitynameChanging(value); - this._entityname = value; - this.OnentitynameChanged(); - this.OnPropertyChanged("entityname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityname; - partial void OnentitynameChanging(string value); - partial void OnentitynameChanged(); - /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -138317,6 +138346,28 @@ public virtual string entityname partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -138427,27 +138478,27 @@ public virtual string url partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable _ownerid_value { get { - return this._modifiedon; + return this.__ownerid_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 runas in the schema. /// @@ -138493,49 +138544,49 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property version in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable version { get { - return this.__ownerid_value; + return this._version; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.OnversionChanging(value); + this._version = value; + this.OnversionChanged(); + this.OnPropertyChanged("version"); } } [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::System.Nullable _version; + partial void OnversionChanging(global::System.Nullable value); + partial void OnversionChanged(); /// - /// There are no comments for Property version in the schema. + /// There are no comments for Property postponeuntil in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable version + public virtual string postponeuntil { get { - return this._version; + return this._postponeuntil; } set { - this.OnversionChanging(value); - this._version = value; - this.OnversionChanged(); - this.OnPropertyChanged("version"); + this.OnpostponeuntilChanging(value); + this._postponeuntil = value; + this.OnpostponeuntilChanged(); + this.OnPropertyChanged("postponeuntil"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _version; - partial void OnversionChanging(global::System.Nullable value); - partial void OnversionChanged(); + private string _postponeuntil; + partial void OnpostponeuntilChanging(string value); + partial void OnpostponeuntilChanged(); /// /// There are no comments for Property message in the schema. /// @@ -138625,27 +138676,27 @@ public virtual string filteringattributes partial void OnfilteringattributesChanging(string value); partial void OnfilteringattributesChanged(); /// - /// There are no comments for Property postponeuntil in the schema. + /// There are no comments for Property entityname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string postponeuntil + public virtual string entityname { get { - return this._postponeuntil; + return this._entityname; } set { - this.OnpostponeuntilChanging(value); - this._postponeuntil = value; - this.OnpostponeuntilChanged(); - this.OnPropertyChanged("postponeuntil"); + this.OnentitynameChanging(value); + this._entityname = value; + this.OnentitynameChanged(); + this.OnPropertyChanged("entityname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _postponeuntil; - partial void OnpostponeuntilChanging(string value); - partial void OnpostponeuntilChanged(); + private string _entityname; + partial void OnentitynameChanging(string value); + partial void OnentitynameChanged(); /// /// There are no comments for Property _owningteam_value in the schema. /// @@ -141785,27 +141836,27 @@ public static campaignactivity Createcampaignactivity(global::Microsoft.Dynamics return campaignactivity; } /// - /// There are no comments for Property typecode in the schema. + /// There are no comments for Property ignoreinactivelistmembers in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable typecode + public virtual global::System.Nullable ignoreinactivelistmembers { get { - return this._typecode; + return this._ignoreinactivelistmembers; } set { - this.OntypecodeChanging(value); - this._typecode = value; - this.OntypecodeChanged(); - this.OnPropertyChanged("typecode"); + this.OnignoreinactivelistmembersChanging(value); + this._ignoreinactivelistmembers = value; + this.OnignoreinactivelistmembersChanged(); + this.OnPropertyChanged("ignoreinactivelistmembers"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _typecode; - partial void OntypecodeChanging(global::System.Nullable value); - partial void OntypecodeChanged(); + private global::System.Nullable _ignoreinactivelistmembers; + partial void OnignoreinactivelistmembersChanging(global::System.Nullable value); + partial void OnignoreinactivelistmembersChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -141873,93 +141924,27 @@ public virtual string category partial void OnchanneltypecodeChanging(global::System.Nullable value); partial void OnchanneltypecodeChanged(); /// - /// There are no comments for Property subcategory in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string subcategory - { - get - { - return this._subcategory; - } - set - { - this.OnsubcategoryChanging(value); - this._subcategory = value; - this.OnsubcategoryChanged(); - this.OnPropertyChanged("subcategory"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _subcategory; - partial void OnsubcategoryChanging(string value); - partial void OnsubcategoryChanged(); - /// - /// There are no comments for Property actualcost_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable actualcost_base - { - get - { - return this._actualcost_base; - } - set - { - this.Onactualcost_baseChanging(value); - this._actualcost_base = value; - this.Onactualcost_baseChanged(); - this.OnPropertyChanged("actualcost_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _actualcost_base; - partial void Onactualcost_baseChanging(global::System.Nullable value); - partial void Onactualcost_baseChanged(); - /// - /// There are no comments for Property budgetedcost_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable budgetedcost_base - { - get - { - return this._budgetedcost_base; - } - set - { - this.Onbudgetedcost_baseChanging(value); - this._budgetedcost_base = value; - this.Onbudgetedcost_baseChanged(); - this.OnPropertyChanged("budgetedcost_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _budgetedcost_base; - partial void Onbudgetedcost_baseChanging(global::System.Nullable value); - partial void Onbudgetedcost_baseChanged(); - /// - /// There are no comments for Property excludeifcontactedinxdays in the schema. + /// There are no comments for Property actualcost in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable excludeifcontactedinxdays + public virtual global::System.Nullable actualcost { get { - return this._excludeifcontactedinxdays; + return this._actualcost; } set { - this.OnexcludeifcontactedinxdaysChanging(value); - this._excludeifcontactedinxdays = value; - this.OnexcludeifcontactedinxdaysChanged(); - this.OnPropertyChanged("excludeifcontactedinxdays"); + this.OnactualcostChanging(value); + this._actualcost = value; + this.OnactualcostChanged(); + this.OnPropertyChanged("actualcost"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _excludeifcontactedinxdays; - partial void OnexcludeifcontactedinxdaysChanging(global::System.Nullable value); - partial void OnexcludeifcontactedinxdaysChanged(); + private global::System.Nullable _actualcost; + partial void OnactualcostChanging(global::System.Nullable value); + partial void OnactualcostChanged(); /// /// There are no comments for Property budgetedcost in the schema. /// @@ -141983,71 +141968,71 @@ public virtual string subcategory partial void OnbudgetedcostChanging(global::System.Nullable value); partial void OnbudgetedcostChanged(); /// - /// There are no comments for Property actualcost in the schema. + /// There are no comments for Property subcategory in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable actualcost + public virtual string subcategory { get { - return this._actualcost; + return this._subcategory; } set { - this.OnactualcostChanging(value); - this._actualcost = value; - this.OnactualcostChanged(); - this.OnPropertyChanged("actualcost"); + this.OnsubcategoryChanging(value); + this._subcategory = value; + this.OnsubcategoryChanged(); + this.OnPropertyChanged("subcategory"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _actualcost; - partial void OnactualcostChanging(global::System.Nullable value); - partial void OnactualcostChanged(); + private string _subcategory; + partial void OnsubcategoryChanging(string value); + partial void OnsubcategoryChanged(); /// - /// There are no comments for Property ignoreinactivelistmembers in the schema. + /// There are no comments for Property actualcost_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ignoreinactivelistmembers + public virtual global::System.Nullable actualcost_base { get { - return this._ignoreinactivelistmembers; + return this._actualcost_base; } set { - this.OnignoreinactivelistmembersChanging(value); - this._ignoreinactivelistmembers = value; - this.OnignoreinactivelistmembersChanged(); - this.OnPropertyChanged("ignoreinactivelistmembers"); + this.Onactualcost_baseChanging(value); + this._actualcost_base = value; + this.Onactualcost_baseChanged(); + this.OnPropertyChanged("actualcost_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ignoreinactivelistmembers; - partial void OnignoreinactivelistmembersChanging(global::System.Nullable value); - partial void OnignoreinactivelistmembersChanged(); + private global::System.Nullable _actualcost_base; + partial void Onactualcost_baseChanging(global::System.Nullable value); + partial void Onactualcost_baseChanged(); /// - /// There are no comments for Property donotsendonoptout in the schema. + /// There are no comments for Property budgetedcost_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotsendonoptout + public virtual global::System.Nullable budgetedcost_base { get { - return this._donotsendonoptout; + return this._budgetedcost_base; } set { - this.OndonotsendonoptoutChanging(value); - this._donotsendonoptout = value; - this.OndonotsendonoptoutChanged(); - this.OnPropertyChanged("donotsendonoptout"); + this.Onbudgetedcost_baseChanging(value); + this._budgetedcost_base = value; + this.Onbudgetedcost_baseChanged(); + this.OnPropertyChanged("budgetedcost_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotsendonoptout; - partial void OndonotsendonoptoutChanging(global::System.Nullable value); - partial void OndonotsendonoptoutChanged(); + private global::System.Nullable _budgetedcost_base; + partial void Onbudgetedcost_baseChanging(global::System.Nullable value); + partial void Onbudgetedcost_baseChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -142071,6 +142056,72 @@ public virtual string subcategory partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property excludeifcontactedinxdays in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable excludeifcontactedinxdays + { + get + { + return this._excludeifcontactedinxdays; + } + set + { + this.OnexcludeifcontactedinxdaysChanging(value); + this._excludeifcontactedinxdays = value; + this.OnexcludeifcontactedinxdaysChanged(); + this.OnPropertyChanged("excludeifcontactedinxdays"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _excludeifcontactedinxdays; + partial void OnexcludeifcontactedinxdaysChanging(global::System.Nullable value); + partial void OnexcludeifcontactedinxdaysChanged(); + /// + /// There are no comments for Property typecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable typecode + { + get + { + return this._typecode; + } + set + { + this.OntypecodeChanging(value); + this._typecode = value; + this.OntypecodeChanged(); + this.OnPropertyChanged("typecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _typecode; + partial void OntypecodeChanging(global::System.Nullable value); + partial void OntypecodeChanged(); + /// + /// There are no comments for Property donotsendonoptout in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable donotsendonoptout + { + get + { + return this._donotsendonoptout; + } + set + { + this.OndonotsendonoptoutChanging(value); + this._donotsendonoptout = value; + this.OndonotsendonoptoutChanged(); + this.OnPropertyChanged("donotsendonoptout"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _donotsendonoptout; + partial void OndonotsendonoptoutChanging(global::System.Nullable value); + partial void OndonotsendonoptoutChanged(); + /// /// There are no comments for Property campaignactivitysalesliterature_association in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -143398,6 +143449,28 @@ public static campaignactivityitem Createcampaignactivityitem(global::Microsoft. return campaignactivityitem; } /// + /// There are no comments for Property itemid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable itemid + { + get + { + return this._itemid; + } + set + { + this.OnitemidChanging(value); + this._itemid = value; + this.OnitemidChanged(); + this.OnPropertyChanged("itemid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _itemid; + partial void OnitemidChanging(global::System.Nullable value); + partial void OnitemidChanged(); + /// /// There are no comments for Property owningbusinessunit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -143442,28 +143515,6 @@ public static campaignactivityitem Createcampaignactivityitem(global::Microsoft. partial void OnowninguserChanging(global::System.Nullable value); partial void OnowninguserChanged(); /// - /// 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 name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -143508,27 +143559,27 @@ public virtual string itemobjecttypecode partial void OnitemobjecttypecodeChanging(string value); partial void OnitemobjecttypecodeChanged(); /// - /// There are no comments for Property itemid in the schema. + /// 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 itemid + public virtual global::System.Nullable importsequencenumber { get { - return this._itemid; + return this._importsequencenumber; } set { - this.OnitemidChanging(value); - this._itemid = value; - this.OnitemidChanged(); - this.OnPropertyChanged("itemid"); + 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 _itemid; - partial void OnitemidChanging(global::System.Nullable value); - partial void OnitemidChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -143552,28 +143603,6 @@ public virtual string itemobjecttypecode partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _campaignactivityid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _campaignactivityid_value - { - get - { - return this.__campaignactivityid_value; - } - set - { - this.On_campaignactivityid_valueChanging(value); - this.__campaignactivityid_value = value; - this.On_campaignactivityid_valueChanged(); - this.OnPropertyChanged("_campaignactivityid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __campaignactivityid_value; - partial void On_campaignactivityid_valueChanging(global::System.Nullable value); - partial void On_campaignactivityid_valueChanged(); - /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -143640,27 +143669,27 @@ public virtual string itemobjecttypecode partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property _campaignactivityid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable _campaignactivityid_value { get { - return this._overriddencreatedon; + return this.__campaignactivityid_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.On_campaignactivityid_valueChanging(value); + this.__campaignactivityid_value = value; + this.On_campaignactivityid_valueChanged(); + this.OnPropertyChanged("_campaignactivityid_value"); } } [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::System.Nullable __campaignactivityid_value; + partial void On_campaignactivityid_valueChanging(global::System.Nullable value); + partial void On_campaignactivityid_valueChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -143684,6 +143713,28 @@ public virtual string itemobjecttypecode partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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 campaignactivityitem_AsyncOperations in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -143936,28 +143987,6 @@ public partial class campaignitem : crmbaseentity partial void OnowninguserChanging(global::System.Nullable value); partial void OnowninguserChanged(); /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -143980,27 +144009,27 @@ public virtual string name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _campaignid_value in the schema. + /// There are no comments for Property entityid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _campaignid_value + public virtual global::System.Nullable entityid { get { - return this.__campaignid_value; + return this._entityid; } set { - this.On_campaignid_valueChanging(value); - this.__campaignid_value = value; - this.On_campaignid_valueChanged(); - this.OnPropertyChanged("_campaignid_value"); + this.OnentityidChanging(value); + this._entityid = value; + this.OnentityidChanged(); + this.OnPropertyChanged("entityid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __campaignid_value; - partial void On_campaignid_valueChanging(global::System.Nullable value); - partial void On_campaignid_valueChanged(); + private global::System.Nullable _entityid; + partial void OnentityidChanging(global::System.Nullable value); + partial void OnentityidChanged(); /// /// There are no comments for Property owningbusinessunit in the schema. /// @@ -144112,27 +144141,27 @@ public virtual string name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property entityid in the schema. + /// There are no comments for Property _campaignid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable entityid + public virtual global::System.Nullable _campaignid_value { get { - return this._entityid; + return this.__campaignid_value; } set { - this.OnentityidChanging(value); - this._entityid = value; - this.OnentityidChanged(); - this.OnPropertyChanged("entityid"); + this.On_campaignid_valueChanging(value); + this.__campaignid_value = value; + this.On_campaignid_valueChanged(); + this.OnPropertyChanged("_campaignid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _entityid; - partial void OnentityidChanging(global::System.Nullable value); - partial void OnentityidChanged(); + private global::System.Nullable __campaignid_value; + partial void On_campaignid_valueChanging(global::System.Nullable value); + partial void On_campaignid_valueChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -144178,6 +144207,28 @@ public virtual string entitytype partial void OnentitytypeChanging(string value); partial void OnentitytypeChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// /// There are no comments for Property campaignitemid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -149972,49 +150023,49 @@ public static campaign Createcampaign(global::Microsoft.Dynamics.CRM.systemuser return campaign; } /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable stageid { get { - return this._exchangerate; + return this._stageid; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [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::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property codename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual string codename { get { - return this._description; + return this._codename; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.OncodenameChanging(value); + this._codename = value; + this.OncodenameChanged(); + this.OnPropertyChanged("codename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private string _codename; + partial void OncodenameChanging(string value); + partial void OncodenameChanged(); /// /// There are no comments for Property expectedresponse in the schema. /// @@ -150104,27 +150155,27 @@ public virtual string entityimage_url partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property tmpregardingobjectid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual string tmpregardingobjectid { get { - return this.__transactioncurrencyid_value; + return this._tmpregardingobjectid; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OntmpregardingobjectidChanging(value); + this._tmpregardingobjectid = value; + this.OntmpregardingobjectidChanged(); + this.OnPropertyChanged("tmpregardingobjectid"); } } [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 string _tmpregardingobjectid; + partial void OntmpregardingobjectidChanging(string value); + partial void OntmpregardingobjectidChanged(); /// /// There are no comments for Property othercost in the schema. /// @@ -150192,49 +150243,71 @@ public virtual string entityimage_url partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property totalcampaignactivityactualcost_base in the schema. + /// There are no comments for Property proposedend in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totalcampaignactivityactualcost_base + public virtual global::System.Nullable proposedend { get { - return this._totalcampaignactivityactualcost_base; + return this._proposedend; } set { - this.Ontotalcampaignactivityactualcost_baseChanging(value); - this._totalcampaignactivityactualcost_base = value; - this.Ontotalcampaignactivityactualcost_baseChanged(); - this.OnPropertyChanged("totalcampaignactivityactualcost_base"); + this.OnproposedendChanging(value); + this._proposedend = value; + this.OnproposedendChanged(); + this.OnPropertyChanged("proposedend"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totalcampaignactivityactualcost_base; - partial void Ontotalcampaignactivityactualcost_baseChanging(global::System.Nullable value); - partial void Ontotalcampaignactivityactualcost_baseChanged(); + private global::System.Nullable _proposedend; + partial void OnproposedendChanging(global::System.Nullable value); + partial void OnproposedendChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property totalactualcost in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable totalactualcost { get { - return this._utcconversiontimezonecode; + return this._totalactualcost; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OntotalactualcostChanging(value); + this._totalactualcost = value; + this.OntotalactualcostChanged(); + this.OnPropertyChanged("totalactualcost"); } } [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::System.Nullable _totalactualcost; + partial void OntotalactualcostChanging(global::System.Nullable value); + partial void OntotalactualcostChanged(); + /// + /// There are no comments for Property typecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable typecode + { + get + { + return this._typecode; + } + set + { + this.OntypecodeChanging(value); + this._typecode = value; + this.OntypecodeChanged(); + this.OnPropertyChanged("typecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _typecode; + partial void OntypecodeChanging(global::System.Nullable value); + partial void OntypecodeChanged(); /// /// There are no comments for Property processid in the schema. /// @@ -150302,93 +150375,115 @@ public virtual string entityimage_url partial void Onbudgetedcost_baseChanging(global::System.Nullable value); partial void Onbudgetedcost_baseChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property totalactualcost_base 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 totalactualcost_base { get { - return this.__createdby_value; + return this._totalactualcost_base; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Ontotalactualcost_baseChanging(value); + this._totalactualcost_base = value; + this.Ontotalactualcost_baseChanged(); + this.OnPropertyChanged("totalactualcost_base"); } } [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 _totalactualcost_base; + partial void Ontotalactualcost_baseChanging(global::System.Nullable value); + partial void Ontotalactualcost_baseChanged(); /// - /// There are no comments for Property proposedend in the schema. + /// There are no comments for Property othercost_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable proposedend + public virtual global::System.Nullable othercost_base { get { - return this._proposedend; + return this._othercost_base; } set { - this.OnproposedendChanging(value); - this._proposedend = value; - this.OnproposedendChanged(); - this.OnPropertyChanged("proposedend"); + this.Onothercost_baseChanging(value); + this._othercost_base = value; + this.Onothercost_baseChanged(); + this.OnPropertyChanged("othercost_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _proposedend; - partial void OnproposedendChanging(global::System.Nullable value); - partial void OnproposedendChanged(); + private global::System.Nullable _othercost_base; + partial void Onothercost_baseChanging(global::System.Nullable value); + partial void Onothercost_baseChanged(); /// - /// There are no comments for Property _owningteam_value 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 _owningteam_value + public virtual global::System.Nullable _createdby_value { get { - return this.__owningteam_value; + return this.__createdby_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 totalactualcost_base in the schema. + /// There are no comments for Property actualend in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totalactualcost_base + public virtual global::System.Nullable actualend { get { - return this._totalactualcost_base; + return this._actualend; } set { - this.Ontotalactualcost_baseChanging(value); - this._totalactualcost_base = value; - this.Ontotalactualcost_baseChanged(); - this.OnPropertyChanged("totalactualcost_base"); + this.OnactualendChanging(value); + this._actualend = value; + this.OnactualendChanged(); + this.OnPropertyChanged("actualend"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totalactualcost_base; - partial void Ontotalactualcost_baseChanging(global::System.Nullable value); - partial void Ontotalactualcost_baseChanged(); + private global::System.Nullable _actualend; + partial void OnactualendChanging(global::System.Nullable value); + partial void OnactualendChanged(); + /// + /// There are no comments for Property description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string description + { + get + { + return this._description; + } + set + { + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// /// There are no comments for Property name in the schema. /// @@ -150412,49 +150507,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// 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 campaignid in the schema. + /// There are no comments for Property istemplate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable campaignid + public virtual global::System.Nullable istemplate { get { - return this._campaignid; + return this._istemplate; } set { - this.OncampaignidChanging(value); - this._campaignid = value; - this.OncampaignidChanged(); - this.OnPropertyChanged("campaignid"); + this.OnistemplateChanging(value); + this._istemplate = value; + this.OnistemplateChanged(); + this.OnPropertyChanged("istemplate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _campaignid; - partial void OncampaignidChanging(global::System.Nullable value); - partial void OncampaignidChanged(); + private global::System.Nullable _istemplate; + partial void OnistemplateChanging(global::System.Nullable value); + partial void OnistemplateChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -150478,28 +150551,6 @@ public virtual string name partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property othercost_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable othercost_base - { - get - { - return this._othercost_base; - } - set - { - this.Onothercost_baseChanging(value); - this._othercost_base = value; - this.Onothercost_baseChanged(); - this.OnPropertyChanged("othercost_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _othercost_base; - partial void Onothercost_baseChanging(global::System.Nullable value); - partial void Onothercost_baseChanged(); - /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -150588,49 +150639,49 @@ public virtual string name partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property codename in the schema. + /// There are no comments for Property totalcampaignactivityactualcost_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string codename + public virtual global::System.Nullable totalcampaignactivityactualcost_base { get { - return this._codename; + return this._totalcampaignactivityactualcost_base; } set { - this.OncodenameChanging(value); - this._codename = value; - this.OncodenameChanged(); - this.OnPropertyChanged("codename"); + this.Ontotalcampaignactivityactualcost_baseChanging(value); + this._totalcampaignactivityactualcost_base = value; + this.Ontotalcampaignactivityactualcost_baseChanged(); + this.OnPropertyChanged("totalcampaignactivityactualcost_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _codename; - partial void OncodenameChanging(string value); - partial void OncodenameChanged(); + private global::System.Nullable _totalcampaignactivityactualcost_base; + partial void Ontotalcampaignactivityactualcost_baseChanging(global::System.Nullable value); + partial void Ontotalcampaignactivityactualcost_baseChanged(); /// - /// There are no comments for Property budgetedcost in the schema. + /// 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 budgetedcost + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._budgetedcost; + return this._utcconversiontimezonecode; } set { - this.OnbudgetedcostChanging(value); - this._budgetedcost = value; - this.OnbudgetedcostChanged(); - this.OnPropertyChanged("budgetedcost"); + 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 _budgetedcost; - partial void OnbudgetedcostChanging(global::System.Nullable value); - partial void OnbudgetedcostChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -150720,71 +150771,49 @@ public virtual string codename partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property proposedstart in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable proposedstart - { - get - { - return this._proposedstart; - } - set - { - this.OnproposedstartChanging(value); - this._proposedstart = value; - this.OnproposedstartChanged(); - this.OnPropertyChanged("proposedstart"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _proposedstart; - partial void OnproposedstartChanging(global::System.Nullable value); - partial void OnproposedstartChanged(); - /// - /// There are no comments for Property typecode in the schema. + /// 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 typecode + public virtual global::System.Nullable exchangerate { get { - return this._typecode; + return this._exchangerate; } set { - this.OntypecodeChanging(value); - this._typecode = value; - this.OntypecodeChanged(); - this.OnPropertyChanged("typecode"); + 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 _typecode; - partial void OntypecodeChanging(global::System.Nullable value); - partial void OntypecodeChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// - /// There are no comments for Property tmpregardingobjectid in the schema. + /// There are no comments for Property proposedstart in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string tmpregardingobjectid + public virtual global::System.Nullable proposedstart { get { - return this._tmpregardingobjectid; + return this._proposedstart; } set { - this.OntmpregardingobjectidChanging(value); - this._tmpregardingobjectid = value; - this.OntmpregardingobjectidChanged(); - this.OnPropertyChanged("tmpregardingobjectid"); + this.OnproposedstartChanging(value); + this._proposedstart = value; + this.OnproposedstartChanged(); + this.OnPropertyChanged("proposedstart"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _tmpregardingobjectid; - partial void OntmpregardingobjectidChanging(string value); - partial void OntmpregardingobjectidChanged(); + private global::System.Nullable _proposedstart; + partial void OnproposedstartChanging(global::System.Nullable value); + partial void OnproposedstartChanged(); /// /// There are no comments for Property emailaddress in the schema. /// @@ -151006,27 +151035,71 @@ public virtual string traversedpath partial void OntotalcampaignactivityactualcostChanging(global::System.Nullable value); partial void OntotalcampaignactivityactualcostChanged(); /// - /// There are no comments for Property actualend in the schema. + /// 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 actualend + public virtual global::System.Nullable _owningteam_value { get { - return this._actualend; + return this.__owningteam_value; } set { - this.OnactualendChanging(value); - this._actualend = value; - this.OnactualendChanged(); - this.OnPropertyChanged("actualend"); + 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 _actualend; - partial void OnactualendChanging(global::System.Nullable value); - partial void OnactualendChanged(); + 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 _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 campaignid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable campaignid + { + get + { + return this._campaignid; + } + set + { + this.OncampaignidChanging(value); + this._campaignid = value; + this.OncampaignidChanged(); + this.OnPropertyChanged("campaignid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _campaignid; + partial void OncampaignidChanging(global::System.Nullable value); + partial void OncampaignidChanged(); /// /// There are no comments for Property entityimage in the schema. /// @@ -151050,49 +151123,49 @@ public virtual byte[] entityimage partial void OnentityimageChanging(byte[] value); partial void OnentityimageChanged(); /// - /// There are no comments for Property istemplate in the schema. + /// 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 istemplate + public virtual global::System.Nullable statuscode { get { - return this._istemplate; + return this._statuscode; } set { - this.OnistemplateChanging(value); - this._istemplate = value; - this.OnistemplateChanged(); - this.OnPropertyChanged("istemplate"); + 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 _istemplate; - partial void OnistemplateChanging(global::System.Nullable value); - partial void OnistemplateChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property totalactualcost in the schema. + /// There are no comments for Property budgetedcost in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totalactualcost + public virtual global::System.Nullable budgetedcost { get { - return this._totalactualcost; + return this._budgetedcost; } set { - this.OntotalactualcostChanging(value); - this._totalactualcost = value; - this.OntotalactualcostChanged(); - this.OnPropertyChanged("totalactualcost"); + this.OnbudgetedcostChanging(value); + this._budgetedcost = value; + this.OnbudgetedcostChanged(); + this.OnPropertyChanged("budgetedcost"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totalactualcost; - partial void OntotalactualcostChanging(global::System.Nullable value); - partial void OntotalactualcostChanged(); + private global::System.Nullable _budgetedcost; + partial void OnbudgetedcostChanging(global::System.Nullable value); + partial void OnbudgetedcostChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -151116,28 +151189,6 @@ public virtual byte[] entityimage partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property stageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid - { - get - { - return this._stageid; - } - set - { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); - /// /// There are no comments for Property campaign_opportunities in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -152582,27 +152633,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property tags in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual string tags { get { - return this._description; + return this._tags; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.OntagsChanging(value); + this._tags = value; + this.OntagsChanged(); + this.OnPropertyChanged("tags"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private string _tags; + partial void OntagsChanging(string value); + partial void OntagsChanged(); /// /// There are no comments for Property medium_icon in the schema. /// @@ -152670,28 +152721,6 @@ public virtual string introducedversion partial void OnintroducedversionChanging(string value); partial void OnintroducedversionChanged(); /// - /// 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 _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -152780,6 +152809,28 @@ public virtual string wideicon_name partial void Onwideicon_nameChanging(string value); partial void Onwideicon_nameChanged(); /// + /// There are no comments for Property largeicon_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string largeicon_name + { + get + { + return this._largeicon_name; + } + set + { + this.Onlargeicon_nameChanging(value); + this._largeicon_name = value; + this.Onlargeicon_nameChanged(); + this.OnPropertyChanged("largeicon_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _largeicon_name; + partial void Onlargeicon_nameChanging(string value); + partial void Onlargeicon_nameChanged(); + /// /// There are no comments for Property appversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -152802,93 +152853,115 @@ public virtual string appversion partial void OnappversionChanging(string value); partial void OnappversionChanged(); /// - /// There are no comments for Property isheroapp in the schema. + /// There are no comments for Property wide_icon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isheroapp + public virtual byte[] wide_icon { get { - return this._isheroapp; + return this._wide_icon; } set { - this.OnisheroappChanging(value); - this._isheroapp = value; - this.OnisheroappChanged(); - this.OnPropertyChanged("isheroapp"); + this.Onwide_iconChanging(value); + this._wide_icon = value; + this.Onwide_iconChanged(); + this.OnPropertyChanged("wide_icon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isheroapp; - partial void OnisheroappChanging(global::System.Nullable value); - partial void OnisheroappChanged(); + private byte[] _wide_icon; + partial void Onwide_iconChanging(byte[] value); + partial void Onwide_iconChanged(); /// - /// There are no comments for Property galleryitemid in the schema. + /// There are no comments for Property _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string galleryitemid + public virtual global::System.Nullable _owningteam_value { get { - return this._galleryitemid; + return this.__owningteam_value; } set { - this.OngalleryitemidChanging(value); - this._galleryitemid = value; - this.OngalleryitemidChanged(); - this.OnPropertyChanged("galleryitemid"); + 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 string _galleryitemid; - partial void OngalleryitemidChanging(string value); - partial void OngalleryitemidChanged(); + 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 wide_icon in the schema. + /// There are no comments for Property canvasappid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] wide_icon + public virtual global::System.Nullable canvasappid { get { - return this._wide_icon; + return this._canvasappid; } set { - this.Onwide_iconChanging(value); - this._wide_icon = value; - this.Onwide_iconChanged(); - this.OnPropertyChanged("wide_icon"); + this.OncanvasappidChanging(value); + this._canvasappid = value; + this.OncanvasappidChanged(); + this.OnPropertyChanged("canvasappid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _wide_icon; - partial void Onwide_iconChanging(byte[] value); - partial void Onwide_iconChanged(); + private global::System.Nullable _canvasappid; + partial void OncanvasappidChanging(global::System.Nullable value); + partial void OncanvasappidChanged(); /// - /// There are no comments for Property tags in the schema. + /// There are no comments for Property connectionreferences in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string tags + public virtual string connectionreferences { get { - return this._tags; + return this._connectionreferences; } set { - this.OntagsChanging(value); - this._tags = value; - this.OntagsChanged(); - this.OnPropertyChanged("tags"); + this.OnconnectionreferencesChanging(value); + this._connectionreferences = value; + this.OnconnectionreferencesChanged(); + this.OnPropertyChanged("connectionreferences"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _tags; - partial void OntagsChanging(string value); - partial void OntagsChanged(); + private string _connectionreferences; + partial void OnconnectionreferencesChanging(string value); + partial void OnconnectionreferencesChanged(); + /// + /// There are no comments for Property canvasapprowid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable canvasapprowid + { + get + { + return this._canvasapprowid; + } + set + { + this.OncanvasapprowidChanging(value); + this._canvasapprowid = value; + this.OncanvasapprowidChanged(); + this.OnPropertyChanged("canvasapprowid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _canvasapprowid; + partial void OncanvasapprowidChanging(global::System.Nullable value); + partial void OncanvasapprowidChanged(); /// /// There are no comments for Property databasereferences in the schema. /// @@ -152978,27 +153051,27 @@ public virtual byte[] background_image partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property assets in the schema. + /// There are no comments for Property small_icon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] assets + public virtual byte[] small_icon { get { - return this._assets; + return this._small_icon; } set { - this.OnassetsChanging(value); - this._assets = value; - this.OnassetsChanged(); - this.OnPropertyChanged("assets"); + this.Onsmall_iconChanging(value); + this._small_icon = value; + this.Onsmall_iconChanged(); + this.OnPropertyChanged("small_icon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _assets; - partial void OnassetsChanging(byte[] value); - partial void OnassetsChanged(); + private byte[] _small_icon; + partial void Onsmall_iconChanging(byte[] value); + partial void Onsmall_iconChanged(); /// /// There are no comments for Property lastmodifiedtime in the schema. /// @@ -153022,71 +153095,27 @@ public virtual byte[] assets partial void OnlastmodifiedtimeChanging(global::System.Nullable value); partial void OnlastmodifiedtimeChanged(); /// - /// There are no comments for Property componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// - /// There are no comments for Property embeddedapp in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string embeddedapp - { - get - { - return this._embeddedapp; - } - set - { - this.OnembeddedappChanging(value); - this._embeddedapp = value; - this.OnembeddedappChanged(); - this.OnPropertyChanged("embeddedapp"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _embeddedapp; - partial void OnembeddedappChanging(string value); - partial void OnembeddedappChanged(); - /// - /// There are no comments for Property appcomponents in the schema. + /// There are no comments for Property galleryitemid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string appcomponents + public virtual string galleryitemid { get { - return this._appcomponents; + return this._galleryitemid; } set { - this.OnappcomponentsChanging(value); - this._appcomponents = value; - this.OnappcomponentsChanged(); - this.OnPropertyChanged("appcomponents"); + this.OngalleryitemidChanging(value); + this._galleryitemid = value; + this.OngalleryitemidChanged(); + this.OnPropertyChanged("galleryitemid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _appcomponents; - partial void OnappcomponentsChanging(string value); - partial void OnappcomponentsChanged(); + private string _galleryitemid; + partial void OngalleryitemidChanging(string value); + partial void OngalleryitemidChanged(); /// /// There are no comments for Property backgroundimage_name in the schema. /// @@ -153110,93 +153139,137 @@ public virtual string backgroundimage_name partial void Onbackgroundimage_nameChanging(string value); partial void Onbackgroundimage_nameChanged(); /// - /// There are no comments for Property smallicon_name in the schema. + /// There are no comments for Property embeddedapp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string smallicon_name + public virtual string embeddedapp { get { - return this._smallicon_name; + return this._embeddedapp; } set { - this.Onsmallicon_nameChanging(value); - this._smallicon_name = value; - this.Onsmallicon_nameChanged(); - this.OnPropertyChanged("smallicon_name"); + this.OnembeddedappChanging(value); + this._embeddedapp = value; + this.OnembeddedappChanged(); + this.OnPropertyChanged("embeddedapp"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _smallicon_name; - partial void Onsmallicon_nameChanging(string value); - partial void Onsmallicon_nameChanged(); + private string _embeddedapp; + partial void OnembeddedappChanging(string value); + partial void OnembeddedappChanged(); /// - /// There are no comments for Property connectionreferences in the schema. + /// There are no comments for Property appcomponents in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string connectionreferences + public virtual string appcomponents { get { - return this._connectionreferences; + return this._appcomponents; } set { - this.OnconnectionreferencesChanging(value); - this._connectionreferences = value; - this.OnconnectionreferencesChanged(); - this.OnPropertyChanged("connectionreferences"); + this.OnappcomponentsChanging(value); + this._appcomponents = value; + this.OnappcomponentsChanged(); + this.OnPropertyChanged("appcomponents"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _connectionreferences; - partial void OnconnectionreferencesChanging(string value); - partial void OnconnectionreferencesChanged(); + private string _appcomponents; + partial void OnappcomponentsChanging(string value); + partial void OnappcomponentsChanged(); /// - /// There are no comments for Property aadlastmodifiedbyid in the schema. + /// There are no comments for Property status in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string aadlastmodifiedbyid + public virtual string status { get { - return this._aadlastmodifiedbyid; + return this._status; } set { - this.OnaadlastmodifiedbyidChanging(value); - this._aadlastmodifiedbyid = value; - this.OnaadlastmodifiedbyidChanged(); - this.OnPropertyChanged("aadlastmodifiedbyid"); + this.OnstatusChanging(value); + this._status = value; + this.OnstatusChanged(); + this.OnPropertyChanged("status"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _aadlastmodifiedbyid; - partial void OnaadlastmodifiedbyidChanging(string value); - partial void OnaadlastmodifiedbyidChanged(); + private string _status; + partial void OnstatusChanging(string value); + partial void OnstatusChanged(); /// - /// There are no comments for Property commitmessage in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string commitmessage + public virtual string description { get { - return this._commitmessage; + return this._description; } set { - this.OncommitmessageChanging(value); - this._commitmessage = value; - this.OncommitmessageChanged(); - this.OnPropertyChanged("commitmessage"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _commitmessage; - partial void OncommitmessageChanging(string value); - partial void OncommitmessageChanged(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); + /// + /// There are no comments for Property isheroapp in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isheroapp + { + get + { + return this._isheroapp; + } + set + { + this.OnisheroappChanging(value); + this._isheroapp = value; + this.OnisheroappChanged(); + this.OnPropertyChanged("isheroapp"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isheroapp; + partial void OnisheroappChanging(global::System.Nullable value); + partial void OnisheroappChanged(); + /// + /// There are no comments for Property aadlastmodifiedbyid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string aadlastmodifiedbyid + { + get + { + return this._aadlastmodifiedbyid; + } + set + { + this.OnaadlastmodifiedbyidChanging(value); + this._aadlastmodifiedbyid = value; + this.OnaadlastmodifiedbyidChanged(); + this.OnPropertyChanged("aadlastmodifiedbyid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _aadlastmodifiedbyid; + partial void OnaadlastmodifiedbyidChanging(string value); + partial void OnaadlastmodifiedbyidChanged(); /// /// There are no comments for Property bypassconsent in the schema. /// @@ -153220,6 +153293,28 @@ public virtual string commitmessage partial void OnbypassconsentChanging(global::System.Nullable value); partial void OnbypassconsentChanged(); /// + /// There are no comments for Property assets in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual byte[] assets + { + get + { + return this._assets; + } + set + { + this.OnassetsChanging(value); + this._assets = value; + this.OnassetsChanged(); + this.OnPropertyChanged("assets"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private byte[] _assets; + partial void OnassetsChanging(byte[] value); + partial void OnassetsChanged(); + /// /// There are no comments for Property teamsicon_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -153264,27 +153359,27 @@ public virtual string teamsicon_name partial void OncanvasapptypeChanging(global::System.Nullable value); partial void OncanvasapptypeChanged(); /// - /// There are no comments for Property aadlastpublishedbyid in the schema. + /// There are no comments for Property commitmessage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string aadlastpublishedbyid + public virtual string commitmessage { get { - return this._aadlastpublishedbyid; + return this._commitmessage; } set { - this.OnaadlastpublishedbyidChanging(value); - this._aadlastpublishedbyid = value; - this.OnaadlastpublishedbyidChanged(); - this.OnPropertyChanged("aadlastpublishedbyid"); + this.OncommitmessageChanging(value); + this._commitmessage = value; + this.OncommitmessageChanged(); + this.OnPropertyChanged("commitmessage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _aadlastpublishedbyid; - partial void OnaadlastpublishedbyidChanging(string value); - partial void OnaadlastpublishedbyidChanged(); + private string _commitmessage; + partial void OncommitmessageChanging(string value); + partial void OncommitmessageChanged(); /// /// There are no comments for Property minclientversion in the schema. /// @@ -153330,71 +153425,71 @@ public virtual string minclientversion partial void OniscdsupgradedChanging(global::System.Nullable value); partial void OniscdsupgradedChanged(); /// - /// There are no comments for Property canvasappid in the schema. + /// There are no comments for Property appcomponentdependencies in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable canvasappid + public virtual string appcomponentdependencies { get { - return this._canvasappid; + return this._appcomponentdependencies; } set { - this.OncanvasappidChanging(value); - this._canvasappid = value; - this.OncanvasappidChanged(); - this.OnPropertyChanged("canvasappid"); + this.OnappcomponentdependenciesChanging(value); + this._appcomponentdependencies = value; + this.OnappcomponentdependenciesChanged(); + this.OnPropertyChanged("appcomponentdependencies"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _canvasappid; - partial void OncanvasappidChanging(global::System.Nullable value); - partial void OncanvasappidChanged(); + private string _appcomponentdependencies; + partial void OnappcomponentdependenciesChanging(string value); + partial void OnappcomponentdependenciesChanged(); /// - /// There are no comments for Property canconsumeapppass in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable canconsumeapppass + public virtual global::System.Nullable overwritetime { get { - return this._canconsumeapppass; + return this._overwritetime; } set { - this.OncanconsumeapppassChanging(value); - this._canconsumeapppass = value; - this.OncanconsumeapppassChanged(); - this.OnPropertyChanged("canconsumeapppass"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _canconsumeapppass; - partial void OncanconsumeapppassChanging(global::System.Nullable value); - partial void OncanconsumeapppassChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property largeicon_name in the schema. + /// There are no comments for Property canconsumeapppass in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string largeicon_name + public virtual global::System.Nullable canconsumeapppass { get { - return this._largeicon_name; + return this._canconsumeapppass; } set { - this.Onlargeicon_nameChanging(value); - this._largeicon_name = value; - this.Onlargeicon_nameChanged(); - this.OnPropertyChanged("largeicon_name"); + this.OncanconsumeapppassChanging(value); + this._canconsumeapppass = value; + this.OncanconsumeapppassChanged(); + this.OnPropertyChanged("canconsumeapppass"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _largeicon_name; - partial void Onlargeicon_nameChanging(string value); - partial void Onlargeicon_nameChanged(); + private global::System.Nullable _canconsumeapppass; + partial void OncanconsumeapppassChanging(global::System.Nullable value); + partial void OncanconsumeapppassChanged(); /// /// There are no comments for Property teams_icon in the schema. /// @@ -153418,28 +153513,6 @@ public virtual byte[] teams_icon partial void Onteams_iconChanging(byte[] value); partial void Onteams_iconChanged(); /// - /// There are no comments for Property createdtime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdtime - { - get - { - return this._createdtime; - } - set - { - this.OncreatedtimeChanging(value); - this._createdtime = value; - this.OncreatedtimeChanged(); - this.OnPropertyChanged("createdtime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _createdtime; - partial void OncreatedtimeChanging(global::System.Nullable value); - partial void OncreatedtimeChanged(); - /// /// There are no comments for Property isfeaturedapp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -153572,27 +153645,27 @@ public virtual string createdbyclientversion partial void OncreatedbyclientversionChanging(string value); partial void OncreatedbyclientversionChanged(); /// - /// There are no comments for Property appcomponentdependencies in the schema. + /// There are no comments for Property aadlastpublishedbyid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string appcomponentdependencies + public virtual string aadlastpublishedbyid { get { - return this._appcomponentdependencies; + return this._aadlastpublishedbyid; } set { - this.OnappcomponentdependenciesChanging(value); - this._appcomponentdependencies = value; - this.OnappcomponentdependenciesChanged(); - this.OnPropertyChanged("appcomponentdependencies"); + this.OnaadlastpublishedbyidChanging(value); + this._aadlastpublishedbyid = value; + this.OnaadlastpublishedbyidChanged(); + this.OnPropertyChanged("aadlastpublishedbyid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _appcomponentdependencies; - partial void OnappcomponentdependenciesChanging(string value); - partial void OnappcomponentdependenciesChanged(); + private string _aadlastpublishedbyid; + partial void OnaadlastpublishedbyidChanging(string value); + partial void OnaadlastpublishedbyidChanged(); /// /// There are no comments for Property assets_name in the schema. /// @@ -153704,27 +153777,27 @@ public virtual string appopenuri partial void OnappopenuriChanging(string value); partial void OnappopenuriChanged(); /// - /// There are no comments for Property status in the schema. + /// There are no comments for Property cdsdependencies in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string status + public virtual string cdsdependencies { get { - return this._status; + return this._cdsdependencies; } set { - this.OnstatusChanging(value); - this._status = value; - this.OnstatusChanged(); - this.OnPropertyChanged("status"); + this.OncdsdependenciesChanging(value); + this._cdsdependencies = value; + this.OncdsdependenciesChanged(); + this.OnPropertyChanged("cdsdependencies"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _status; - partial void OnstatusChanging(string value); - partial void OnstatusChanged(); + private string _cdsdependencies; + partial void OncdsdependenciesChanging(string value); + partial void OncdsdependenciesChanged(); /// /// There are no comments for Property backgroundcolor in the schema. /// @@ -153748,27 +153821,27 @@ public virtual string backgroundcolor partial void OnbackgroundcolorChanging(string value); partial void OnbackgroundcolorChanged(); /// - /// There are no comments for Property canvasapprowid in the schema. + /// There are no comments for Property smallicon_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable canvasapprowid + public virtual string smallicon_name { get { - return this._canvasapprowid; + return this._smallicon_name; } set { - this.OncanvasapprowidChanging(value); - this._canvasapprowid = value; - this.OncanvasapprowidChanged(); - this.OnPropertyChanged("canvasapprowid"); + this.Onsmallicon_nameChanging(value); + this._smallicon_name = value; + this.Onsmallicon_nameChanged(); + this.OnPropertyChanged("smallicon_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _canvasapprowid; - partial void OncanvasapprowidChanging(global::System.Nullable value); - partial void OncanvasapprowidChanged(); + private string _smallicon_name; + partial void Onsmallicon_nameChanging(string value); + partial void Onsmallicon_nameChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -153836,71 +153909,49 @@ public virtual string backgroundcolor partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// - /// There are no comments for Property small_icon in the schema. + /// There are no comments for Property createdtime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] small_icon + public virtual global::System.Nullable createdtime { get { - return this._small_icon; + return this._createdtime; } set { - this.Onsmall_iconChanging(value); - this._small_icon = value; - this.Onsmall_iconChanged(); - this.OnPropertyChanged("small_icon"); + this.OncreatedtimeChanging(value); + this._createdtime = value; + this.OncreatedtimeChanged(); + this.OnPropertyChanged("createdtime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _small_icon; - partial void Onsmall_iconChanging(byte[] value); - partial void Onsmall_iconChanged(); + private global::System.Nullable _createdtime; + partial void OncreatedtimeChanging(global::System.Nullable value); + partial void OncreatedtimeChanged(); /// - /// There are no comments for Property cdsdependencies in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string cdsdependencies + public virtual global::System.Nullable componentstate { get { - return this._cdsdependencies; + return this._componentstate; } set { - this.OncdsdependenciesChanging(value); - this._cdsdependencies = value; - this.OncdsdependenciesChanged(); - this.OnPropertyChanged("cdsdependencies"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _cdsdependencies; - partial void OncdsdependenciesChanging(string value); - partial void OncdsdependenciesChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property aadcreatedbyid in the schema. /// @@ -155297,28 +155348,6 @@ public cascadegrantrevokeaccessversiontrackerSingle(global::Microsoft.OData.Clie [global::Microsoft.OData.Client.EntitySet("cascadegrantrevokeaccessversiontrackers")] public partial class cascadegrantrevokeaccessversiontracker : crmbaseentity { - /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -155342,27 +155371,27 @@ public virtual string name partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _modifiedby_value 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 _modifiedby_value + public virtual global::System.Nullable _createdby_value { get { - return this.__modifiedby_value; + return this.__createdby_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 statecode in the schema. /// @@ -155430,71 +155459,71 @@ public virtual string name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property messagename in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string messagename + public virtual string name { get { - return this._messagename; + return this._name; } set { - this.OnmessagenameChanging(value); - this._messagename = value; - this.OnmessagenameChanged(); - this.OnPropertyChanged("messagename"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _messagename; - partial void OnmessagenameChanging(string value); - partial void OnmessagenameChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property cascadegrantrevokeaccessversiontrackerid in the schema. + /// There are no comments for Property messagename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable cascadegrantrevokeaccessversiontrackerid + public virtual string messagename { get { - return this._cascadegrantrevokeaccessversiontrackerid; + return this._messagename; } set { - this.OncascadegrantrevokeaccessversiontrackeridChanging(value); - this._cascadegrantrevokeaccessversiontrackerid = value; - this.OncascadegrantrevokeaccessversiontrackeridChanged(); - this.OnPropertyChanged("cascadegrantrevokeaccessversiontrackerid"); + this.OnmessagenameChanging(value); + this._messagename = value; + this.OnmessagenameChanged(); + this.OnPropertyChanged("messagename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _cascadegrantrevokeaccessversiontrackerid; - partial void OncascadegrantrevokeaccessversiontrackeridChanging(global::System.Nullable value); - partial void OncascadegrantrevokeaccessversiontrackeridChanged(); + private string _messagename; + partial void OnmessagenameChanging(string value); + partial void OnmessagenameChanged(); /// - /// There are no comments for Property importsequencenumber 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 importsequencenumber + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._importsequencenumber; + return this.__createdonbehalfby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 statuscode in the schema. /// @@ -155518,49 +155547,49 @@ public virtual string messagename partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property cascadegrantrevokeaccessversiontrackerid 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 cascadegrantrevokeaccessversiontrackerid { get { - return this.__createdonbehalfby_value; + return this._cascadegrantrevokeaccessversiontrackerid; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OncascadegrantrevokeaccessversiontrackeridChanging(value); + this._cascadegrantrevokeaccessversiontrackerid = value; + this.OncascadegrantrevokeaccessversiontrackeridChanged(); + this.OnPropertyChanged("cascadegrantrevokeaccessversiontrackerid"); } } [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 _cascadegrantrevokeaccessversiontrackerid; + partial void OncascadegrantrevokeaccessversiontrackeridChanging(global::System.Nullable value); + partial void OncascadegrantrevokeaccessversiontrackeridChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__modifiedonbehalfby_value; + return this.__modifiedby_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 modifiedon in the schema. /// @@ -155606,6 +155635,28 @@ public virtual string messagename partial void OnparentobjecttypecodeChanging(global::System.Nullable value); partial void OnparentobjecttypecodeChanged(); /// + /// 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 parententityid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -155650,27 +155701,27 @@ public virtual string parententityid partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__createdby_value; + return this._importsequencenumber; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property cascadegrantrevokeaccessversiontracker_SyncErrors in the schema. /// @@ -156333,27 +156384,27 @@ public static catalogassignment Createcatalogassignment(global::Microsoft.Dynami return catalogassignment; } /// - /// There are no comments for Property iscustomizable 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::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable _createdby_value { get { - return this._iscustomizable; + return this.__createdby_value; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + 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::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + 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 utcconversiontimezonecode in the schema. /// @@ -156377,27 +156428,27 @@ public static catalogassignment Createcatalogassignment(global::Microsoft.Dynami partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual string name { get { - return this._solutionid; + return this._name; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property componentstate in the schema. /// @@ -156443,72 +156494,6 @@ public static catalogassignment Createcatalogassignment(global::Microsoft.Dynami partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// - /// 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 catalogassignmentid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable catalogassignmentid - { - get - { - return this._catalogassignmentid; - } - set - { - this.OncatalogassignmentidChanging(value); - this._catalogassignmentid = value; - this.OncatalogassignmentidChanged(); - this.OnPropertyChanged("catalogassignmentid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _catalogassignmentid; - partial void OncatalogassignmentidChanging(global::System.Nullable value); - partial void OncatalogassignmentidChanged(); - /// /// There are no comments for Property _catalogid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -156531,138 +156516,6 @@ public virtual string name partial void On_catalogid_valueChanging(global::System.Nullable value); partial void On_catalogid_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// - /// 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 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 _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 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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -156685,6 +156538,204 @@ public virtual string name partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// There are no comments for Property catalogassignmentid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable catalogassignmentid + { + get + { + return this._catalogassignmentid; + } + set + { + this.OncatalogassignmentidChanging(value); + this._catalogassignmentid = value; + this.OncatalogassignmentidChanged(); + this.OnPropertyChanged("catalogassignmentid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _catalogassignmentid; + partial void OncatalogassignmentidChanging(global::System.Nullable value); + partial void OncatalogassignmentidChanged(); + /// + /// There are no comments for Property _organizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _organizationid_value + { + get + { + return this.__organizationid_value; + } + set + { + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); + /// + /// There are no comments for Property componentidunique in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentidunique + { + get + { + return this._componentidunique; + } + set + { + this.OncomponentiduniqueChanging(value); + this._componentidunique = value; + this.OncomponentiduniqueChanged(); + this.OnPropertyChanged("componentidunique"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentidunique; + partial void OncomponentiduniqueChanging(global::System.Nullable value); + partial void OncomponentiduniqueChanged(); + /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// + /// 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 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 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 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -156729,6 +156780,28 @@ public virtual string name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// + /// There are no comments for Property solutionid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable solutionid + { + get + { + return this._solutionid; + } + set + { + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); + /// /// There are no comments for Property _object_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -156795,71 +156868,49 @@ public virtual string name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property ismanaged in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged - { - get - { - return this._ismanaged; - } - set - { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); - /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this.__createdby_value; + return this._iscustomizable; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [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::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); /// - /// There are no comments for Property componentidunique in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentidunique + public virtual global::System.Nullable ismanaged { get { - return this._componentidunique; + return this._ismanaged; } set { - this.OncomponentiduniqueChanging(value); - this._componentidunique = value; - this.OncomponentiduniqueChanged(); - this.OnPropertyChanged("componentidunique"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentidunique; - partial void OncomponentiduniqueChanging(global::System.Nullable value); - partial void OncomponentiduniqueChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -157623,93 +157674,93 @@ public static catalog Createcatalog(global::Microsoft.Dynamics.CRM.systemuser cr return catalog; } /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable _createdby_value { get { - return this._overriddencreatedon; + return this.__createdby_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + 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 overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable overwritetime { get { - return this.__modifiedonbehalfby_value; + return this._overwritetime; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [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::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property solutionid 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 solutionid { get { - return this._statuscode; + return this._solutionid; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [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 _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// 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 solutionid + public virtual global::System.Nullable statuscode { get { - return this._solutionid; + return this._statuscode; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + 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 _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property description in the schema. /// @@ -157733,6 +157784,28 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// /// There are no comments for Property componentidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -157777,49 +157850,49 @@ public virtual string displayname partial void OndisplaynameChanging(string value); partial void OndisplaynameChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// There are no comments for Property catalogid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable catalogid { get { - return this._iscustomizable; + return this._catalogid; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + this.OncatalogidChanging(value); + this._catalogid = value; + this.OncatalogidChanged(); + this.OnPropertyChanged("catalogid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + private global::System.Nullable _catalogid; + partial void OncatalogidChanging(global::System.Nullable value); + partial void OncatalogidChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property componentstate 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 componentstate { get { - return this.__createdby_value; + return this._componentstate; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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 _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -157843,71 +157916,71 @@ public virtual string displayname partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable overriddencreatedon { get { - return this._name; + return this._overriddencreatedon; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable _modifiedby_value { get { - return this._createdon; + return this.__modifiedby_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + 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 timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable createdon { get { - return this._timezoneruleversionnumber; + return this._createdon; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property ismanaged in the schema. /// @@ -157953,28 +158026,6 @@ public virtual string name partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property catalogid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable catalogid - { - get - { - return this._catalogid; - } - set - { - this.OncatalogidChanging(value); - this._catalogid = value; - this.OncatalogidChanged(); - this.OnPropertyChanged("catalogid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _catalogid; - partial void OncatalogidChanging(global::System.Nullable value); - partial void OncatalogidChanged(); - /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -157997,181 +158048,181 @@ public virtual string name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// 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 componentstate + public virtual global::System.Nullable versionnumber { get { - return this._componentstate; + return this._versionnumber; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property uniquename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual string uniquename { get { - return this.__organizationid_value; + return this._uniquename; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OnuniquenameChanging(value); + this._uniquename = value; + this.OnuniquenameChanged(); + this.OnPropertyChanged("uniquename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private string _uniquename; + partial void OnuniquenameChanging(string value); + partial void OnuniquenameChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable importsequencenumber { get { - return this._versionnumber; + return this._importsequencenumber; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable _organizationid_value { get { - return this._importsequencenumber; + return this.__organizationid_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__modifiedby_value; + return this._timezoneruleversionnumber; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _parentcatalogid_value in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentcatalogid_value + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this.__parentcatalogid_value; + return this._iscustomizable; } set { - this.On_parentcatalogid_valueChanging(value); - this.__parentcatalogid_value = value; - this.On_parentcatalogid_valueChanged(); - this.OnPropertyChanged("_parentcatalogid_value"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentcatalogid_value; - partial void On_parentcatalogid_valueChanging(global::System.Nullable value); - partial void On_parentcatalogid_valueChanged(); + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property _parentcatalogid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable _parentcatalogid_value { get { - return this._overwritetime; + return this.__parentcatalogid_value; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.On_parentcatalogid_valueChanging(value); + this.__parentcatalogid_value = value; + this.On_parentcatalogid_valueChanged(); + this.OnPropertyChanged("_parentcatalogid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable __parentcatalogid_value; + partial void On_parentcatalogid_valueChanging(global::System.Nullable value); + partial void On_parentcatalogid_valueChanged(); /// - /// There are no comments for Property uniquename in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string uniquename + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._uniquename; + return this.__modifiedonbehalfby_value; } set { - this.OnuniquenameChanging(value); - this._uniquename = value; - this.OnuniquenameChanged(); - this.OnPropertyChanged("uniquename"); + 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 string _uniquename; - partial void OnuniquenameChanging(string value); - partial void OnuniquenameChanged(); + 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 _createdonbehalfby_value in the schema. /// @@ -158839,6 +158890,28 @@ public static category Createcategory(global::Microsoft.Dynamics.CRM.category pa return category; } /// + /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -158883,27 +158956,49 @@ public static category Createcategory(global::Microsoft.Dynamics.CRM.category pa partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable _owningteam_value { get { - return this._modifiedon; + return this.__owningteam_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 _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 createdon in the schema. /// @@ -158949,27 +159044,27 @@ public virtual string title partial void OntitleChanging(string value); partial void OntitleChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property _parentcategoryid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual global::System.Nullable _parentcategoryid_value { get { - return this._description; + return this.__parentcategoryid_value; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.On_parentcategoryid_valueChanging(value); + this.__parentcategoryid_value = value; + this.On_parentcategoryid_valueChanged(); + this.OnPropertyChanged("_parentcategoryid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private global::System.Nullable __parentcategoryid_value; + partial void On_parentcategoryid_valueChanging(global::System.Nullable value); + partial void On_parentcategoryid_valueChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -158993,28 +159088,6 @@ public virtual string description partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 categorynumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -159059,115 +159132,115 @@ public virtual string categorynumber partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _owningteam_value 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 _owningteam_value + public virtual global::System.Nullable _createdby_value { get { - return this.__owningteam_value; + return this.__createdby_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 _parentcategoryid_value in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentcategoryid_value + public virtual string description { get { - return this.__parentcategoryid_value; + return this._description; } set { - this.On_parentcategoryid_valueChanging(value); - this.__parentcategoryid_value = value; - this.On_parentcategoryid_valueChanged(); - this.OnPropertyChanged("_parentcategoryid_value"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentcategoryid_value; - partial void On_parentcategoryid_valueChanging(global::System.Nullable value); - partial void On_parentcategoryid_valueChanged(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// - /// There are no comments for Property sequencenumber in the schema. + /// 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 sequencenumber + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._sequencenumber; + return this.__owningbusinessunit_value; } set { - this.OnsequencenumberChanging(value); - this._sequencenumber = value; - this.OnsequencenumberChanged(); - this.OnPropertyChanged("sequencenumber"); + 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 _sequencenumber; - partial void OnsequencenumberChanging(global::System.Nullable value); - partial void OnsequencenumberChanged(); + 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 _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__createdby_value; + return this.__ownerid_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 _transactioncurrencyid_value in the schema. + /// There are no comments for Property sequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual global::System.Nullable sequencenumber { get { - return this.__transactioncurrencyid_value; + return this._sequencenumber; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OnsequencenumberChanging(value); + this._sequencenumber = value; + this.OnsequencenumberChanged(); + this.OnPropertyChanged("sequencenumber"); } } [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::System.Nullable _sequencenumber; + partial void OnsequencenumberChanging(global::System.Nullable value); + partial void OnsequencenumberChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -159191,28 +159264,6 @@ public virtual string categorynumber partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// 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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -160290,49 +160341,49 @@ public static characteristic Createcharacteristic(global::Microsoft.Dynamics.CRM return characteristic; } /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable importsequencenumber { get { - return this._name; + return this._importsequencenumber; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._importsequencenumber; + return this.__modifiedonbehalfby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 overriddencreatedon in the schema. /// @@ -160356,71 +160407,71 @@ public virtual string name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _owninguser_value 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 _owninguser_value + public virtual global::System.Nullable statecode { get { - return this.__owninguser_value; + return this._statecode; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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. + /// 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 _ownerid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__ownerid_value; + return this.__createdby_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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 _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__modifiedby_value; + return this._utcconversiontimezonecode; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -160466,28 +160517,6 @@ public virtual string name partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// 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 _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -160510,27 +160539,27 @@ public virtual string name partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__modifiedonbehalfby_value; + return this._timezoneruleversionnumber; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property description in the schema. /// @@ -160554,27 +160583,27 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property characteristictype 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 characteristictype { get { - return this.__createdby_value; + return this._characteristictype; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OncharacteristictypeChanging(value); + this._characteristictype = value; + this.OncharacteristictypeChanged(); + this.OnPropertyChanged("characteristictype"); } } [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 _characteristictype; + partial void OncharacteristictypeChanging(global::System.Nullable value); + partial void OncharacteristictypeChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -160620,181 +160649,203 @@ public virtual string description partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable modifiedon { get { - return this._utcconversiontimezonecode; + return this._modifiedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property characteristicid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable characteristicid { get { - return this._timezoneruleversionnumber; + return this._characteristicid; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OncharacteristicidChanging(value); + this._characteristicid = value; + this.OncharacteristicidChanged(); + this.OnPropertyChanged("characteristicid"); } } [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::System.Nullable _characteristicid; + partial void OncharacteristicidChanging(global::System.Nullable value); + partial void OncharacteristicidChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable statuscode { get { - return this._statecode; + return this._statuscode; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property characteristicid in the schema. + /// 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 characteristicid + public virtual global::System.Nullable _owninguser_value { get { - return this._characteristicid; + return this.__owninguser_value; } set { - this.OncharacteristicidChanging(value); - this._characteristicid = value; - this.OncharacteristicidChanged(); - this.OnPropertyChanged("characteristicid"); + 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 _characteristicid; - partial void OncharacteristicidChanging(global::System.Nullable value); - partial void OncharacteristicidChanged(); + 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 characteristictype in the schema. + /// 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 characteristictype + public virtual global::System.Nullable _ownerid_value { get { - return this._characteristictype; + return this.__ownerid_value; } set { - this.OncharacteristictypeChanging(value); - this._characteristictype = value; - this.OncharacteristictypeChanged(); - this.OnPropertyChanged("characteristictype"); + 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 _characteristictype; - partial void OncharacteristictypeChanging(global::System.Nullable value); - partial void OncharacteristictypeChanged(); + 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 statuscode in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual string name { get { - return this._statuscode; + return this._name; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__createdonbehalfby_value; + return this.__owningteam_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__owningteam_value; + return this.__modifiedby_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 _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 createdbyname in the schema. /// @@ -161422,49 +161473,93 @@ public static columnmapping Createcolumnmapping(global::Microsoft.Dynamics.CRM.s return columnmapping; } /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable componentstate { get { - return this.__modifiedby_value; + return this._componentstate; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property overwritetime 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 overwritetime { get { - return this._statuscode; + return this._overwritetime; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [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 _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// + /// There are no comments for Property processcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processcode + { + get + { + return this._processcode; + } + set + { + this.OnprocesscodeChanging(value); + this._processcode = value; + this.OnprocesscodeChanged(); + this.OnPropertyChanged("processcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processcode; + partial void OnprocesscodeChanging(global::System.Nullable value); + partial void OnprocesscodeChanged(); + /// + /// 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 sourceattributename in the schema. /// @@ -161488,6 +161583,28 @@ public virtual string sourceattributename partial void OnsourceattributenameChanging(string value); partial void OnsourceattributenameChanged(); /// + /// 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 solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -161510,71 +161627,71 @@ public virtual string sourceattributename partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property introducedversion in the schema. + /// There are no comments for Property columnmappingid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable columnmappingid { get { - return this._introducedversion; + return this._columnmappingid; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + this.OncolumnmappingidChanging(value); + this._columnmappingid = value; + this.OncolumnmappingidChanged(); + this.OnPropertyChanged("columnmappingid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + private global::System.Nullable _columnmappingid; + partial void OncolumnmappingidChanging(global::System.Nullable value); + partial void OncolumnmappingidChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property _importmapid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable _importmapid_value { get { - return this._componentstate; + return this.__importmapid_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.On_importmapid_valueChanging(value); + this.__importmapid_value = value; + this.On_importmapid_valueChanged(); + this.OnPropertyChanged("_importmapid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable __importmapid_value; + partial void On_importmapid_valueChanging(global::System.Nullable value); + partial void On_importmapid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property sourceentityname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual string sourceentityname { get { - return this.__createdby_value; + return this._sourceentityname; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnsourceentitynameChanging(value); + this._sourceentityname = value; + this.OnsourceentitynameChanged(); + this.OnPropertyChanged("sourceentityname"); } } [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 string _sourceentityname; + partial void OnsourceentitynameChanging(string value); + partial void OnsourceentitynameChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -161598,28 +161715,6 @@ public virtual string introducedversion partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -161686,27 +161781,27 @@ public virtual string introducedversion partial void OncolumnmappingiduniqueChanging(global::System.Nullable value); partial void OncolumnmappingiduniqueChanged(); /// - /// There are no comments for Property processcode in the schema. + /// There are no comments for Property introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processcode + public virtual string introducedversion { get { - return this._processcode; + return this._introducedversion; } set { - this.OnprocesscodeChanging(value); - this._processcode = value; - this.OnprocesscodeChanged(); - this.OnPropertyChanged("processcode"); + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processcode; - partial void OnprocesscodeChanging(global::System.Nullable value); - partial void OnprocesscodeChanged(); + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -161730,50 +161825,6 @@ public virtual string introducedversion partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property columnmappingid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable columnmappingid - { - get - { - return this._columnmappingid; - } - set - { - this.OncolumnmappingidChanging(value); - this._columnmappingid = value; - this.OncolumnmappingidChanged(); - this.OnPropertyChanged("columnmappingid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _columnmappingid; - partial void OncolumnmappingidChanging(global::System.Nullable value); - partial void OncolumnmappingidChanged(); - /// - /// There are no comments for Property _importmapid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _importmapid_value - { - get - { - return this.__importmapid_value; - } - set - { - this.On_importmapid_valueChanging(value); - this.__importmapid_value = value; - this.On_importmapid_valueChanged(); - this.OnPropertyChanged("_importmapid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __importmapid_value; - partial void On_importmapid_valueChanging(global::System.Nullable value); - partial void On_importmapid_valueChanged(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -161840,49 +161891,49 @@ public virtual string targetattributename partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property sourceentityname in the schema. + /// There are no comments for Property targetentityname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sourceentityname + public virtual string targetentityname { get { - return this._sourceentityname; + return this._targetentityname; } set { - this.OnsourceentitynameChanging(value); - this._sourceentityname = value; - this.OnsourceentitynameChanged(); - this.OnPropertyChanged("sourceentityname"); + this.OntargetentitynameChanging(value); + this._targetentityname = value; + this.OntargetentitynameChanged(); + this.OnPropertyChanged("targetentityname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _sourceentityname; - partial void OnsourceentitynameChanging(string value); - partial void OnsourceentitynameChanged(); + private string _targetentityname; + partial void OntargetentitynameChanging(string value); + partial void OntargetentitynameChanged(); /// - /// There are no comments for Property targetentityname 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 string targetentityname + public virtual global::System.Nullable _createdby_value { get { - return this._targetentityname; + return this.__createdby_value; } set { - this.OntargetentitynameChanging(value); - this._targetentityname = value; - this.OntargetentitynameChanged(); - this.OnPropertyChanged("targetentityname"); + 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 string _targetentityname; - partial void OntargetentitynameChanging(string value); - partial void OntargetentitynameChanged(); + 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 PickListMapping_ColumnMapping in the schema. /// @@ -162349,71 +162400,71 @@ public virtual string stateorprovince partial void OnstateorprovinceChanging(string value); partial void OnstateorprovinceChanged(); /// - /// There are no comments for Property county in the schema. + /// There are no comments for Property upszone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string county + public virtual string upszone { get { - return this._county; + return this._upszone; } set { - this.OncountyChanging(value); - this._county = value; - this.OncountyChanged(); - this.OnPropertyChanged("county"); + this.OnupszoneChanging(value); + this._upszone = value; + this.OnupszoneChanged(); + this.OnPropertyChanged("upszone"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _county; - partial void OncountyChanging(string value); - partial void OncountyChanged(); + private string _upszone; + partial void OnupszoneChanging(string value); + partial void OnupszoneChanged(); /// - /// There are no comments for Property telephone2 in the schema. + /// There are no comments for Property latitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string telephone2 + public virtual global::System.Nullable latitude { get { - return this._telephone2; + return this._latitude; } set { - this.Ontelephone2Changing(value); - this._telephone2 = value; - this.Ontelephone2Changed(); - this.OnPropertyChanged("telephone2"); + this.OnlatitudeChanging(value); + this._latitude = value; + this.OnlatitudeChanged(); + this.OnPropertyChanged("latitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _telephone2; - partial void Ontelephone2Changing(string value); - partial void Ontelephone2Changed(); + private global::System.Nullable _latitude; + partial void OnlatitudeChanging(global::System.Nullable value); + partial void OnlatitudeChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property telephone2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string telephone2 { get { - return this._overriddencreatedon; + return this._telephone2; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Ontelephone2Changing(value); + this._telephone2 = value; + this.Ontelephone2Changed(); + this.OnPropertyChanged("telephone2"); } } [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 string _telephone2; + partial void Ontelephone2Changing(string value); + partial void Ontelephone2Changed(); /// /// There are no comments for Property fax in the schema. /// @@ -162437,27 +162488,27 @@ public virtual string fax partial void OnfaxChanging(string value); partial void OnfaxChanged(); /// - /// There are no comments for Property latitude in the schema. + /// There are no comments for Property telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable latitude + public virtual string telephone3 { get { - return this._latitude; + return this._telephone3; } set { - this.OnlatitudeChanging(value); - this._latitude = value; - this.OnlatitudeChanged(); - this.OnPropertyChanged("latitude"); + this.Ontelephone3Changing(value); + this._telephone3 = value; + this.Ontelephone3Changed(); + this.OnPropertyChanged("telephone3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _latitude; - partial void OnlatitudeChanging(global::System.Nullable value); - partial void OnlatitudeChanged(); + private string _telephone3; + partial void Ontelephone3Changing(string value); + partial void Ontelephone3Changed(); /// /// There are no comments for Property city in the schema. /// @@ -162525,28 +162576,6 @@ public virtual string city partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 line1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -162591,27 +162620,27 @@ public virtual string line1 partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property utcoffset in the schema. + /// There are no comments for Property telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcoffset + public virtual string telephone1 { get { - return this._utcoffset; + return this._telephone1; } set { - this.OnutcoffsetChanging(value); - this._utcoffset = value; - this.OnutcoffsetChanged(); - this.OnPropertyChanged("utcoffset"); + this.Ontelephone1Changing(value); + this._telephone1 = value; + this.Ontelephone1Changed(); + this.OnPropertyChanged("telephone1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _utcoffset; - partial void OnutcoffsetChanging(global::System.Nullable value); - partial void OnutcoffsetChanged(); + private string _telephone1; + partial void Ontelephone1Changing(string value); + partial void Ontelephone1Changed(); /// /// There are no comments for Property postalcode in the schema. /// @@ -162679,49 +162708,27 @@ public virtual string country partial void OncountryChanging(string value); partial void OncountryChanged(); /// - /// There are no comments for Property telephone1 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string telephone1 - { - get - { - return this._telephone1; - } - set - { - this.Ontelephone1Changing(value); - this._telephone1 = value; - this.Ontelephone1Changed(); - this.OnPropertyChanged("telephone1"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _telephone1; - partial void Ontelephone1Changing(string value); - partial void Ontelephone1Changed(); - /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable overriddencreatedon { get { - return this._utcconversiontimezonecode; + return this._overriddencreatedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property _parentid_value in the schema. /// @@ -162789,27 +162796,71 @@ public virtual string telephone1 partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property upszone in the schema. + /// There are no comments for Property postofficebox in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string upszone + public virtual string postofficebox { get { - return this._upszone; + return this._postofficebox; } set { - this.OnupszoneChanging(value); - this._upszone = value; - this.OnupszoneChanged(); - this.OnPropertyChanged("upszone"); + this.OnpostofficeboxChanging(value); + this._postofficebox = value; + this.OnpostofficeboxChanged(); + this.OnPropertyChanged("postofficebox"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _upszone; - partial void OnupszoneChanging(string value); - partial void OnupszoneChanged(); + private string _postofficebox; + partial void OnpostofficeboxChanging(string value); + partial void OnpostofficeboxChanged(); + /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// There are no comments for Property utcoffset in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable utcoffset + { + get + { + return this._utcoffset; + } + set + { + this.OnutcoffsetChanging(value); + this._utcoffset = value; + this.OnutcoffsetChanged(); + this.OnPropertyChanged("utcoffset"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _utcoffset; + partial void OnutcoffsetChanging(global::System.Nullable value); + partial void OnutcoffsetChanged(); /// /// There are no comments for Property addressnumber in the schema. /// @@ -162833,27 +162884,27 @@ public virtual string upszone partial void OnaddressnumberChanging(global::System.Nullable value); partial void OnaddressnumberChanged(); /// - /// There are no comments for Property telephone3 in the schema. + /// There are no comments for Property county in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string telephone3 + public virtual string county { get { - return this._telephone3; + return this._county; } set { - this.Ontelephone3Changing(value); - this._telephone3 = value; - this.Ontelephone3Changed(); - this.OnPropertyChanged("telephone3"); + this.OncountyChanging(value); + this._county = value; + this.OncountyChanged(); + this.OnPropertyChanged("county"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _telephone3; - partial void Ontelephone3Changing(string value); - partial void Ontelephone3Changed(); + private string _county; + partial void OncountyChanging(string value); + partial void OncountyChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -162921,27 +162972,27 @@ public virtual string line3 partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property postofficebox in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string postofficebox + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._postofficebox; + return this._utcconversiontimezonecode; } set { - this.OnpostofficeboxChanging(value); - this._postofficebox = value; - this.OnpostofficeboxChanged(); - this.OnPropertyChanged("postofficebox"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _postofficebox; - partial void OnpostofficeboxChanging(string value); - partial void OnpostofficeboxChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -162987,27 +163038,27 @@ public virtual string postofficebox partial void OnaddresstypecodeChanging(global::System.Nullable value); partial void OnaddresstypecodeChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable _modifiedby_value { get { - return this._name; + return this.__modifiedby_value; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + 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 string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + 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 longitude in the schema. /// @@ -164365,28 +164416,6 @@ public static competitor Createcompetitor(global::Microsoft.Dynamics.CRM.systemu return competitor; } /// - /// There are no comments for Property address2_city in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_city - { - get - { - return this._address2_city; - } - set - { - this.Onaddress2_cityChanging(value); - this._address2_city = value; - this.Onaddress2_cityChanged(); - this.OnPropertyChanged("address2_city"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_city; - partial void Onaddress2_cityChanging(string value); - partial void Onaddress2_cityChanged(); - /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -164519,49 +164548,49 @@ public virtual string address2_county partial void OnprocessidChanging(global::System.Nullable value); partial void OnprocessidChanged(); /// - /// There are no comments for Property weaknesses in the schema. + /// There are no comments for Property address1_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string weaknesses + public virtual string address1_city { get { - return this._weaknesses; + return this._address1_city; } set { - this.OnweaknessesChanging(value); - this._weaknesses = value; - this.OnweaknessesChanged(); - this.OnPropertyChanged("weaknesses"); + this.Onaddress1_cityChanging(value); + this._address1_city = value; + this.Onaddress1_cityChanged(); + this.OnPropertyChanged("address1_city"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _weaknesses; - partial void OnweaknessesChanging(string value); - partial void OnweaknessesChanged(); + private string _address1_city; + partial void Onaddress1_cityChanging(string value); + partial void Onaddress1_cityChanged(); /// - /// There are no comments for Property yominame in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string yominame + public virtual global::System.Nullable overriddencreatedon { get { - return this._yominame; + return this._overriddencreatedon; } set { - this.OnyominameChanging(value); - this._yominame = value; - this.OnyominameChanged(); - this.OnPropertyChanged("yominame"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _yominame; - partial void OnyominameChanging(string value); - partial void OnyominameChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -164607,27 +164636,27 @@ public virtual string yominame partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string name { get { - return this._createdon; + return this._name; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property address1_postalcode in the schema. /// @@ -164717,6 +164746,28 @@ public virtual string entityimage_url partial void OnreportingquarterChanging(global::System.Nullable value); partial void OnreportingquarterChanged(); /// + /// There are no comments for Property tickersymbol in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string tickersymbol + { + get + { + return this._tickersymbol; + } + set + { + this.OntickersymbolChanging(value); + this._tickersymbol = value; + this.OntickersymbolChanged(); + this.OnPropertyChanged("tickersymbol"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _tickersymbol; + partial void OntickersymbolChanging(string value); + partial void OntickersymbolChanged(); + /// /// There are no comments for Property address1_composite in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -164739,6 +164790,50 @@ public virtual string address1_composite partial void Onaddress1_compositeChanging(string value); partial void Onaddress1_compositeChanged(); /// + /// There are no comments for Property yominame in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string yominame + { + get + { + return this._yominame; + } + set + { + this.OnyominameChanging(value); + this._yominame = value; + this.OnyominameChanged(); + this.OnPropertyChanged("yominame"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _yominame; + partial void OnyominameChanging(string value); + partial void OnyominameChanged(); + /// + /// There are no comments for Property address1_line3 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_line3 + { + get + { + return this._address1_line3; + } + set + { + this.Onaddress1_line3Changing(value); + this._address1_line3 = value; + this.Onaddress1_line3Changed(); + this.OnPropertyChanged("address1_line3"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_line3; + partial void Onaddress1_line3Changing(string value); + partial void Onaddress1_line3Changed(); + /// /// There are no comments for Property address2_upszone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -164761,49 +164856,49 @@ public virtual string address2_upszone partial void Onaddress2_upszoneChanging(string value); partial void Onaddress2_upszoneChanged(); /// - /// There are no comments for Property threats 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 string threats + public virtual global::System.Nullable createdon { get { - return this._threats; + return this._createdon; } set { - this.OnthreatsChanging(value); - this._threats = value; - this.OnthreatsChanged(); - this.OnPropertyChanged("threats"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _threats; - partial void OnthreatsChanging(string value); - partial void OnthreatsChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property address1_city in the schema. + /// There are no comments for Property threats in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_city + public virtual string threats { get { - return this._address1_city; + return this._threats; } set { - this.Onaddress1_cityChanging(value); - this._address1_city = value; - this.Onaddress1_cityChanged(); - this.OnPropertyChanged("address1_city"); + this.OnthreatsChanging(value); + this._threats = value; + this.OnthreatsChanged(); + this.OnPropertyChanged("threats"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_city; - partial void Onaddress1_cityChanging(string value); - partial void Onaddress1_cityChanged(); + private string _threats; + partial void OnthreatsChanging(string value); + partial void OnthreatsChanged(); /// /// There are no comments for Property address1_telephone3 in the schema. /// @@ -165069,6 +165164,28 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// + /// There are no comments for Property address2_postofficebox in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_postofficebox + { + get + { + return this._address2_postofficebox; + } + set + { + this.Onaddress2_postofficeboxChanging(value); + this._address2_postofficebox = value; + this.Onaddress2_postofficeboxChanged(); + this.OnPropertyChanged("address2_postofficebox"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_postofficebox; + partial void Onaddress2_postofficeboxChanging(string value); + partial void Onaddress2_postofficeboxChanged(); + /// /// There are no comments for Property address1_stateorprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -165113,27 +165230,49 @@ public virtual string stockexchange partial void OnstockexchangeChanging(string value); partial void OnstockexchangeChanged(); /// - /// There are no comments for Property address1_upszone in the schema. + /// There are no comments for Property address1_addresstypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_upszone + public virtual global::System.Nullable address1_addresstypecode { get { - return this._address1_upszone; + return this._address1_addresstypecode; } set { - this.Onaddress1_upszoneChanging(value); - this._address1_upszone = value; - this.Onaddress1_upszoneChanged(); - this.OnPropertyChanged("address1_upszone"); + this.Onaddress1_addresstypecodeChanging(value); + this._address1_addresstypecode = value; + this.Onaddress1_addresstypecodeChanged(); + this.OnPropertyChanged("address1_addresstypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_upszone; - partial void Onaddress1_upszoneChanging(string value); - partial void Onaddress1_upszoneChanged(); + private global::System.Nullable _address1_addresstypecode; + partial void Onaddress1_addresstypecodeChanging(global::System.Nullable value); + partial void Onaddress1_addresstypecodeChanged(); + /// + /// There are no comments for Property address2_line2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_line2 + { + get + { + return this._address2_line2; + } + set + { + this.Onaddress2_line2Changing(value); + this._address2_line2 = value; + this.Onaddress2_line2Changed(); + this.OnPropertyChanged("address2_line2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_line2; + partial void Onaddress2_line2Changing(string value); + partial void Onaddress2_line2Changed(); /// /// There are no comments for Property winpercentage in the schema. /// @@ -165201,27 +165340,27 @@ public virtual string address2_stateorprovince partial void OnreportedrevenueChanging(global::System.Nullable value); partial void OnreportedrevenueChanged(); /// - /// There are no comments for Property address2_postofficebox in the schema. + /// There are no comments for Property strengths in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_postofficebox + public virtual string strengths { get { - return this._address2_postofficebox; + return this._strengths; } set { - this.Onaddress2_postofficeboxChanging(value); - this._address2_postofficebox = value; - this.Onaddress2_postofficeboxChanged(); - this.OnPropertyChanged("address2_postofficebox"); + this.OnstrengthsChanging(value); + this._strengths = value; + this.OnstrengthsChanged(); + this.OnPropertyChanged("strengths"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_postofficebox; - partial void Onaddress2_postofficeboxChanging(string value); - partial void Onaddress2_postofficeboxChanged(); + private string _strengths; + partial void OnstrengthsChanging(string value); + partial void OnstrengthsChanged(); /// /// There are no comments for Property opportunities in the schema. /// @@ -165289,50 +165428,6 @@ public virtual string address1_county partial void Onaddress1_countyChanging(string value); partial void Onaddress1_countyChanged(); /// - /// There are no comments for Property address2_composite in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_composite - { - get - { - return this._address2_composite; - } - set - { - this.Onaddress2_compositeChanging(value); - this._address2_composite = value; - this.Onaddress2_compositeChanged(); - this.OnPropertyChanged("address2_composite"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_composite; - partial void Onaddress2_compositeChanging(string value); - partial void Onaddress2_compositeChanged(); - /// - /// 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 address2_line3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -165355,27 +165450,27 @@ public virtual string address2_line3 partial void Onaddress2_line3Changing(string value); partial void Onaddress2_line3Changed(); /// - /// There are no comments for Property tickersymbol in the schema. + /// There are no comments for Property address1_telephone2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string tickersymbol + public virtual string address1_telephone2 { get { - return this._tickersymbol; + return this._address1_telephone2; } set { - this.OntickersymbolChanging(value); - this._tickersymbol = value; - this.OntickersymbolChanged(); - this.OnPropertyChanged("tickersymbol"); + this.Onaddress1_telephone2Changing(value); + this._address1_telephone2 = value; + this.Onaddress1_telephone2Changed(); + this.OnPropertyChanged("address1_telephone2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _tickersymbol; - partial void OntickersymbolChanging(string value); - partial void OntickersymbolChanged(); + private string _address1_telephone2; + partial void Onaddress1_telephone2Changing(string value); + partial void Onaddress1_telephone2Changed(); /// /// There are no comments for Property address1_line2 in the schema. /// @@ -165421,6 +165516,28 @@ public virtual string address2_telephone1 partial void Onaddress2_telephone1Changing(string value); partial void Onaddress2_telephone1Changed(); /// + /// There are no comments for Property address2_composite in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_composite + { + get + { + return this._address2_composite; + } + set + { + this.Onaddress2_compositeChanging(value); + this._address2_composite = value; + this.Onaddress2_compositeChanged(); + this.OnPropertyChanged("address2_composite"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_composite; + partial void Onaddress2_compositeChanging(string value); + partial void Onaddress2_compositeChanged(); + /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -165443,27 +165560,27 @@ public virtual string address2_telephone1 partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property address1_name in the schema. + /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_name + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._address1_name; + return this.__transactioncurrencyid_value; } set { - this.Onaddress1_nameChanging(value); - this._address1_name = value; - this.Onaddress1_nameChanged(); - this.OnPropertyChanged("address1_name"); + 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 string _address1_name; - partial void Onaddress1_nameChanging(string value); - partial void Onaddress1_nameChanged(); + 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 address2_telephone3 in the schema. /// @@ -165509,49 +165626,27 @@ public virtual string address2_telephone3 partial void Onreportedrevenue_baseChanging(global::System.Nullable value); partial void Onreportedrevenue_baseChanged(); /// - /// There are no comments for Property address1_line3 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_line3 - { - get - { - return this._address1_line3; - } - set - { - this.Onaddress1_line3Changing(value); - this._address1_line3 = value; - this.Onaddress1_line3Changed(); - this.OnPropertyChanged("address1_line3"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_line3; - partial void Onaddress1_line3Changing(string value); - partial void Onaddress1_line3Changed(); - /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property address2_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string address2_city { get { - return this._overriddencreatedon; + return this._address2_city; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onaddress2_cityChanging(value); + this._address2_city = value; + this.Onaddress2_cityChanged(); + this.OnPropertyChanged("address2_city"); } } [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 string _address2_city; + partial void Onaddress2_cityChanging(string value); + partial void Onaddress2_cityChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -165817,49 +165912,49 @@ public virtual string address1_country partial void Onaddress1_addressidChanging(global::System.Nullable value); partial void Onaddress1_addressidChanged(); /// - /// There are no comments for Property strengths in the schema. + /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string strengths + public virtual global::System.Nullable stageid { get { - return this._strengths; + return this._stageid; } set { - this.OnstrengthsChanging(value); - this._strengths = value; - this.OnstrengthsChanged(); - this.OnPropertyChanged("strengths"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _strengths; - partial void OnstrengthsChanging(string value); - partial void OnstrengthsChanged(); + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); /// - /// There are no comments for Property stageid in the schema. + /// There are no comments for Property address1_longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid + public virtual global::System.Nullable address1_longitude { get { - return this._stageid; + return this._address1_longitude; } set { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); + this.Onaddress1_longitudeChanging(value); + this._address1_longitude = value; + this.Onaddress1_longitudeChanged(); + this.OnPropertyChanged("address1_longitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); + private global::System.Nullable _address1_longitude; + partial void Onaddress1_longitudeChanging(global::System.Nullable value); + partial void Onaddress1_longitudeChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -165905,27 +166000,27 @@ public virtual string strengths partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); partial void Onaddress2_addresstypecodeChanged(); /// - /// There are no comments for Property address1_longitude in the schema. + /// There are no comments for Property weaknesses in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_longitude + public virtual string weaknesses { get { - return this._address1_longitude; + return this._weaknesses; } set { - this.Onaddress1_longitudeChanging(value); - this._address1_longitude = value; - this.Onaddress1_longitudeChanged(); - this.OnPropertyChanged("address1_longitude"); + this.OnweaknessesChanging(value); + this._weaknesses = value; + this.OnweaknessesChanged(); + this.OnPropertyChanged("weaknesses"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_longitude; - partial void Onaddress1_longitudeChanging(global::System.Nullable value); - partial void Onaddress1_longitudeChanged(); + private string _weaknesses; + partial void OnweaknessesChanging(string value); + partial void OnweaknessesChanged(); /// /// There are no comments for Property address1_shippingmethodcode in the schema. /// @@ -166037,28 +166132,6 @@ public virtual string address2_country partial void Onaddress2_countryChanging(string value); partial void Onaddress2_countryChanged(); /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// /// There are no comments for Property referenceinfourl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -166081,71 +166154,27 @@ public virtual string referenceinfourl partial void OnreferenceinfourlChanging(string value); partial void OnreferenceinfourlChanged(); /// - /// There are no comments for Property address2_line2 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_line2 - { - get - { - return this._address2_line2; - } - set - { - this.Onaddress2_line2Changing(value); - this._address2_line2 = value; - this.Onaddress2_line2Changed(); - this.OnPropertyChanged("address2_line2"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_line2; - partial void Onaddress2_line2Changing(string value); - partial void Onaddress2_line2Changed(); - /// - /// There are no comments for Property address1_addresstypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_addresstypecode - { - get - { - return this._address1_addresstypecode; - } - set - { - this.Onaddress1_addresstypecodeChanging(value); - this._address1_addresstypecode = value; - this.Onaddress1_addresstypecodeChanged(); - this.OnPropertyChanged("address1_addresstypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_addresstypecode; - partial void Onaddress1_addresstypecodeChanging(global::System.Nullable value); - partial void Onaddress1_addresstypecodeChanged(); - /// - /// There are no comments for Property address1_telephone2 in the schema. + /// There are no comments for Property address1_upszone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_telephone2 + public virtual string address1_upszone { get { - return this._address1_telephone2; + return this._address1_upszone; } set { - this.Onaddress1_telephone2Changing(value); - this._address1_telephone2 = value; - this.Onaddress1_telephone2Changed(); - this.OnPropertyChanged("address1_telephone2"); + this.Onaddress1_upszoneChanging(value); + this._address1_upszone = value; + this.Onaddress1_upszoneChanged(); + this.OnPropertyChanged("address1_upszone"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_telephone2; - partial void Onaddress1_telephone2Changing(string value); - partial void Onaddress1_telephone2Changed(); + private string _address1_upszone; + partial void Onaddress1_upszoneChanging(string value); + partial void Onaddress1_upszoneChanged(); /// /// There are no comments for Property address1_line1 in the schema. /// @@ -166169,6 +166198,28 @@ public virtual string address1_line1 partial void Onaddress1_line1Changing(string value); partial void Onaddress1_line1Changed(); /// + /// There are no comments for Property address1_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_name + { + get + { + return this._address1_name; + } + set + { + this.Onaddress1_nameChanging(value); + this._address1_name = value; + this.Onaddress1_nameChanged(); + this.OnPropertyChanged("address1_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_name; + partial void Onaddress1_nameChanging(string value); + partial void Onaddress1_nameChanged(); + /// /// There are no comments for Property address2_line1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -167246,6 +167297,28 @@ public static complexcontrol Createcomplexcontrol(global::Microsoft.Dynamics.CRM return complexcontrol; } /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -167268,27 +167341,27 @@ public static complexcontrol Createcomplexcontrol(global::Microsoft.Dynamics.CRM partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual string name { get { - return this.__organizationid_value; + return this._name; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property complexcontrolid in the schema. /// @@ -167356,49 +167429,27 @@ public static complexcontrol Createcomplexcontrol(global::Microsoft.Dynamics.CRM partial void OnversionChanging(global::System.Nullable value); partial void OnversionChanged(); /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property complexcontrolidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable complexcontrolidunique { get { - return this._componentstate; + return this._complexcontrolidunique; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OncomplexcontroliduniqueChanging(value); + this._complexcontrolidunique = value; + this.OncomplexcontroliduniqueChanged(); + this.OnPropertyChanged("complexcontrolidunique"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _complexcontrolidunique; + partial void OncomplexcontroliduniqueChanging(global::System.Nullable value); + partial void OncomplexcontroliduniqueChanged(); /// /// There are no comments for Property type in the schema. /// @@ -167422,27 +167473,27 @@ public virtual string name partial void OntypeChanging(global::System.Nullable value); partial void OntypeChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable _organizationid_value { get { - return this._overwritetime; + return this.__organizationid_value; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property complexcontrolxml in the schema. /// @@ -167488,27 +167539,27 @@ public virtual string introducedversion partial void OnintroducedversionChanging(string value); partial void OnintroducedversionChanged(); /// - /// There are no comments for Property complexcontrolidunique in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable complexcontrolidunique + public virtual global::System.Nullable overwritetime { get { - return this._complexcontrolidunique; + return this._overwritetime; } set { - this.OncomplexcontroliduniqueChanging(value); - this._complexcontrolidunique = value; - this.OncomplexcontroliduniqueChanged(); - this.OnPropertyChanged("complexcontrolidunique"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _complexcontrolidunique; - partial void OncomplexcontroliduniqueChanging(global::System.Nullable value); - partial void OncomplexcontroliduniqueChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property solutionid in the schema. /// @@ -168064,28 +168115,6 @@ public static connectionreference Createconnectionreference(global::Microsoft.Dy partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// 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_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -168130,27 +168159,49 @@ public static connectionreference Createconnectionreference(global::Microsoft.Dy partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property connectionreferencedisplayname 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 string connectionreferencedisplayname + public virtual global::System.Nullable createdon { get { - return this._connectionreferencedisplayname; + return this._createdon; } set { - this.OnconnectionreferencedisplaynameChanging(value); - this._connectionreferencedisplayname = value; - this.OnconnectionreferencedisplaynameChanged(); - this.OnPropertyChanged("connectionreferencedisplayname"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _connectionreferencedisplayname; - partial void OnconnectionreferencedisplaynameChanging(string value); - partial void OnconnectionreferencedisplaynameChanged(); + 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 componentidunique in the schema. /// @@ -168196,27 +168247,27 @@ public virtual string connectionid partial void OnconnectionidChanging(string value); partial void OnconnectionidChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property connectionreferencedisplayname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string connectionreferencedisplayname { get { - return this.__modifiedonbehalfby_value; + return this._connectionreferencedisplayname; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnconnectionreferencedisplaynameChanging(value); + this._connectionreferencedisplayname = value; + this.OnconnectionreferencedisplaynameChanged(); + this.OnPropertyChanged("connectionreferencedisplayname"); } } [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 string _connectionreferencedisplayname; + partial void OnconnectionreferencedisplaynameChanging(string value); + partial void OnconnectionreferencedisplaynameChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -168262,49 +168313,49 @@ public virtual string connectionid partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property connectorid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual string connectorid { get { - return this._overwritetime; + return this._connectorid; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OnconnectoridChanging(value); + this._connectorid = value; + this.OnconnectoridChanged(); + this.OnPropertyChanged("connectorid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private string _connectorid; + partial void OnconnectoridChanging(string value); + partial void OnconnectoridChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property overwritetime 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 overwritetime { get { - return this._statuscode; + return this._overwritetime; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [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 _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -168328,6 +168379,28 @@ public virtual string connectionid partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -168372,115 +168445,93 @@ public virtual string connectionid partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 _owningteam_value in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable componentstate { get { - return this.__owningteam_value; + return this._componentstate; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable modifiedon { get { - return this.__owningbusinessunit_value; + return this._modifiedon; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// 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 componentstate + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._componentstate; + return this.__modifiedonbehalfby_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + 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 connectorid in the schema. + /// There are no comments for Property _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string connectorid + public virtual global::System.Nullable _owningteam_value { get { - return this._connectorid; + return this.__owningteam_value; } set { - this.OnconnectoridChanging(value); - this._connectorid = value; - this.OnconnectoridChanged(); - this.OnPropertyChanged("connectorid"); + 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 string _connectorid; - partial void OnconnectoridChanging(string value); - partial void OnconnectoridChanged(); + 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. /// @@ -168504,28 +168555,6 @@ public virtual string connectorid partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 connectionreferencelogicalname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -168636,27 +168665,49 @@ public virtual string description partial void On_customconnectorid_valueChanging(global::System.Nullable value); partial void On_customconnectorid_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable versionnumber { get { - return this._createdon; + return this._versionnumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// 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 createdby in the schema. /// @@ -169468,71 +169519,27 @@ public static connectionrole Createconnectionrole(global::Microsoft.Dynamics.CRM partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_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 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 componentstate in the schema. + /// 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 componentstate + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._componentstate; + return this.__modifiedonbehalfby_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + 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 importsequencenumber in the schema. /// @@ -169600,27 +169607,27 @@ public virtual string description partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this._createdon; + return this._iscustomizable; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [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.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -169644,93 +169651,93 @@ public virtual string description partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable solutionid { get { - return this._name; + return this._solutionid; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual string name { get { - return this._solutionid; + return this._name; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable statuscode { get { - return this.__modifiedonbehalfby_value; + return this._statuscode; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property category 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 category + public virtual global::System.Nullable createdon { get { - return this._category; + return this._createdon; } set { - this.OncategoryChanging(value); - this._category = value; - this.OncategoryChanged(); - this.OnPropertyChanged("category"); + 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 _category; - partial void OncategoryChanging(global::System.Nullable value); - partial void OncategoryChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -169776,27 +169783,27 @@ public virtual string name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable versionnumber { get { - return this._iscustomizable; + return this._versionnumber; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property connectionroleid in the schema. /// @@ -169864,6 +169871,28 @@ public virtual string name partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -169886,27 +169915,49 @@ public virtual string name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property introducedversion in the schema. + /// There are no comments for Property category in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable category { get { - return this._introducedversion; + return this._category; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + this.OncategoryChanging(value); + this._category = value; + this.OncategoryChanged(); + this.OnPropertyChanged("category"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + private global::System.Nullable _category; + partial void OncategoryChanging(global::System.Nullable value); + partial void OncategoryChanged(); + /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -176771,28 +176822,6 @@ public virtual string iconblob_url partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property policytemplateinstances in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string policytemplateinstances - { - get - { - return this._policytemplateinstances; - } - set - { - this.OnpolicytemplateinstancesChanging(value); - this._policytemplateinstances = value; - this.OnpolicytemplateinstancesChanged(); - this.OnPropertyChanged("policytemplateinstances"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _policytemplateinstances; - partial void OnpolicytemplateinstancesChanging(string value); - partial void OnpolicytemplateinstancesChanged(); - /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -176837,28 +176866,6 @@ public virtual string policytemplateinstances partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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#")] @@ -177035,27 +177042,27 @@ public virtual byte[] iconblob partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._utcconversiontimezonecode; + return this.__modifiedonbehalfby_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 ismanaged in the schema. /// @@ -177079,6 +177086,28 @@ public virtual byte[] iconblob partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// + /// There are no comments for Property policytemplateinstances in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string policytemplateinstances + { + get + { + return this._policytemplateinstances; + } + set + { + this.OnpolicytemplateinstancesChanging(value); + this._policytemplateinstances = value; + this.OnpolicytemplateinstancesChanged(); + this.OnPropertyChanged("policytemplateinstances"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _policytemplateinstances; + partial void OnpolicytemplateinstancesChanging(string value); + partial void OnpolicytemplateinstancesChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -177167,6 +177196,28 @@ public virtual byte[] iconblob partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// + /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -178085,71 +178136,27 @@ public static constraintbasedgroup Createconstraintbasedgroup(global::Microsoft. partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// 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 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 description in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual global::System.Nullable versionnumber { get { - return this._description; + return this._versionnumber; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -178261,6 +178268,28 @@ public virtual string description partial void On_businessunitid_valueChanging(global::System.Nullable value); partial void On_businessunitid_valueChanged(); /// + /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -178305,27 +178334,27 @@ public virtual string description partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual string description { get { - return this._modifiedon; + return this._description; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [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 string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// /// There are no comments for Property constraintbasedgroupid in the schema. /// @@ -178371,6 +178400,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// 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 constraints in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -178393,27 +178444,27 @@ public virtual string constraints partial void OnconstraintsChanging(string value); partial void OnconstraintsChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable modifiedon { get { - return this._versionnumber; + return this._modifiedon; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -179430,6 +179481,28 @@ public partial class contactleads : crmbaseentity partial void OnleadidChanging(global::System.Nullable value); partial void OnleadidChanged(); /// + /// There are no comments for Property contactid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable contactid + { + get + { + return this._contactid; + } + set + { + this.OncontactidChanging(value); + this._contactid = value; + this.OncontactidChanged(); + this.OnPropertyChanged("contactid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _contactid; + partial void OncontactidChanging(global::System.Nullable value); + partial void OncontactidChanged(); + /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -179474,27 +179547,27 @@ public virtual string name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property contactid in the schema. + /// 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 contactid + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._contactid; + return this._utcconversiontimezonecode; } set { - this.OncontactidChanging(value); - this._contactid = value; - this.OncontactidChanged(); - this.OnPropertyChanged("contactid"); + 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 _contactid; - partial void OncontactidChanging(global::System.Nullable value); - partial void OncontactidChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property contactleadid in the schema. /// @@ -179540,28 +179613,6 @@ public virtual string name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// 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 contactleads_AsyncOperations in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -182764,71 +182815,71 @@ public static contact Createcontact(global::Microsoft.Dynamics.CRM.processstage return contact; } /// - /// There are no comments for Property onholdtime in the schema. + /// There are no comments for Property spd_bcdriverslicense in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable onholdtime + public virtual string spd_bcdriverslicense { get { - return this._onholdtime; + return this._spd_bcdriverslicense; } set { - this.OnonholdtimeChanging(value); - this._onholdtime = value; - this.OnonholdtimeChanged(); - this.OnPropertyChanged("onholdtime"); + this.Onspd_bcdriverslicenseChanging(value); + this._spd_bcdriverslicense = value; + this.Onspd_bcdriverslicenseChanged(); + this.OnPropertyChanged("spd_bcdriverslicense"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _onholdtime; - partial void OnonholdtimeChanging(global::System.Nullable value); - partial void OnonholdtimeChanged(); + private string _spd_bcdriverslicense; + partial void Onspd_bcdriverslicenseChanging(string value); + partial void Onspd_bcdriverslicenseChanged(); /// - /// There are no comments for Property spd_bcdriverslicense in the schema. + /// There are no comments for Property spd_middlename2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_bcdriverslicense + public virtual string spd_middlename2 { get { - return this._spd_bcdriverslicense; + return this._spd_middlename2; } set { - this.Onspd_bcdriverslicenseChanging(value); - this._spd_bcdriverslicense = value; - this.Onspd_bcdriverslicenseChanged(); - this.OnPropertyChanged("spd_bcdriverslicense"); + this.Onspd_middlename2Changing(value); + this._spd_middlename2 = value; + this.Onspd_middlename2Changed(); + this.OnPropertyChanged("spd_middlename2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_bcdriverslicense; - partial void Onspd_bcdriverslicenseChanging(string value); - partial void Onspd_bcdriverslicenseChanged(); + private string _spd_middlename2; + partial void Onspd_middlename2Changing(string value); + partial void Onspd_middlename2Changed(); /// - /// There are no comments for Property mobilephone in the schema. + /// There are no comments for Property address3_latitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string mobilephone + public virtual global::System.Nullable address3_latitude { get { - return this._mobilephone; + return this._address3_latitude; } set { - this.OnmobilephoneChanging(value); - this._mobilephone = value; - this.OnmobilephoneChanged(); - this.OnPropertyChanged("mobilephone"); + this.Onaddress3_latitudeChanging(value); + this._address3_latitude = value; + this.Onaddress3_latitudeChanged(); + this.OnPropertyChanged("address3_latitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _mobilephone; - partial void OnmobilephoneChanging(string value); - partial void OnmobilephoneChanged(); + private global::System.Nullable _address3_latitude; + partial void Onaddress3_latitudeChanging(global::System.Nullable value); + partial void Onaddress3_latitudeChanged(); /// /// There are no comments for Property address1_longitude in the schema. /// @@ -182874,6 +182925,28 @@ public virtual string mobilephone partial void OndonotsendmmChanging(global::System.Nullable value); partial void OndonotsendmmChanged(); /// + /// There are no comments for Property numberofchildren in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable numberofchildren + { + get + { + return this._numberofchildren; + } + set + { + this.OnnumberofchildrenChanging(value); + this._numberofchildren = value; + this.OnnumberofchildrenChanged(); + this.OnPropertyChanged("numberofchildren"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _numberofchildren; + partial void OnnumberofchildrenChanging(global::System.Nullable value); + partial void OnnumberofchildrenChanged(); + /// /// There are no comments for Property customersizecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -182896,6 +182969,28 @@ public virtual string mobilephone partial void OncustomersizecodeChanging(global::System.Nullable value); partial void OncustomersizecodeChanged(); /// + /// There are no comments for Property yomifullname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string yomifullname + { + get + { + return this._yomifullname; + } + set + { + this.OnyomifullnameChanging(value); + this._yomifullname = value; + this.OnyomifullnameChanged(); + this.OnPropertyChanged("yomifullname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _yomifullname; + partial void OnyomifullnameChanging(string value); + partial void OnyomifullnameChanged(); + /// /// There are no comments for Property address2_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -182918,71 +183013,71 @@ public virtual string address2_name partial void Onaddress2_nameChanging(string value); partial void Onaddress2_nameChanged(); /// - /// There are no comments for Property anniversary in the schema. + /// There are no comments for Property processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable anniversary + public virtual global::System.Nullable processid { get { - return this._anniversary; + return this._processid; } set { - this.OnanniversaryChanging(value); - this._anniversary = value; - this.OnanniversaryChanged(); - this.OnPropertyChanged("anniversary"); + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _anniversary; - partial void OnanniversaryChanging(global::System.Nullable value); - partial void OnanniversaryChanged(); + private global::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); /// - /// There are no comments for Property governmentid in the schema. + /// There are no comments for Property managerphone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string governmentid + public virtual string managerphone { get { - return this._governmentid; + return this._managerphone; } set { - this.OngovernmentidChanging(value); - this._governmentid = value; - this.OngovernmentidChanged(); - this.OnPropertyChanged("governmentid"); + this.OnmanagerphoneChanging(value); + this._managerphone = value; + this.OnmanagerphoneChanged(); + this.OnPropertyChanged("managerphone"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _governmentid; - partial void OngovernmentidChanging(string value); - partial void OngovernmentidChanged(); + private string _managerphone; + partial void OnmanagerphoneChanging(string value); + partial void OnmanagerphoneChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property governmentid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string governmentid { get { - return this._overriddencreatedon; + return this._governmentid; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OngovernmentidChanging(value); + this._governmentid = value; + this.OngovernmentidChanged(); + this.OnPropertyChanged("governmentid"); } } [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 string _governmentid; + partial void OngovernmentidChanging(string value); + partial void OngovernmentidChanged(); /// /// There are no comments for Property assistantname in the schema. /// @@ -183226,49 +183321,27 @@ public virtual string address2_line3 partial void Onaddress2_line3Changing(string value); partial void Onaddress2_line3Changed(); /// - /// There are no comments for Property suffix in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string suffix - { - get - { - return this._suffix; - } - set - { - this.OnsuffixChanging(value); - this._suffix = value; - this.OnsuffixChanged(); - this.OnPropertyChanged("suffix"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _suffix; - partial void OnsuffixChanging(string value); - partial void OnsuffixChanged(); - /// - /// There are no comments for Property spd_middlename2 in the schema. + /// There are no comments for Property spd_partnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_middlename2 + public virtual string spd_partnumber { get { - return this._spd_middlename2; + return this._spd_partnumber; } set { - this.Onspd_middlename2Changing(value); - this._spd_middlename2 = value; - this.Onspd_middlename2Changed(); - this.OnPropertyChanged("spd_middlename2"); + this.Onspd_partnumberChanging(value); + this._spd_partnumber = value; + this.Onspd_partnumberChanged(); + this.OnPropertyChanged("spd_partnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_middlename2; - partial void Onspd_middlename2Changing(string value); - partial void Onspd_middlename2Changed(); + private string _spd_partnumber; + partial void Onspd_partnumberChanging(string value); + partial void Onspd_partnumberChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -183314,49 +183387,49 @@ public virtual string spd_middlename2 partial void Onannualincome_baseChanging(global::System.Nullable value); partial void Onannualincome_baseChanged(); /// - /// There are no comments for Property address2_longitude in the schema. + /// There are no comments for Property address3_postofficebox in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_longitude + public virtual string address3_postofficebox { get { - return this._address2_longitude; + return this._address3_postofficebox; } set { - this.Onaddress2_longitudeChanging(value); - this._address2_longitude = value; - this.Onaddress2_longitudeChanged(); - this.OnPropertyChanged("address2_longitude"); + this.Onaddress3_postofficeboxChanging(value); + this._address3_postofficebox = value; + this.Onaddress3_postofficeboxChanged(); + this.OnPropertyChanged("address3_postofficebox"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_longitude; - partial void Onaddress2_longitudeChanging(global::System.Nullable value); - partial void Onaddress2_longitudeChanged(); + private string _address3_postofficebox; + partial void Onaddress3_postofficeboxChanging(string value); + partial void Onaddress3_postofficeboxChanged(); /// - /// There are no comments for Property address1_latitude in the schema. + /// There are no comments for Property address2_shippingmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_latitude + public virtual global::System.Nullable address2_shippingmethodcode { get { - return this._address1_latitude; + return this._address2_shippingmethodcode; } set { - this.Onaddress1_latitudeChanging(value); - this._address1_latitude = value; - this.Onaddress1_latitudeChanged(); - this.OnPropertyChanged("address1_latitude"); + this.Onaddress2_shippingmethodcodeChanging(value); + this._address2_shippingmethodcode = value; + this.Onaddress2_shippingmethodcodeChanged(); + this.OnPropertyChanged("address2_shippingmethodcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_latitude; - partial void Onaddress1_latitudeChanging(global::System.Nullable value); - partial void Onaddress1_latitudeChanged(); + private global::System.Nullable _address2_shippingmethodcode; + partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); + partial void Onaddress2_shippingmethodcodeChanged(); /// /// There are no comments for Property address1_addresstypecode in the schema. /// @@ -183380,50 +183453,6 @@ public virtual string spd_middlename2 partial void Onaddress1_addresstypecodeChanging(global::System.Nullable value); partial void Onaddress1_addresstypecodeChanged(); /// - /// There are no comments for Property emailaddress2 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string emailaddress2 - { - get - { - return this._emailaddress2; - } - set - { - this.Onemailaddress2Changing(value); - this._emailaddress2 = value; - this.Onemailaddress2Changed(); - this.OnPropertyChanged("emailaddress2"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _emailaddress2; - partial void Onemailaddress2Changing(string value); - partial void Onemailaddress2Changed(); - /// - /// There are no comments for Property middlename in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string middlename - { - get - { - return this._middlename; - } - set - { - this.OnmiddlenameChanging(value); - this._middlename = value; - this.OnmiddlenameChanged(); - this.OnPropertyChanged("middlename"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _middlename; - partial void OnmiddlenameChanging(string value); - partial void OnmiddlenameChanged(); - /// /// There are no comments for Property address2_county in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -183446,27 +183475,27 @@ public virtual string address2_county partial void Onaddress2_countyChanging(string value); partial void Onaddress2_countyChanged(); /// - /// There are no comments for Property familystatuscode in the schema. + /// There are no comments for Property _createdbyexternalparty_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable familystatuscode + public virtual global::System.Nullable _createdbyexternalparty_value { get { - return this._familystatuscode; + return this.__createdbyexternalparty_value; } set { - this.OnfamilystatuscodeChanging(value); - this._familystatuscode = value; - this.OnfamilystatuscodeChanged(); - this.OnPropertyChanged("familystatuscode"); + this.On_createdbyexternalparty_valueChanging(value); + this.__createdbyexternalparty_value = value; + this.On_createdbyexternalparty_valueChanged(); + this.OnPropertyChanged("_createdbyexternalparty_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _familystatuscode; - partial void OnfamilystatuscodeChanging(global::System.Nullable value); - partial void OnfamilystatuscodeChanged(); + private global::System.Nullable __createdbyexternalparty_value; + partial void On_createdbyexternalparty_valueChanging(global::System.Nullable value); + partial void On_createdbyexternalparty_valueChanged(); /// /// There are no comments for Property birthdate in the schema. /// @@ -183512,27 +183541,27 @@ public virtual string businesscardattributes partial void OnbusinesscardattributesChanging(string value); partial void OnbusinesscardattributesChanged(); /// - /// There are no comments for Property marketingonly in the schema. + /// There are no comments for Property spd_figaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable marketingonly + public virtual string spd_figaroid { get { - return this._marketingonly; + return this._spd_figaroid; } set { - this.OnmarketingonlyChanging(value); - this._marketingonly = value; - this.OnmarketingonlyChanged(); - this.OnPropertyChanged("marketingonly"); + this.Onspd_figaroidChanging(value); + this._spd_figaroid = value; + this.Onspd_figaroidChanged(); + this.OnPropertyChanged("spd_figaroid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _marketingonly; - partial void OnmarketingonlyChanging(global::System.Nullable value); - partial void OnmarketingonlyChanged(); + private string _spd_figaroid; + partial void Onspd_figaroidChanging(string value); + partial void Onspd_figaroidChanged(); /// /// There are no comments for Property subscriptionid in the schema. /// @@ -183622,6 +183651,50 @@ public virtual string address3_telephone2 partial void Onaddress3_telephone2Changing(string value); partial void Onaddress3_telephone2Changed(); /// + /// There are no comments for Property address2_addresstypecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address2_addresstypecode + { + get + { + return this._address2_addresstypecode; + } + set + { + this.Onaddress2_addresstypecodeChanging(value); + this._address2_addresstypecode = value; + this.Onaddress2_addresstypecodeChanged(); + this.OnPropertyChanged("address2_addresstypecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address2_addresstypecode; + partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); + partial void Onaddress2_addresstypecodeChanged(); + /// + /// There are no comments for Property anniversary in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable anniversary + { + get + { + return this._anniversary; + } + set + { + this.OnanniversaryChanging(value); + this._anniversary = value; + this.OnanniversaryChanged(); + this.OnPropertyChanged("anniversary"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _anniversary; + partial void OnanniversaryChanging(global::System.Nullable value); + partial void OnanniversaryChanged(); + /// /// There are no comments for Property address3_line2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -183710,28 +183783,6 @@ public virtual string address2_upszone partial void Onaddress2_upszoneChanging(string value); partial void Onaddress2_upszoneChanged(); /// - /// There are no comments for Property traversedpath in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath - { - get - { - return this._traversedpath; - } - set - { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -183842,6 +183893,28 @@ public virtual string address3_line3 partial void Onaddress3_line3Changing(string value); partial void Onaddress3_line3Changed(); /// + /// There are no comments for Property address2_utcoffset in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address2_utcoffset + { + get + { + return this._address2_utcoffset; + } + set + { + this.Onaddress2_utcoffsetChanging(value); + this._address2_utcoffset = value; + this.Onaddress2_utcoffsetChanged(); + this.OnPropertyChanged("address2_utcoffset"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address2_utcoffset; + partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); + partial void Onaddress2_utcoffsetChanged(); + /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -183908,28 +183981,6 @@ public virtual string address3_line3 partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property emailaddress3 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string emailaddress3 - { - get - { - return this._emailaddress3; - } - set - { - this.Onemailaddress3Changing(value); - this._emailaddress3 = value; - this.Onemailaddress3Changed(); - this.OnPropertyChanged("emailaddress3"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _emailaddress3; - partial void Onemailaddress3Changing(string value); - partial void Onemailaddress3Changed(); - /// /// There are no comments for Property address1_county in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -184018,6 +184069,28 @@ public virtual string address1_county partial void OnpaymenttermscodeChanging(global::System.Nullable value); partial void OnpaymenttermscodeChanged(); /// + /// There are no comments for Property lastonholdtime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable lastonholdtime + { + get + { + return this._lastonholdtime; + } + set + { + this.OnlastonholdtimeChanging(value); + this._lastonholdtime = value; + this.OnlastonholdtimeChanged(); + this.OnPropertyChanged("lastonholdtime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _lastonholdtime; + partial void OnlastonholdtimeChanging(global::System.Nullable value); + partial void OnlastonholdtimeChanged(); + /// /// There are no comments for Property _preferredserviceid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -184150,71 +184223,71 @@ public virtual string salutation partial void OnsalutationChanging(string value); partial void OnsalutationChanged(); /// - /// There are no comments for Property address3_latitude in the schema. + /// There are no comments for Property telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address3_latitude + public virtual string telephone3 { get { - return this._address3_latitude; + return this._telephone3; } set { - this.Onaddress3_latitudeChanging(value); - this._address3_latitude = value; - this.Onaddress3_latitudeChanged(); - this.OnPropertyChanged("address3_latitude"); + this.Ontelephone3Changing(value); + this._telephone3 = value; + this.Ontelephone3Changed(); + this.OnPropertyChanged("telephone3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address3_latitude; - partial void Onaddress3_latitudeChanging(global::System.Nullable value); - partial void Onaddress3_latitudeChanged(); + private string _telephone3; + partial void Ontelephone3Changing(string value); + partial void Ontelephone3Changed(); /// - /// There are no comments for Property address2_utcoffset in the schema. + /// There are no comments for Property preferredcontactmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_utcoffset + public virtual global::System.Nullable preferredcontactmethodcode { get { - return this._address2_utcoffset; + return this._preferredcontactmethodcode; } set { - this.Onaddress2_utcoffsetChanging(value); - this._address2_utcoffset = value; - this.Onaddress2_utcoffsetChanged(); - this.OnPropertyChanged("address2_utcoffset"); + this.OnpreferredcontactmethodcodeChanging(value); + this._preferredcontactmethodcode = value; + this.OnpreferredcontactmethodcodeChanged(); + this.OnPropertyChanged("preferredcontactmethodcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_utcoffset; - partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); - partial void Onaddress2_utcoffsetChanged(); + private global::System.Nullable _preferredcontactmethodcode; + partial void OnpreferredcontactmethodcodeChanging(global::System.Nullable value); + partial void OnpreferredcontactmethodcodeChanged(); /// - /// There are no comments for Property spd_partnumber in the schema. + /// There are no comments for Property address3_longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_partnumber + public virtual global::System.Nullable address3_longitude { get { - return this._spd_partnumber; + return this._address3_longitude; } set { - this.Onspd_partnumberChanging(value); - this._spd_partnumber = value; - this.Onspd_partnumberChanged(); - this.OnPropertyChanged("spd_partnumber"); + this.Onaddress3_longitudeChanging(value); + this._address3_longitude = value; + this.Onaddress3_longitudeChanged(); + this.OnPropertyChanged("address3_longitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_partnumber; - partial void Onspd_partnumberChanging(string value); - partial void Onspd_partnumberChanged(); + private global::System.Nullable _address3_longitude; + partial void Onaddress3_longitudeChanging(global::System.Nullable value); + partial void Onaddress3_longitudeChanged(); /// /// There are no comments for Property websiteurl in the schema. /// @@ -184260,72 +184333,6 @@ public virtual string websiteurl partial void Onspd_lastloggedinlicensingportalChanging(global::System.Nullable value); partial void Onspd_lastloggedinlicensingportalChanged(); /// - /// There are no comments for Property msdyn_orgchangestatus in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_orgchangestatus - { - get - { - return this._msdyn_orgchangestatus; - } - set - { - this.Onmsdyn_orgchangestatusChanging(value); - this._msdyn_orgchangestatus = value; - this.Onmsdyn_orgchangestatusChanged(); - this.OnPropertyChanged("msdyn_orgchangestatus"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_orgchangestatus; - partial void Onmsdyn_orgchangestatusChanging(global::System.Nullable value); - partial void Onmsdyn_orgchangestatusChanged(); - /// - /// There are no comments for Property spd_birthplace in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_birthplace - { - get - { - return this._spd_birthplace; - } - set - { - this.Onspd_birthplaceChanging(value); - this._spd_birthplace = value; - this.Onspd_birthplaceChanged(); - this.OnPropertyChanged("spd_birthplace"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_birthplace; - partial void Onspd_birthplaceChanging(string value); - partial void Onspd_birthplaceChanged(); - /// - /// There are no comments for Property processid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processid - { - get - { - return this._processid; - } - set - { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); - /// /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -184348,6 +184355,94 @@ public virtual string entityimage_url partial void Onentityimage_urlChanging(string value); partial void Onentityimage_urlChanged(); /// + /// There are no comments for Property employeeid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string employeeid + { + get + { + return this._employeeid; + } + set + { + this.OnemployeeidChanging(value); + this._employeeid = value; + this.OnemployeeidChanged(); + this.OnPropertyChanged("employeeid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _employeeid; + partial void OnemployeeidChanging(string value); + partial void OnemployeeidChanged(); + /// + /// There are no comments for Property spousesname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spousesname + { + get + { + return this._spousesname; + } + set + { + this.OnspousesnameChanging(value); + this._spousesname = value; + this.OnspousesnameChanged(); + this.OnPropertyChanged("spousesname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spousesname; + partial void OnspousesnameChanging(string value); + partial void OnspousesnameChanged(); + /// + /// There are no comments for Property spd_selfdisclosure in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_selfdisclosure + { + get + { + return this._spd_selfdisclosure; + } + set + { + this.Onspd_selfdisclosureChanging(value); + this._spd_selfdisclosure = value; + this.Onspd_selfdisclosureChanged(); + this.OnPropertyChanged("spd_selfdisclosure"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_selfdisclosure; + partial void Onspd_selfdisclosureChanging(global::System.Nullable value); + partial void Onspd_selfdisclosureChanged(); + /// + /// There are no comments for Property emailaddress3 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string emailaddress3 + { + get + { + return this._emailaddress3; + } + set + { + this.Onemailaddress3Changing(value); + this._emailaddress3 = value; + this.Onemailaddress3Changed(); + this.OnPropertyChanged("emailaddress3"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _emailaddress3; + partial void Onemailaddress3Changing(string value); + partial void Onemailaddress3Changed(); + /// /// There are no comments for Property address3_shippingmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -184436,27 +184531,49 @@ public virtual string address1_name partial void OneducationcodeChanging(global::System.Nullable value); partial void OneducationcodeChanged(); /// - /// There are no comments for Property creditonhold in the schema. + /// There are no comments for Property spd_selfdisclosuredetails in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable creditonhold + public virtual string spd_selfdisclosuredetails { get { - return this._creditonhold; + return this._spd_selfdisclosuredetails; } set { - this.OncreditonholdChanging(value); - this._creditonhold = value; - this.OncreditonholdChanged(); - this.OnPropertyChanged("creditonhold"); + this.Onspd_selfdisclosuredetailsChanging(value); + this._spd_selfdisclosuredetails = value; + this.Onspd_selfdisclosuredetailsChanged(); + this.OnPropertyChanged("spd_selfdisclosuredetails"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _creditonhold; - partial void OncreditonholdChanging(global::System.Nullable value); - partial void OncreditonholdChanged(); + private string _spd_selfdisclosuredetails; + partial void Onspd_selfdisclosuredetailsChanging(string value); + partial void Onspd_selfdisclosuredetailsChanged(); + /// + /// There are no comments for Property donotemail in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable donotemail + { + get + { + return this._donotemail; + } + set + { + this.OndonotemailChanging(value); + this._donotemail = value; + this.OndonotemailChanged(); + this.OnPropertyChanged("donotemail"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _donotemail; + partial void OndonotemailChanging(global::System.Nullable value); + partial void OndonotemailChanged(); /// /// There are no comments for Property address1_line2 in the schema. /// @@ -184502,27 +184619,27 @@ public virtual string address1_fax partial void Onaddress1_faxChanging(string value); partial void Onaddress1_faxChanged(); /// - /// There are no comments for Property lastusedincampaign in the schema. + /// There are no comments for Property address3_fax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastusedincampaign + public virtual string address3_fax { get { - return this._lastusedincampaign; + return this._address3_fax; } set { - this.OnlastusedincampaignChanging(value); - this._lastusedincampaign = value; - this.OnlastusedincampaignChanged(); - this.OnPropertyChanged("lastusedincampaign"); + this.Onaddress3_faxChanging(value); + this._address3_fax = value; + this.Onaddress3_faxChanged(); + this.OnPropertyChanged("address3_fax"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastusedincampaign; - partial void OnlastusedincampaignChanging(global::System.Nullable value); - partial void OnlastusedincampaignChanged(); + private string _address3_fax; + partial void Onaddress3_faxChanging(string value); + partial void Onaddress3_faxChanged(); /// /// There are no comments for Property yomifirstname in the schema. /// @@ -184568,27 +184685,27 @@ public virtual string callback partial void OncallbackChanging(string value); partial void OncallbackChanged(); /// - /// There are no comments for Property address3_fax in the schema. + /// There are no comments for Property territorycode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address3_fax + public virtual global::System.Nullable territorycode { get { - return this._address3_fax; + return this._territorycode; } set { - this.Onaddress3_faxChanging(value); - this._address3_fax = value; - this.Onaddress3_faxChanged(); - this.OnPropertyChanged("address3_fax"); + this.OnterritorycodeChanging(value); + this._territorycode = value; + this.OnterritorycodeChanged(); + this.OnPropertyChanged("territorycode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address3_fax; - partial void Onaddress3_faxChanging(string value); - partial void Onaddress3_faxChanged(); + private global::System.Nullable _territorycode; + partial void OnterritorycodeChanging(global::System.Nullable value); + partial void OnterritorycodeChanged(); /// /// There are no comments for Property address1_composite in the schema. /// @@ -184634,6 +184751,28 @@ public virtual string address2_line1 partial void Onaddress2_line1Changing(string value); partial void Onaddress2_line1Changed(); /// + /// There are no comments for Property familystatuscode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable familystatuscode + { + get + { + return this._familystatuscode; + } + set + { + this.OnfamilystatuscodeChanging(value); + this._familystatuscode = value; + this.OnfamilystatuscodeChanged(); + this.OnPropertyChanged("familystatuscode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _familystatuscode; + partial void OnfamilystatuscodeChanging(global::System.Nullable value); + partial void OnfamilystatuscodeChanged(); + /// /// There are no comments for Property address3_primarycontactname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -184678,49 +184817,27 @@ public virtual string address3_primarycontactname partial void On_parentcontactid_valueChanging(global::System.Nullable value); partial void On_parentcontactid_valueChanged(); /// - /// There are no comments for Property spd_clientnumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_clientnumber - { - get - { - return this._spd_clientnumber; - } - set - { - this.Onspd_clientnumberChanging(value); - this._spd_clientnumber = value; - this.Onspd_clientnumberChanged(); - this.OnPropertyChanged("spd_clientnumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_clientnumber; - partial void Onspd_clientnumberChanging(string value); - partial void Onspd_clientnumberChanged(); - /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property mobilephone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string mobilephone { get { - return this.__createdonbehalfby_value; + return this._mobilephone; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnmobilephoneChanging(value); + this._mobilephone = value; + this.OnmobilephoneChanged(); + this.OnPropertyChanged("mobilephone"); } } [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 string _mobilephone; + partial void OnmobilephoneChanging(string value); + partial void OnmobilephoneChanged(); /// /// There are no comments for Property aging30 in the schema. /// @@ -184744,49 +184861,27 @@ public virtual string spd_clientnumber partial void Onaging30Changing(global::System.Nullable value); partial void Onaging30Changed(); /// - /// There are no comments for Property _accountid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _accountid_value - { - get - { - return this.__accountid_value; - } - set - { - this.On_accountid_valueChanging(value); - this.__accountid_value = value; - this.On_accountid_valueChanged(); - this.OnPropertyChanged("_accountid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __accountid_value; - partial void On_accountid_valueChanging(global::System.Nullable value); - partial void On_accountid_valueChanged(); - /// - /// There are no comments for Property address1_telephone1 in the schema. + /// There are no comments for Property lastusedincampaign in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_telephone1 + public virtual global::System.Nullable lastusedincampaign { get { - return this._address1_telephone1; + return this._lastusedincampaign; } set { - this.Onaddress1_telephone1Changing(value); - this._address1_telephone1 = value; - this.Onaddress1_telephone1Changed(); - this.OnPropertyChanged("address1_telephone1"); + this.OnlastusedincampaignChanging(value); + this._lastusedincampaign = value; + this.OnlastusedincampaignChanged(); + this.OnPropertyChanged("lastusedincampaign"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_telephone1; - partial void Onaddress1_telephone1Changing(string value); - partial void Onaddress1_telephone1Changed(); + private global::System.Nullable _lastusedincampaign; + partial void OnlastusedincampaignChanging(global::System.Nullable value); + partial void OnlastusedincampaignChanged(); /// /// There are no comments for Property jobtitle in the schema. /// @@ -184810,28 +184905,6 @@ public virtual string jobtitle partial void OnjobtitleChanging(string value); partial void OnjobtitleChanged(); /// - /// There are no comments for Property employeeid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string employeeid - { - get - { - return this._employeeid; - } - set - { - this.OnemployeeidChanging(value); - this._employeeid = value; - this.OnemployeeidChanged(); - this.OnPropertyChanged("employeeid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _employeeid; - partial void OnemployeeidChanging(string value); - partial void OnemployeeidChanged(); - /// /// There are no comments for Property address1_stateorprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -184898,27 +184971,27 @@ public virtual string spd_middlename1 partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property address1_telephone2 in the schema. + /// There are no comments for Property onholdtime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_telephone2 + public virtual global::System.Nullable onholdtime { get { - return this._address1_telephone2; + return this._onholdtime; } set { - this.Onaddress1_telephone2Changing(value); - this._address1_telephone2 = value; - this.Onaddress1_telephone2Changed(); - this.OnPropertyChanged("address1_telephone2"); + this.OnonholdtimeChanging(value); + this._onholdtime = value; + this.OnonholdtimeChanged(); + this.OnPropertyChanged("onholdtime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_telephone2; - partial void Onaddress1_telephone2Changing(string value); - partial void Onaddress1_telephone2Changed(); + private global::System.Nullable _onholdtime; + partial void OnonholdtimeChanging(global::System.Nullable value); + partial void OnonholdtimeChanged(); /// /// There are no comments for Property yomilastname in the schema. /// @@ -185008,27 +185081,27 @@ public virtual string yomilastname partial void Onaging30_baseChanging(global::System.Nullable value); partial void Onaging30_baseChanged(); /// - /// There are no comments for Property address2_addresstypecode in the schema. + /// There are no comments for Property spd_licensingfingerprintsreceived in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_addresstypecode + public virtual global::System.Nullable spd_licensingfingerprintsreceived { get { - return this._address2_addresstypecode; + return this._spd_licensingfingerprintsreceived; } set { - this.Onaddress2_addresstypecodeChanging(value); - this._address2_addresstypecode = value; - this.Onaddress2_addresstypecodeChanged(); - this.OnPropertyChanged("address2_addresstypecode"); + this.Onspd_licensingfingerprintsreceivedChanging(value); + this._spd_licensingfingerprintsreceived = value; + this.Onspd_licensingfingerprintsreceivedChanged(); + this.OnPropertyChanged("spd_licensingfingerprintsreceived"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_addresstypecode; - partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); - partial void Onaddress2_addresstypecodeChanged(); + private global::System.Nullable _spd_licensingfingerprintsreceived; + partial void Onspd_licensingfingerprintsreceivedChanging(global::System.Nullable value); + partial void Onspd_licensingfingerprintsreceivedChanged(); /// /// There are no comments for Property address3_line1 in the schema. /// @@ -185052,27 +185125,49 @@ public virtual string address3_line1 partial void Onaddress3_line1Changing(string value); partial void Onaddress3_line1Changed(); /// - /// There are no comments for Property _slaid_value in the schema. + /// There are no comments for Property emailaddress2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _slaid_value + public virtual string emailaddress2 { get { - return this.__slaid_value; + return this._emailaddress2; } set { - this.On_slaid_valueChanging(value); - this.__slaid_value = value; - this.On_slaid_valueChanged(); - this.OnPropertyChanged("_slaid_value"); + this.Onemailaddress2Changing(value); + this._emailaddress2 = value; + this.Onemailaddress2Changed(); + this.OnPropertyChanged("emailaddress2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __slaid_value; - partial void On_slaid_valueChanging(global::System.Nullable value); - partial void On_slaid_valueChanged(); + private string _emailaddress2; + partial void Onemailaddress2Changing(string value); + partial void Onemailaddress2Changed(); + /// + /// There are no comments for Property suffix in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string suffix + { + get + { + return this._suffix; + } + set + { + this.OnsuffixChanging(value); + this._suffix = value; + this.OnsuffixChanged(); + this.OnPropertyChanged("suffix"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _suffix; + partial void OnsuffixChanging(string value); + partial void OnsuffixChanged(); /// /// There are no comments for Property donotphone in the schema. /// @@ -185118,6 +185213,50 @@ public virtual string address1_line1 partial void Onaddress1_line1Changing(string value); partial void Onaddress1_line1Changed(); /// + /// 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 address2_line2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_line2 + { + get + { + return this._address2_line2; + } + set + { + this.Onaddress2_line2Changing(value); + this._address2_line2 = value; + this.Onaddress2_line2Changed(); + this.OnPropertyChanged("address2_line2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_line2; + partial void Onaddress2_line2Changing(string value); + partial void Onaddress2_line2Changed(); + /// /// There are no comments for Property isbackofficecustomer in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -185250,28 +185389,6 @@ public virtual string childrensnames partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property spd_accesscode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_accesscode - { - get - { - return this._spd_accesscode; - } - set - { - this.Onspd_accesscodeChanging(value); - this._spd_accesscode = value; - this.Onspd_accesscodeChanged(); - this.OnPropertyChanged("spd_accesscode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_accesscode; - partial void Onspd_accesscodeChanging(string value); - partial void Onspd_accesscodeChanged(); - /// /// There are no comments for Property _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -185294,49 +185411,49 @@ public virtual string spd_accesscode partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property donotemail in the schema. + /// There are no comments for Property address1_latitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotemail + public virtual global::System.Nullable address1_latitude { get { - return this._donotemail; + return this._address1_latitude; } set { - this.OndonotemailChanging(value); - this._donotemail = value; - this.OndonotemailChanged(); - this.OnPropertyChanged("donotemail"); + this.Onaddress1_latitudeChanging(value); + this._address1_latitude = value; + this.Onaddress1_latitudeChanged(); + this.OnPropertyChanged("address1_latitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotemail; - partial void OndonotemailChanging(global::System.Nullable value); - partial void OndonotemailChanged(); + private global::System.Nullable _address1_latitude; + partial void Onaddress1_latitudeChanging(global::System.Nullable value); + partial void Onaddress1_latitudeChanged(); /// - /// There are no comments for Property address2_shippingmethodcode in the schema. + /// There are no comments for Property _accountid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_shippingmethodcode + public virtual global::System.Nullable _accountid_value { get { - return this._address2_shippingmethodcode; + return this.__accountid_value; } set { - this.Onaddress2_shippingmethodcodeChanging(value); - this._address2_shippingmethodcode = value; - this.Onaddress2_shippingmethodcodeChanged(); - this.OnPropertyChanged("address2_shippingmethodcode"); + this.On_accountid_valueChanging(value); + this.__accountid_value = value; + this.On_accountid_valueChanged(); + this.OnPropertyChanged("_accountid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_shippingmethodcode; - partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); - partial void Onaddress2_shippingmethodcodeChanged(); + private global::System.Nullable __accountid_value; + partial void On_accountid_valueChanging(global::System.Nullable value); + partial void On_accountid_valueChanged(); /// /// There are no comments for Property address1_freighttermscode in the schema. /// @@ -185404,49 +185521,27 @@ public virtual string address1_city partial void OncustomertypecodeChanging(global::System.Nullable value); partial void OncustomertypecodeChanged(); /// - /// There are no comments for Property address1_shippingmethodcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_shippingmethodcode - { - get - { - return this._address1_shippingmethodcode; - } - set - { - this.Onaddress1_shippingmethodcodeChanging(value); - this._address1_shippingmethodcode = value; - this.Onaddress1_shippingmethodcodeChanged(); - this.OnPropertyChanged("address1_shippingmethodcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_shippingmethodcode; - partial void Onaddress1_shippingmethodcodeChanging(global::System.Nullable value); - partial void Onaddress1_shippingmethodcodeChanged(); - /// - /// There are no comments for Property address3_composite 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 string address3_composite + public virtual global::System.Nullable _createdby_value { get { - return this._address3_composite; + return this.__createdby_value; } set { - this.Onaddress3_compositeChanging(value); - this._address3_composite = value; - this.Onaddress3_compositeChanged(); - this.OnPropertyChanged("address3_composite"); + 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 string _address3_composite; - partial void Onaddress3_compositeChanging(string value); - partial void Onaddress3_compositeChanged(); + 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 address1_utcoffset in the schema. /// @@ -185580,49 +185675,49 @@ public virtual string yomimiddlename partial void OnstageidChanging(global::System.Nullable value); partial void OnstageidChanged(); /// - /// There are no comments for Property donotbulkpostalmail in the schema. + /// There are no comments for Property address1_telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotbulkpostalmail + public virtual string address1_telephone1 { get { - return this._donotbulkpostalmail; + return this._address1_telephone1; } set { - this.OndonotbulkpostalmailChanging(value); - this._donotbulkpostalmail = value; - this.OndonotbulkpostalmailChanged(); - this.OnPropertyChanged("donotbulkpostalmail"); + this.Onaddress1_telephone1Changing(value); + this._address1_telephone1 = value; + this.Onaddress1_telephone1Changed(); + this.OnPropertyChanged("address1_telephone1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotbulkpostalmail; - partial void OndonotbulkpostalmailChanging(global::System.Nullable value); - partial void OndonotbulkpostalmailChanged(); + private string _address1_telephone1; + partial void Onaddress1_telephone1Changing(string value); + partial void Onaddress1_telephone1Changed(); /// - /// There are no comments for Property numberofchildren in the schema. + /// There are no comments for Property donotbulkpostalmail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable numberofchildren + public virtual global::System.Nullable donotbulkpostalmail { get { - return this._numberofchildren; + return this._donotbulkpostalmail; } set { - this.OnnumberofchildrenChanging(value); - this._numberofchildren = value; - this.OnnumberofchildrenChanged(); - this.OnPropertyChanged("numberofchildren"); + this.OndonotbulkpostalmailChanging(value); + this._donotbulkpostalmail = value; + this.OndonotbulkpostalmailChanged(); + this.OnPropertyChanged("donotbulkpostalmail"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _numberofchildren; - partial void OnnumberofchildrenChanging(global::System.Nullable value); - partial void OnnumberofchildrenChanged(); + private global::System.Nullable _donotbulkpostalmail; + partial void OndonotbulkpostalmailChanging(global::System.Nullable value); + partial void OndonotbulkpostalmailChanged(); /// /// There are no comments for Property _originatingleadid_value in the schema. /// @@ -185668,28 +185763,6 @@ public virtual string telephone1 partial void Ontelephone1Changing(string value); partial void Ontelephone1Changed(); /// - /// There are no comments for Property spd_figaroid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_figaroid - { - get - { - return this._spd_figaroid; - } - set - { - this.Onspd_figaroidChanging(value); - this._spd_figaroid = value; - this.Onspd_figaroidChanged(); - this.OnPropertyChanged("spd_figaroid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_figaroid; - partial void Onspd_figaroidChanging(string value); - partial void Onspd_figaroidChanged(); - /// /// There are no comments for Property address2_stateorprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -185822,28 +185895,6 @@ public virtual string businesscard partial void OnbusinesscardChanging(string value); partial void OnbusinesscardChanged(); /// - /// There are no comments for Property address3_stateorprovince in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address3_stateorprovince - { - get - { - return this._address3_stateorprovince; - } - set - { - this.Onaddress3_stateorprovinceChanging(value); - this._address3_stateorprovince = value; - this.Onaddress3_stateorprovinceChanged(); - this.OnPropertyChanged("address3_stateorprovince"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address3_stateorprovince; - partial void Onaddress3_stateorprovinceChanging(string value); - partial void Onaddress3_stateorprovinceChanged(); - /// /// There are no comments for Property donotpostalmail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -185888,28 +185939,6 @@ public virtual string firstname partial void OnfirstnameChanging(string value); partial void OnfirstnameChanged(); /// - /// There are no comments for Property yomifullname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string yomifullname - { - get - { - return this._yomifullname; - } - set - { - this.OnyomifullnameChanging(value); - this._yomifullname = value; - this.OnyomifullnameChanged(); - this.OnPropertyChanged("yomifullname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _yomifullname; - partial void OnyomifullnameChanging(string value); - partial void OnyomifullnameChanged(); - /// /// There are no comments for Property address3_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -185998,6 +186027,28 @@ public virtual string telephone2 partial void Ontelephone2Changing(string value); partial void Ontelephone2Changed(); /// + /// There are no comments for Property address1_telephone2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_telephone2 + { + get + { + return this._address1_telephone2; + } + set + { + this.Onaddress1_telephone2Changing(value); + this._address1_telephone2 = value; + this.Onaddress1_telephone2Changed(); + this.OnPropertyChanged("address1_telephone2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_telephone2; + partial void Onaddress1_telephone2Changing(string value); + partial void Onaddress1_telephone2Changed(); + /// /// There are no comments for Property address1_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -186152,28 +186203,6 @@ public virtual string address3_telephone1 partial void Onspd_fingerprintsexpiryChanging(global::System.Nullable value); partial void Onspd_fingerprintsexpiryChanged(); /// - /// 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 merged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -186218,72 +186247,6 @@ public virtual string address2_postofficebox partial void Onaddress2_postofficeboxChanging(string value); partial void Onaddress2_postofficeboxChanged(); /// - /// There are no comments for Property spd_selfdisclosure in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_selfdisclosure - { - get - { - return this._spd_selfdisclosure; - } - set - { - this.Onspd_selfdisclosureChanging(value); - this._spd_selfdisclosure = value; - this.Onspd_selfdisclosureChanged(); - this.OnPropertyChanged("spd_selfdisclosure"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_selfdisclosure; - partial void Onspd_selfdisclosureChanging(global::System.Nullable value); - partial void Onspd_selfdisclosureChanged(); - /// - /// 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 telephone3 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string telephone3 - { - get - { - return this._telephone3; - } - set - { - this.Ontelephone3Changing(value); - this._telephone3 = value; - this.Ontelephone3Changed(); - this.OnPropertyChanged("telephone3"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _telephone3; - partial void Ontelephone3Changing(string value); - partial void Ontelephone3Changed(); - /// /// There are no comments for Property emailaddress1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -186306,93 +186269,93 @@ public virtual string emailaddress1 partial void Onemailaddress1Changing(string value); partial void Onemailaddress1Changed(); /// - /// There are no comments for Property lastonholdtime in the schema. + /// There are no comments for Property address1_country in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastonholdtime + public virtual string address1_country { get { - return this._lastonholdtime; + return this._address1_country; } set { - this.OnlastonholdtimeChanging(value); - this._lastonholdtime = value; - this.OnlastonholdtimeChanged(); - this.OnPropertyChanged("lastonholdtime"); + this.Onaddress1_countryChanging(value); + this._address1_country = value; + this.Onaddress1_countryChanged(); + this.OnPropertyChanged("address1_country"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastonholdtime; - partial void OnlastonholdtimeChanging(global::System.Nullable value); - partial void OnlastonholdtimeChanged(); + private string _address1_country; + partial void Onaddress1_countryChanging(string value); + partial void Onaddress1_countryChanged(); /// - /// There are no comments for Property address1_country in the schema. + /// There are no comments for Property msdyn_orgchangestatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_country + public virtual global::System.Nullable msdyn_orgchangestatus { get { - return this._address1_country; + return this._msdyn_orgchangestatus; } set { - this.Onaddress1_countryChanging(value); - this._address1_country = value; - this.Onaddress1_countryChanged(); - this.OnPropertyChanged("address1_country"); + this.Onmsdyn_orgchangestatusChanging(value); + this._msdyn_orgchangestatus = value; + this.Onmsdyn_orgchangestatusChanged(); + this.OnPropertyChanged("msdyn_orgchangestatus"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_country; - partial void Onaddress1_countryChanging(string value); - partial void Onaddress1_countryChanged(); + private global::System.Nullable _msdyn_orgchangestatus; + partial void Onmsdyn_orgchangestatusChanging(global::System.Nullable value); + partial void Onmsdyn_orgchangestatusChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual string traversedpath { get { - return this._statecode; + return this._traversedpath; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [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 string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); /// - /// There are no comments for Property territorycode 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 territorycode + public virtual global::System.Nullable statecode { get { - return this._territorycode; + return this._statecode; } set { - this.OnterritorycodeChanging(value); - this._territorycode = value; - this.OnterritorycodeChanged(); - this.OnPropertyChanged("territorycode"); + 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 _territorycode; - partial void OnterritorycodeChanging(global::System.Nullable value); - partial void OnterritorycodeChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property _preferredsystemuserid_value in the schema. /// @@ -186482,28 +186445,6 @@ public virtual string fullname partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property externaluseridentifier in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string externaluseridentifier - { - get - { - return this._externaluseridentifier; - } - set - { - this.OnexternaluseridentifierChanging(value); - this._externaluseridentifier = value; - this.OnexternaluseridentifierChanged(); - this.OnPropertyChanged("externaluseridentifier"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _externaluseridentifier; - partial void OnexternaluseridentifierChanging(string value); - partial void OnexternaluseridentifierChanged(); - /// /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -186592,6 +186533,28 @@ public virtual string address2_postalcode partial void Onaddress2_postalcodeChanging(string value); partial void Onaddress2_postalcodeChanged(); /// + /// There are no comments for Property home2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string home2 + { + get + { + return this._home2; + } + set + { + this.Onhome2Changing(value); + this._home2 = value; + this.Onhome2Changed(); + this.OnPropertyChanged("home2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _home2; + partial void Onhome2Changing(string value); + partial void Onhome2Changed(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -186658,27 +186621,49 @@ public virtual string address2_fax partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property address3_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string address3_city { get { - return this._importsequencenumber; + return this._address3_city; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.Onaddress3_cityChanging(value); + this._address3_city = value; + this.Onaddress3_cityChanged(); + this.OnPropertyChanged("address3_city"); } } [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(); + private string _address3_city; + partial void Onaddress3_cityChanging(string value); + partial void Onaddress3_cityChanged(); + /// + /// 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 _slainvokedid_value in the schema. /// @@ -186856,137 +186841,137 @@ public virtual string managername partial void OndonotfaxChanging(global::System.Nullable value); partial void OndonotfaxChanged(); /// - /// There are no comments for Property spousesname in the schema. + /// There are no comments for Property business2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spousesname + public virtual string business2 { get { - return this._spousesname; + return this._business2; } set { - this.OnspousesnameChanging(value); - this._spousesname = value; - this.OnspousesnameChanged(); - this.OnPropertyChanged("spousesname"); + this.Onbusiness2Changing(value); + this._business2 = value; + this.Onbusiness2Changed(); + this.OnPropertyChanged("business2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spousesname; - partial void OnspousesnameChanging(string value); - partial void OnspousesnameChanged(); + private string _business2; + partial void Onbusiness2Changing(string value); + partial void Onbusiness2Changed(); /// - /// There are no comments for Property department in the schema. + /// There are no comments for Property address3_stateorprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string department + public virtual string address3_stateorprovince { get { - return this._department; + return this._address3_stateorprovince; } set { - this.OndepartmentChanging(value); - this._department = value; - this.OndepartmentChanged(); - this.OnPropertyChanged("department"); + this.Onaddress3_stateorprovinceChanging(value); + this._address3_stateorprovince = value; + this.Onaddress3_stateorprovinceChanged(); + this.OnPropertyChanged("address3_stateorprovince"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _department; - partial void OndepartmentChanging(string value); - partial void OndepartmentChanged(); + private string _address3_stateorprovince; + partial void Onaddress3_stateorprovinceChanging(string value); + partial void Onaddress3_stateorprovinceChanged(); /// - /// There are no comments for Property business2 in the schema. + /// There are no comments for Property address2_addressid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string business2 + public virtual global::System.Nullable address2_addressid { get { - return this._business2; + return this._address2_addressid; } set { - this.Onbusiness2Changing(value); - this._business2 = value; - this.Onbusiness2Changed(); - this.OnPropertyChanged("business2"); + this.Onaddress2_addressidChanging(value); + this._address2_addressid = value; + this.Onaddress2_addressidChanged(); + this.OnPropertyChanged("address2_addressid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _business2; - partial void Onbusiness2Changing(string value); - partial void Onbusiness2Changed(); + private global::System.Nullable _address2_addressid; + partial void Onaddress2_addressidChanging(global::System.Nullable value); + partial void Onaddress2_addressidChanged(); /// - /// There are no comments for Property address2_addressid in the schema. + /// There are no comments for Property department in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_addressid + public virtual string department { get { - return this._address2_addressid; + return this._department; } set { - this.Onaddress2_addressidChanging(value); - this._address2_addressid = value; - this.Onaddress2_addressidChanged(); - this.OnPropertyChanged("address2_addressid"); + this.OndepartmentChanging(value); + this._department = value; + this.OndepartmentChanged(); + this.OnPropertyChanged("department"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_addressid; - partial void Onaddress2_addressidChanging(global::System.Nullable value); - partial void Onaddress2_addressidChanged(); + private string _department; + partial void OndepartmentChanging(string value); + partial void OndepartmentChanged(); /// - /// There are no comments for Property creditlimit_base in the schema. + /// 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 creditlimit_base + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._creditlimit_base; + return this._utcconversiontimezonecode; } set { - this.Oncreditlimit_baseChanging(value); - this._creditlimit_base = value; - this.Oncreditlimit_baseChanged(); - this.OnPropertyChanged("creditlimit_base"); + 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 _creditlimit_base; - partial void Oncreditlimit_baseChanging(global::System.Nullable value); - partial void Oncreditlimit_baseChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property managerphone in the schema. + /// There are no comments for Property creditlimit_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string managerphone + public virtual global::System.Nullable creditlimit_base { get { - return this._managerphone; + return this._creditlimit_base; } set { - this.OnmanagerphoneChanging(value); - this._managerphone = value; - this.OnmanagerphoneChanged(); - this.OnPropertyChanged("managerphone"); + this.Oncreditlimit_baseChanging(value); + this._creditlimit_base = value; + this.Oncreditlimit_baseChanged(); + this.OnPropertyChanged("creditlimit_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _managerphone; - partial void OnmanagerphoneChanging(string value); - partial void OnmanagerphoneChanged(); + private global::System.Nullable _creditlimit_base; + partial void Oncreditlimit_baseChanging(global::System.Nullable value); + partial void Oncreditlimit_baseChanged(); /// /// There are no comments for Property aging60_base in the schema. /// @@ -187054,27 +187039,27 @@ public virtual string managerphone partial void Onspd_fingerprintsreceivedChanging(global::System.Nullable value); partial void Onspd_fingerprintsreceivedChanged(); /// - /// There are no comments for Property spd_selfdisclosuredetails in the schema. + /// There are no comments for Property address3_composite in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_selfdisclosuredetails + public virtual string address3_composite { get { - return this._spd_selfdisclosuredetails; + return this._address3_composite; } set { - this.Onspd_selfdisclosuredetailsChanging(value); - this._spd_selfdisclosuredetails = value; - this.Onspd_selfdisclosuredetailsChanged(); - this.OnPropertyChanged("spd_selfdisclosuredetails"); + this.Onaddress3_compositeChanging(value); + this._address3_composite = value; + this.Onaddress3_compositeChanged(); + this.OnPropertyChanged("address3_composite"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_selfdisclosuredetails; - partial void Onspd_selfdisclosuredetailsChanging(string value); - partial void Onspd_selfdisclosuredetailsChanged(); + private string _address3_composite; + partial void Onaddress3_compositeChanging(string value); + partial void Onaddress3_compositeChanged(); /// /// There are no comments for Property address2_city in the schema. /// @@ -187230,49 +187215,27 @@ public virtual string address2_telephone3 partial void OnshippingmethodcodeChanging(global::System.Nullable value); partial void OnshippingmethodcodeChanged(); /// - /// 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 preferredcontactmethodcode in the schema. + /// There are no comments for Property spd_clientnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable preferredcontactmethodcode + public virtual string spd_clientnumber { get { - return this._preferredcontactmethodcode; + return this._spd_clientnumber; } set { - this.OnpreferredcontactmethodcodeChanging(value); - this._preferredcontactmethodcode = value; - this.OnpreferredcontactmethodcodeChanged(); - this.OnPropertyChanged("preferredcontactmethodcode"); + this.Onspd_clientnumberChanging(value); + this._spd_clientnumber = value; + this.Onspd_clientnumberChanged(); + this.OnPropertyChanged("spd_clientnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _preferredcontactmethodcode; - partial void OnpreferredcontactmethodcodeChanging(global::System.Nullable value); - partial void OnpreferredcontactmethodcodeChanged(); + private string _spd_clientnumber; + partial void Onspd_clientnumberChanging(string value); + partial void Onspd_clientnumberChanged(); /// /// There are no comments for Property address1_postofficebox in the schema. /// @@ -187296,49 +187259,49 @@ public virtual string address1_postofficebox partial void Onaddress1_postofficeboxChanging(string value); partial void Onaddress1_postofficeboxChanged(); /// - /// There are no comments for Property spd_licensingfingerprintsreceived in the schema. + /// There are no comments for Property marketingonly in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_licensingfingerprintsreceived + public virtual global::System.Nullable marketingonly { get { - return this._spd_licensingfingerprintsreceived; + return this._marketingonly; } set { - this.Onspd_licensingfingerprintsreceivedChanging(value); - this._spd_licensingfingerprintsreceived = value; - this.Onspd_licensingfingerprintsreceivedChanged(); - this.OnPropertyChanged("spd_licensingfingerprintsreceived"); + this.OnmarketingonlyChanging(value); + this._marketingonly = value; + this.OnmarketingonlyChanged(); + this.OnPropertyChanged("marketingonly"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_licensingfingerprintsreceived; - partial void Onspd_licensingfingerprintsreceivedChanging(global::System.Nullable value); - partial void Onspd_licensingfingerprintsreceivedChanged(); + private global::System.Nullable _marketingonly; + partial void OnmarketingonlyChanging(global::System.Nullable value); + partial void OnmarketingonlyChanged(); /// - /// There are no comments for Property _createdbyexternalparty_value in the schema. + /// There are no comments for Property externaluseridentifier in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdbyexternalparty_value + public virtual string externaluseridentifier { get { - return this.__createdbyexternalparty_value; + return this._externaluseridentifier; } set { - this.On_createdbyexternalparty_valueChanging(value); - this.__createdbyexternalparty_value = value; - this.On_createdbyexternalparty_valueChanged(); - this.OnPropertyChanged("_createdbyexternalparty_value"); + this.OnexternaluseridentifierChanging(value); + this._externaluseridentifier = value; + this.OnexternaluseridentifierChanged(); + this.OnPropertyChanged("externaluseridentifier"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __createdbyexternalparty_value; - partial void On_createdbyexternalparty_valueChanging(global::System.Nullable value); - partial void On_createdbyexternalparty_valueChanged(); + private string _externaluseridentifier; + partial void OnexternaluseridentifierChanging(string value); + partial void OnexternaluseridentifierChanged(); /// /// There are no comments for Property spd_peaceofficer in the schema. /// @@ -187384,6 +187347,50 @@ public virtual string address1_postofficebox partial void OndonotbulkemailChanging(global::System.Nullable value); partial void OndonotbulkemailChanged(); /// + /// There are no comments for Property creditonhold in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable creditonhold + { + get + { + return this._creditonhold; + } + set + { + this.OncreditonholdChanging(value); + this._creditonhold = value; + this.OncreditonholdChanged(); + this.OnPropertyChanged("creditonhold"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _creditonhold; + partial void OncreditonholdChanging(global::System.Nullable value); + partial void OncreditonholdChanged(); + /// + /// There are no comments for Property spd_birthplace in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_birthplace + { + get + { + return this._spd_birthplace; + } + set + { + this.Onspd_birthplaceChanging(value); + this._spd_birthplace = value; + this.Onspd_birthplaceChanged(); + this.OnPropertyChanged("spd_birthplace"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_birthplace; + partial void Onspd_birthplaceChanging(string value); + partial void Onspd_birthplaceChanged(); + /// /// There are no comments for Property address3_upszone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -187406,27 +187413,27 @@ public virtual string address3_upszone partial void Onaddress3_upszoneChanging(string value); partial void Onaddress3_upszoneChanged(); /// - /// There are no comments for Property home2 in the schema. + /// There are no comments for Property spd_accesscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string home2 + public virtual string spd_accesscode { get { - return this._home2; + return this._spd_accesscode; } set { - this.Onhome2Changing(value); - this._home2 = value; - this.Onhome2Changed(); - this.OnPropertyChanged("home2"); + this.Onspd_accesscodeChanging(value); + this._spd_accesscode = value; + this.Onspd_accesscodeChanged(); + this.OnPropertyChanged("spd_accesscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _home2; - partial void Onhome2Changing(string value); - partial void Onhome2Changed(); + private string _spd_accesscode; + partial void Onspd_accesscodeChanging(string value); + partial void Onspd_accesscodeChanged(); /// /// There are no comments for Property address3_postalcode in the schema. /// @@ -187450,49 +187457,49 @@ public virtual string address3_postalcode partial void Onaddress3_postalcodeChanging(string value); partial void Onaddress3_postalcodeChanged(); /// - /// There are no comments for Property address3_postofficebox in the schema. + /// There are no comments for Property address1_shippingmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address3_postofficebox + public virtual global::System.Nullable address1_shippingmethodcode { get { - return this._address3_postofficebox; + return this._address1_shippingmethodcode; } set { - this.Onaddress3_postofficeboxChanging(value); - this._address3_postofficebox = value; - this.Onaddress3_postofficeboxChanged(); - this.OnPropertyChanged("address3_postofficebox"); + this.Onaddress1_shippingmethodcodeChanging(value); + this._address1_shippingmethodcode = value; + this.Onaddress1_shippingmethodcodeChanged(); + this.OnPropertyChanged("address1_shippingmethodcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address3_postofficebox; - partial void Onaddress3_postofficeboxChanging(string value); - partial void Onaddress3_postofficeboxChanged(); + private global::System.Nullable _address1_shippingmethodcode; + partial void Onaddress1_shippingmethodcodeChanging(global::System.Nullable value); + partial void Onaddress1_shippingmethodcodeChanged(); /// - /// There are no comments for Property address3_city in the schema. + /// There are no comments for Property middlename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address3_city + public virtual string middlename { get { - return this._address3_city; + return this._middlename; } set { - this.Onaddress3_cityChanging(value); - this._address3_city = value; - this.Onaddress3_cityChanged(); - this.OnPropertyChanged("address3_city"); + this.OnmiddlenameChanging(value); + this._middlename = value; + this.OnmiddlenameChanged(); + this.OnPropertyChanged("middlename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address3_city; - partial void Onaddress3_cityChanging(string value); - partial void Onaddress3_cityChanged(); + private string _middlename; + partial void OnmiddlenameChanging(string value); + partial void OnmiddlenameChanged(); /// /// There are no comments for Property address3_country in the schema. /// @@ -187538,27 +187545,49 @@ public virtual string address3_country partial void Onaddress3_utcoffsetChanging(global::System.Nullable value); partial void Onaddress3_utcoffsetChanged(); /// - /// There are no comments for Property address2_line2 in the schema. + /// There are no comments for Property address2_longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_line2 + public virtual global::System.Nullable address2_longitude { get { - return this._address2_line2; + return this._address2_longitude; } set { - this.Onaddress2_line2Changing(value); - this._address2_line2 = value; - this.Onaddress2_line2Changed(); - this.OnPropertyChanged("address2_line2"); + this.Onaddress2_longitudeChanging(value); + this._address2_longitude = value; + this.Onaddress2_longitudeChanged(); + this.OnPropertyChanged("address2_longitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_line2; - partial void Onaddress2_line2Changing(string value); - partial void Onaddress2_line2Changed(); + private global::System.Nullable _address2_longitude; + partial void Onaddress2_longitudeChanging(global::System.Nullable value); + partial void Onaddress2_longitudeChanged(); + /// + /// 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 _owningbusinessunit_value in the schema. /// @@ -187582,6 +187611,28 @@ public virtual string address2_line2 partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// + /// There are no comments for Property _slaid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _slaid_value + { + get + { + return this.__slaid_value; + } + set + { + this.On_slaid_valueChanging(value); + this.__slaid_value = value; + this.On_slaid_valueChanged(); + this.OnPropertyChanged("_slaid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __slaid_value; + partial void On_slaid_valueChanging(global::System.Nullable value); + partial void On_slaid_valueChanged(); + /// /// There are no comments for Property spd_lastloggedinscreeningportal in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -187604,27 +187655,27 @@ public virtual string address2_line2 partial void Onspd_lastloggedinscreeningportalChanging(global::System.Nullable value); partial void Onspd_lastloggedinscreeningportalChanged(); /// - /// There are no comments for Property address3_longitude in the schema. + /// 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 address3_longitude + public virtual global::System.Nullable _ownerid_value { get { - return this._address3_longitude; + return this.__ownerid_value; } set { - this.Onaddress3_longitudeChanging(value); - this._address3_longitude = value; - this.Onaddress3_longitudeChanged(); - this.OnPropertyChanged("address3_longitude"); + 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 _address3_longitude; - partial void Onaddress3_longitudeChanging(global::System.Nullable value); - partial void Onaddress3_longitudeChanged(); + 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 contact_principalobjectattributeaccess in the schema. /// @@ -190510,6 +190561,28 @@ public static contractdetail Createcontractdetail(global::Microsoft.Dynamics.CRM return contractdetail; } /// + /// There are no comments for Property allotmentsremaining in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable allotmentsremaining + { + get + { + return this._allotmentsremaining; + } + set + { + this.OnallotmentsremainingChanging(value); + this._allotmentsremaining = value; + this.OnallotmentsremainingChanged(); + this.OnPropertyChanged("allotmentsremaining"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _allotmentsremaining; + partial void OnallotmentsremainingChanging(global::System.Nullable value); + partial void OnallotmentsremainingChanged(); + /// /// There are no comments for Property _uomscheduleid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -190532,6 +190605,28 @@ public static contractdetail Createcontractdetail(global::Microsoft.Dynamics.CRM partial void On_uomscheduleid_valueChanging(global::System.Nullable value); partial void On_uomscheduleid_valueChanged(); /// + /// There are no comments for Property _productid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _productid_value + { + get + { + return this.__productid_value; + } + set + { + this.On_productid_valueChanging(value); + this.__productid_value = value; + this.On_productid_valueChanged(); + this.OnPropertyChanged("_productid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __productid_value; + partial void On_productid_valueChanging(global::System.Nullable value); + partial void On_productid_valueChanged(); + /// /// There are no comments for Property rate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -190554,27 +190649,27 @@ public static contractdetail Createcontractdetail(global::Microsoft.Dynamics.CRM partial void OnrateChanging(global::System.Nullable value); partial void OnrateChanged(); /// - /// There are no comments for Property _productid_value in the schema. + /// There are no comments for Property contractdetailid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _productid_value + public virtual global::System.Nullable contractdetailid { get { - return this.__productid_value; + return this._contractdetailid; } set { - this.On_productid_valueChanging(value); - this.__productid_value = value; - this.On_productid_valueChanged(); - this.OnPropertyChanged("_productid_value"); + this.OncontractdetailidChanging(value); + this._contractdetailid = value; + this.OncontractdetailidChanged(); + this.OnPropertyChanged("contractdetailid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __productid_value; - partial void On_productid_valueChanging(global::System.Nullable value); - partial void On_productid_valueChanged(); + private global::System.Nullable _contractdetailid; + partial void OncontractdetailidChanging(global::System.Nullable value); + partial void OncontractdetailidChanged(); /// /// There are no comments for Property allotmentsused in the schema. /// @@ -190642,49 +190737,27 @@ public static contractdetail Createcontractdetail(global::Microsoft.Dynamics.CRM partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property initialquantity in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable initialquantity - { - get - { - return this._initialquantity; - } - set - { - this.OninitialquantityChanging(value); - this._initialquantity = value; - this.OninitialquantityChanged(); - this.OnPropertyChanged("initialquantity"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _initialquantity; - partial void OninitialquantityChanging(global::System.Nullable value); - partial void OninitialquantityChanged(); - /// - /// There are no comments for Property servicecontractunitscode in the schema. + /// There are no comments for Property productserialnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable servicecontractunitscode + public virtual string productserialnumber { get { - return this._servicecontractunitscode; + return this._productserialnumber; } set { - this.OnservicecontractunitscodeChanging(value); - this._servicecontractunitscode = value; - this.OnservicecontractunitscodeChanged(); - this.OnPropertyChanged("servicecontractunitscode"); + this.OnproductserialnumberChanging(value); + this._productserialnumber = value; + this.OnproductserialnumberChanged(); + this.OnPropertyChanged("productserialnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _servicecontractunitscode; - partial void OnservicecontractunitscodeChanging(global::System.Nullable value); - partial void OnservicecontractunitscodeChanged(); + private string _productserialnumber; + partial void OnproductserialnumberChanging(string value); + partial void OnproductserialnumberChanged(); /// /// There are no comments for Property _uomid_value in the schema. /// @@ -190708,27 +190781,27 @@ public static contractdetail Createcontractdetail(global::Microsoft.Dynamics.CRM partial void On_uomid_valueChanging(global::System.Nullable value); partial void On_uomid_valueChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property servicecontractunitscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable servicecontractunitscode { get { - return this.__owningteam_value; + return this._servicecontractunitscode; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.OnservicecontractunitscodeChanging(value); + this._servicecontractunitscode = value; + this.OnservicecontractunitscodeChanged(); + this.OnPropertyChanged("servicecontractunitscode"); } } [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::System.Nullable _servicecontractunitscode; + partial void OnservicecontractunitscodeChanging(global::System.Nullable value); + partial void OnservicecontractunitscodeChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -190752,6 +190825,50 @@ public static contractdetail Createcontractdetail(global::Microsoft.Dynamics.CRM partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// 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 initialquantity in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable initialquantity + { + get + { + return this._initialquantity; + } + set + { + this.OninitialquantityChanging(value); + this._initialquantity = value; + this.OninitialquantityChanged(); + this.OnPropertyChanged("initialquantity"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _initialquantity; + partial void OninitialquantityChanging(global::System.Nullable value); + partial void OninitialquantityChanged(); + /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -190774,6 +190891,28 @@ public static contractdetail Createcontractdetail(global::Microsoft.Dynamics.CRM partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// + /// There are no comments for Property rate_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable rate_base + { + get + { + return this._rate_base; + } + set + { + this.Onrate_baseChanging(value); + this._rate_base = value; + this.Onrate_baseChanged(); + this.OnPropertyChanged("rate_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _rate_base; + partial void Onrate_baseChanging(global::System.Nullable value); + partial void Onrate_baseChanged(); + /// /// There are no comments for Property activeon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -190840,27 +190979,27 @@ public static contractdetail Createcontractdetail(global::Microsoft.Dynamics.CRM partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property allotmentsremaining in the schema. + /// 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 allotmentsremaining + public virtual global::System.Nullable _ownerid_value { get { - return this._allotmentsremaining; + return this.__ownerid_value; } set { - this.OnallotmentsremainingChanging(value); - this._allotmentsremaining = value; - this.OnallotmentsremainingChanged(); - this.OnPropertyChanged("allotmentsremaining"); + 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 _allotmentsremaining; - partial void OnallotmentsremainingChanging(global::System.Nullable value); - partial void OnallotmentsremainingChanged(); + 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. /// @@ -190972,6 +191111,28 @@ public virtual string title partial void On_serviceaddress_valueChanging(global::System.Nullable value); partial void On_serviceaddress_valueChanged(); /// + /// There are no comments for Property _contactid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _contactid_value + { + get + { + return this.__contactid_value; + } + set + { + this.On_contactid_valueChanging(value); + this.__contactid_value = value; + this.On_contactid_valueChanged(); + this.OnPropertyChanged("_contactid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __contactid_value; + partial void On_contactid_valueChanging(global::System.Nullable value); + partial void On_contactid_valueChanged(); + /// /// There are no comments for Property allotmentsoverage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -191126,28 +191287,6 @@ public virtual string effectivitycalendar partial void OntotalallotmentsChanging(global::System.Nullable value); partial void OntotalallotmentsChanged(); /// - /// 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 net in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -191302,71 +191441,27 @@ public virtual string effectivitycalendar partial void OndiscountChanging(global::System.Nullable value); partial void OndiscountChanged(); /// - /// 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 _contactid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _contactid_value - { - get - { - return this.__contactid_value; - } - set - { - this.On_contactid_valueChanging(value); - this.__contactid_value = value; - this.On_contactid_valueChanged(); - this.OnPropertyChanged("_contactid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __contactid_value; - partial void On_contactid_valueChanging(global::System.Nullable value); - partial void On_contactid_valueChanged(); - /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__createdonbehalfby_value; + return this.__owningteam_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 net_base in the schema. /// @@ -191412,28 +191507,6 @@ public virtual string effectivitycalendar partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property rate_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable rate_base - { - get - { - return this._rate_base; - } - set - { - this.Onrate_baseChanging(value); - this._rate_base = value; - this.Onrate_baseChanged(); - this.OnPropertyChanged("rate_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _rate_base; - partial void Onrate_baseChanging(global::System.Nullable value); - partial void Onrate_baseChanged(); - /// /// There are no comments for Property _customerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -191456,27 +191529,27 @@ public virtual string effectivitycalendar partial void On_customerid_valueChanging(global::System.Nullable value); partial void On_customerid_valueChanged(); /// - /// There are no comments for Property contractdetailid 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 contractdetailid + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._contractdetailid; + return this.__createdonbehalfby_value; } set { - this.OncontractdetailidChanging(value); - this._contractdetailid = value; - this.OncontractdetailidChanged(); - this.OnPropertyChanged("contractdetailid"); + 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 _contractdetailid; - partial void OncontractdetailidChanging(global::System.Nullable value); - partial void OncontractdetailidChanged(); + 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 _modifiedby_value in the schema. /// @@ -191522,28 +191595,6 @@ public virtual string effectivitycalendar partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property productserialnumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string productserialnumber - { - get - { - return this._productserialnumber; - } - set - { - this.OnproductserialnumberChanging(value); - this._productserialnumber = value; - this.OnproductserialnumberChanged(); - this.OnPropertyChanged("productserialnumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _productserialnumber; - partial void OnproductserialnumberChanging(string value); - partial void OnproductserialnumberChanged(); - /// /// There are no comments for Property expireson in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -193217,27 +193268,27 @@ public static contract Createcontract(global::Microsoft.Dynamics.CRM.systemuser partial void OntotaldiscountChanging(global::System.Nullable value); partial void OntotaldiscountChanged(); /// - /// There are no comments for Property title 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 string title + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._title; + return this.__createdonbehalfby_value; } set { - this.OntitleChanging(value); - this._title = value; - this.OntitleChanged(); - this.OnPropertyChanged("title"); + 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 string _title; - partial void OntitleChanging(string value); - partial void OntitleChanged(); + 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 entityimage in the schema. /// @@ -193261,93 +193312,71 @@ public virtual byte[] entityimage partial void OnentityimageChanging(byte[] value); partial void OnentityimageChanged(); /// - /// 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 _billingaccountid_value in the schema. + /// 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 _billingaccountid_value + public virtual global::System.Nullable statuscode { get { - return this.__billingaccountid_value; + return this._statuscode; } set { - this.On_billingaccountid_valueChanging(value); - this.__billingaccountid_value = value; - this.On_billingaccountid_valueChanged(); - this.OnPropertyChanged("_billingaccountid_value"); + 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 __billingaccountid_value; - partial void On_billingaccountid_valueChanging(global::System.Nullable value); - partial void On_billingaccountid_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property contractid in the schema. + /// 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 contractid + public virtual global::System.Nullable contractservicelevelcode { get { - return this._contractid; + return this._contractservicelevelcode; } set { - this.OncontractidChanging(value); - this._contractid = value; - this.OncontractidChanged(); - this.OnPropertyChanged("contractid"); + 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 _contractid; - partial void OncontractidChanging(global::System.Nullable value); - partial void OncontractidChanged(); + private global::System.Nullable _contractservicelevelcode; + partial void OncontractservicelevelcodeChanging(global::System.Nullable value); + partial void OncontractservicelevelcodeChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property contracttemplateabbreviation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual string contracttemplateabbreviation { get { - return this.__owningteam_value; + return this._contracttemplateabbreviation; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.OncontracttemplateabbreviationChanging(value); + this._contracttemplateabbreviation = value; + this.OncontracttemplateabbreviationChanged(); + this.OnPropertyChanged("contracttemplateabbreviation"); } } [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 string _contracttemplateabbreviation; + partial void OncontracttemplateabbreviationChanging(string value); + partial void OncontracttemplateabbreviationChanged(); /// /// There are no comments for Property contractnumber in the schema. /// @@ -193393,27 +193422,27 @@ public virtual string contractnumber partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property entityimage_timestamp in the schema. + /// 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 entityimage_timestamp + public virtual global::System.Nullable exchangerate { get { - return this._entityimage_timestamp; + return this._exchangerate; } set { - this.Onentityimage_timestampChanging(value); - this._entityimage_timestamp = value; - this.Onentityimage_timestampChanged(); - this.OnPropertyChanged("entityimage_timestamp"); + 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 _entityimage_timestamp; - partial void Onentityimage_timestampChanging(global::System.Nullable value); - partial void Onentityimage_timestampChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// /// There are no comments for Property entityimageid in the schema. /// @@ -193437,6 +193466,28 @@ public virtual string contractnumber partial void OnentityimageidChanging(global::System.Nullable value); partial void OnentityimageidChanged(); /// + /// There are no comments for Property _originatingcontract_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _originatingcontract_value + { + get + { + return this.__originatingcontract_value; + } + set + { + this.On_originatingcontract_valueChanging(value); + this.__originatingcontract_value = value; + this.On_originatingcontract_valueChanged(); + this.OnPropertyChanged("_originatingcontract_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __originatingcontract_value; + partial void On_originatingcontract_valueChanging(global::System.Nullable value); + partial void On_originatingcontract_valueChanged(); + /// /// There are no comments for Property _billingcontactid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -193481,28 +193532,6 @@ public virtual string contractnumber partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _originatingcontract_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _originatingcontract_value - { - get - { - return this.__originatingcontract_value; - } - set - { - this.On_originatingcontract_valueChanging(value); - this.__originatingcontract_value = value; - this.On_originatingcontract_valueChanged(); - this.OnPropertyChanged("_originatingcontract_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __originatingcontract_value; - partial void On_originatingcontract_valueChanging(global::System.Nullable value); - partial void On_originatingcontract_valueChanged(); - /// /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -193591,27 +193620,27 @@ public virtual string contractnumber partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property _customerid_value in the schema. + /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _customerid_value + public virtual string entityimage_url { get { - return this.__customerid_value; + return this._entityimage_url; } set { - this.On_customerid_valueChanging(value); - this.__customerid_value = value; - this.On_customerid_valueChanged(); - this.OnPropertyChanged("_customerid_value"); + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __customerid_value; - partial void On_customerid_valueChanging(global::System.Nullable value); - partial void On_customerid_valueChanged(); + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); /// /// There are no comments for Property _accountid_value in the schema. /// @@ -193635,27 +193664,49 @@ public virtual string contractnumber partial void On_accountid_valueChanging(global::System.Nullable value); partial void On_accountid_valueChanged(); /// - /// There are no comments for Property effectivitycalendar in the schema. + /// There are no comments for Property _customerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string effectivitycalendar + public virtual global::System.Nullable _customerid_value { get { - return this._effectivitycalendar; + return this.__customerid_value; } set { - this.OneffectivitycalendarChanging(value); - this._effectivitycalendar = value; - this.OneffectivitycalendarChanged(); - this.OnPropertyChanged("effectivitycalendar"); + this.On_customerid_valueChanging(value); + this.__customerid_value = value; + this.On_customerid_valueChanged(); + this.OnPropertyChanged("_customerid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _effectivitycalendar; - partial void OneffectivitycalendarChanging(string value); - partial void OneffectivitycalendarChanged(); + private global::System.Nullable __customerid_value; + partial void On_customerid_valueChanging(global::System.Nullable value); + partial void On_customerid_valueChanged(); + /// + /// There are no comments for Property contractid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable contractid + { + get + { + return this._contractid; + } + set + { + this.OncontractidChanging(value); + this._contractid = value; + this.OncontractidChanged(); + this.OnPropertyChanged("contractid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _contractid; + partial void OncontractidChanging(global::System.Nullable value); + partial void OncontractidChanged(); /// /// There are no comments for Property _billingcustomerid_value in the schema. /// @@ -193723,71 +193774,71 @@ public virtual string effectivitycalendar partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _contracttemplateid_value in the schema. + /// There are no comments for Property entityimage_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _contracttemplateid_value + public virtual global::System.Nullable entityimage_timestamp { get { - return this.__contracttemplateid_value; + return this._entityimage_timestamp; } set { - this.On_contracttemplateid_valueChanging(value); - this.__contracttemplateid_value = value; - this.On_contracttemplateid_valueChanged(); - this.OnPropertyChanged("_contracttemplateid_value"); + this.Onentityimage_timestampChanging(value); + this._entityimage_timestamp = value; + this.Onentityimage_timestampChanged(); + this.OnPropertyChanged("entityimage_timestamp"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __contracttemplateid_value; - partial void On_contracttemplateid_valueChanging(global::System.Nullable value); - partial void On_contracttemplateid_valueChanged(); + private global::System.Nullable _entityimage_timestamp; + partial void Onentityimage_timestampChanging(global::System.Nullable value); + partial void Onentityimage_timestampChanged(); /// - /// There are no comments for Property totalprice_base in the schema. + /// 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 totalprice_base + public virtual global::System.Nullable _modifiedby_value { get { - return this._totalprice_base; + return this.__modifiedby_value; } set { - this.Ontotalprice_baseChanging(value); - this._totalprice_base = value; - this.Ontotalprice_baseChanged(); - this.OnPropertyChanged("totalprice_base"); + 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 _totalprice_base; - partial void Ontotalprice_baseChanging(global::System.Nullable value); - partial void Ontotalprice_baseChanged(); + 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 exchangerate in the schema. + /// There are no comments for Property netprice in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable netprice { get { - return this._exchangerate; + return this._netprice; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.OnnetpriceChanging(value); + this._netprice = value; + this.OnnetpriceChanged(); + this.OnPropertyChanged("netprice"); } } [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::System.Nullable _netprice; + partial void OnnetpriceChanging(global::System.Nullable value); + partial void OnnetpriceChanged(); /// /// There are no comments for Property contractlanguage in the schema. /// @@ -193987,27 +194038,27 @@ public virtual string contractlanguage partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property effectivitycalendar in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string effectivitycalendar { get { - return this.__createdonbehalfby_value; + return this._effectivitycalendar; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OneffectivitycalendarChanging(value); + this._effectivitycalendar = value; + this.OneffectivitycalendarChanged(); + this.OnPropertyChanged("effectivitycalendar"); } } [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 string _effectivitycalendar; + partial void OneffectivitycalendarChanging(string value); + partial void OneffectivitycalendarChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -194031,137 +194082,137 @@ public virtual string contractlanguage partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable modifiedon { get { - return this.__modifiedby_value; + return this._modifiedon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable statecode { get { - return this._modifiedon; + return this._statecode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property _serviceaddress_value in the schema. + /// There are no comments for Property title in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _serviceaddress_value + public virtual string title { get { - return this.__serviceaddress_value; + return this._title; } set { - this.On_serviceaddress_valueChanging(value); - this.__serviceaddress_value = value; - this.On_serviceaddress_valueChanged(); - this.OnPropertyChanged("_serviceaddress_value"); + this.OntitleChanging(value); + this._title = value; + this.OntitleChanged(); + this.OnPropertyChanged("title"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __serviceaddress_value; - partial void On_serviceaddress_valueChanging(global::System.Nullable value); - partial void On_serviceaddress_valueChanged(); + private string _title; + partial void OntitleChanging(string value); + partial void OntitleChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property _serviceaddress_value 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 _serviceaddress_value { get { - return this._statecode; + return this.__serviceaddress_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.On_serviceaddress_valueChanging(value); + this.__serviceaddress_value = value; + this.On_serviceaddress_valueChanged(); + this.OnPropertyChanged("_serviceaddress_value"); } } [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 __serviceaddress_value; + partial void On_serviceaddress_valueChanging(global::System.Nullable value); + partial void On_serviceaddress_valueChanged(); /// - /// There are no comments for Property netprice_base in the schema. + /// There are no comments for Property totalprice_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable netprice_base + public virtual global::System.Nullable totalprice_base { get { - return this._netprice_base; + return this._totalprice_base; } set { - this.Onnetprice_baseChanging(value); - this._netprice_base = value; - this.Onnetprice_baseChanged(); - this.OnPropertyChanged("netprice_base"); + this.Ontotalprice_baseChanging(value); + this._totalprice_base = value; + this.Ontotalprice_baseChanged(); + this.OnPropertyChanged("totalprice_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _netprice_base; - partial void Onnetprice_baseChanging(global::System.Nullable value); - partial void Onnetprice_baseChanged(); + private global::System.Nullable _totalprice_base; + partial void Ontotalprice_baseChanging(global::System.Nullable value); + partial void Ontotalprice_baseChanged(); /// - /// There are no comments for Property netprice in the schema. + /// 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 netprice + public virtual global::System.Nullable _owningteam_value { get { - return this._netprice; + return this.__owningteam_value; } set { - this.OnnetpriceChanging(value); - this._netprice = value; - this.OnnetpriceChanged(); - this.OnPropertyChanged("netprice"); + 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 _netprice; - partial void OnnetpriceChanging(global::System.Nullable value); - partial void OnnetpriceChanged(); + 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 overriddencreatedon in the schema. /// @@ -194185,6 +194236,28 @@ public virtual string contractlanguage partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// There are no comments for Property _contracttemplateid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _contracttemplateid_value + { + get + { + return this.__contracttemplateid_value; + } + set + { + this.On_contracttemplateid_valueChanging(value); + this.__contracttemplateid_value = value; + this.On_contracttemplateid_valueChanged(); + this.OnPropertyChanged("_contracttemplateid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __contracttemplateid_value; + partial void On_contracttemplateid_valueChanging(global::System.Nullable value); + partial void On_contracttemplateid_valueChanged(); + /// /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -194229,27 +194302,27 @@ public virtual string emailaddress partial void OnemailaddressChanging(string value); partial void OnemailaddressChanged(); /// - /// There are no comments for Property contracttemplateabbreviation in the schema. + /// There are no comments for Property netprice_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string contracttemplateabbreviation + public virtual global::System.Nullable netprice_base { get { - return this._contracttemplateabbreviation; + return this._netprice_base; } set { - this.OncontracttemplateabbreviationChanging(value); - this._contracttemplateabbreviation = value; - this.OncontracttemplateabbreviationChanged(); - this.OnPropertyChanged("contracttemplateabbreviation"); + this.Onnetprice_baseChanging(value); + this._netprice_base = value; + this.Onnetprice_baseChanged(); + this.OnPropertyChanged("netprice_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _contracttemplateabbreviation; - partial void OncontracttemplateabbreviationChanging(string value); - partial void OncontracttemplateabbreviationChanged(); + private global::System.Nullable _netprice_base; + partial void Onnetprice_baseChanging(global::System.Nullable value); + partial void Onnetprice_baseChanged(); /// /// There are no comments for Property allotmenttypecode in the schema. /// @@ -194295,27 +194368,27 @@ public virtual string contracttemplateabbreviation partial void OnbillingfrequencycodeChanging(global::System.Nullable value); partial void OnbillingfrequencycodeChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property _billingaccountid_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 _billingaccountid_value { get { - return this._statuscode; + return this.__billingaccountid_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.On_billingaccountid_valueChanging(value); + this.__billingaccountid_value = value; + this.On_billingaccountid_valueChanged(); + this.OnPropertyChanged("_billingaccountid_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 __billingaccountid_value; + partial void On_billingaccountid_valueChanging(global::System.Nullable value); + partial void On_billingaccountid_valueChanged(); /// /// There are no comments for Property activeon in the schema. /// @@ -194339,28 +194412,6 @@ public virtual string contracttemplateabbreviation partial void OnactiveonChanging(global::System.Nullable value); partial void OnactiveonChanged(); /// - /// There are no comments for Property entityimage_url in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url - { - get - { - return this._entityimage_url; - } - set - { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); - /// /// There are no comments for Property usediscountaspercentage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -195735,49 +195786,49 @@ public static contracttemplate Createcontracttemplate(global::Microsoft.Dynamics return contracttemplate; } /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property billingfrequencycode 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 billingfrequencycode { get { - return this.__createdby_value; + return this._billingfrequencycode; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnbillingfrequencycodeChanging(value); + this._billingfrequencycode = value; + this.OnbillingfrequencycodeChanged(); + this.OnPropertyChanged("billingfrequencycode"); } } [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 _billingfrequencycode; + partial void OnbillingfrequencycodeChanging(global::System.Nullable value); + partial void OnbillingfrequencycodeChanged(); /// - /// There are no comments for Property overwritetime 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 overwritetime + public virtual global::System.Nullable _createdby_value { get { - return this._overwritetime; + return this.__createdby_value; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + 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 _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + 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 name in the schema. /// @@ -195801,27 +195852,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property billingfrequencycode in the schema. + /// 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 billingfrequencycode + public virtual global::System.Nullable overriddencreatedon { get { - return this._billingfrequencycode; + return this._overriddencreatedon; } set { - this.OnbillingfrequencycodeChanging(value); - this._billingfrequencycode = value; - this.OnbillingfrequencycodeChanged(); - this.OnPropertyChanged("billingfrequencycode"); + 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 _billingfrequencycode; - partial void OnbillingfrequencycodeChanging(global::System.Nullable value); - partial void OnbillingfrequencycodeChanged(); + 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. /// @@ -195889,49 +195940,71 @@ public virtual string introducedversion partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OniscustomizableChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property contracttemplateidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable contracttemplateidunique { get { - return this._utcconversiontimezonecode; + return this._contracttemplateidunique; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OncontracttemplateiduniqueChanging(value); + this._contracttemplateidunique = value; + this.OncontracttemplateiduniqueChanged(); + this.OnPropertyChanged("contracttemplateidunique"); } } [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::System.Nullable _contracttemplateidunique; + partial void OncontracttemplateiduniqueChanging(global::System.Nullable value); + partial void OncontracttemplateiduniqueChanged(); /// - /// There are no comments for Property effectivitycalendar in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string effectivitycalendar + public virtual global::System.Nullable overwritetime { get { - return this._effectivitycalendar; + return this._overwritetime; } set { - this.OneffectivitycalendarChanging(value); - this._effectivitycalendar = value; - this.OneffectivitycalendarChanged(); - this.OnPropertyChanged("effectivitycalendar"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _effectivitycalendar; - partial void OneffectivitycalendarChanging(string value); - partial void OneffectivitycalendarChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// + /// 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 contracttemplateid in the schema. /// @@ -196131,27 +196204,27 @@ public virtual string abbreviation partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._timezoneruleversionnumber; + return this._utcconversiontimezonecode; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -196175,6 +196248,28 @@ public virtual string abbreviation partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// There are no comments for Property effectivitycalendar in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string effectivitycalendar + { + get + { + return this._effectivitycalendar; + } + set + { + this.OneffectivitycalendarChanging(value); + this._effectivitycalendar = value; + this.OneffectivitycalendarChanged(); + this.OnPropertyChanged("effectivitycalendar"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _effectivitycalendar; + partial void OneffectivitycalendarChanging(string value); + partial void OneffectivitycalendarChanged(); + /// /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -196285,71 +196380,27 @@ public virtual string description partial void OnallotmenttypecodeChanging(global::System.Nullable value); partial void OnallotmenttypecodeChanged(); /// - /// There are no comments for Property contracttemplateidunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable contracttemplateidunique - { - get - { - return this._contracttemplateidunique; - } - set - { - this.OncontracttemplateiduniqueChanging(value); - this._contracttemplateidunique = value; - this.OncontracttemplateiduniqueChanged(); - this.OnPropertyChanged("contracttemplateidunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _contracttemplateidunique; - partial void OncontracttemplateiduniqueChanging(global::System.Nullable value); - partial void OncontracttemplateiduniqueChanged(); - /// - /// 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 overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._overriddencreatedon; + return this._timezoneruleversionnumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -197105,28 +197156,6 @@ public static conversationtranscript Createconversationtranscript(global::Micros partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property schematype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string schematype - { - get - { - return this._schematype; - } - set - { - this.OnschematypeChanging(value); - this._schematype = value; - this.OnschematypeChanged(); - this.OnPropertyChanged("schematype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _schematype; - partial void OnschematypeChanging(string value); - partial void OnschematypeChanged(); - /// /// There are no comments for Property _bot_conversationtranscriptid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -197149,28 +197178,6 @@ public virtual string schematype partial void On_bot_conversationtranscriptid_valueChanging(global::System.Nullable value); partial void On_bot_conversationtranscriptid_valueChanged(); /// - /// 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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -197215,27 +197222,27 @@ public virtual string schematype partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property _owningbusinessunit_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 _owningbusinessunit_value + public virtual global::System.Nullable createdon { get { - return this.__owningbusinessunit_value; + return this._createdon; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property metadata in the schema. /// @@ -197259,50 +197266,6 @@ public virtual string metadata partial void OnmetadataChanging(string value); partial void OnmetadataChanged(); /// - /// There are no comments for Property schemaversion in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string schemaversion - { - get - { - return this._schemaversion; - } - set - { - this.OnschemaversionChanging(value); - this._schemaversion = value; - this.OnschemaversionChanged(); - this.OnPropertyChanged("schemaversion"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _schemaversion; - partial void OnschemaversionChanging(string value); - partial void OnschemaversionChanged(); - /// - /// 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 conversationstarttime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -197391,6 +197354,28 @@ public virtual string schemaversion partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -197435,27 +197420,49 @@ public virtual string schemaversion partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable statuscode { get { - return this._modifiedon; + return this._statuscode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); + /// + /// There are no comments for Property schematype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string schematype + { + get + { + return this._schematype; + } + set + { + this.OnschematypeChanging(value); + this._schematype = value; + this.OnschematypeChanged(); + this.OnPropertyChanged("schematype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _schematype; + partial void OnschematypeChanging(string value); + partial void OnschematypeChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -197479,27 +197486,27 @@ public virtual string schemaversion partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property schemaversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual string schemaversion { get { - return this._statuscode; + return this._schemaversion; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnschemaversionChanging(value); + this._schemaversion = value; + this.OnschemaversionChanged(); + this.OnPropertyChanged("schemaversion"); } } [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 string _schemaversion; + partial void OnschemaversionChanging(string value); + partial void OnschemaversionChanged(); /// /// There are no comments for Property name in the schema. /// @@ -197545,6 +197552,28 @@ public virtual string name partial void OnconversationtranscriptidChanging(global::System.Nullable value); partial void OnconversationtranscriptidChanged(); /// + /// 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 content in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -197611,6 +197640,28 @@ public virtual string content partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// + /// 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 importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -198503,6 +198554,28 @@ public virtual string description partial void OncomponentiduniqueChanging(global::System.Nullable value); partial void OncomponentiduniqueChanged(); /// + /// 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 componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -198547,28 +198620,6 @@ public virtual string description partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property displayname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string displayname - { - get - { - return this._displayname; - } - set - { - this.OndisplaynameChanging(value); - this._displayname = value; - this.OndisplaynameChanged(); - this.OnPropertyChanged("displayname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _displayname; - partial void OndisplaynameChanging(string value); - partial void OndisplaynameChanged(); - /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -198613,27 +198664,27 @@ public virtual string name partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property isoptional in the schema. + /// There are no comments for Property displayname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isoptional + public virtual string displayname { get { - return this._isoptional; + return this._displayname; } set { - this.OnisoptionalChanging(value); - this._isoptional = value; - this.OnisoptionalChanged(); - this.OnPropertyChanged("isoptional"); + this.OndisplaynameChanging(value); + this._displayname = value; + this.OndisplaynameChanged(); + this.OnPropertyChanged("displayname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isoptional; - partial void OnisoptionalChanging(global::System.Nullable value); - partial void OnisoptionalChanged(); + private string _displayname; + partial void OndisplaynameChanging(string value); + partial void OndisplaynameChanged(); /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// @@ -198701,28 +198752,6 @@ public virtual string name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -199009,6 +199038,28 @@ public virtual string uniquename partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// + /// There are no comments for Property isoptional in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isoptional + { + get + { + return this._isoptional; + } + set + { + this.OnisoptionalChanging(value); + this._isoptional = value; + this.OnisoptionalChanged(); + this.OnPropertyChanged("isoptional"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isoptional; + partial void OnisoptionalChanging(global::System.Nullable value); + partial void OnisoptionalChanged(); + /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -199945,28 +199996,6 @@ public static customapiresponseproperty Createcustomapiresponseproperty(global:: partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -200077,6 +200106,28 @@ public virtual string name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// 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#")] @@ -200143,28 +200194,6 @@ public virtual string uniquename 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 solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -200231,27 +200260,49 @@ public virtual string uniquename partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property entitylogicalname in the schema. + /// There are no comments for Property displayname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entitylogicalname + public virtual string displayname { get { - return this._entitylogicalname; + return this._displayname; } set { - this.OnentitylogicalnameChanging(value); - this._entitylogicalname = value; - this.OnentitylogicalnameChanged(); - this.OnPropertyChanged("entitylogicalname"); + this.OndisplaynameChanging(value); + this._displayname = value; + this.OndisplaynameChanged(); + this.OnPropertyChanged("displayname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entitylogicalname; - partial void OnentitylogicalnameChanging(string value); - partial void OnentitylogicalnameChanged(); + private string _displayname; + partial void OndisplaynameChanging(string value); + partial void OndisplaynameChanged(); + /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -200341,27 +200392,27 @@ public virtual string entitylogicalname partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property displayname in the schema. + /// There are no comments for Property entitylogicalname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string displayname + public virtual string entitylogicalname { get { - return this._displayname; + return this._entitylogicalname; } set { - this.OndisplaynameChanging(value); - this._displayname = value; - this.OndisplaynameChanged(); - this.OnPropertyChanged("displayname"); + this.OnentitylogicalnameChanging(value); + this._entitylogicalname = value; + this.OnentitylogicalnameChanged(); + this.OnPropertyChanged("entitylogicalname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _displayname; - partial void OndisplaynameChanging(string value); - partial void OndisplaynameChanged(); + private string _entitylogicalname; + partial void OnentitylogicalnameChanging(string value); + partial void OnentitylogicalnameChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -202855,115 +202906,115 @@ public virtual string primaryentitytypecode partial void OnprimaryentitytypecodeChanging(string value); partial void OnprimaryentitytypecodeChanged(); /// - /// There are no comments for Property controldescriptionjson 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 string controldescriptionjson + public virtual global::System.Nullable createdon { get { - return this._controldescriptionjson; + return this._createdon; } set { - this.OncontroldescriptionjsonChanging(value); - this._controldescriptionjson = value; - this.OncontroldescriptionjsonChanged(); - this.OnPropertyChanged("controldescriptionjson"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _controldescriptionjson; - partial void OncontroldescriptionjsonChanging(string value); - partial void OncontroldescriptionjsonChanged(); + 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. + /// There are no comments for Property controldescriptionjson in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string controldescriptionjson { get { - return this.__createdonbehalfby_value; + return this._controldescriptionjson; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OncontroldescriptionjsonChanging(value); + this._controldescriptionjson = value; + this.OncontroldescriptionjsonChanged(); + this.OnPropertyChanged("controldescriptionjson"); } } [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 string _controldescriptionjson; + partial void OncontroldescriptionjsonChanging(string value); + partial void OncontroldescriptionjsonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable ismanaged { get { - return this.__modifiedonbehalfby_value; + return this._ismanaged; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [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::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// 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 componentstate + public virtual global::System.Nullable versionnumber { get { - return this._componentstate; + return this._versionnumber; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// 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 ismanaged + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._ismanaged; + return this.__modifiedonbehalfby_value; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + 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 _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + 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 eventsxml in the schema. /// @@ -202987,6 +203038,28 @@ public virtual string eventsxml partial void OneventsxmlChanging(string value); partial void OneventsxmlChanged(); /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// /// There are no comments for Property customcontroldefaultconfigid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -203053,27 +203126,27 @@ public virtual string eventsxml partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property introducedversion in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable componentstate { get { - return this._introducedversion; + return this._componentstate; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -203097,28 +203170,6 @@ public virtual string introducedversion partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// 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 customcontroldefaultconfigidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -203163,27 +203214,27 @@ public virtual string introducedversion partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property versionnumber 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 versionnumber + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._versionnumber; + return this.__createdonbehalfby_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 modifiedon in the schema. /// @@ -203587,6 +203638,28 @@ public static customcontrolresource Createcustomcontrolresource(global::Microsof return customcontrolresource; } /// + /// There are no comments for Property versionrequirement in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string versionrequirement + { + get + { + return this._versionrequirement; + } + set + { + this.OnversionrequirementChanging(value); + this._versionrequirement = value; + this.OnversionrequirementChanged(); + this.OnPropertyChanged("versionrequirement"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _versionrequirement; + partial void OnversionrequirementChanging(string value); + partial void OnversionrequirementChanged(); + /// /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -203675,28 +203748,6 @@ public virtual string version partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// - /// 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 customcontrolresourceid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -203719,27 +203770,27 @@ public virtual string version partial void OncustomcontrolresourceidChanging(global::System.Nullable value); partial void OncustomcontrolresourceidChanged(); /// - /// There are no comments for Property versionrequirement in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string versionrequirement + public virtual global::System.Nullable versionnumber { get { - return this._versionrequirement; + return this._versionnumber; } set { - this.OnversionrequirementChanging(value); - this._versionrequirement = value; - this.OnversionrequirementChanged(); - this.OnPropertyChanged("versionrequirement"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _versionrequirement; - partial void OnversionrequirementChanging(string value); - partial void OnversionrequirementChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -204453,28 +204504,6 @@ public static customcontrol Createcustomcontrol(global::Microsoft.Dynamics.CRM.s partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property compatibledatatypes in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string compatibledatatypes - { - get - { - return this._compatibledatatypes; - } - set - { - this.OncompatibledatatypesChanging(value); - this._compatibledatatypes = value; - this.OncompatibledatatypesChanged(); - this.OnPropertyChanged("compatibledatatypes"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _compatibledatatypes; - partial void OncompatibledatatypesChanging(string value); - partial void OncompatibledatatypesChanged(); - /// /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -204497,28 +204526,6 @@ public virtual string compatibledatatypes partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// 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 clientjson in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -204541,49 +204548,49 @@ public virtual string clientjson partial void OnclientjsonChanging(string value); partial void OnclientjsonChanged(); /// - /// There are no comments for Property customcontrolid in the schema. + /// There are no comments for Property introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable customcontrolid + public virtual string introducedversion { get { - return this._customcontrolid; + return this._introducedversion; } set { - this.OncustomcontrolidChanging(value); - this._customcontrolid = value; - this.OncustomcontrolidChanged(); - this.OnPropertyChanged("customcontrolid"); + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _customcontrolid; - partial void OncustomcontrolidChanging(global::System.Nullable value); - partial void OncustomcontrolidChanged(); + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property customcontrolid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable customcontrolid { get { - return this.__organizationid_value; + return this._customcontrolid; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OncustomcontrolidChanging(value); + this._customcontrolid = value; + this.OncustomcontrolidChanged(); + this.OnPropertyChanged("customcontrolid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _customcontrolid; + partial void OncustomcontrolidChanging(global::System.Nullable value); + partial void OncustomcontrolidChanged(); /// /// There are no comments for Property authoringmanifest in the schema. /// @@ -204651,6 +204658,50 @@ public virtual string version partial void OncustomcontroliduniqueChanging(global::System.Nullable value); partial void OncustomcontroliduniqueChanged(); /// + /// There are no comments for Property _organizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _organizationid_value + { + get + { + return this.__organizationid_value; + } + set + { + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); + /// + /// 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 componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -204673,27 +204724,27 @@ public virtual string version partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property compatibledatatypes in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual string compatibledatatypes { get { - return this._overwritetime; + return this._compatibledatatypes; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OncompatibledatatypesChanging(value); + this._compatibledatatypes = value; + this.OncompatibledatatypesChanged(); + this.OnPropertyChanged("compatibledatatypes"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private string _compatibledatatypes; + partial void OncompatibledatatypesChanging(string value); + partial void OncompatibledatatypesChanged(); /// /// There are no comments for Property name in the schema. /// @@ -204717,6 +204768,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// /// There are no comments for Property manifest in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -204761,28 +204834,6 @@ public virtual string manifest partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -204805,27 +204856,27 @@ public virtual string manifest partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property introducedversion in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable _modifiedby_value { get { - return this._introducedversion; + return this.__modifiedby_value; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + 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 string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + 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 modifiedonbehalfby in the schema. /// @@ -205547,28 +205598,6 @@ public virtual string line2 partial void OnaddressnumberChanging(global::System.Nullable value); partial void OnaddressnumberChanged(); /// - /// There are no comments for Property postofficebox in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string postofficebox - { - get - { - return this._postofficebox; - } - set - { - this.OnpostofficeboxChanging(value); - this._postofficebox = value; - this.OnpostofficeboxChanged(); - this.OnPropertyChanged("postofficebox"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _postofficebox; - partial void OnpostofficeboxChanging(string value); - partial void OnpostofficeboxChanged(); - /// /// There are no comments for Property telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -206009,28 +206038,6 @@ public virtual string primarycontactname partial void OnprimarycontactnameChanging(string value); partial void OnprimarycontactnameChanged(); /// - /// 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 city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -206207,6 +206214,28 @@ public virtual string composite partial void OncompositeChanging(string value); partial void OncompositeChanged(); /// + /// 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 telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -206251,6 +206280,28 @@ public virtual string telephone3 partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// + /// There are no comments for Property postofficebox in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string postofficebox + { + get + { + return this._postofficebox; + } + set + { + this.OnpostofficeboxChanging(value); + this._postofficebox = value; + this.OnpostofficeboxChanged(); + this.OnPropertyChanged("postofficebox"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _postofficebox; + partial void OnpostofficeboxChanging(string value); + partial void OnpostofficeboxChanged(); + /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -207161,28 +207212,6 @@ public static datalakefolderpermission Createdatalakefolderpermission(global::Mi partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -207249,50 +207278,6 @@ public static datalakefolderpermission Createdatalakefolderpermission(global::Mi partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 _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 componentidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -207381,6 +207366,28 @@ public virtual string datalakefolderpermission_uniquename partial void Ondatalakefolderpermission_uniquenameChanging(string value); partial void Ondatalakefolderpermission_uniquenameChanged(); /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -207403,27 +207410,27 @@ public virtual string datalakefolderpermission_uniquename partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property _folderid_value 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 _folderid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__folderid_value; + return this.__createdby_value; } set { - this.On_folderid_valueChanging(value); - this.__folderid_value = value; - this.On_folderid_valueChanged(); - this.OnPropertyChanged("_folderid_value"); + 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 __folderid_value; - partial void On_folderid_valueChanging(global::System.Nullable value); - partial void On_folderid_valueChanged(); + 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 ismanaged in the schema. /// @@ -207513,27 +207520,27 @@ public virtual string name partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OniscustomizableChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable versionnumber { get { - return this.__ownerid_value; + return this._versionnumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property componentstate in the schema. /// @@ -207557,6 +207564,28 @@ public virtual string name partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// + /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -207579,6 +207608,50 @@ public virtual string name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property _folderid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _folderid_value + { + get + { + return this.__folderid_value; + } + set + { + this.On_folderid_valueChanging(value); + this.__folderid_value = value; + this.On_folderid_valueChanged(); + this.OnPropertyChanged("_folderid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __folderid_value; + partial void On_folderid_valueChanging(global::System.Nullable value); + partial void On_folderid_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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -207645,27 +207718,27 @@ public virtual string name partial void OncanreadChanging(global::System.Nullable value); partial void OncanreadChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// 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 overwritetime + public virtual global::System.Nullable overriddencreatedon { get { - return this._overwritetime; + return this._overriddencreatedon; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + 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 _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -207711,28 +207784,6 @@ public virtual string name partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// 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 canexecute in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -210125,115 +210176,115 @@ public static datalakeworkspacepermission Createdatalakeworkspacepermission(glob return datalakeworkspacepermission; } /// - /// There are no comments for Property canwrite in the schema. + /// 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 canwrite + public virtual global::System.Nullable _modifiedby_value { get { - return this._canwrite; + return this.__modifiedby_value; } set { - this.OncanwriteChanging(value); - this._canwrite = value; - this.OncanwriteChanged(); - this.OnPropertyChanged("canwrite"); + 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 _canwrite; - partial void OncanwriteChanging(global::System.Nullable value); - partial void OncanwriteChanged(); + 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 overwritetime in the schema. + /// There are no comments for Property canwrite in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable canwrite { get { - return this._overwritetime; + return this._canwrite; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OncanwriteChanging(value); + this._canwrite = value; + this.OncanwriteChanged(); + this.OnPropertyChanged("canwrite"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable _canwrite; + partial void OncanwriteChanging(global::System.Nullable value); + partial void OncanwriteChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property canread in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable canread { get { - return this._modifiedon; + return this._canread; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OncanreadChanging(value); + this._canread = value; + this.OncanreadChanged(); + this.OnPropertyChanged("canread"); } } [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::System.Nullable _canread; + partial void OncanreadChanging(global::System.Nullable value); + partial void OncanreadChanged(); /// - /// There are no comments for Property componentstate 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 componentstate + public virtual global::System.Nullable createdon { get { - return this._componentstate; + return this._createdon; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._versionnumber; + return this._utcconversiontimezonecode; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _workspaceid_value in the schema. /// @@ -210279,49 +210330,49 @@ public static datalakeworkspacepermission Createdatalakeworkspacepermission(glob partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property solutionid 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 solutionid { get { - return this._createdon; + return this._solutionid; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [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 _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable overwritetime { get { - return this._solutionid; + return this._overwritetime; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property datalakeworkspacepermissionid in the schema. /// @@ -210433,27 +210484,27 @@ public virtual string name partial void OncomponentiduniqueChanging(global::System.Nullable value); partial void OncomponentiduniqueChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__modifiedby_value; + return this._timezoneruleversionnumber; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -210543,28 +210594,6 @@ public virtual string name partial void OntenantidChanging(global::System.Nullable value); partial void OntenantidChanged(); /// - /// 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 datalakeworkspacepermission_uniquename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -210653,71 +210682,71 @@ public virtual string datalakeworkspacepermission_uniquename partial void OnappidChanging(global::System.Nullable value); partial void OnappidChanged(); /// - /// There are no comments for Property utcconversiontimezonecode 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 utcconversiontimezonecode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._utcconversiontimezonecode; + return this.__createdonbehalfby_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 canread in the schema. + /// 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 canread + public virtual global::System.Nullable statuscode { get { - return this._canread; + return this._statuscode; } set { - this.OncanreadChanging(value); - this._canread = value; - this.OncanreadChanged(); - this.OnPropertyChanged("canread"); + 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 _canread; - partial void OncanreadChanging(global::System.Nullable value); - partial void OncanreadChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this._statuscode; + return this._iscustomizable; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [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.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); /// /// There are no comments for Property whitelistedappid in the schema. /// @@ -210741,49 +210770,71 @@ public virtual string datalakeworkspacepermission_uniquename partial void OnwhitelistedappidChanging(global::System.Nullable value); partial void OnwhitelistedappidChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable componentstate { get { - return this._timezoneruleversionnumber; + return this._componentstate; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable modifiedon { get { - return this._iscustomizable; + return this._modifiedon; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// 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 createdby in the schema. /// @@ -211489,6 +211540,28 @@ public static datalakeworkspace Createdatalakeworkspace(global::Microsoft.Dynami partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -211621,71 +211694,93 @@ public virtual string name partial void OncomponentiduniqueChanging(global::System.Nullable value); partial void OncomponentiduniqueChanged(); /// - /// There are no comments for Property tenantid 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 tenantid + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._tenantid; + return this.__createdonbehalfby_value; } set { - this.OntenantidChanging(value); - this._tenantid = value; - this.OntenantidChanged(); - this.OnPropertyChanged("tenantid"); + 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 _tenantid; - partial void OntenantidChanging(global::System.Nullable value); - partial void OntenantidChanged(); + 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 containerendpoint in the schema. + /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string containerendpoint + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._containerendpoint; + return this._timezoneruleversionnumber; } set { - this.OncontainerendpointChanging(value); - this._containerendpoint = value; - this.OncontainerendpointChanged(); - this.OnPropertyChanged("containerendpoint"); + this.OntimezoneruleversionnumberChanging(value); + this._timezoneruleversionnumber = value; + this.OntimezoneruleversionnumberChanged(); + this.OnPropertyChanged("timezoneruleversionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _containerendpoint; - partial void OncontainerendpointChanging(string value); - partial void OncontainerendpointChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property versionnumber 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 versionnumber + public virtual global::System.Nullable createdon { get { - return this._versionnumber; + return this._createdon; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); + /// + /// There are no comments for Property owningappid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable owningappid + { + get + { + return this._owningappid; + } + set + { + this.OnowningappidChanging(value); + this._owningappid = value; + this.OnowningappidChanged(); + this.OnPropertyChanged("owningappid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _owningappid; + partial void OnowningappidChanging(global::System.Nullable value); + partial void OnowningappidChanged(); /// /// There are no comments for Property ismanaged in the schema. /// @@ -211709,49 +211804,71 @@ public virtual string containerendpoint partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property containerendpoint in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string containerendpoint { get { - return this._utcconversiontimezonecode; + return this._containerendpoint; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OncontainerendpointChanging(value); + this._containerendpoint = value; + this.OncontainerendpointChanged(); + this.OnPropertyChanged("containerendpoint"); } } [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 string _containerendpoint; + partial void OncontainerendpointChanging(string value); + partial void OncontainerendpointChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// 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 componentstate + public virtual global::System.Nullable modifiedon { get { - return this._componentstate; + return this._modifiedon; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// There are no comments for Property solutionid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable solutionid + { + get + { + return this._solutionid; + } + set + { + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -211775,6 +211892,28 @@ public virtual string containerendpoint partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property tenantid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable tenantid + { + get + { + return this._tenantid; + } + set + { + this.OntenantidChanging(value); + this._tenantid = value; + this.OntenantidChanged(); + this.OnPropertyChanged("tenantid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _tenantid; + partial void OntenantidChanging(global::System.Nullable value); + partial void OntenantidChanged(); + /// /// There are no comments for Property iscustomercapacity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -211819,27 +211958,27 @@ public virtual string containerendpoint partial void OnisprivateChanging(global::System.Nullable value); partial void OnisprivateChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable componentstate { get { - return this._solutionid; + return this._componentstate; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -211929,49 +212068,27 @@ public virtual string datalakeworkspace_uniquename partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// 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 timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable versionnumber { get { - return this._timezoneruleversionnumber; + return this._versionnumber; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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. /// @@ -211995,28 +212112,6 @@ public virtual string datalakeworkspace_uniquename partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 path in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -212039,49 +212134,27 @@ public virtual string path partial void OnpathChanging(string value); partial void OnpathChanged(); /// - /// There are no comments for Property owningappid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable owningappid - { - get - { - return this._owningappid; - } - set - { - this.OnowningappidChanging(value); - this._owningappid = value; - this.OnowningappidChanged(); - this.OnPropertyChanged("owningappid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _owningappid; - partial void OnowningappidChanging(global::System.Nullable value); - partial void OnowningappidChanged(); - /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable statuscode { get { - return this._modifiedon; + return this._statuscode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property iscustomizable in the schema. /// @@ -212105,28 +212178,6 @@ public virtual string path partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OniscustomizableChanged(); /// - /// 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 whitelistedappid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -213097,27 +213148,27 @@ public partial class dependency : crmbaseentity partial void OnrequiredcomponentparentidChanging(global::System.Nullable value); partial void OnrequiredcomponentparentidChanged(); /// - /// There are no comments for Property dependentcomponentbasesolutionid in the schema. + /// There are no comments for Property requiredcomponentbasesolutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable dependentcomponentbasesolutionid + public virtual global::System.Nullable requiredcomponentbasesolutionid { get { - return this._dependentcomponentbasesolutionid; + return this._requiredcomponentbasesolutionid; } set { - this.OndependentcomponentbasesolutionidChanging(value); - this._dependentcomponentbasesolutionid = value; - this.OndependentcomponentbasesolutionidChanged(); - this.OnPropertyChanged("dependentcomponentbasesolutionid"); + this.OnrequiredcomponentbasesolutionidChanging(value); + this._requiredcomponentbasesolutionid = value; + this.OnrequiredcomponentbasesolutionidChanged(); + this.OnPropertyChanged("requiredcomponentbasesolutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _dependentcomponentbasesolutionid; - partial void OndependentcomponentbasesolutionidChanging(global::System.Nullable value); - partial void OndependentcomponentbasesolutionidChanged(); + private global::System.Nullable _requiredcomponentbasesolutionid; + partial void OnrequiredcomponentbasesolutionidChanging(global::System.Nullable value); + partial void OnrequiredcomponentbasesolutionidChanged(); /// /// There are no comments for Property dependentcomponenttype in the schema. /// @@ -213229,27 +213280,27 @@ public partial class dependency : crmbaseentity partial void On_dependentcomponentnodeid_valueChanging(global::System.Nullable value); partial void On_dependentcomponentnodeid_valueChanged(); /// - /// There are no comments for Property requiredcomponentbasesolutionid in the schema. + /// There are no comments for Property dependentcomponentbasesolutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable requiredcomponentbasesolutionid + public virtual global::System.Nullable dependentcomponentbasesolutionid { get { - return this._requiredcomponentbasesolutionid; + return this._dependentcomponentbasesolutionid; } set { - this.OnrequiredcomponentbasesolutionidChanging(value); - this._requiredcomponentbasesolutionid = value; - this.OnrequiredcomponentbasesolutionidChanged(); - this.OnPropertyChanged("requiredcomponentbasesolutionid"); + this.OndependentcomponentbasesolutionidChanging(value); + this._dependentcomponentbasesolutionid = value; + this.OndependentcomponentbasesolutionidChanged(); + this.OnPropertyChanged("dependentcomponentbasesolutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _requiredcomponentbasesolutionid; - partial void OnrequiredcomponentbasesolutionidChanging(global::System.Nullable value); - partial void OnrequiredcomponentbasesolutionidChanged(); + private global::System.Nullable _dependentcomponentbasesolutionid; + partial void OndependentcomponentbasesolutionidChanging(global::System.Nullable value); + partial void OndependentcomponentbasesolutionidChanged(); /// /// There are no comments for Property dependencytype in the schema. /// @@ -213676,49 +213727,49 @@ public static discount Creatediscount(global::Microsoft.Dynamics.CRM.systemuser return discount; } /// - /// There are no comments for Property discountid in the schema. + /// There are no comments for Property _discounttypeid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable discountid + public virtual global::System.Nullable _discounttypeid_value { get { - return this._discountid; + return this.__discounttypeid_value; } set { - this.OndiscountidChanging(value); - this._discountid = value; - this.OndiscountidChanged(); - this.OnPropertyChanged("discountid"); + this.On_discounttypeid_valueChanging(value); + this.__discounttypeid_value = value; + this.On_discounttypeid_valueChanged(); + this.OnPropertyChanged("_discounttypeid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _discountid; - partial void OndiscountidChanging(global::System.Nullable value); - partial void OndiscountidChanged(); + private global::System.Nullable __discounttypeid_value; + partial void On_discounttypeid_valueChanging(global::System.Nullable value); + partial void On_discounttypeid_valueChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property discountid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable discountid { get { - return this._name; + return this._discountid; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OndiscountidChanging(value); + this._discountid = value; + this.OndiscountidChanged(); + this.OnPropertyChanged("discountid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _discountid; + partial void OndiscountidChanging(global::System.Nullable value); + partial void OndiscountidChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -213742,28 +213793,6 @@ public virtual string name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// 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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -213808,6 +213837,28 @@ public virtual string name partial void OnisamounttypeChanging(global::System.Nullable value); partial void OnisamounttypeChanged(); /// + /// 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 organizationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -213874,49 +213925,27 @@ public virtual string name partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property _discounttypeid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _discounttypeid_value - { - get - { - return this.__discounttypeid_value; - } - set - { - this.On_discounttypeid_valueChanging(value); - this.__discounttypeid_value = value; - this.On_discounttypeid_valueChanged(); - this.OnPropertyChanged("_discounttypeid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __discounttypeid_value; - partial void On_discounttypeid_valueChanging(global::System.Nullable value); - partial void On_discounttypeid_valueChanged(); - /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string name { get { - return this._utcconversiontimezonecode; + return this._name; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -213962,6 +213991,28 @@ public virtual string name partial void OnamountChanging(global::System.Nullable value); partial void OnamountChanged(); /// + /// 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 percentage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -214028,6 +214079,28 @@ public virtual string name partial void OnhighquantityChanging(global::System.Nullable value); partial void OnhighquantityChanged(); /// + /// 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 amount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -214072,28 +214145,6 @@ public virtual string name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -214160,27 +214211,27 @@ public virtual string name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// 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 exchangerate + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._exchangerate; + return this._utcconversiontimezonecode; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + 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 _exchangerate; - partial void OnexchangerateChanging(global::System.Nullable value); - partial void OnexchangerateChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -214897,28 +214948,6 @@ public static discounttype Creatediscounttype(global::Microsoft.Dynamics.CRM.sys partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// 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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -214963,6 +214992,50 @@ public static discounttype Creatediscounttype(global::Microsoft.Dynamics.CRM.sys partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// + /// 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 _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 discounttypeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -215051,71 +215124,71 @@ public virtual string description partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property utcconversiontimezonecode 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 utcconversiontimezonecode + public virtual global::System.Nullable statecode { get { - return this._utcconversiontimezonecode; + return this._statecode; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable versionnumber { get { - return this._statuscode; + return this._versionnumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual string name { get { - return this.__transactioncurrencyid_value; + return this._name; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property isamounttype in the schema. /// @@ -215139,49 +215212,49 @@ public virtual string description partial void OnisamounttypeChanging(global::System.Nullable value); partial void OnisamounttypeChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__modifiedonbehalfby_value; + return this._utcconversiontimezonecode; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable statuscode { get { - return this._name; + return this._statuscode; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -215205,28 +215278,6 @@ public virtual string name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -215806,28 +215857,6 @@ public virtual string customdisplaystring partial void OncustomdisplaystringChanging(string value); partial void OncustomdisplaystringChanged(); /// - /// 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 _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -215916,27 +215945,49 @@ public virtual string customdisplaystring partial void OndisplaystringidChanging(global::System.Nullable value); partial void OndisplaystringidChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable modifiedon { get { - return this.__modifiedonbehalfby_value; + return this._modifiedon; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -216048,28 +216099,6 @@ public virtual string customcomment partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property publisheddisplaystring in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string publisheddisplaystring - { - get - { - return this._publisheddisplaystring; - } - set - { - this.OnpublisheddisplaystringChanging(value); - this._publisheddisplaystring = value; - this.OnpublisheddisplaystringChanged(); - this.OnPropertyChanged("publisheddisplaystring"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _publisheddisplaystring; - partial void OnpublisheddisplaystringChanging(string value); - partial void OnpublisheddisplaystringChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -216092,93 +216121,93 @@ public virtual string publisheddisplaystring partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property overwritetime 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 overwritetime + public virtual global::System.Nullable _createdby_value { get { - return this._overwritetime; + return this.__createdby_value; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + 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 _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + 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 _createdby_value in the schema. + /// There are no comments for Property publisheddisplaystring in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual string publisheddisplaystring { get { - return this.__createdby_value; + return this._publisheddisplaystring; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnpublisheddisplaystringChanging(value); + this._publisheddisplaystring = value; + this.OnpublisheddisplaystringChanged(); + this.OnPropertyChanged("publisheddisplaystring"); } } [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 string _publisheddisplaystring; + partial void OnpublisheddisplaystringChanging(string value); + partial void OnpublisheddisplaystringChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// 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 componentstate + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._componentstate; + return this.__modifiedonbehalfby_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + 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 displaystringkey in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string displaystringkey + public virtual global::System.Nullable overwritetime { get { - return this._displaystringkey; + return this._overwritetime; } set { - this.OndisplaystringkeyChanging(value); - this._displaystringkey = value; - this.OndisplaystringkeyChanged(); - this.OnPropertyChanged("displaystringkey"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _displaystringkey; - partial void OndisplaystringkeyChanging(string value); - partial void OndisplaystringkeyChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -216202,6 +216231,28 @@ public virtual string displaystringkey partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property displaystringkey in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string displaystringkey + { + get + { + return this._displaystringkey; + } + set + { + this.OndisplaystringkeyChanging(value); + this._displaystringkey = value; + this.OndisplaystringkeyChanged(); + this.OnPropertyChanged("displaystringkey"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _displaystringkey; + partial void OndisplaystringkeyChanging(string value); + partial void OndisplaystringkeyChanged(); + /// /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -224598,6 +224649,28 @@ public static duplicaterecord Createduplicaterecord(global::Microsoft.Dynamics.C return duplicaterecord; } /// + /// There are no comments for Property _duplicateruleid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _duplicateruleid_value + { + get + { + return this.__duplicateruleid_value; + } + set + { + this.On_duplicateruleid_valueChanging(value); + this.__duplicateruleid_value = value; + this.On_duplicateruleid_valueChanged(); + this.OnPropertyChanged("_duplicateruleid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __duplicateruleid_value; + partial void On_duplicateruleid_valueChanging(global::System.Nullable value); + partial void On_duplicateruleid_valueChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -224620,49 +224693,49 @@ public static duplicaterecord Createduplicaterecord(global::Microsoft.Dynamics.C partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _duplicateruleid_value in the schema. + /// 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 _duplicateruleid_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__duplicateruleid_value; + return this.__ownerid_value; } set { - this.On_duplicateruleid_valueChanging(value); - this.__duplicateruleid_value = value; - this.On_duplicateruleid_valueChanged(); - this.OnPropertyChanged("_duplicateruleid_value"); + 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 __duplicateruleid_value; - partial void On_duplicateruleid_valueChanging(global::System.Nullable value); - partial void On_duplicateruleid_valueChanged(); + 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 _ownerid_value in the schema. + /// There are no comments for Property _asyncoperationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable _asyncoperationid_value { get { - return this.__ownerid_value; + return this.__asyncoperationid_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.On_asyncoperationid_valueChanging(value); + this.__asyncoperationid_value = value; + this.On_asyncoperationid_valueChanged(); + this.OnPropertyChanged("_asyncoperationid_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(); + private global::System.Nullable __asyncoperationid_value; + partial void On_asyncoperationid_valueChanging(global::System.Nullable value); + partial void On_asyncoperationid_valueChanged(); /// /// There are no comments for Property owningbusinessunit in the schema. /// @@ -224686,27 +224759,27 @@ public static duplicaterecord Createduplicaterecord(global::Microsoft.Dynamics.C partial void OnowningbusinessunitChanging(global::System.Nullable value); partial void OnowningbusinessunitChanged(); /// - /// There are no comments for Property _asyncoperationid_value in the schema. + /// There are no comments for Property _baserecordid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _asyncoperationid_value + public virtual global::System.Nullable _baserecordid_value { get { - return this.__asyncoperationid_value; + return this.__baserecordid_value; } set { - this.On_asyncoperationid_valueChanging(value); - this.__asyncoperationid_value = value; - this.On_asyncoperationid_valueChanged(); - this.OnPropertyChanged("_asyncoperationid_value"); + this.On_baserecordid_valueChanging(value); + this.__baserecordid_value = value; + this.On_baserecordid_valueChanged(); + this.OnPropertyChanged("_baserecordid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __asyncoperationid_value; - partial void On_asyncoperationid_valueChanging(global::System.Nullable value); - partial void On_asyncoperationid_valueChanged(); + private global::System.Nullable __baserecordid_value; + partial void On_baserecordid_valueChanging(global::System.Nullable value); + partial void On_baserecordid_valueChanged(); /// /// There are no comments for Property owninguser in the schema. /// @@ -224730,28 +224803,6 @@ public static duplicaterecord Createduplicaterecord(global::Microsoft.Dynamics.C partial void OnowninguserChanging(global::System.Nullable value); partial void OnowninguserChanged(); /// - /// There are no comments for Property _baserecordid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _baserecordid_value - { - get - { - return this.__baserecordid_value; - } - set - { - this.On_baserecordid_valueChanging(value); - this.__baserecordid_value = value; - this.On_baserecordid_valueChanged(); - this.OnPropertyChanged("_baserecordid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __baserecordid_value; - partial void On_baserecordid_valueChanging(global::System.Nullable value); - partial void On_baserecordid_valueChanged(); - /// /// There are no comments for Property duplicateid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -231160,50 +231211,6 @@ public static duplicaterulecondition Createduplicaterulecondition(global::Micros return duplicaterulecondition; } /// - /// There are no comments for Property operatorcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable operatorcode - { - get - { - return this._operatorcode; - } - set - { - this.OnoperatorcodeChanging(value); - this._operatorcode = value; - this.OnoperatorcodeChanged(); - this.OnPropertyChanged("operatorcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _operatorcode; - partial void OnoperatorcodeChanging(global::System.Nullable value); - partial void OnoperatorcodeChanged(); - /// - /// 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 duplicateruleconditionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -231248,27 +231255,49 @@ public static duplicaterulecondition Createduplicaterulecondition(global::Micros partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__modifiedonbehalfby_value; + return this.__modifiedby_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 operatorcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable operatorcode + { + get + { + return this._operatorcode; + } + set + { + this.OnoperatorcodeChanging(value); + this._operatorcode = value; + this.OnoperatorcodeChanged(); + this.OnPropertyChanged("operatorcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _operatorcode; + partial void OnoperatorcodeChanging(global::System.Nullable value); + partial void OnoperatorcodeChanged(); /// /// There are no comments for Property owningbusinessunit in the schema. /// @@ -231380,49 +231409,49 @@ public virtual string baseattributename partial void OnbaseattributenameChanging(string value); partial void OnbaseattributenameChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__ownerid_value; + return this.__modifiedonbehalfby_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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 operatorparam in the schema. + /// 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 operatorparam + public virtual global::System.Nullable _ownerid_value { get { - return this._operatorparam; + return this.__ownerid_value; } set { - this.OnoperatorparamChanging(value); - this._operatorparam = value; - this.OnoperatorparamChanged(); - this.OnPropertyChanged("operatorparam"); + 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 _operatorparam; - partial void OnoperatorparamChanging(global::System.Nullable value); - partial void OnoperatorparamChanged(); + 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 _createdby_value in the schema. /// @@ -231512,6 +231541,28 @@ public virtual string matchingattributename partial void OnmatchingattributenameChanging(string value); partial void OnmatchingattributenameChanged(); /// + /// There are no comments for Property operatorparam in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable operatorparam + { + get + { + return this._operatorparam; + } + set + { + this.OnoperatorparamChanging(value); + this._operatorparam = value; + this.OnoperatorparamChanged(); + this.OnPropertyChanged("operatorparam"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _operatorparam; + partial void OnoperatorparamChanging(global::System.Nullable value); + partial void OnoperatorparamChanged(); + /// /// There are no comments for Property DuplicateRuleCondition_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -232000,50 +232051,6 @@ public static duplicaterule Createduplicaterule(global::Microsoft.Dynamics.CRM.s return duplicaterule; } /// - /// 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 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -232110,27 +232117,27 @@ public virtual string matchingentitymatchcodetable partial void OnmatchingentitytypecodeChanging(global::System.Nullable value); partial void OnmatchingentitytypecodeChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__owninguser_value; + return this.__owningteam_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 statecode in the schema. /// @@ -232198,49 +232205,71 @@ public virtual string matchingentitymatchcodetable partial void OnbaseentitytypecodeChanging(global::System.Nullable value); partial void OnbaseentitytypecodeChanged(); /// - /// There are no comments for Property excludeinactiverecords in the schema. + /// 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 excludeinactiverecords + public virtual global::System.Nullable _ownerid_value { get { - return this._excludeinactiverecords; + return this.__ownerid_value; } set { - this.OnexcludeinactiverecordsChanging(value); - this._excludeinactiverecords = value; - this.OnexcludeinactiverecordsChanged(); - this.OnPropertyChanged("excludeinactiverecords"); + 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 _excludeinactiverecords; - partial void OnexcludeinactiverecordsChanging(global::System.Nullable value); - partial void OnexcludeinactiverecordsChanged(); + 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 _owningbusinessunit_value 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 _owningbusinessunit_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__owningbusinessunit_value; + return this.__createdonbehalfby_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 _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 _modifiedonbehalfby_value in the schema. /// @@ -232264,6 +232293,28 @@ public virtual string matchingentitymatchcodetable partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// There are no comments for Property excludeinactiverecords in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable excludeinactiverecords + { + get + { + return this._excludeinactiverecords; + } + set + { + this.OnexcludeinactiverecordsChanging(value); + this._excludeinactiverecords = value; + this.OnexcludeinactiverecordsChanged(); + this.OnPropertyChanged("excludeinactiverecords"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _excludeinactiverecords; + partial void OnexcludeinactiverecordsChanging(global::System.Nullable value); + partial void OnexcludeinactiverecordsChanged(); + /// /// There are no comments for Property matchingentityname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -232308,28 +232359,6 @@ public virtual string baseentitymatchcodetable partial void OnbaseentitymatchcodetableChanging(string value); partial void OnbaseentitymatchcodetableChanged(); /// - /// 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 duplicateruleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -232352,93 +232381,93 @@ public virtual string baseentitymatchcodetable partial void OnduplicateruleidChanging(global::System.Nullable value); partial void OnduplicateruleidChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable modifiedon { get { - return this.__owningteam_value; + return this._modifiedon; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__ownerid_value; + return this.__owningbusinessunit_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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 iscasesensitive in the schema. + /// 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 iscasesensitive + public virtual global::System.Nullable _owninguser_value { get { - return this._iscasesensitive; + return this.__owninguser_value; } set { - this.OniscasesensitiveChanging(value); - this._iscasesensitive = value; - this.OniscasesensitiveChanged(); - this.OnPropertyChanged("iscasesensitive"); + 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 _iscasesensitive; - partial void OniscasesensitiveChanging(global::System.Nullable value); - partial void OniscasesensitiveChanged(); + 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 description in the schema. + /// There are no comments for Property iscasesensitive in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual global::System.Nullable iscasesensitive { get { - return this._description; + return this._iscasesensitive; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.OniscasesensitiveChanging(value); + this._iscasesensitive = value; + this.OniscasesensitiveChanged(); + this.OnPropertyChanged("iscasesensitive"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private global::System.Nullable _iscasesensitive; + partial void OniscasesensitiveChanging(global::System.Nullable value); + partial void OniscasesensitiveChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -232506,6 +232535,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// There are no comments for Property description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string description + { + get + { + return this._description; + } + set + { + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -232528,27 +232579,27 @@ public virtual string name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable statuscode { get { - return this.__createdonbehalfby_value; + return this._statuscode; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property createdonbehalfby in the schema. /// @@ -235070,28 +235121,6 @@ public static dynamicpropertyassociation Createdynamicpropertyassociation(global partial void OndynamicpropertyassociationidChanging(global::System.Nullable value); partial void OndynamicpropertyassociationidChanged(); /// - /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -235114,28 +235143,6 @@ public static dynamicpropertyassociation Createdynamicpropertyassociation(global partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 inheritancestate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -235268,27 +235275,71 @@ public static dynamicpropertyassociation Createdynamicpropertyassociation(global partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property _regardingobjectid_value in the schema. + /// 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 _regardingobjectid_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__regardingobjectid_value; + return this.__modifiedonbehalfby_value; } set { - this.On_regardingobjectid_valueChanging(value); - this.__regardingobjectid_value = value; - this.On_regardingobjectid_valueChanged(); - this.OnPropertyChanged("_regardingobjectid_value"); + 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 __regardingobjectid_value; - partial void On_regardingobjectid_valueChanging(global::System.Nullable value); - partial void On_regardingobjectid_valueChanged(); + 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 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 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 name in the schema. /// @@ -235334,71 +235385,71 @@ public virtual string name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _dynamicpropertyid_value in the schema. + /// There are no comments for Property _regardingobjectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _dynamicpropertyid_value + public virtual global::System.Nullable _regardingobjectid_value { get { - return this.__dynamicpropertyid_value; + return this.__regardingobjectid_value; } set { - this.On_dynamicpropertyid_valueChanging(value); - this.__dynamicpropertyid_value = value; - this.On_dynamicpropertyid_valueChanged(); - this.OnPropertyChanged("_dynamicpropertyid_value"); + this.On_regardingobjectid_valueChanging(value); + this.__regardingobjectid_value = value; + this.On_regardingobjectid_valueChanged(); + this.OnPropertyChanged("_regardingobjectid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __dynamicpropertyid_value; - partial void On_dynamicpropertyid_valueChanging(global::System.Nullable value); - partial void On_dynamicpropertyid_valueChanged(); + private global::System.Nullable __regardingobjectid_value; + partial void On_regardingobjectid_valueChanging(global::System.Nullable value); + partial void On_regardingobjectid_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable versionnumber { get { - return this._importsequencenumber; + return this._versionnumber; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property associationstatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable associationstatus { get { - return this._modifiedon; + return this._associationstatus; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OnassociationstatusChanging(value); + this._associationstatus = value; + this.OnassociationstatusChanged(); + this.OnPropertyChanged("associationstatus"); } } [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::System.Nullable _associationstatus; + partial void OnassociationstatusChanging(global::System.Nullable value); + partial void OnassociationstatusChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -235422,27 +235473,27 @@ public virtual string name partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property associationstatus in the schema. + /// There are no comments for Property _dynamicpropertyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable associationstatus + public virtual global::System.Nullable _dynamicpropertyid_value { get { - return this._associationstatus; + return this.__dynamicpropertyid_value; } set { - this.OnassociationstatusChanging(value); - this._associationstatus = value; - this.OnassociationstatusChanged(); - this.OnPropertyChanged("associationstatus"); + this.On_dynamicpropertyid_valueChanging(value); + this.__dynamicpropertyid_value = value; + this.On_dynamicpropertyid_valueChanged(); + this.OnPropertyChanged("_dynamicpropertyid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _associationstatus; - partial void OnassociationstatusChanging(global::System.Nullable value); - partial void OnassociationstatusChanged(); + private global::System.Nullable __dynamicpropertyid_value; + partial void On_dynamicpropertyid_valueChanging(global::System.Nullable value); + partial void On_dynamicpropertyid_valueChanged(); /// /// There are no comments for Property dmtimportstate in the schema. /// @@ -236389,6 +236440,28 @@ public static dynamicpropertyinstance Createdynamicpropertyinstance(global::Micr partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property valuedecimal in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable valuedecimal + { + get + { + return this._valuedecimal; + } + set + { + this.OnvaluedecimalChanging(value); + this._valuedecimal = value; + this.OnvaluedecimalChanged(); + this.OnPropertyChanged("valuedecimal"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _valuedecimal; + partial void OnvaluedecimalChanging(global::System.Nullable value); + partial void OnvaluedecimalChanged(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -236411,27 +236484,27 @@ public static dynamicpropertyinstance Createdynamicpropertyinstance(global::Micr partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _owningbusinessunit_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 _owningbusinessunit_value + public virtual global::System.Nullable createdon { get { - return this.__owningbusinessunit_value; + return this._createdon; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// @@ -236477,28 +236550,6 @@ public static dynamicpropertyinstance Createdynamicpropertyinstance(global::Micr partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property valuedecimal in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable valuedecimal - { - get - { - return this._valuedecimal; - } - set - { - this.OnvaluedecimalChanging(value); - this._valuedecimal = value; - this.OnvaluedecimalChanged(); - this.OnPropertyChanged("valuedecimal"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _valuedecimal; - partial void OnvaluedecimalChanging(global::System.Nullable value); - partial void OnvaluedecimalChanged(); - /// /// There are no comments for Property validationstatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -236653,49 +236704,49 @@ public virtual string valuestring partial void OnvaluestringChanging(string value); partial void OnvaluestringChanged(); /// - /// There are no comments for Property valuedouble in the schema. + /// 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 valuedouble + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._valuedouble; + return this.__owningbusinessunit_value; } set { - this.OnvaluedoubleChanging(value); - this._valuedouble = value; - this.OnvaluedoubleChanged(); - this.OnPropertyChanged("valuedouble"); + 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 _valuedouble; - partial void OnvaluedoubleChanging(global::System.Nullable value); - partial void OnvaluedoubleChanged(); + 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 createdon in the schema. + /// There are no comments for Property valuedouble 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 valuedouble { get { - return this._createdon; + return this._valuedouble; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnvaluedoubleChanging(value); + this._valuedouble = value; + this.OnvaluedoubleChanged(); + this.OnPropertyChanged("valuedouble"); } } [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 _valuedouble; + partial void OnvaluedoubleChanging(global::System.Nullable value); + partial void OnvaluedoubleChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -236741,28 +236792,6 @@ public virtual string valuestring partial void OnvalueintegerChanging(global::System.Nullable value); partial void OnvalueintegerChanged(); /// - /// 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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -236829,6 +236858,28 @@ public virtual string valuestring partial void On_regardingobjectid_valueChanging(global::System.Nullable value); partial void On_regardingobjectid_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 _dynamicpropertyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -237736,28 +237787,6 @@ public virtual string dynamicpropertyoptionname partial void OndynamicpropertyoptionnameChanging(string value); partial void OndynamicpropertyoptionnameChanged(); /// - /// There are no comments for Property dynamicpropertyoptionsetvaluesequencenumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable dynamicpropertyoptionsetvaluesequencenumber - { - get - { - return this._dynamicpropertyoptionsetvaluesequencenumber; - } - set - { - this.OndynamicpropertyoptionsetvaluesequencenumberChanging(value); - this._dynamicpropertyoptionsetvaluesequencenumber = value; - this.OndynamicpropertyoptionsetvaluesequencenumberChanged(); - this.OnPropertyChanged("dynamicpropertyoptionsetvaluesequencenumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _dynamicpropertyoptionsetvaluesequencenumber; - partial void OndynamicpropertyoptionsetvaluesequencenumberChanging(global::System.Nullable value); - partial void OndynamicpropertyoptionsetvaluesequencenumberChanged(); - /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -237912,27 +237941,27 @@ public virtual string dynamicpropertyoptiondescription partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property dynamicpropertyoptionsetvaluesequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable dynamicpropertyoptionsetvaluesequencenumber { get { - return this._timezoneruleversionnumber; + return this._dynamicpropertyoptionsetvaluesequencenumber; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OndynamicpropertyoptionsetvaluesequencenumberChanging(value); + this._dynamicpropertyoptionsetvaluesequencenumber = value; + this.OndynamicpropertyoptionsetvaluesequencenumberChanged(); + this.OnPropertyChanged("dynamicpropertyoptionsetvaluesequencenumber"); } } [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::System.Nullable _dynamicpropertyoptionsetvaluesequencenumber; + partial void OndynamicpropertyoptionsetvaluesequencenumberChanging(global::System.Nullable value); + partial void OndynamicpropertyoptionsetvaluesequencenumberChanged(); /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// @@ -237956,6 +237985,28 @@ public virtual string dynamicpropertyoptiondescription partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// + /// 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 dmtimportstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -238088,27 +238139,27 @@ public virtual string dynamicpropertyoptiondescription partial void On_dynamicpropertyid_valueChanging(global::System.Nullable value); partial void On_dynamicpropertyid_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._importsequencenumber; + return this._timezoneruleversionnumber; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -242061,50 +242112,6 @@ public static email Createemail(global::Microsoft.Dynamics.CRM.interactionforema return email; } /// - /// There are no comments for Property reminderactioncardid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable reminderactioncardid - { - get - { - return this._reminderactioncardid; - } - set - { - this.OnreminderactioncardidChanging(value); - this._reminderactioncardid = value; - this.OnreminderactioncardidChanged(); - this.OnPropertyChanged("reminderactioncardid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _reminderactioncardid; - partial void OnreminderactioncardidChanging(global::System.Nullable value); - partial void OnreminderactioncardidChanged(); - /// - /// There are no comments for Property trackingtoken in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string trackingtoken - { - get - { - return this._trackingtoken; - } - set - { - this.OntrackingtokenChanging(value); - this._trackingtoken = value; - this.OntrackingtokenChanged(); - this.OnPropertyChanged("trackingtoken"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _trackingtoken; - partial void OntrackingtokenChanging(string value); - partial void OntrackingtokenChanged(); - /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -242149,28 +242156,6 @@ public virtual string trackingtoken partial void OnreadreceiptrequestedChanging(global::System.Nullable value); partial void OnreadreceiptrequestedChanged(); /// - /// There are no comments for Property messageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string messageid - { - get - { - return this._messageid; - } - set - { - this.OnmessageidChanging(value); - this._messageid = value; - this.OnmessageidChanged(); - this.OnPropertyChanged("messageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _messageid; - partial void OnmessageidChanging(string value); - partial void OnmessageidChanged(); - /// /// There are no comments for Property compressed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -242193,27 +242178,27 @@ public virtual string messageid partial void OncompressedChanging(global::System.Nullable value); partial void OncompressedChanged(); /// - /// There are no comments for Property emailremindertext in the schema. + /// There are no comments for Property linksclickedcount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string emailremindertext + public virtual global::System.Nullable linksclickedcount { get { - return this._emailremindertext; + return this._linksclickedcount; } set { - this.OnemailremindertextChanging(value); - this._emailremindertext = value; - this.OnemailremindertextChanged(); - this.OnPropertyChanged("emailremindertext"); + this.OnlinksclickedcountChanging(value); + this._linksclickedcount = value; + this.OnlinksclickedcountChanged(); + this.OnPropertyChanged("linksclickedcount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _emailremindertext; - partial void OnemailremindertextChanging(string value); - partial void OnemailremindertextChanged(); + private global::System.Nullable _linksclickedcount; + partial void OnlinksclickedcountChanging(global::System.Nullable value); + partial void OnlinksclickedcountChanged(); /// /// There are no comments for Property emailtrackingid in the schema. /// @@ -242281,50 +242266,6 @@ public virtual string spd_attachment1body partial void OnemailreminderexpirytimeChanging(global::System.Nullable value); partial void OnemailreminderexpirytimeChanged(); /// - /// There are no comments for Property isunsafe in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isunsafe - { - get - { - return this._isunsafe; - } - set - { - this.OnisunsafeChanging(value); - this._isunsafe = value; - this.OnisunsafeChanged(); - this.OnPropertyChanged("isunsafe"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isunsafe; - partial void OnisunsafeChanging(global::System.Nullable value); - partial void OnisunsafeChanged(); - /// - /// There are no comments for Property reservedforinternaluse in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string reservedforinternaluse - { - get - { - return this._reservedforinternaluse; - } - set - { - this.OnreservedforinternaluseChanging(value); - this._reservedforinternaluse = value; - this.OnreservedforinternaluseChanged(); - this.OnPropertyChanged("reservedforinternaluse"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _reservedforinternaluse; - partial void OnreservedforinternaluseChanging(string value); - partial void OnreservedforinternaluseChanged(); - /// /// There are no comments for Property subcategory in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -242347,6 +242288,28 @@ public virtual string subcategory partial void OnsubcategoryChanging(string value); partial void OnsubcategoryChanged(); /// + /// There are no comments for Property _correlatedactivityid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _correlatedactivityid_value + { + get + { + return this.__correlatedactivityid_value; + } + set + { + this.On_correlatedactivityid_valueChanging(value); + this.__correlatedactivityid_value = value; + this.On_correlatedactivityid_valueChanged(); + this.OnPropertyChanged("_correlatedactivityid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __correlatedactivityid_value; + partial void On_correlatedactivityid_valueChanging(global::System.Nullable value); + partial void On_correlatedactivityid_valueChanged(); + /// /// There are no comments for Property _parentactivityid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -242369,49 +242332,49 @@ public virtual string subcategory partial void On_parentactivityid_valueChanging(global::System.Nullable value); partial void On_parentactivityid_valueChanged(); /// - /// There are no comments for Property postponeemailprocessinguntil in the schema. + /// There are no comments for Property spd_attachment2body in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable postponeemailprocessinguntil + public virtual string spd_attachment2body { get { - return this._postponeemailprocessinguntil; + return this._spd_attachment2body; } set { - this.OnpostponeemailprocessinguntilChanging(value); - this._postponeemailprocessinguntil = value; - this.OnpostponeemailprocessinguntilChanged(); - this.OnPropertyChanged("postponeemailprocessinguntil"); + this.Onspd_attachment2bodyChanging(value); + this._spd_attachment2body = value; + this.Onspd_attachment2bodyChanged(); + this.OnPropertyChanged("spd_attachment2body"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _postponeemailprocessinguntil; - partial void OnpostponeemailprocessinguntilChanging(global::System.Nullable value); - partial void OnpostponeemailprocessinguntilChanged(); + private string _spd_attachment2body; + partial void Onspd_attachment2bodyChanging(string value); + partial void Onspd_attachment2bodyChanged(); /// - /// There are no comments for Property category in the schema. + /// There are no comments for Property reservedforinternaluse in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string category + public virtual string reservedforinternaluse { get { - return this._category; + return this._reservedforinternaluse; } set { - this.OncategoryChanging(value); - this._category = value; - this.OncategoryChanged(); - this.OnPropertyChanged("category"); + this.OnreservedforinternaluseChanging(value); + this._reservedforinternaluse = value; + this.OnreservedforinternaluseChanged(); + this.OnPropertyChanged("reservedforinternaluse"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _category; - partial void OncategoryChanging(string value); - partial void OncategoryChanged(); + private string _reservedforinternaluse; + partial void OnreservedforinternaluseChanging(string value); + partial void OnreservedforinternaluseChanged(); /// /// There are no comments for Property replycount in the schema. /// @@ -242435,49 +242398,49 @@ public virtual string category partial void OnreplycountChanging(global::System.Nullable value); partial void OnreplycountChanged(); /// - /// There are no comments for Property directioncode in the schema. + /// There are no comments for Property reminderactioncardid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable directioncode + public virtual global::System.Nullable reminderactioncardid { get { - return this._directioncode; + return this._reminderactioncardid; } set { - this.OndirectioncodeChanging(value); - this._directioncode = value; - this.OndirectioncodeChanged(); - this.OnPropertyChanged("directioncode"); + this.OnreminderactioncardidChanging(value); + this._reminderactioncardid = value; + this.OnreminderactioncardidChanged(); + this.OnPropertyChanged("reminderactioncardid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _directioncode; - partial void OndirectioncodeChanging(global::System.Nullable value); - partial void OndirectioncodeChanged(); + private global::System.Nullable _reminderactioncardid; + partial void OnreminderactioncardidChanging(global::System.Nullable value); + partial void OnreminderactioncardidChanged(); /// - /// There are no comments for Property spd_attachment2body in the schema. + /// There are no comments for Property category in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_attachment2body + public virtual string category { get { - return this._spd_attachment2body; + return this._category; } set { - this.Onspd_attachment2bodyChanging(value); - this._spd_attachment2body = value; - this.Onspd_attachment2bodyChanged(); - this.OnPropertyChanged("spd_attachment2body"); + this.OncategoryChanging(value); + this._category = value; + this.OncategoryChanged(); + this.OnPropertyChanged("category"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_attachment2body; - partial void Onspd_attachment2bodyChanging(string value); - partial void Onspd_attachment2bodyChanged(); + private string _category; + partial void OncategoryChanging(string value); + partial void OncategoryChanged(); /// /// There are no comments for Property safedescription in the schema. /// @@ -242523,71 +242486,137 @@ public virtual string safedescription partial void OncorrelationmethodChanging(global::System.Nullable value); partial void OncorrelationmethodChanged(); /// - /// There are no comments for Property _sendersaccount_value in the schema. + /// There are no comments for Property baseconversationindexhash in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _sendersaccount_value + public virtual global::System.Nullable baseconversationindexhash { get { - return this.__sendersaccount_value; + return this._baseconversationindexhash; } set { - this.On_sendersaccount_valueChanging(value); - this.__sendersaccount_value = value; - this.On_sendersaccount_valueChanged(); - this.OnPropertyChanged("_sendersaccount_value"); + this.OnbaseconversationindexhashChanging(value); + this._baseconversationindexhash = value; + this.OnbaseconversationindexhashChanged(); + this.OnPropertyChanged("baseconversationindexhash"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __sendersaccount_value; - partial void On_sendersaccount_valueChanging(global::System.Nullable value); - partial void On_sendersaccount_valueChanged(); + private global::System.Nullable _baseconversationindexhash; + partial void OnbaseconversationindexhashChanging(global::System.Nullable value); + partial void OnbaseconversationindexhashChanged(); /// - /// There are no comments for Property emailreminderstatus in the schema. + /// There are no comments for Property _templateid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable emailreminderstatus + public virtual global::System.Nullable _templateid_value { get { - return this._emailreminderstatus; + return this.__templateid_value; } set { - this.OnemailreminderstatusChanging(value); - this._emailreminderstatus = value; - this.OnemailreminderstatusChanged(); - this.OnPropertyChanged("emailreminderstatus"); + this.On_templateid_valueChanging(value); + this.__templateid_value = value; + this.On_templateid_valueChanged(); + this.OnPropertyChanged("_templateid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _emailreminderstatus; - partial void OnemailreminderstatusChanging(global::System.Nullable value); - partial void OnemailreminderstatusChanged(); + private global::System.Nullable __templateid_value; + partial void On_templateid_valueChanging(global::System.Nullable value); + partial void On_templateid_valueChanged(); /// - /// There are no comments for Property linksclickedcount in the schema. + /// 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 linksclickedcount + public virtual global::System.Nullable importsequencenumber { get { - return this._linksclickedcount; + return this._importsequencenumber; } set { - this.OnlinksclickedcountChanging(value); - this._linksclickedcount = value; - this.OnlinksclickedcountChanged(); - this.OnPropertyChanged("linksclickedcount"); + 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 _linksclickedcount; - partial void OnlinksclickedcountChanging(global::System.Nullable value); - partial void OnlinksclickedcountChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// There are no comments for Property directioncode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable directioncode + { + get + { + return this._directioncode; + } + set + { + this.OndirectioncodeChanging(value); + this._directioncode = value; + this.OndirectioncodeChanged(); + this.OnPropertyChanged("directioncode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _directioncode; + partial void OndirectioncodeChanging(global::System.Nullable value); + partial void OndirectioncodeChanged(); + /// + /// There are no comments for Property lastopenedtime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable lastopenedtime + { + get + { + return this._lastopenedtime; + } + set + { + this.OnlastopenedtimeChanging(value); + this._lastopenedtime = value; + this.OnlastopenedtimeChanged(); + this.OnPropertyChanged("lastopenedtime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _lastopenedtime; + partial void OnlastopenedtimeChanging(global::System.Nullable value); + partial void OnlastopenedtimeChanged(); + /// + /// There are no comments for Property emailreminderstatus in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable emailreminderstatus + { + get + { + return this._emailreminderstatus; + } + set + { + this.OnemailreminderstatusChanging(value); + this._emailreminderstatus = value; + this.OnemailreminderstatusChanged(); + this.OnPropertyChanged("emailreminderstatus"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _emailreminderstatus; + partial void OnemailreminderstatusChanging(global::System.Nullable value); + partial void OnemailreminderstatusChanged(); /// /// There are no comments for Property spd_attachment1filename in the schema. /// @@ -242633,27 +242662,27 @@ public virtual string submittedby partial void OnsubmittedbyChanging(string value); partial void OnsubmittedbyChanged(); /// - /// There are no comments for Property _emailsender_value in the schema. + /// There are no comments for Property trackingtoken in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _emailsender_value + public virtual string trackingtoken { get { - return this.__emailsender_value; + return this._trackingtoken; } set { - this.On_emailsender_valueChanging(value); - this.__emailsender_value = value; - this.On_emailsender_valueChanged(); - this.OnPropertyChanged("_emailsender_value"); + this.OntrackingtokenChanging(value); + this._trackingtoken = value; + this.OntrackingtokenChanged(); + this.OnPropertyChanged("trackingtoken"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __emailsender_value; - partial void On_emailsender_valueChanging(global::System.Nullable value); - partial void On_emailsender_valueChanged(); + private string _trackingtoken; + partial void OntrackingtokenChanging(string value); + partial void OntrackingtokenChanged(); /// /// There are no comments for Property deliveryreceiptrequested in the schema. /// @@ -242721,28 +242750,6 @@ public virtual string submittedby partial void OnconversationtrackingidChanging(global::System.Nullable value); partial void OnconversationtrackingidChanged(); /// - /// There are no comments for Property deliveryattempts in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable deliveryattempts - { - get - { - return this._deliveryattempts; - } - set - { - this.OndeliveryattemptsChanging(value); - this._deliveryattempts = value; - this.OndeliveryattemptsChanged(); - this.OnPropertyChanged("deliveryattempts"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _deliveryattempts; - partial void OndeliveryattemptsChanging(global::System.Nullable value); - partial void OndeliveryattemptsChanged(); - /// /// There are no comments for Property opencount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -242853,71 +242860,115 @@ public virtual string torecipients partial void OndelayedemailsendtimeChanging(global::System.Nullable value); partial void OndelayedemailsendtimeChanged(); /// - /// There are no comments for Property mimetype in the schema. + /// There are no comments for Property followemailuserpreference in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string mimetype + public virtual global::System.Nullable followemailuserpreference { get { - return this._mimetype; + return this._followemailuserpreference; } set { - this.OnmimetypeChanging(value); - this._mimetype = value; - this.OnmimetypeChanged(); - this.OnPropertyChanged("mimetype"); + this.OnfollowemailuserpreferenceChanging(value); + this._followemailuserpreference = value; + this.OnfollowemailuserpreferenceChanged(); + this.OnPropertyChanged("followemailuserpreference"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _mimetype; - partial void OnmimetypeChanging(string value); - partial void OnmimetypeChanged(); + private global::System.Nullable _followemailuserpreference; + partial void OnfollowemailuserpreferenceChanging(global::System.Nullable value); + partial void OnfollowemailuserpreferenceChanged(); /// - /// There are no comments for Property followemailuserpreference in the schema. + /// There are no comments for Property isunsafe in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable followemailuserpreference + public virtual global::System.Nullable isunsafe { get { - return this._followemailuserpreference; + return this._isunsafe; } set { - this.OnfollowemailuserpreferenceChanging(value); - this._followemailuserpreference = value; - this.OnfollowemailuserpreferenceChanged(); - this.OnPropertyChanged("followemailuserpreference"); + this.OnisunsafeChanging(value); + this._isunsafe = value; + this.OnisunsafeChanged(); + this.OnPropertyChanged("isunsafe"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _followemailuserpreference; - partial void OnfollowemailuserpreferenceChanging(global::System.Nullable value); - partial void OnfollowemailuserpreferenceChanged(); + private global::System.Nullable _isunsafe; + partial void OnisunsafeChanging(global::System.Nullable value); + partial void OnisunsafeChanged(); /// - /// There are no comments for Property _templateid_value in the schema. + /// There are no comments for Property _emailsender_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _templateid_value + public virtual global::System.Nullable _emailsender_value { get { - return this.__templateid_value; + return this.__emailsender_value; } set { - this.On_templateid_valueChanging(value); - this.__templateid_value = value; - this.On_templateid_valueChanged(); - this.OnPropertyChanged("_templateid_value"); + this.On_emailsender_valueChanging(value); + this.__emailsender_value = value; + this.On_emailsender_valueChanged(); + this.OnPropertyChanged("_emailsender_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __templateid_value; - partial void On_templateid_valueChanging(global::System.Nullable value); - partial void On_templateid_valueChanged(); + private global::System.Nullable __emailsender_value; + partial void On_emailsender_valueChanging(global::System.Nullable value); + partial void On_emailsender_valueChanged(); + /// + /// There are no comments for Property _sendersaccount_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _sendersaccount_value + { + get + { + return this.__sendersaccount_value; + } + set + { + this.On_sendersaccount_valueChanging(value); + this.__sendersaccount_value = value; + this.On_sendersaccount_valueChanged(); + this.OnPropertyChanged("_sendersaccount_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __sendersaccount_value; + partial void On_sendersaccount_valueChanging(global::System.Nullable value); + partial void On_sendersaccount_valueChanged(); + /// + /// There are no comments for Property mimetype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string mimetype + { + get + { + return this._mimetype; + } + set + { + this.OnmimetypeChanging(value); + this._mimetype = value; + this.OnmimetypeChanged(); + this.OnPropertyChanged("mimetype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _mimetype; + partial void OnmimetypeChanging(string value); + partial void OnmimetypeChanged(); /// /// There are no comments for Property inreplyto in the schema. /// @@ -242941,115 +242992,115 @@ public virtual string inreplyto partial void OninreplytoChanging(string value); partial void OninreplytoChanged(); /// - /// There are no comments for Property _correlatedactivityid_value in the schema. + /// There are no comments for Property messageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _correlatedactivityid_value + public virtual string messageid { get { - return this.__correlatedactivityid_value; + return this._messageid; } set { - this.On_correlatedactivityid_valueChanging(value); - this.__correlatedactivityid_value = value; - this.On_correlatedactivityid_valueChanged(); - this.OnPropertyChanged("_correlatedactivityid_value"); + this.OnmessageidChanging(value); + this._messageid = value; + this.OnmessageidChanged(); + this.OnPropertyChanged("messageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __correlatedactivityid_value; - partial void On_correlatedactivityid_valueChanging(global::System.Nullable value); - partial void On_correlatedactivityid_valueChanged(); + private string _messageid; + partial void OnmessageidChanging(string value); + partial void OnmessageidChanged(); /// - /// There are no comments for Property attachmentcount in the schema. + /// There are no comments for Property postponeemailprocessinguntil in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable attachmentcount + public virtual global::System.Nullable postponeemailprocessinguntil { get { - return this._attachmentcount; + return this._postponeemailprocessinguntil; } set { - this.OnattachmentcountChanging(value); - this._attachmentcount = value; - this.OnattachmentcountChanged(); - this.OnPropertyChanged("attachmentcount"); + this.OnpostponeemailprocessinguntilChanging(value); + this._postponeemailprocessinguntil = value; + this.OnpostponeemailprocessinguntilChanged(); + this.OnPropertyChanged("postponeemailprocessinguntil"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _attachmentcount; - partial void OnattachmentcountChanging(global::System.Nullable value); - partial void OnattachmentcountChanged(); + private global::System.Nullable _postponeemailprocessinguntil; + partial void OnpostponeemailprocessinguntilChanging(global::System.Nullable value); + partial void OnpostponeemailprocessinguntilChanged(); /// - /// There are no comments for Property lastopenedtime in the schema. + /// There are no comments for Property emailremindertext in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastopenedtime + public virtual string emailremindertext { get { - return this._lastopenedtime; + return this._emailremindertext; } set { - this.OnlastopenedtimeChanging(value); - this._lastopenedtime = value; - this.OnlastopenedtimeChanged(); - this.OnPropertyChanged("lastopenedtime"); + this.OnemailremindertextChanging(value); + this._emailremindertext = value; + this.OnemailremindertextChanged(); + this.OnPropertyChanged("emailremindertext"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastopenedtime; - partial void OnlastopenedtimeChanging(global::System.Nullable value); - partial void OnlastopenedtimeChanged(); + private string _emailremindertext; + partial void OnemailremindertextChanging(string value); + partial void OnemailremindertextChanged(); /// - /// There are no comments for Property spd_attachment2filename in the schema. + /// There are no comments for Property attachmentcount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_attachment2filename + public virtual global::System.Nullable attachmentcount { get { - return this._spd_attachment2filename; + return this._attachmentcount; } set { - this.Onspd_attachment2filenameChanging(value); - this._spd_attachment2filename = value; - this.Onspd_attachment2filenameChanged(); - this.OnPropertyChanged("spd_attachment2filename"); + this.OnattachmentcountChanging(value); + this._attachmentcount = value; + this.OnattachmentcountChanged(); + this.OnPropertyChanged("attachmentcount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_attachment2filename; - partial void Onspd_attachment2filenameChanging(string value); - partial void Onspd_attachment2filenameChanged(); + private global::System.Nullable _attachmentcount; + partial void OnattachmentcountChanging(global::System.Nullable value); + partial void OnattachmentcountChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property spd_attachment2filename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string spd_attachment2filename { get { - return this._importsequencenumber; + return this._spd_attachment2filename; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.Onspd_attachment2filenameChanging(value); + this._spd_attachment2filename = value; + this.Onspd_attachment2filenameChanged(); + this.OnPropertyChanged("spd_attachment2filename"); } } [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(); + private string _spd_attachment2filename; + partial void Onspd_attachment2filenameChanging(string value); + partial void Onspd_attachment2filenameChanged(); /// /// There are no comments for Property isemailfollowed in the schema. /// @@ -243095,27 +243146,27 @@ public virtual string conversationindex partial void OnconversationindexChanging(string value); partial void OnconversationindexChanged(); /// - /// There are no comments for Property baseconversationindexhash in the schema. + /// There are no comments for Property deliveryattempts in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable baseconversationindexhash + public virtual global::System.Nullable deliveryattempts { get { - return this._baseconversationindexhash; + return this._deliveryattempts; } set { - this.OnbaseconversationindexhashChanging(value); - this._baseconversationindexhash = value; - this.OnbaseconversationindexhashChanged(); - this.OnPropertyChanged("baseconversationindexhash"); + this.OndeliveryattemptsChanging(value); + this._deliveryattempts = value; + this.OndeliveryattemptsChanged(); + this.OnPropertyChanged("deliveryattempts"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _baseconversationindexhash; - partial void OnbaseconversationindexhashChanging(global::System.Nullable value); - partial void OnbaseconversationindexhashChanged(); + private global::System.Nullable _deliveryattempts; + partial void OndeliveryattemptsChanging(global::System.Nullable value); + partial void OndeliveryattemptsChanged(); /// /// There are no comments for Property sender in the schema. /// @@ -245364,49 +245415,27 @@ public virtual string oauthclientsecret partial void OnoauthclientsecretChanging(string value); partial void OnoauthclientsecretChanged(); /// - /// There are no comments for Property outgoingserverlocation in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string outgoingserverlocation - { - get - { - return this._outgoingserverlocation; - } - set - { - this.OnoutgoingserverlocationChanging(value); - this._outgoingserverlocation = value; - this.OnoutgoingserverlocationChanged(); - this.OnPropertyChanged("outgoingserverlocation"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _outgoingserverlocation; - partial void OnoutgoingserverlocationChanging(string value); - partial void OnoutgoingserverlocationChanged(); - /// - /// There are no comments for Property timeoutmailboxconnection in the schema. + /// 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 timeoutmailboxconnection + public virtual global::System.Nullable statuscode { get { - return this._timeoutmailboxconnection; + return this._statuscode; } set { - this.OntimeoutmailboxconnectionChanging(value); - this._timeoutmailboxconnection = value; - this.OntimeoutmailboxconnectionChanged(); - this.OnPropertyChanged("timeoutmailboxconnection"); + 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 _timeoutmailboxconnection; - partial void OntimeoutmailboxconnectionChanging(global::System.Nullable value); - partial void OntimeoutmailboxconnectionChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property _incomingpartnerapplication_value in the schema. /// @@ -245562,28 +245591,6 @@ public virtual string name partial void OnisincomingpasswordsetChanging(global::System.Nullable value); partial void OnisincomingpasswordsetChanged(); /// - /// There are no comments for Property oauthclientid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string oauthclientid - { - get - { - return this._oauthclientid; - } - set - { - this.OnoauthclientidChanging(value); - this._oauthclientid = value; - this.OnoauthclientidChanged(); - this.OnPropertyChanged("oauthclientid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _oauthclientid; - partial void OnoauthclientidChanging(string value); - partial void OnoauthclientidChanged(); - /// /// There are no comments for Property incomingpassword in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -245606,71 +245613,71 @@ public virtual string incomingpassword partial void OnincomingpasswordChanging(string value); partial void OnincomingpasswordChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property lasttestresponse in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual string lasttestresponse { get { - return this._statuscode; + return this._lasttestresponse; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnlasttestresponseChanging(value); + this._lasttestresponse = value; + this.OnlasttestresponseChanged(); + this.OnPropertyChanged("lasttestresponse"); } } [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 string _lasttestresponse; + partial void OnlasttestresponseChanging(string value); + partial void OnlasttestresponseChanged(); /// - /// There are no comments for Property outgoingusername in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string outgoingusername + public virtual global::System.Nullable modifiedon { get { - return this._outgoingusername; + return this._modifiedon; } set { - this.OnoutgoingusernameChanging(value); - this._outgoingusername = value; - this.OnoutgoingusernameChanged(); - this.OnPropertyChanged("outgoingusername"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _outgoingusername; - partial void OnoutgoingusernameChanging(string value); - partial void OnoutgoingusernameChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property moveundeliveredemails in the schema. + /// There are no comments for Property outgoingserverlocation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable moveundeliveredemails + public virtual string outgoingserverlocation { get { - return this._moveundeliveredemails; + return this._outgoingserverlocation; } set { - this.OnmoveundeliveredemailsChanging(value); - this._moveundeliveredemails = value; - this.OnmoveundeliveredemailsChanged(); - this.OnPropertyChanged("moveundeliveredemails"); + this.OnoutgoingserverlocationChanging(value); + this._outgoingserverlocation = value; + this.OnoutgoingserverlocationChanged(); + this.OnPropertyChanged("outgoingserverlocation"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _moveundeliveredemails; - partial void OnmoveundeliveredemailsChanging(global::System.Nullable value); - partial void OnmoveundeliveredemailsChanged(); + private string _outgoingserverlocation; + partial void OnoutgoingserverlocationChanging(string value); + partial void OnoutgoingserverlocationChanged(); /// /// There are no comments for Property isdataencryptionkeyset in the schema. /// @@ -245804,49 +245811,71 @@ public virtual string encodingcodepage partial void OnsendemailalertChanging(global::System.Nullable value); partial void OnsendemailalertChanged(); /// - /// There are no comments for Property processemailsreceivedafter in the schema. + /// There are no comments for Property lastteststarttime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processemailsreceivedafter + public virtual global::System.Nullable lastteststarttime { get { - return this._processemailsreceivedafter; + return this._lastteststarttime; } set { - this.OnprocessemailsreceivedafterChanging(value); - this._processemailsreceivedafter = value; - this.OnprocessemailsreceivedafterChanged(); - this.OnPropertyChanged("processemailsreceivedafter"); + this.OnlastteststarttimeChanging(value); + this._lastteststarttime = value; + this.OnlastteststarttimeChanged(); + this.OnPropertyChanged("lastteststarttime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processemailsreceivedafter; - partial void OnprocessemailsreceivedafterChanging(global::System.Nullable value); - partial void OnprocessemailsreceivedafterChanged(); + private global::System.Nullable _lastteststarttime; + partial void OnlastteststarttimeChanging(global::System.Nullable value); + partial void OnlastteststarttimeChanged(); /// - /// There are no comments for Property lastauthorizationstatus in the schema. + /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastauthorizationstatus + public virtual string entityimage_url { get { - return this._lastauthorizationstatus; + return this._entityimage_url; } set { - this.OnlastauthorizationstatusChanging(value); - this._lastauthorizationstatus = value; - this.OnlastauthorizationstatusChanged(); - this.OnPropertyChanged("lastauthorizationstatus"); + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastauthorizationstatus; - partial void OnlastauthorizationstatusChanging(global::System.Nullable value); - partial void OnlastauthorizationstatusChanged(); + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); + /// + /// There are no comments for Property processemailsreceivedafter in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processemailsreceivedafter + { + get + { + return this._processemailsreceivedafter; + } + set + { + this.OnprocessemailsreceivedafterChanging(value); + this._processemailsreceivedafter = value; + this.OnprocessemailsreceivedafterChanged(); + this.OnPropertyChanged("processemailsreceivedafter"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processemailsreceivedafter; + partial void OnprocessemailsreceivedafterChanging(global::System.Nullable value); + partial void OnprocessemailsreceivedafterChanged(); /// /// There are no comments for Property entityimage in the schema. /// @@ -245914,27 +245943,27 @@ public virtual byte[] entityimage partial void OnlasttesttotalexecutiontimeChanging(global::System.Nullable value); partial void OnlasttesttotalexecutiontimeChanged(); /// - /// There are no comments for Property useautodiscover in the schema. + /// There are no comments for Property outgoingautograntdelegateaccess in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable useautodiscover + public virtual global::System.Nullable outgoingautograntdelegateaccess { get { - return this._useautodiscover; + return this._outgoingautograntdelegateaccess; } set { - this.OnuseautodiscoverChanging(value); - this._useautodiscover = value; - this.OnuseautodiscoverChanged(); - this.OnPropertyChanged("useautodiscover"); + this.OnoutgoingautograntdelegateaccessChanging(value); + this._outgoingautograntdelegateaccess = value; + this.OnoutgoingautograntdelegateaccessChanged(); + this.OnPropertyChanged("outgoingautograntdelegateaccess"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _useautodiscover; - partial void OnuseautodiscoverChanging(global::System.Nullable value); - partial void OnuseautodiscoverChanged(); + private global::System.Nullable _outgoingautograntdelegateaccess; + partial void OnoutgoingautograntdelegateaccessChanging(global::System.Nullable value); + partial void OnoutgoingautograntdelegateaccessChanged(); /// /// There are no comments for Property _outgoingpartnerapplication_value in the schema. /// @@ -245958,71 +245987,71 @@ public virtual byte[] entityimage partial void On_outgoingpartnerapplication_valueChanging(global::System.Nullable value); partial void On_outgoingpartnerapplication_valueChanged(); /// - /// There are no comments for Property isoutgoingpasswordset in the schema. + /// There are no comments for Property usesamesettingsforoutgoingconnections in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isoutgoingpasswordset + public virtual global::System.Nullable usesamesettingsforoutgoingconnections { get { - return this._isoutgoingpasswordset; + return this._usesamesettingsforoutgoingconnections; } set { - this.OnisoutgoingpasswordsetChanging(value); - this._isoutgoingpasswordset = value; - this.OnisoutgoingpasswordsetChanged(); - this.OnPropertyChanged("isoutgoingpasswordset"); + this.OnusesamesettingsforoutgoingconnectionsChanging(value); + this._usesamesettingsforoutgoingconnections = value; + this.OnusesamesettingsforoutgoingconnectionsChanged(); + this.OnPropertyChanged("usesamesettingsforoutgoingconnections"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isoutgoingpasswordset; - partial void OnisoutgoingpasswordsetChanging(global::System.Nullable value); - partial void OnisoutgoingpasswordsetChanged(); + private global::System.Nullable _usesamesettingsforoutgoingconnections; + partial void OnusesamesettingsforoutgoingconnectionsChanging(global::System.Nullable value); + partial void OnusesamesettingsforoutgoingconnectionsChanged(); /// - /// There are no comments for Property outgoingauthenticationprotocol in the schema. + /// 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 outgoingauthenticationprotocol + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._outgoingauthenticationprotocol; + return this.__owningbusinessunit_value; } set { - this.OnoutgoingauthenticationprotocolChanging(value); - this._outgoingauthenticationprotocol = value; - this.OnoutgoingauthenticationprotocolChanged(); - this.OnPropertyChanged("outgoingauthenticationprotocol"); + 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 _outgoingauthenticationprotocol; - partial void OnoutgoingauthenticationprotocolChanging(global::System.Nullable value); - partial void OnoutgoingauthenticationprotocolChanged(); + 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 incomingusessl in the schema. + /// There are no comments for Property incomingcredentialretrieval in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable incomingusessl + public virtual global::System.Nullable incomingcredentialretrieval { get { - return this._incomingusessl; + return this._incomingcredentialretrieval; } set { - this.OnincomingusesslChanging(value); - this._incomingusessl = value; - this.OnincomingusesslChanged(); - this.OnPropertyChanged("incomingusessl"); + this.OnincomingcredentialretrievalChanging(value); + this._incomingcredentialretrieval = value; + this.OnincomingcredentialretrievalChanged(); + this.OnPropertyChanged("incomingcredentialretrieval"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _incomingusessl; - partial void OnincomingusesslChanging(global::System.Nullable value); - partial void OnincomingusesslChanged(); + private global::System.Nullable _incomingcredentialretrieval; + partial void OnincomingcredentialretrievalChanging(global::System.Nullable value); + partial void OnincomingcredentialretrievalChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -246046,115 +246075,71 @@ public virtual byte[] entityimage partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property outgoingautograntdelegateaccess in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable outgoingautograntdelegateaccess - { - get - { - return this._outgoingautograntdelegateaccess; - } - set - { - this.OnoutgoingautograntdelegateaccessChanging(value); - this._outgoingautograntdelegateaccess = value; - this.OnoutgoingautograntdelegateaccessChanged(); - this.OnPropertyChanged("outgoingautograntdelegateaccess"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _outgoingautograntdelegateaccess; - partial void OnoutgoingautograntdelegateaccessChanging(global::System.Nullable value); - partial void OnoutgoingautograntdelegateaccessChanged(); - /// - /// There are no comments for Property incomingcredentialretrieval in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable incomingcredentialretrieval - { - get - { - return this._incomingcredentialretrieval; - } - set - { - this.OnincomingcredentialretrievalChanging(value); - this._incomingcredentialretrieval = value; - this.OnincomingcredentialretrievalChanged(); - this.OnPropertyChanged("incomingcredentialretrieval"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _incomingcredentialretrieval; - partial void OnincomingcredentialretrievalChanging(global::System.Nullable value); - partial void OnincomingcredentialretrievalChanged(); - /// - /// There are no comments for Property emailservertypename in the schema. + /// There are no comments for Property incomingauthenticationprotocol in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string emailservertypename + public virtual global::System.Nullable incomingauthenticationprotocol { get { - return this._emailservertypename; + return this._incomingauthenticationprotocol; } set { - this.OnemailservertypenameChanging(value); - this._emailservertypename = value; - this.OnemailservertypenameChanged(); - this.OnPropertyChanged("emailservertypename"); + this.OnincomingauthenticationprotocolChanging(value); + this._incomingauthenticationprotocol = value; + this.OnincomingauthenticationprotocolChanged(); + this.OnPropertyChanged("incomingauthenticationprotocol"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _emailservertypename; - partial void OnemailservertypenameChanging(string value); - partial void OnemailservertypenameChanged(); + private global::System.Nullable _incomingauthenticationprotocol; + partial void OnincomingauthenticationprotocolChanging(global::System.Nullable value); + partial void OnincomingauthenticationprotocolChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property incominguseimpersonation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable incominguseimpersonation { get { - return this.__owningteam_value; + return this._incominguseimpersonation; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.OnincominguseimpersonationChanging(value); + this._incominguseimpersonation = value; + this.OnincominguseimpersonationChanged(); + this.OnPropertyChanged("incominguseimpersonation"); } } [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::System.Nullable _incominguseimpersonation; + partial void OnincominguseimpersonationChanging(global::System.Nullable value); + partial void OnincominguseimpersonationChanged(); /// - /// There are no comments for Property incomingauthenticationprotocol in the schema. + /// There are no comments for Property lastauthorizationstatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable incomingauthenticationprotocol + public virtual global::System.Nullable lastauthorizationstatus { get { - return this._incomingauthenticationprotocol; + return this._lastauthorizationstatus; } set { - this.OnincomingauthenticationprotocolChanging(value); - this._incomingauthenticationprotocol = value; - this.OnincomingauthenticationprotocolChanged(); - this.OnPropertyChanged("incomingauthenticationprotocol"); + this.OnlastauthorizationstatusChanging(value); + this._lastauthorizationstatus = value; + this.OnlastauthorizationstatusChanged(); + this.OnPropertyChanged("lastauthorizationstatus"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _incomingauthenticationprotocol; - partial void OnincomingauthenticationprotocolChanging(global::System.Nullable value); - partial void OnincomingauthenticationprotocolChanged(); + private global::System.Nullable _lastauthorizationstatus; + partial void OnlastauthorizationstatusChanging(global::System.Nullable value); + partial void OnlastauthorizationstatusChanged(); /// /// There are no comments for Property maxconcurrentconnections in the schema. /// @@ -246244,27 +246229,27 @@ public virtual string owneremailaddress partial void OnoutgoingusesslChanging(global::System.Nullable value); partial void OnoutgoingusesslChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property incomingusessl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable incomingusessl { get { - return this.__organizationid_value; + return this._incomingusessl; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OnincomingusesslChanging(value); + this._incomingusessl = value; + this.OnincomingusesslChanged(); + this.OnPropertyChanged("incomingusessl"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _incomingusessl; + partial void OnincomingusesslChanging(global::System.Nullable value); + partial void OnincomingusesslChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -246310,71 +246295,71 @@ public virtual string owneremailaddress partial void OnoutgoingcredentialretrievalChanging(global::System.Nullable value); partial void OnoutgoingcredentialretrievalChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual global::System.Nullable _owningteam_value { get { - return this._description; + return this.__owningteam_value; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + 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 string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + 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 lasttestrequest in the schema. + /// There are no comments for Property oauthclientid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string lasttestrequest + public virtual string oauthclientid { get { - return this._lasttestrequest; + return this._oauthclientid; } set { - this.OnlasttestrequestChanging(value); - this._lasttestrequest = value; - this.OnlasttestrequestChanged(); - this.OnPropertyChanged("lasttestrequest"); + this.OnoauthclientidChanging(value); + this._oauthclientid = value; + this.OnoauthclientidChanged(); + this.OnPropertyChanged("oauthclientid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _lasttestrequest; - partial void OnlasttestrequestChanging(string value); - partial void OnlasttestrequestChanged(); + private string _oauthclientid; + partial void OnoauthclientidChanging(string value); + partial void OnoauthclientidChanged(); /// - /// There are no comments for Property lasttestresponse in the schema. + /// There are no comments for Property lasttestrequest in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string lasttestresponse + public virtual string lasttestrequest { get { - return this._lasttestresponse; + return this._lasttestrequest; } set { - this.OnlasttestresponseChanging(value); - this._lasttestresponse = value; - this.OnlasttestresponseChanged(); - this.OnPropertyChanged("lasttestresponse"); + this.OnlasttestrequestChanging(value); + this._lasttestrequest = value; + this.OnlasttestrequestChanged(); + this.OnPropertyChanged("lasttestrequest"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _lasttestresponse; - partial void OnlasttestresponseChanging(string value); - partial void OnlasttestresponseChanged(); + private string _lasttestrequest; + partial void OnlasttestrequestChanging(string value); + partial void OnlasttestrequestChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -246398,27 +246383,49 @@ public virtual string lasttestresponse partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property lastcrmmessage in the schema. + /// There are no comments for Property entityimage_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string lastcrmmessage + public virtual global::System.Nullable entityimage_timestamp { get { - return this._lastcrmmessage; + return this._entityimage_timestamp; } set { - this.OnlastcrmmessageChanging(value); - this._lastcrmmessage = value; - this.OnlastcrmmessageChanged(); - this.OnPropertyChanged("lastcrmmessage"); + this.Onentityimage_timestampChanging(value); + this._entityimage_timestamp = value; + this.Onentityimage_timestampChanged(); + this.OnPropertyChanged("entityimage_timestamp"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _lastcrmmessage; - partial void OnlastcrmmessageChanging(string value); - partial void OnlastcrmmessageChanged(); + private global::System.Nullable _entityimage_timestamp; + partial void Onentityimage_timestampChanging(global::System.Nullable value); + partial void Onentityimage_timestampChanged(); + /// + /// There are no comments for Property useautodiscover in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable useautodiscover + { + get + { + return this._useautodiscover; + } + set + { + this.OnuseautodiscoverChanging(value); + this._useautodiscover = value; + this.OnuseautodiscoverChanged(); + this.OnPropertyChanged("useautodiscover"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _useautodiscover; + partial void OnuseautodiscoverChanging(global::System.Nullable value); + partial void OnuseautodiscoverChanged(); /// /// There are no comments for Property exchangeversion in the schema. /// @@ -246442,6 +246449,28 @@ public virtual string lastcrmmessage partial void OnexchangeversionChanging(global::System.Nullable value); partial void OnexchangeversionChanged(); /// + /// There are no comments for Property description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string description + { + get + { + return this._description; + } + set + { + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); + /// /// There are no comments for Property emailserverprofileid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -246464,27 +246493,27 @@ public virtual string lastcrmmessage partial void OnemailserverprofileidChanging(global::System.Nullable value); partial void OnemailserverprofileidChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable _organizationid_value { get { - return this.__owningbusinessunit_value; + return this.__organizationid_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_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(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property minpollingintervalinminutes in the schema. /// @@ -246508,27 +246537,27 @@ public virtual string lastcrmmessage partial void OnminpollingintervalinminutesChanging(global::System.Nullable value); partial void OnminpollingintervalinminutesChanged(); /// - /// There are no comments for Property entityimage_timestamp in the schema. + /// 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 entityimage_timestamp + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._entityimage_timestamp; + return this.__modifiedonbehalfby_value; } set { - this.Onentityimage_timestampChanging(value); - this._entityimage_timestamp = value; - this.Onentityimage_timestampChanged(); - this.OnPropertyChanged("entityimage_timestamp"); + 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 _entityimage_timestamp; - partial void Onentityimage_timestampChanging(global::System.Nullable value); - partial void Onentityimage_timestampChanged(); + 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 timezoneruleversionnumber in the schema. /// @@ -246596,49 +246625,71 @@ public virtual string credentialinfo partial void OncredentialinfoChanging(string value); partial void OncredentialinfoChanged(); /// - /// There are no comments for Property entityimage_url in the schema. + /// There are no comments for Property dataencryptionkey in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url + public virtual string dataencryptionkey { get { - return this._entityimage_url; + return this._dataencryptionkey; } set { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); + this.OndataencryptionkeyChanging(value); + this._dataencryptionkey = value; + this.OndataencryptionkeyChanged(); + this.OnPropertyChanged("dataencryptionkey"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); + private string _dataencryptionkey; + partial void OndataencryptionkeyChanging(string value); + partial void OndataencryptionkeyChanged(); /// - /// There are no comments for Property incominguseimpersonation in the schema. + /// There are no comments for Property lastcrmmessage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable incominguseimpersonation + public virtual string lastcrmmessage { get { - return this._incominguseimpersonation; + return this._lastcrmmessage; } set { - this.OnincominguseimpersonationChanging(value); - this._incominguseimpersonation = value; - this.OnincominguseimpersonationChanged(); - this.OnPropertyChanged("incominguseimpersonation"); + this.OnlastcrmmessageChanging(value); + this._lastcrmmessage = value; + this.OnlastcrmmessageChanged(); + this.OnPropertyChanged("lastcrmmessage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _incominguseimpersonation; - partial void OnincominguseimpersonationChanging(global::System.Nullable value); - partial void OnincominguseimpersonationChanged(); + private string _lastcrmmessage; + partial void OnlastcrmmessageChanging(string value); + partial void OnlastcrmmessageChanged(); + /// + /// There are no comments for Property isoutgoingpasswordset in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isoutgoingpasswordset + { + get + { + return this._isoutgoingpasswordset; + } + set + { + this.OnisoutgoingpasswordsetChanging(value); + this._isoutgoingpasswordset = value; + this.OnisoutgoingpasswordsetChanged(); + this.OnPropertyChanged("isoutgoingpasswordset"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isoutgoingpasswordset; + partial void OnisoutgoingpasswordsetChanging(global::System.Nullable value); + partial void OnisoutgoingpasswordsetChanged(); /// /// There are no comments for Property incomingserverlocation in the schema. /// @@ -246728,6 +246779,28 @@ public virtual string incomingserverlocation partial void OnentityimageidChanging(global::System.Nullable value); partial void OnentityimageidChanged(); /// + /// There are no comments for Property moveundeliveredemails in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable moveundeliveredemails + { + get + { + return this._moveundeliveredemails; + } + set + { + this.OnmoveundeliveredemailsChanging(value); + this._moveundeliveredemails = value; + this.OnmoveundeliveredemailsChanged(); + this.OnPropertyChanged("moveundeliveredemails"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _moveundeliveredemails; + partial void OnmoveundeliveredemailsChanging(global::System.Nullable value); + partial void OnmoveundeliveredemailsChanged(); + /// /// There are no comments for Property defaultserverlocation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -246750,27 +246823,27 @@ public virtual string defaultserverlocation partial void OndefaultserverlocationChanging(string value); partial void OndefaultserverlocationChanged(); /// - /// There are no comments for Property usesamesettingsforoutgoingconnections in the schema. + /// There are no comments for Property emailservertypename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable usesamesettingsforoutgoingconnections + public virtual string emailservertypename { get { - return this._usesamesettingsforoutgoingconnections; + return this._emailservertypename; } set { - this.OnusesamesettingsforoutgoingconnectionsChanging(value); - this._usesamesettingsforoutgoingconnections = value; - this.OnusesamesettingsforoutgoingconnectionsChanged(); - this.OnPropertyChanged("usesamesettingsforoutgoingconnections"); + this.OnemailservertypenameChanging(value); + this._emailservertypename = value; + this.OnemailservertypenameChanged(); + this.OnPropertyChanged("emailservertypename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _usesamesettingsforoutgoingconnections; - partial void OnusesamesettingsforoutgoingconnectionsChanging(global::System.Nullable value); - partial void OnusesamesettingsforoutgoingconnectionsChanged(); + private string _emailservertypename; + partial void OnemailservertypenameChanging(string value); + partial void OnemailservertypenameChanged(); /// /// There are no comments for Property outgoinguseimpersonation in the schema. /// @@ -246794,49 +246867,27 @@ public virtual string defaultserverlocation partial void OnoutgoinguseimpersonationChanging(global::System.Nullable value); partial void OnoutgoinguseimpersonationChanged(); /// - /// 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 dataencryptionkey in the schema. + /// There are no comments for Property outgoingauthenticationprotocol in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string dataencryptionkey + public virtual global::System.Nullable outgoingauthenticationprotocol { get { - return this._dataencryptionkey; + return this._outgoingauthenticationprotocol; } set { - this.OndataencryptionkeyChanging(value); - this._dataencryptionkey = value; - this.OndataencryptionkeyChanged(); - this.OnPropertyChanged("dataencryptionkey"); + this.OnoutgoingauthenticationprotocolChanging(value); + this._outgoingauthenticationprotocol = value; + this.OnoutgoingauthenticationprotocolChanged(); + this.OnPropertyChanged("outgoingauthenticationprotocol"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _dataencryptionkey; - partial void OndataencryptionkeyChanging(string value); - partial void OndataencryptionkeyChanged(); + private global::System.Nullable _outgoingauthenticationprotocol; + partial void OnoutgoingauthenticationprotocolChanging(global::System.Nullable value); + partial void OnoutgoingauthenticationprotocolChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -246860,71 +246911,71 @@ public virtual string dataencryptionkey partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property outgoingusername in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual string outgoingusername { get { - return this.__owninguser_value; + return this._outgoingusername; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.OnoutgoingusernameChanging(value); + this._outgoingusername = value; + this.OnoutgoingusernameChanged(); + this.OnPropertyChanged("outgoingusername"); } } [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(); + private string _outgoingusername; + partial void OnoutgoingusernameChanging(string value); + partial void OnoutgoingusernameChanged(); /// - /// There are no comments for Property lastteststarttime in the schema. + /// 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 lastteststarttime + public virtual global::System.Nullable _owninguser_value { get { - return this._lastteststarttime; + return this.__owninguser_value; } set { - this.OnlastteststarttimeChanging(value); - this._lastteststarttime = value; - this.OnlastteststarttimeChanged(); - this.OnPropertyChanged("lastteststarttime"); + 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 _lastteststarttime; - partial void OnlastteststarttimeChanging(global::System.Nullable value); - partial void OnlastteststarttimeChanged(); + 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 _modifiedonbehalfby_value in the schema. + /// There are no comments for Property timeoutmailboxconnection in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable timeoutmailboxconnection { get { - return this.__modifiedonbehalfby_value; + return this._timeoutmailboxconnection; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OntimeoutmailboxconnectionChanging(value); + this._timeoutmailboxconnection = value; + this.OntimeoutmailboxconnectionChanged(); + this.OnPropertyChanged("timeoutmailboxconnection"); } } [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::System.Nullable _timeoutmailboxconnection; + partial void OntimeoutmailboxconnectionChanging(global::System.Nullable value); + partial void OntimeoutmailboxconnectionChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -247538,49 +247589,49 @@ public virtual string externalcollectionname partial void OnexternalcollectionnameChanging(string value); partial void OnexternalcollectionnameChanged(); /// - /// There are no comments for Property extensiontablename in the schema. + /// There are no comments for Property originallocalizedname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string extensiontablename + public virtual string originallocalizedname { get { - return this._extensiontablename; + return this._originallocalizedname; } set { - this.OnextensiontablenameChanging(value); - this._extensiontablename = value; - this.OnextensiontablenameChanged(); - this.OnPropertyChanged("extensiontablename"); + this.OnoriginallocalizednameChanging(value); + this._originallocalizedname = value; + this.OnoriginallocalizednameChanged(); + this.OnPropertyChanged("originallocalizedname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _extensiontablename; - partial void OnextensiontablenameChanging(string value); - partial void OnextensiontablenameChanged(); + private string _originallocalizedname; + partial void OnoriginallocalizednameChanging(string value); + partial void OnoriginallocalizednameChanged(); /// - /// There are no comments for Property basetablename in the schema. + /// There are no comments for Property extensiontablename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string basetablename + public virtual string extensiontablename { get { - return this._basetablename; + return this._extensiontablename; } set { - this.OnbasetablenameChanging(value); - this._basetablename = value; - this.OnbasetablenameChanged(); - this.OnPropertyChanged("basetablename"); + this.OnextensiontablenameChanging(value); + this._extensiontablename = value; + this.OnextensiontablenameChanged(); + this.OnPropertyChanged("extensiontablename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _basetablename; - partial void OnbasetablenameChanging(string value); - partial void OnbasetablenameChanged(); + private string _extensiontablename; + partial void OnextensiontablenameChanging(string value); + partial void OnextensiontablenameChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -247670,6 +247721,28 @@ public virtual string entitysetname partial void OnentitysetnameChanging(string value); partial void OnentitysetnameChanged(); /// + /// There are no comments for Property basetablename in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string basetablename + { + get + { + return this._basetablename; + } + set + { + this.OnbasetablenameChanging(value); + this._basetablename = value; + this.OnbasetablenameChanged(); + this.OnPropertyChanged("basetablename"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _basetablename; + partial void OnbasetablenameChanging(string value); + partial void OnbasetablenameChanged(); + /// /// There are no comments for Property originallocalizedcollectionname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -247802,28 +247875,6 @@ public virtual string addresstablename partial void OnaddresstablenameChanging(string value); partial void OnaddresstablenameChanged(); /// - /// There are no comments for Property solutionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid - { - get - { - return this._solutionid; - } - set - { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); - /// /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -247868,27 +247919,27 @@ public virtual string addresstablename partial void OnentityidChanging(global::System.Nullable value); partial void OnentityidChanged(); /// - /// There are no comments for Property originallocalizedname in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string originallocalizedname + public virtual global::System.Nullable solutionid { get { - return this._originallocalizedname; + return this._solutionid; } set { - this.OnoriginallocalizednameChanging(value); - this._originallocalizedname = value; - this.OnoriginallocalizednameChanged(); - this.OnPropertyChanged("originallocalizedname"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _originallocalizedname; - partial void OnoriginallocalizednameChanging(string value); - partial void OnoriginallocalizednameChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property entity_solutioncomponentconfiguration in the schema. /// @@ -248482,27 +248533,49 @@ public static entitlementchannel Createentitlementchannel(global::Microsoft.Dyna return entitlementchannel; } /// - /// There are no comments for Property remainingterms in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable remainingterms + public virtual string name { get { - return this._remainingterms; + return this._name; } set { - this.OnremainingtermsChanging(value); - this._remainingterms = value; - this.OnremainingtermsChanged(); - this.OnPropertyChanged("remainingterms"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _remainingterms; - partial void OnremainingtermsChanging(global::System.Nullable value); - partial void OnremainingtermsChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// 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 _organizationid_value in the schema. /// @@ -248592,28 +248665,6 @@ public static entitlementchannel Createentitlementchannel(global::Microsoft.Dyna partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property entitlementchannelid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable entitlementchannelid - { - get - { - return this._entitlementchannelid; - } - set - { - this.OnentitlementchannelidChanging(value); - this._entitlementchannelid = value; - this.OnentitlementchannelidChanged(); - this.OnPropertyChanged("entitlementchannelid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _entitlementchannelid; - partial void OnentitlementchannelidChanging(global::System.Nullable value); - partial void OnentitlementchannelidChanged(); - /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -248636,27 +248687,27 @@ public static entitlementchannel Createentitlementchannel(global::Microsoft.Dyna partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property _entitlementid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable _entitlementid_value { get { - return this._modifiedon; + return this.__entitlementid_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.On_entitlementid_valueChanging(value); + this.__entitlementid_value = value; + this.On_entitlementid_valueChanged(); + this.OnPropertyChanged("_entitlementid_value"); } } [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::System.Nullable __entitlementid_value; + partial void On_entitlementid_valueChanging(global::System.Nullable value); + partial void On_entitlementid_valueChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -248768,28 +248819,6 @@ public static entitlementchannel Createentitlementchannel(global::Microsoft.Dyna partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -248812,27 +248841,27 @@ public static entitlementchannel Createentitlementchannel(global::Microsoft.Dyna partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property channel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable channel { get { - return this.__modifiedonbehalfby_value; + return this._channel; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnchannelChanging(value); + this._channel = value; + this.OnchannelChanged(); + this.OnPropertyChanged("channel"); } } [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::System.Nullable _channel; + partial void OnchannelChanging(global::System.Nullable value); + partial void OnchannelChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -248856,27 +248885,49 @@ public static entitlementchannel Createentitlementchannel(global::Microsoft.Dyna partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable versionnumber { get { - return this._name; + return this._versionnumber; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// There are no comments for Property remainingterms in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable remainingterms + { + get + { + return this._remainingterms; + } + set + { + this.OnremainingtermsChanging(value); + this._remainingterms = value; + this.OnremainingtermsChanged(); + this.OnPropertyChanged("remainingterms"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _remainingterms; + partial void OnremainingtermsChanging(global::System.Nullable value); + partial void OnremainingtermsChanged(); /// /// There are no comments for Property totalterms in the schema. /// @@ -248900,27 +248951,27 @@ public virtual string name partial void OntotaltermsChanging(global::System.Nullable value); partial void OntotaltermsChanged(); /// - /// There are no comments for Property _entitlementid_value in the schema. + /// 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 _entitlementid_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__entitlementid_value; + return this._utcconversiontimezonecode; } set { - this.On_entitlementid_valueChanging(value); - this.__entitlementid_value = value; - this.On_entitlementid_valueChanged(); - this.OnPropertyChanged("_entitlementid_value"); + 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 __entitlementid_value; - partial void On_entitlementid_valueChanging(global::System.Nullable value); - partial void On_entitlementid_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -248944,49 +248995,49 @@ public virtual string name partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property channel in the schema. + /// 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 channel + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._channel; + return this.__modifiedonbehalfby_value; } set { - this.OnchannelChanging(value); - this._channel = value; - this.OnchannelChanged(); - this.OnPropertyChanged("channel"); + 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 _channel; - partial void OnchannelChanging(global::System.Nullable value); - partial void OnchannelChanged(); + 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. + /// There are no comments for Property entitlementchannelid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable entitlementchannelid { get { - return this._versionnumber; + return this._entitlementchannelid; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnentitlementchannelidChanging(value); + this._entitlementchannelid = value; + this.OnentitlementchannelidChanged(); + this.OnPropertyChanged("entitlementchannelid"); } } [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::System.Nullable _entitlementchannelid; + partial void OnentitlementchannelidChanging(global::System.Nullable value); + partial void OnentitlementchannelidChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -250299,6 +250350,50 @@ public static entitlemententityallocationtypemapping Createentitlemententityallo return entitlemententityallocationtypemapping; } /// + /// 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 entitlemententityallocationtypemappingid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable entitlemententityallocationtypemappingid + { + get + { + return this._entitlemententityallocationtypemappingid; + } + set + { + this.OnentitlemententityallocationtypemappingidChanging(value); + this._entitlemententityallocationtypemappingid = value; + this.OnentitlemententityallocationtypemappingidChanged(); + this.OnPropertyChanged("entitlemententityallocationtypemappingid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _entitlemententityallocationtypemappingid; + partial void OnentitlemententityallocationtypemappingidChanging(global::System.Nullable value); + partial void OnentitlemententityallocationtypemappingidChanged(); + /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -250321,49 +250416,49 @@ public static entitlemententityallocationtypemapping Createentitlemententityallo partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__createdonbehalfby_value; + return this.__ownerid_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._utcconversiontimezonecode; + return this._timezoneruleversionnumber; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property allocationtype in the schema. /// @@ -250387,71 +250482,71 @@ public static entitlemententityallocationtypemapping Createentitlemententityallo partial void OnallocationtypeChanging(global::System.Nullable value); partial void OnallocationtypeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual string name { get { - return this._statecode; + return this._name; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._name; + return this._utcconversiontimezonecode; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._timezoneruleversionnumber; + return this.__createdonbehalfby_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 overriddencreatedon in the schema. /// @@ -250519,71 +250614,27 @@ public virtual string name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// 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 _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 entitlemententityallocationtypemappingid in the schema. + /// 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 entitlemententityallocationtypemappingid + public virtual global::System.Nullable _modifiedby_value { get { - return this._entitlemententityallocationtypemappingid; + return this.__modifiedby_value; } set { - this.OnentitlemententityallocationtypemappingidChanging(value); - this._entitlemententityallocationtypemappingid = value; - this.OnentitlemententityallocationtypemappingidChanged(); - this.OnPropertyChanged("entitlemententityallocationtypemappingid"); + 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 _entitlemententityallocationtypemappingid; - partial void OnentitlemententityallocationtypemappingidChanging(global::System.Nullable value); - partial void OnentitlemententityallocationtypemappingidChanged(); + 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 versionnumber in the schema. /// @@ -250651,27 +250702,27 @@ public virtual string name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _modifiedby_value 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 _modifiedby_value + public virtual global::System.Nullable _createdby_value { get { - return this.__modifiedby_value; + return this.__createdby_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 modifiedon in the schema. /// @@ -251306,6 +251357,28 @@ public partial class entitlementproducts : crmbaseentity partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// There are no comments for Property entitlementproductid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable entitlementproductid + { + get + { + return this._entitlementproductid; + } + set + { + this.OnentitlementproductidChanging(value); + this._entitlementproductid = value; + this.OnentitlementproductidChanged(); + this.OnPropertyChanged("entitlementproductid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _entitlementproductid; + partial void OnentitlementproductidChanging(global::System.Nullable value); + partial void OnentitlementproductidChanged(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -251372,28 +251445,6 @@ public partial class entitlementproducts : crmbaseentity partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property entitlementproductid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable entitlementproductid - { - get - { - return this._entitlementproductid; - } - set - { - this.OnentitlementproductidChanging(value); - this._entitlementproductid = value; - this.OnentitlementproductidChanged(); - this.OnPropertyChanged("entitlementproductid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _entitlementproductid; - partial void OnentitlementproductidChanging(global::System.Nullable value); - partial void OnentitlementproductidChanged(); - /// /// There are no comments for Property productid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -252619,27 +252670,27 @@ public static entitlement Createentitlement(global::Microsoft.Dynamics.CRM.syste return entitlement; } /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__owningbusinessunit_value; + return this.__modifiedonbehalfby_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 timezoneruleversionnumber in the schema. /// @@ -252663,28 +252714,6 @@ public static entitlement Createentitlement(global::Microsoft.Dynamics.CRM.syste partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property emailaddress in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string emailaddress - { - get - { - return this._emailaddress; - } - set - { - this.OnemailaddressChanging(value); - this._emailaddress = value; - this.OnemailaddressChanged(); - this.OnPropertyChanged("emailaddress"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _emailaddress; - partial void OnemailaddressChanging(string value); - partial void OnemailaddressChanged(); - /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -252729,49 +252758,49 @@ public virtual string emailaddress partial void OnstartdateChanging(global::System.Nullable value); partial void OnstartdateChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value 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 _modifiedonbehalfby_value + public virtual global::System.Nullable statecode { get { - return this.__modifiedonbehalfby_value; + return this._statecode; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._statecode; + return this.__transactioncurrencyid_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + 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 _createdonbehalfby_value in the schema. /// @@ -252795,27 +252824,27 @@ public virtual string emailaddress partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string description { get { - return this._importsequencenumber; + return this._description; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [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(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// /// There are no comments for Property entitytype in the schema. /// @@ -252905,6 +252934,28 @@ public virtual string emailaddress partial void On_contactid_valueChanging(global::System.Nullable value); partial void On_contactid_valueChanged(); /// + /// 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 decreaseremainingon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -253015,6 +253066,28 @@ public virtual string emailaddress partial void OnremainingtermsChanging(global::System.Nullable value); partial void OnremainingtermsChanged(); /// + /// There are no comments for Property emailaddress in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string emailaddress + { + get + { + return this._emailaddress; + } + set + { + this.OnemailaddressChanging(value); + this._emailaddress = value; + this.OnemailaddressChanged(); + this.OnPropertyChanged("emailaddress"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _emailaddress; + partial void OnemailaddressChanging(string value); + partial void OnemailaddressChanged(); + /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -253103,49 +253176,49 @@ public virtual string name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _accountid_value in the schema. + /// 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 _accountid_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__accountid_value; + return this.__owningbusinessunit_value; } set { - this.On_accountid_valueChanging(value); - this.__accountid_value = value; - this.On_accountid_valueChanged(); - this.OnPropertyChanged("_accountid_value"); + 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 __accountid_value; - partial void On_accountid_valueChanging(global::System.Nullable value); - partial void On_accountid_valueChanged(); + 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 _createdby_value in the schema. + /// There are no comments for Property _accountid_value 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 _accountid_value { get { - return this.__createdby_value; + return this.__accountid_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.On_accountid_valueChanging(value); + this.__accountid_value = value; + this.On_accountid_valueChanged(); + this.OnPropertyChanged("_accountid_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(); + private global::System.Nullable __accountid_value; + partial void On_accountid_valueChanging(global::System.Nullable value); + partial void On_accountid_valueChanged(); /// /// There are no comments for Property restrictcasecreation in the schema. /// @@ -253169,28 +253242,6 @@ public virtual string name partial void OnrestrictcasecreationChanging(global::System.Nullable value); partial void OnrestrictcasecreationChanged(); /// - /// There are no comments for Property allocationtypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable allocationtypecode - { - get - { - return this._allocationtypecode; - } - set - { - this.OnallocationtypecodeChanging(value); - this._allocationtypecode = value; - this.OnallocationtypecodeChanged(); - this.OnPropertyChanged("allocationtypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _allocationtypecode; - partial void OnallocationtypecodeChanging(global::System.Nullable value); - partial void OnallocationtypecodeChanged(); - /// /// There are no comments for Property exchangerate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -253213,49 +253264,49 @@ public virtual string name partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property allocationtypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual global::System.Nullable allocationtypecode { get { - return this.__owninguser_value; + return this._allocationtypecode; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.OnallocationtypecodeChanging(value); + this._allocationtypecode = value; + this.OnallocationtypecodeChanged(); + this.OnPropertyChanged("allocationtypecode"); } } [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(); + private global::System.Nullable _allocationtypecode; + partial void OnallocationtypecodeChanging(global::System.Nullable value); + partial void OnallocationtypecodeChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// 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 _transactioncurrencyid_value + public virtual global::System.Nullable _owninguser_value { get { - return this.__transactioncurrencyid_value; + return this.__owninguser_value; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + 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 __transactioncurrencyid_value; - partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); - partial void On_transactioncurrencyid_valueChanged(); + 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 stageid in the schema. /// @@ -253323,71 +253374,49 @@ public virtual string name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property _customerid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _customerid_value - { - get - { - return this.__customerid_value; - } - set - { - this.On_customerid_valueChanging(value); - this.__customerid_value = value; - this.On_customerid_valueChanged(); - this.OnPropertyChanged("_customerid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __customerid_value; - partial void On_customerid_valueChanging(global::System.Nullable value); - partial void On_customerid_valueChanged(); - /// - /// There are no comments for Property _entitlementtemplateid_value 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 _entitlementtemplateid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__entitlementtemplateid_value; + return this.__createdby_value; } set { - this.On_entitlementtemplateid_valueChanging(value); - this.__entitlementtemplateid_value = value; - this.On_entitlementtemplateid_valueChanged(); - this.OnPropertyChanged("_entitlementtemplateid_value"); + 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 __entitlementtemplateid_value; - partial void On_entitlementtemplateid_valueChanging(global::System.Nullable value); - partial void On_entitlementtemplateid_valueChanged(); + 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 createdon in the schema. + /// There are no comments for Property _customerid_value 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 _customerid_value { get { - return this._createdon; + return this.__customerid_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.On_customerid_valueChanging(value); + this.__customerid_value = value; + this.On_customerid_valueChanged(); + this.OnPropertyChanged("_customerid_value"); } } [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 __customerid_value; + partial void On_customerid_valueChanging(global::System.Nullable value); + partial void On_customerid_valueChanged(); /// /// There are no comments for Property kbaccesslevel in the schema. /// @@ -253433,27 +253462,27 @@ public virtual string name partial void OnisdefaultChanging(global::System.Nullable value); partial void OnisdefaultChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property _entitlementtemplateid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual global::System.Nullable _entitlementtemplateid_value { get { - return this._description; + return this.__entitlementtemplateid_value; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.On_entitlementtemplateid_valueChanging(value); + this.__entitlementtemplateid_value = value; + this.On_entitlementtemplateid_valueChanged(); + this.OnPropertyChanged("_entitlementtemplateid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private global::System.Nullable __entitlementtemplateid_value; + partial void On_entitlementtemplateid_valueChanging(global::System.Nullable value); + partial void On_entitlementtemplateid_valueChanged(); /// /// There are no comments for Property _slaid_value in the schema. /// @@ -253521,6 +253550,28 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// + /// 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 createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -254925,28 +254976,6 @@ public static entitlementtemplatechannel Createentitlementtemplatechannel(global return entitlementtemplatechannel; } /// - /// 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 name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -254969,49 +254998,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// 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 entitlementtemplatechannelid in the schema. + /// 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 entitlementtemplatechannelid + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._entitlementtemplatechannelid; + return this.__transactioncurrencyid_value; } set { - this.OnentitlementtemplatechannelidChanging(value); - this._entitlementtemplatechannelid = value; - this.OnentitlementtemplatechannelidChanged(); - this.OnPropertyChanged("entitlementtemplatechannelid"); + 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 _entitlementtemplatechannelid; - partial void OnentitlementtemplatechannelidChanging(global::System.Nullable value); - partial void OnentitlementtemplatechannelidChanged(); + 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 _organizationid_value in the schema. /// @@ -255035,28 +255042,6 @@ public virtual string name partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _entitlementtemplateid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _entitlementtemplateid_value - { - get - { - return this.__entitlementtemplateid_value; - } - set - { - this.On_entitlementtemplateid_valueChanging(value); - this.__entitlementtemplateid_value = value; - this.On_entitlementtemplateid_valueChanged(); - this.OnPropertyChanged("_entitlementtemplateid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __entitlementtemplateid_value; - partial void On_entitlementtemplateid_valueChanging(global::System.Nullable value); - partial void On_entitlementtemplateid_valueChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -255123,50 +255108,6 @@ public virtual string name partial void OnchannelChanging(global::System.Nullable value); partial void OnchannelChanged(); /// - /// 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 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#")] @@ -255189,27 +255130,93 @@ public virtual string name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// 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 _transactioncurrencyid_value + public virtual global::System.Nullable modifiedon { get { - return this.__transactioncurrencyid_value; + return this._modifiedon; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + 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 __transactioncurrencyid_value; - partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); - partial void On_transactioncurrencyid_valueChanged(); + 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 _entitlementtemplateid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _entitlementtemplateid_value + { + get + { + return this.__entitlementtemplateid_value; + } + set + { + this.On_entitlementtemplateid_valueChanging(value); + this.__entitlementtemplateid_value = value; + this.On_entitlementtemplateid_valueChanged(); + this.OnPropertyChanged("_entitlementtemplateid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __entitlementtemplateid_value; + partial void On_entitlementtemplateid_valueChanging(global::System.Nullable value); + partial void On_entitlementtemplateid_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 timezoneruleversionnumber in the schema. /// @@ -255299,6 +255306,28 @@ public virtual string name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property entitlementtemplatechannelid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable entitlementtemplatechannelid + { + get + { + return this._entitlementtemplatechannelid; + } + set + { + this.OnentitlementtemplatechannelidChanging(value); + this._entitlementtemplatechannelid = value; + this.OnentitlementtemplatechannelidChanged(); + this.OnPropertyChanged("entitlementtemplatechannelid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _entitlementtemplatechannelid; + partial void OnentitlementtemplatechannelidChanging(global::System.Nullable value); + partial void OnentitlementtemplatechannelidChanged(); + /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -255321,6 +255350,28 @@ public virtual string name 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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -255821,27 +255872,27 @@ public partial class entitlementtemplateproducts : crmbaseentity partial void OnentitlementtemplateproductidChanging(global::System.Nullable value); partial void OnentitlementtemplateproductidChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._versionnumber; + return this._utcconversiontimezonecode; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property name in the schema. /// @@ -255953,27 +256004,27 @@ public virtual string name partial void OnproductidChanging(global::System.Nullable value); partial void OnproductidChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable versionnumber { get { - return this._utcconversiontimezonecode; + return this._versionnumber; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property entitlementtemplateproducts_AsyncOperations in the schema. /// @@ -256870,6 +256921,94 @@ public static entitlementtemplate Createentitlementtemplate(global::Microsoft.Dy partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// + /// There are no comments for Property allocationtypecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable allocationtypecode + { + get + { + return this._allocationtypecode; + } + set + { + this.OnallocationtypecodeChanging(value); + this._allocationtypecode = value; + this.OnallocationtypecodeChanged(); + this.OnPropertyChanged("allocationtypecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _allocationtypecode; + partial void OnallocationtypecodeChanging(global::System.Nullable value); + partial void OnallocationtypecodeChanged(); + /// + /// There are no comments for Property _slaid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _slaid_value + { + get + { + return this.__slaid_value; + } + set + { + this.On_slaid_valueChanging(value); + this.__slaid_value = value; + this.On_slaid_valueChanged(); + this.OnPropertyChanged("_slaid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __slaid_value; + partial void On_slaid_valueChanging(global::System.Nullable value); + partial void On_slaid_valueChanged(); + /// + /// There are no comments for Property restrictcasecreation in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable restrictcasecreation + { + get + { + return this._restrictcasecreation; + } + set + { + this.OnrestrictcasecreationChanging(value); + this._restrictcasecreation = value; + this.OnrestrictcasecreationChanged(); + this.OnPropertyChanged("restrictcasecreation"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _restrictcasecreation; + partial void OnrestrictcasecreationChanging(global::System.Nullable value); + partial void OnrestrictcasecreationChanged(); + /// + /// 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#")] @@ -256892,115 +257031,49 @@ public static entitlementtemplate Createentitlementtemplate(global::Microsoft.Dy partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property startdate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable startdate - { - get - { - return this._startdate; - } - set - { - this.OnstartdateChanging(value); - this._startdate = value; - this.OnstartdateChanged(); - this.OnPropertyChanged("startdate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _startdate; - partial void OnstartdateChanging(global::System.Nullable value); - partial void OnstartdateChanged(); - /// - /// There are no comments for Property restrictcasecreation in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable restrictcasecreation - { - get - { - return this._restrictcasecreation; - } - set - { - this.OnrestrictcasecreationChanging(value); - this._restrictcasecreation = value; - this.OnrestrictcasecreationChanged(); - this.OnPropertyChanged("restrictcasecreation"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _restrictcasecreation; - partial void OnrestrictcasecreationChanging(global::System.Nullable value); - partial void OnrestrictcasecreationChanged(); - /// - /// 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 entitytype in the schema. + /// There are no comments for Property kbaccesslevel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable entitytype + public virtual global::System.Nullable kbaccesslevel { get { - return this._entitytype; + return this._kbaccesslevel; } set { - this.OnentitytypeChanging(value); - this._entitytype = value; - this.OnentitytypeChanged(); - this.OnPropertyChanged("entitytype"); + this.OnkbaccesslevelChanging(value); + this._kbaccesslevel = value; + this.OnkbaccesslevelChanged(); + this.OnPropertyChanged("kbaccesslevel"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _entitytype; - partial void OnentitytypeChanging(global::System.Nullable value); - partial void OnentitytypeChanged(); + private global::System.Nullable _kbaccesslevel; + partial void OnkbaccesslevelChanging(global::System.Nullable value); + partial void OnkbaccesslevelChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable versionnumber { get { - return this._overriddencreatedon; + return this._versionnumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property description in the schema. /// @@ -257024,28 +257097,6 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// 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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -257090,71 +257141,71 @@ public virtual string description partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property totalterms in the schema. + /// 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 totalterms + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._totalterms; + return this.__modifiedonbehalfby_value; } set { - this.OntotaltermsChanging(value); - this._totalterms = value; - this.OntotaltermsChanged(); - this.OnPropertyChanged("totalterms"); + 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 _totalterms; - partial void OntotaltermsChanging(global::System.Nullable value); - partial void OntotaltermsChanged(); + 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 kbaccesslevel in the schema. + /// There are no comments for Property totalterms in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable kbaccesslevel + public virtual global::System.Nullable totalterms { get { - return this._kbaccesslevel; + return this._totalterms; } set { - this.OnkbaccesslevelChanging(value); - this._kbaccesslevel = value; - this.OnkbaccesslevelChanged(); - this.OnPropertyChanged("kbaccesslevel"); + this.OntotaltermsChanging(value); + this._totalterms = value; + this.OntotaltermsChanged(); + this.OnPropertyChanged("totalterms"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _kbaccesslevel; - partial void OnkbaccesslevelChanging(global::System.Nullable value); - partial void OnkbaccesslevelChanged(); + private global::System.Nullable _totalterms; + partial void OntotaltermsChanging(global::System.Nullable value); + partial void OntotaltermsChanged(); /// - /// There are no comments for Property _slaid_value in the schema. + /// There are no comments for Property startdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _slaid_value + public virtual global::System.Nullable startdate { get { - return this.__slaid_value; + return this._startdate; } set { - this.On_slaid_valueChanging(value); - this.__slaid_value = value; - this.On_slaid_valueChanged(); - this.OnPropertyChanged("_slaid_value"); + this.OnstartdateChanging(value); + this._startdate = value; + this.OnstartdateChanged(); + this.OnPropertyChanged("startdate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __slaid_value; - partial void On_slaid_valueChanging(global::System.Nullable value); - partial void On_slaid_valueChanged(); + private global::System.Nullable _startdate; + partial void OnstartdateChanging(global::System.Nullable value); + partial void OnstartdateChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -257178,50 +257229,6 @@ public virtual string description partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property allocationtypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable allocationtypecode - { - get - { - return this._allocationtypecode; - } - set - { - this.OnallocationtypecodeChanging(value); - this._allocationtypecode = value; - this.OnallocationtypecodeChanged(); - this.OnPropertyChanged("allocationtypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _allocationtypecode; - partial void OnallocationtypecodeChanging(global::System.Nullable value); - partial void OnallocationtypecodeChanged(); - /// - /// 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 decreaseremainingon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -257288,27 +257295,49 @@ public virtual string name partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property entitlementtemplateid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable entitlementtemplateid { get { - return this.__modifiedonbehalfby_value; + return this._entitlementtemplateid; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnentitlementtemplateidChanging(value); + this._entitlementtemplateid = value; + this.OnentitlementtemplateidChanged(); + this.OnPropertyChanged("entitlementtemplateid"); } } [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::System.Nullable _entitlementtemplateid; + partial void OnentitlementtemplateidChanging(global::System.Nullable value); + partial void OnentitlementtemplateidChanged(); + /// + /// 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 enddate in the schema. /// @@ -257376,27 +257405,49 @@ public virtual string name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property entitlementtemplateid 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 entitlementtemplateid + public virtual global::System.Nullable _createdby_value { get { - return this._entitlementtemplateid; + return this.__createdby_value; } set { - this.OnentitlementtemplateidChanging(value); - this._entitlementtemplateid = value; - this.OnentitlementtemplateidChanged(); - this.OnPropertyChanged("entitlementtemplateid"); + 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 _entitlementtemplateid; - partial void OnentitlementtemplateidChanging(global::System.Nullable value); - partial void OnentitlementtemplateidChanged(); + 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 entitytype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable entitytype + { + get + { + return this._entitytype; + } + set + { + this.OnentitytypeChanging(value); + this._entitytype = value; + this.OnentitytypeChanged(); + this.OnPropertyChanged("entitytype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _entitytype; + partial void OnentitytypeChanging(global::System.Nullable value); + partial void OnentitytypeChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -258444,6 +258495,28 @@ public static entityanalyticsconfig Createentityanalyticsconfig(global::Microsof partial void OnisenabledfortimeseriesChanging(global::System.Nullable value); partial void OnisenabledfortimeseriesChanged(); /// + /// There are no comments for Property _organizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _organizationid_value + { + get + { + return this.__organizationid_value; + } + set + { + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); + /// /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -258466,6 +258539,28 @@ public static entityanalyticsconfig Createentityanalyticsconfig(global::Microsof partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// + /// There are no comments for Property entityanalyticsconfigid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable entityanalyticsconfigid + { + get + { + return this._entityanalyticsconfigid; + } + set + { + this.OnentityanalyticsconfigidChanging(value); + this._entityanalyticsconfigid = value; + this.OnentityanalyticsconfigidChanged(); + this.OnPropertyChanged("entityanalyticsconfigid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _entityanalyticsconfigid; + partial void OnentityanalyticsconfigidChanging(global::System.Nullable value); + partial void OnentityanalyticsconfigidChanged(); + /// /// There are no comments for Property parententitylogicalname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -258532,50 +258627,6 @@ public virtual string parententitylogicalname partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property isenabledforadls in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isenabledforadls - { - get - { - return this._isenabledforadls; - } - set - { - this.OnisenabledforadlsChanging(value); - this._isenabledforadls = value; - this.OnisenabledforadlsChanged(); - this.OnPropertyChanged("isenabledforadls"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isenabledforadls; - partial void OnisenabledforadlsChanging(global::System.Nullable value); - partial void OnisenabledforadlsChanged(); - /// - /// There are no comments for Property entityanalyticsconfigid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable entityanalyticsconfigid - { - get - { - return this._entityanalyticsconfigid; - } - set - { - this.OnentityanalyticsconfigidChanging(value); - this._entityanalyticsconfigid = value; - this.OnentityanalyticsconfigidChanged(); - this.OnPropertyChanged("entityanalyticsconfigid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _entityanalyticsconfigid; - partial void OnentityanalyticsconfigidChanging(global::System.Nullable value); - partial void OnentityanalyticsconfigidChanged(); - /// /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -258598,27 +258649,27 @@ public virtual string parententitylogicalname partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property isenabledforadls in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable isenabledforadls { get { - return this.__organizationid_value; + return this._isenabledforadls; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OnisenabledforadlsChanging(value); + this._isenabledforadls = value; + this.OnisenabledforadlsChanged(); + this.OnPropertyChanged("isenabledforadls"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _isenabledforadls; + partial void OnisenabledforadlsChanging(global::System.Nullable value); + partial void OnisenabledforadlsChanged(); /// /// There are no comments for Property entityanalyticsconfig_SyncErrors in the schema. /// @@ -258855,6 +258906,28 @@ public partial class entitydataprovider : crmbaseentity partial void OnentitydataprovideriduniqueChanging(global::System.Nullable value); partial void OnentitydataprovideriduniqueChanged(); /// + /// There are no comments for Property upsertplugin in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable upsertplugin + { + get + { + return this._upsertplugin; + } + set + { + this.OnupsertpluginChanging(value); + this._upsertplugin = value; + this.OnupsertpluginChanged(); + this.OnPropertyChanged("upsertplugin"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _upsertplugin; + partial void OnupsertpluginChanging(global::System.Nullable value); + partial void OnupsertpluginChanged(); + /// /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -258965,28 +259038,6 @@ public partial class entitydataprovider : crmbaseentity partial void OnretrievemultiplepluginChanging(global::System.Nullable value); partial void OnretrievemultiplepluginChanged(); /// - /// There are no comments for Property updateplugin in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable updateplugin - { - get - { - return this._updateplugin; - } - set - { - this.OnupdatepluginChanging(value); - this._updateplugin = value; - this.OnupdatepluginChanged(); - this.OnPropertyChanged("updateplugin"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _updateplugin; - partial void OnupdatepluginChanging(global::System.Nullable value); - partial void OnupdatepluginChanged(); - /// /// There are no comments for Property retrieveentitychangesplugin in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -259009,28 +259060,6 @@ public partial class entitydataprovider : crmbaseentity partial void OnretrieveentitychangespluginChanging(global::System.Nullable value); partial void OnretrieveentitychangespluginChanged(); /// - /// There are no comments for Property upsertplugin in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable upsertplugin - { - get - { - return this._upsertplugin; - } - set - { - this.OnupsertpluginChanging(value); - this._upsertplugin = value; - this.OnupsertpluginChanged(); - this.OnPropertyChanged("upsertplugin"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _upsertplugin; - partial void OnupsertpluginChanging(global::System.Nullable value); - partial void OnupsertpluginChanged(); - /// /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -259207,6 +259236,50 @@ public virtual string name partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OniscustomizableChanged(); /// + /// There are no comments for Property updatemultipleplugin in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable updatemultipleplugin + { + get + { + return this._updatemultipleplugin; + } + set + { + this.OnupdatemultiplepluginChanging(value); + this._updatemultipleplugin = value; + this.OnupdatemultiplepluginChanged(); + this.OnPropertyChanged("updatemultipleplugin"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _updatemultipleplugin; + partial void OnupdatemultiplepluginChanging(global::System.Nullable value); + partial void OnupdatemultiplepluginChanged(); + /// + /// There are no comments for Property updateplugin in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable updateplugin + { + get + { + return this._updateplugin; + } + set + { + this.OnupdatepluginChanging(value); + this._updateplugin = value; + this.OnupdatepluginChanged(); + this.OnPropertyChanged("updateplugin"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _updateplugin; + partial void OnupdatepluginChanging(global::System.Nullable value); + partial void OnupdatepluginChanged(); + /// /// There are no comments for Property introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -259251,28 +259324,6 @@ public virtual string introducedversion partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property updatemultipleplugin in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable updatemultipleplugin - { - get - { - return this._updatemultipleplugin; - } - set - { - this.OnupdatemultiplepluginChanging(value); - this._updatemultipleplugin = value; - this.OnupdatemultiplepluginChanged(); - this.OnPropertyChanged("updatemultipleplugin"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _updatemultipleplugin; - partial void OnupdatemultiplepluginChanging(global::System.Nullable value); - partial void OnupdatemultiplepluginChanged(); - /// /// There are no comments for Property datasourcelogicalname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -259800,6 +259851,28 @@ public virtual string logicalname partial void OnlogicalnameChanging(string value); partial void OnlogicalnameChanged(); /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -259822,28 +259895,6 @@ public virtual string logicalname partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property entitykeyid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -259866,27 +259917,27 @@ public virtual string logicalname partial void OnentitykeyidChanging(global::System.Nullable value); partial void OnentitykeyidChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable overwritetime { get { - return this._componentstate; + return this._overwritetime; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property name in the schema. /// @@ -260840,6 +260891,28 @@ public virtual string hint partial void OnhintChanging(string value); partial void OnhintChanged(); /// + /// 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 environmentvariabledefinitionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -260884,28 +260957,6 @@ public virtual string valueschema partial void OnvalueschemaChanging(string value); partial void OnvalueschemaChanged(); /// - /// 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 schemaname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -261060,28 +261111,6 @@ public virtual string displayname partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// 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 iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -261236,6 +261265,28 @@ public virtual string displayname partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// + /// 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 connectionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -262235,6 +262286,28 @@ public virtual string schemaname partial void OnschemanameChanging(string value); partial void OnschemanameChanged(); /// + /// 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 iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -262257,27 +262330,27 @@ public virtual string schemaname partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OniscustomizableChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__owningteam_value; + return this.__ownerid_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 _owningbusinessunit_value in the schema. /// @@ -262301,28 +262374,6 @@ public virtual string schemaname partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -262367,6 +262418,28 @@ public virtual string schemaname partial void On_environmentvariabledefinitionid_valueChanging(global::System.Nullable value); partial void On_environmentvariabledefinitionid_valueChanged(); /// + /// 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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -262411,6 +262484,28 @@ public virtual string schemaname partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// /// There are no comments for Property environmentvariablevalueidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -262565,28 +262660,6 @@ public virtual string schemaname partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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#")] @@ -262609,28 +262682,6 @@ public virtual string schemaname 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 environmentvariablevalueid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -262653,27 +262704,27 @@ public virtual string schemaname partial void OnenvironmentvariablevalueidChanging(global::System.Nullable value); partial void OnenvironmentvariablevalueidChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable versionnumber { get { - return this.__ownerid_value; + return this._versionnumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property ismanaged in the schema. /// @@ -262697,49 +262748,49 @@ public virtual string schemaname partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property value in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._value; + return this.__modifiedonbehalfby_value; } set { - this.OnvalueChanging(value); - this._value = value; - this.OnvalueChanged(); - this.OnPropertyChanged("value"); + 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 string _value; - partial void OnvalueChanging(string value); - partial void OnvalueChanged(); + 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 _modifiedonbehalfby_value in the schema. + /// There are no comments for Property value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string value { get { - return this.__modifiedonbehalfby_value; + return this._value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnvalueChanging(value); + this._value = value; + this.OnvalueChanged(); + this.OnPropertyChanged("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(); + private string _value; + partial void OnvalueChanging(string value); + partial void OnvalueChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -263871,115 +263922,115 @@ public static equipment Createequipment(global::Microsoft.Dynamics.CRM.systemuse return equipment; } /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property timezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable timezonecode { get { - return this._exchangerate; + return this._timezonecode; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.OntimezonecodeChanging(value); + this._timezonecode = value; + this.OntimezonecodeChanged(); + this.OnPropertyChanged("timezonecode"); } } [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::System.Nullable _timezonecode; + partial void OntimezonecodeChanging(global::System.Nullable value); + partial void OntimezonecodeChanged(); /// - /// There are no comments for Property isdisabled 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 isdisabled + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._isdisabled; + return this.__createdonbehalfby_value; } set { - this.OnisdisabledChanging(value); - this._isdisabled = value; - this.OnisdisabledChanged(); - this.OnPropertyChanged("isdisabled"); + 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 _isdisabled; - partial void OnisdisabledChanging(global::System.Nullable value); - partial void OnisdisabledChanged(); + 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 emailaddress in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string emailaddress + public virtual global::System.Nullable _organizationid_value { get { - return this._emailaddress; + return this.__organizationid_value; } set { - this.OnemailaddressChanging(value); - this._emailaddress = value; - this.OnemailaddressChanged(); - this.OnPropertyChanged("emailaddress"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _emailaddress; - partial void OnemailaddressChanging(string value); - partial void OnemailaddressChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property _businessunitid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable _businessunitid_value { get { - return this.__organizationid_value; + return this.__businessunitid_value; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.On_businessunitid_valueChanging(value); + this.__businessunitid_value = value; + this.On_businessunitid_valueChanged(); + this.OnPropertyChanged("_businessunitid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable __businessunitid_value; + partial void On_businessunitid_valueChanging(global::System.Nullable value); + partial void On_businessunitid_valueChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// 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 _transactioncurrencyid_value + public virtual global::System.Nullable exchangerate { get { - return this.__transactioncurrencyid_value; + return this._exchangerate; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + 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 __transactioncurrencyid_value; - partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); - partial void On_transactioncurrencyid_valueChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// /// There are no comments for Property description in the schema. /// @@ -264003,6 +264054,50 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// + /// 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 _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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -264047,6 +264142,28 @@ public virtual string description partial void OndisplayinserviceviewsChanging(global::System.Nullable value); partial void OndisplayinserviceviewsChanged(); /// + /// There are no comments for Property _siteid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _siteid_value + { + get + { + return this.__siteid_value; + } + set + { + this.On_siteid_valueChanging(value); + this.__siteid_value = value; + this.On_siteid_valueChanged(); + this.OnPropertyChanged("_siteid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __siteid_value; + partial void On_siteid_valueChanging(global::System.Nullable value); + partial void On_siteid_valueChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -264113,28 +264230,6 @@ public virtual string skills partial void OnskillsChanging(string value); partial void OnskillsChanged(); /// - /// There are no comments for Property equipmentid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable equipmentid - { - get - { - return this._equipmentid; - } - set - { - this.OnequipmentidChanging(value); - this._equipmentid = value; - this.OnequipmentidChanged(); - this.OnPropertyChanged("equipmentid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _equipmentid; - partial void OnequipmentidChanging(global::System.Nullable value); - partial void OnequipmentidChanged(); - /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -264157,28 +264252,6 @@ public virtual string skills partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -264201,27 +264274,27 @@ public virtual string skills partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property timezonecode in the schema. + /// There are no comments for Property _calendarid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezonecode + public virtual global::System.Nullable _calendarid_value { get { - return this._timezonecode; + return this.__calendarid_value; } set { - this.OntimezonecodeChanging(value); - this._timezonecode = value; - this.OntimezonecodeChanged(); - this.OnPropertyChanged("timezonecode"); + this.On_calendarid_valueChanging(value); + this.__calendarid_value = value; + this.On_calendarid_valueChanged(); + this.OnPropertyChanged("_calendarid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _timezonecode; - partial void OntimezonecodeChanging(global::System.Nullable value); - partial void OntimezonecodeChanged(); + private global::System.Nullable __calendarid_value; + partial void On_calendarid_valueChanging(global::System.Nullable value); + partial void On_calendarid_valueChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -264289,27 +264362,27 @@ public virtual string skills partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property equipmentid 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 equipmentid { get { - return this.__createdby_value; + return this._equipmentid; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnequipmentidChanging(value); + this._equipmentid = value; + this.OnequipmentidChanged(); + this.OnPropertyChanged("equipmentid"); } } [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 _equipmentid; + partial void OnequipmentidChanging(global::System.Nullable value); + partial void OnequipmentidChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -264333,27 +264406,27 @@ public virtual string skills partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _calendarid_value in the schema. + /// There are no comments for Property emailaddress in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _calendarid_value + public virtual string emailaddress { get { - return this.__calendarid_value; + return this._emailaddress; } set { - this.On_calendarid_valueChanging(value); - this.__calendarid_value = value; - this.On_calendarid_valueChanged(); - this.OnPropertyChanged("_calendarid_value"); + this.OnemailaddressChanging(value); + this._emailaddress = value; + this.OnemailaddressChanged(); + this.OnPropertyChanged("emailaddress"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __calendarid_value; - partial void On_calendarid_valueChanging(global::System.Nullable value); - partial void On_calendarid_valueChanged(); + private string _emailaddress; + partial void OnemailaddressChanging(string value); + partial void OnemailaddressChanged(); /// /// There are no comments for Property name in the schema. /// @@ -264377,49 +264450,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property _businessunitid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _businessunitid_value - { - get - { - return this.__businessunitid_value; - } - set - { - this.On_businessunitid_valueChanging(value); - this.__businessunitid_value = value; - this.On_businessunitid_valueChanged(); - this.OnPropertyChanged("_businessunitid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __businessunitid_value; - partial void On_businessunitid_valueChanging(global::System.Nullable value); - partial void On_businessunitid_valueChanged(); - /// - /// There are no comments for Property _siteid_value in the schema. + /// There are no comments for Property isdisabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _siteid_value + public virtual global::System.Nullable isdisabled { get { - return this.__siteid_value; + return this._isdisabled; } set { - this.On_siteid_valueChanging(value); - this.__siteid_value = value; - this.On_siteid_valueChanged(); - this.OnPropertyChanged("_siteid_value"); + this.OnisdisabledChanging(value); + this._isdisabled = value; + this.OnisdisabledChanged(); + this.OnPropertyChanged("isdisabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __siteid_value; - partial void On_siteid_valueChanging(global::System.Nullable value); - partial void On_siteid_valueChanged(); + private global::System.Nullable _isdisabled; + partial void OnisdisabledChanging(global::System.Nullable value); + partial void OnisdisabledChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -266155,71 +266206,71 @@ public static expiredprocess Createexpiredprocess(global::Microsoft.Dynamics.CRM partial void On_processid_valueChanging(global::System.Nullable value); partial void On_processid_valueChanged(); /// - /// There are no comments for Property duration in the schema. + /// There are no comments for Property _activestageid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable duration + public virtual global::System.Nullable _activestageid_value { get { - return this._duration; + return this.__activestageid_value; } set { - this.OndurationChanging(value); - this._duration = value; - this.OndurationChanged(); - this.OnPropertyChanged("duration"); + this.On_activestageid_valueChanging(value); + this.__activestageid_value = value; + this.On_activestageid_valueChanged(); + this.OnPropertyChanged("_activestageid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _duration; - partial void OndurationChanging(global::System.Nullable value); - partial void OndurationChanged(); + private global::System.Nullable __activestageid_value; + partial void On_activestageid_valueChanging(global::System.Nullable value); + partial void On_activestageid_valueChanged(); /// - /// There are no comments for Property traversedpath in the schema. + /// There are no comments for Property duration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath + public virtual global::System.Nullable duration { get { - return this._traversedpath; + return this._duration; } set { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); + this.OndurationChanging(value); + this._duration = value; + this.OndurationChanged(); + this.OnPropertyChanged("duration"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); + private global::System.Nullable _duration; + partial void OndurationChanging(global::System.Nullable value); + partial void OndurationChanged(); /// - /// There are no comments for Property _knowledgearticleid_value in the schema. + /// 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 _knowledgearticleid_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__knowledgearticleid_value; + return this._overriddencreatedon; } set { - this.On_knowledgearticleid_valueChanging(value); - this.__knowledgearticleid_value = value; - this.On_knowledgearticleid_valueChanged(); - this.OnPropertyChanged("_knowledgearticleid_value"); + 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 __knowledgearticleid_value; - partial void On_knowledgearticleid_valueChanging(global::System.Nullable value); - partial void On_knowledgearticleid_valueChanged(); + 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. /// @@ -266243,71 +266294,93 @@ public virtual string traversedpath partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property _activestageid_value in the schema. + /// There are no comments for Property _knowledgearticleid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _activestageid_value + public virtual global::System.Nullable _knowledgearticleid_value { get { - return this.__activestageid_value; + return this.__knowledgearticleid_value; } set { - this.On_activestageid_valueChanging(value); - this.__activestageid_value = value; - this.On_activestageid_valueChanged(); - this.OnPropertyChanged("_activestageid_value"); + this.On_knowledgearticleid_valueChanging(value); + this.__knowledgearticleid_value = value; + this.On_knowledgearticleid_valueChanged(); + this.OnPropertyChanged("_knowledgearticleid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __activestageid_value; - partial void On_activestageid_valueChanging(global::System.Nullable value); - partial void On_activestageid_valueChanged(); + private global::System.Nullable __knowledgearticleid_value; + partial void On_knowledgearticleid_valueChanging(global::System.Nullable value); + partial void On_knowledgearticleid_valueChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string name { get { - return this.__modifiedby_value; + return this._name; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual string traversedpath { get { - return this._name; + return this._traversedpath; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); + /// + /// There are no comments for Property activestagestartedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable activestagestartedon + { + get + { + return this._activestagestartedon; + } + set + { + this.OnactivestagestartedonChanging(value); + this._activestagestartedon = value; + this.OnactivestagestartedonChanged(); + this.OnPropertyChanged("activestagestartedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _activestagestartedon; + partial void OnactivestagestartedonChanging(global::System.Nullable value); + partial void OnactivestagestartedonChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -266331,49 +266404,27 @@ public virtual string name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 businessprocessflowinstanceid in the schema. + /// 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 businessprocessflowinstanceid + public virtual global::System.Nullable _modifiedby_value { get { - return this._businessprocessflowinstanceid; + return this.__modifiedby_value; } set { - this.OnbusinessprocessflowinstanceidChanging(value); - this._businessprocessflowinstanceid = value; - this.OnbusinessprocessflowinstanceidChanged(); - this.OnPropertyChanged("businessprocessflowinstanceid"); + 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 _businessprocessflowinstanceid; - partial void OnbusinessprocessflowinstanceidChanging(global::System.Nullable value); - partial void OnbusinessprocessflowinstanceidChanged(); + 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 versionnumber in the schema. /// @@ -266441,6 +266492,28 @@ public virtual string name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// There are no comments for Property businessprocessflowinstanceid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable businessprocessflowinstanceid + { + get + { + return this._businessprocessflowinstanceid; + } + set + { + this.OnbusinessprocessflowinstanceidChanging(value); + this._businessprocessflowinstanceid = value; + this.OnbusinessprocessflowinstanceidChanged(); + this.OnPropertyChanged("businessprocessflowinstanceid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _businessprocessflowinstanceid; + partial void OnbusinessprocessflowinstanceidChanging(global::System.Nullable value); + partial void OnbusinessprocessflowinstanceidChanged(); + /// /// There are no comments for Property exchangerate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -266463,27 +266536,27 @@ public virtual string name partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property activestagestartedon in the schema. + /// 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 activestagestartedon + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._activestagestartedon; + return this.__modifiedonbehalfby_value; } set { - this.OnactivestagestartedonChanging(value); - this._activestagestartedon = value; - this.OnactivestagestartedonChanged(); - this.OnPropertyChanged("activestagestartedon"); + 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 _activestagestartedon; - partial void OnactivestagestartedonChanging(global::System.Nullable value); - partial void OnactivestagestartedonChanged(); + 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 statecode in the schema. /// @@ -266551,28 +266624,6 @@ public virtual string name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 ExpiredProcess_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -267302,6 +267353,50 @@ public static exportsolutionupload Createexportsolutionupload(global::Microsoft. return exportsolutionupload; } /// + /// 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 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 name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -267346,27 +267441,27 @@ public virtual string name partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property solutionfile_name in the schema. + /// There are no comments for Property solutionfile in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string solutionfile_name + public virtual byte[] solutionfile { get { - return this._solutionfile_name; + return this._solutionfile; } set { - this.Onsolutionfile_nameChanging(value); - this._solutionfile_name = value; - this.Onsolutionfile_nameChanged(); - this.OnPropertyChanged("solutionfile_name"); + this.OnsolutionfileChanging(value); + this._solutionfile = value; + this.OnsolutionfileChanged(); + this.OnPropertyChanged("solutionfile"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _solutionfile_name; - partial void Onsolutionfile_nameChanging(string value); - partial void Onsolutionfile_nameChanged(); + private byte[] _solutionfile; + partial void OnsolutionfileChanging(byte[] value); + partial void OnsolutionfileChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -267390,28 +267485,6 @@ public virtual string solutionfile_name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// 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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -267478,6 +267551,72 @@ public virtual string solutionfile_name partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// + /// There are no comments for Property solutionuniquename in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string solutionuniquename + { + get + { + return this._solutionuniquename; + } + set + { + this.OnsolutionuniquenameChanging(value); + this._solutionuniquename = value; + this.OnsolutionuniquenameChanged(); + this.OnPropertyChanged("solutionuniquename"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _solutionuniquename; + partial void OnsolutionuniquenameChanging(string value); + partial void OnsolutionuniquenameChanged(); + /// + /// 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 _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 solutionfilename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -267522,27 +267661,27 @@ public virtual string solutionfilename partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property solutionfile 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 byte[] solutionfile + public virtual global::System.Nullable createdon { get { - return this._solutionfile; + return this._createdon; } set { - this.OnsolutionfileChanging(value); - this._solutionfile = value; - this.OnsolutionfileChanged(); - this.OnPropertyChanged("solutionfile"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _solutionfile; - partial void OnsolutionfileChanging(byte[] value); - partial void OnsolutionfileChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -267588,137 +267727,71 @@ public virtual byte[] solutionfile partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property exportsolutionuploadid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exportsolutionuploadid - { - get - { - return this._exportsolutionuploadid; - } - set - { - this.OnexportsolutionuploadidChanging(value); - this._exportsolutionuploadid = value; - this.OnexportsolutionuploadidChanged(); - this.OnPropertyChanged("exportsolutionuploadid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _exportsolutionuploadid; - partial void OnexportsolutionuploadidChanging(global::System.Nullable value); - partial void OnexportsolutionuploadidChanged(); - /// - /// 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 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 createdon in the schema. + /// There are no comments for Property solutionfile_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string solutionfile_name { get { - return this._createdon; + return this._solutionfile_name; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Onsolutionfile_nameChanging(value); + this._solutionfile_name = value; + this.Onsolutionfile_nameChanged(); + this.OnPropertyChanged("solutionfile_name"); } } [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 string _solutionfile_name; + partial void Onsolutionfile_nameChanging(string value); + partial void Onsolutionfile_nameChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property exportsolutionuploadid 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 exportsolutionuploadid { get { - return this.__createdonbehalfby_value; + return this._exportsolutionuploadid; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnexportsolutionuploadidChanging(value); + this._exportsolutionuploadid = value; + this.OnexportsolutionuploadidChanged(); + this.OnPropertyChanged("exportsolutionuploadid"); } } [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 _exportsolutionuploadid; + partial void OnexportsolutionuploadidChanging(global::System.Nullable value); + partial void OnexportsolutionuploadidChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._statuscode; + return this._timezoneruleversionnumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -267742,93 +267815,71 @@ public virtual byte[] solutionfile partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__modifiedonbehalfby_value; + return this.__ownerid_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 solutionuniquename in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string solutionuniquename + public virtual global::System.Nullable overriddencreatedon { get { - return this._solutionuniquename; + return this._overriddencreatedon; } set { - this.OnsolutionuniquenameChanging(value); - this._solutionuniquename = value; - this.OnsolutionuniquenameChanged(); - this.OnPropertyChanged("solutionuniquename"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _solutionuniquename; - partial void OnsolutionuniquenameChanging(string value); - partial void OnsolutionuniquenameChanged(); + 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. + /// 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 importsequencenumber + public virtual global::System.Nullable _createdby_value { get { - return this._importsequencenumber; + return this.__createdby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 createdby in the schema. /// @@ -271384,71 +271435,71 @@ public static fax Createfax(global::Microsoft.Dynamics.CRM.interactionforemail r return fax; } /// - /// There are no comments for Property tsid in the schema. + /// There are no comments for Property billingcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string tsid + public virtual string billingcode { get { - return this._tsid; + return this._billingcode; } set { - this.OntsidChanging(value); - this._tsid = value; - this.OntsidChanged(); - this.OnPropertyChanged("tsid"); + this.OnbillingcodeChanging(value); + this._billingcode = value; + this.OnbillingcodeChanged(); + this.OnPropertyChanged("billingcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _tsid; - partial void OntsidChanging(string value); - partial void OntsidChanged(); + private string _billingcode; + partial void OnbillingcodeChanging(string value); + partial void OnbillingcodeChanged(); /// - /// There are no comments for Property numberofpages in the schema. + /// There are no comments for Property coverpagename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable numberofpages + public virtual string coverpagename { get { - return this._numberofpages; + return this._coverpagename; } set { - this.OnnumberofpagesChanging(value); - this._numberofpages = value; - this.OnnumberofpagesChanged(); - this.OnPropertyChanged("numberofpages"); + this.OncoverpagenameChanging(value); + this._coverpagename = value; + this.OncoverpagenameChanged(); + this.OnPropertyChanged("coverpagename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _numberofpages; - partial void OnnumberofpagesChanging(global::System.Nullable value); - partial void OnnumberofpagesChanged(); + private string _coverpagename; + partial void OncoverpagenameChanging(string value); + partial void OncoverpagenameChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable importsequencenumber { get { - return this._overriddencreatedon; + return this._importsequencenumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property subcategory in the schema. /// @@ -271494,27 +271545,27 @@ public virtual string subcategory partial void OnsubscriptionidChanging(global::System.Nullable value); partial void OnsubscriptionidChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property faxnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string faxnumber { get { - return this._importsequencenumber; + return this._faxnumber; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OnfaxnumberChanging(value); + this._faxnumber = value; + this.OnfaxnumberChanged(); + this.OnPropertyChanged("faxnumber"); } } [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(); + private string _faxnumber; + partial void OnfaxnumberChanging(string value); + partial void OnfaxnumberChanged(); /// /// There are no comments for Property directioncode in the schema. /// @@ -271538,93 +271589,93 @@ public virtual string subcategory partial void OndirectioncodeChanging(global::System.Nullable value); partial void OndirectioncodeChanged(); /// - /// There are no comments for Property faxnumber in the schema. + /// There are no comments for Property category in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string faxnumber + public virtual string category { get { - return this._faxnumber; + return this._category; } set { - this.OnfaxnumberChanging(value); - this._faxnumber = value; - this.OnfaxnumberChanged(); - this.OnPropertyChanged("faxnumber"); + this.OncategoryChanging(value); + this._category = value; + this.OncategoryChanged(); + this.OnPropertyChanged("category"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _faxnumber; - partial void OnfaxnumberChanging(string value); - partial void OnfaxnumberChanged(); + private string _category; + partial void OncategoryChanging(string value); + partial void OncategoryChanged(); /// - /// There are no comments for Property coverpagename in the schema. + /// There are no comments for Property tsid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string coverpagename + public virtual string tsid { get { - return this._coverpagename; + return this._tsid; } set { - this.OncoverpagenameChanging(value); - this._coverpagename = value; - this.OncoverpagenameChanged(); - this.OnPropertyChanged("coverpagename"); + this.OntsidChanging(value); + this._tsid = value; + this.OntsidChanged(); + this.OnPropertyChanged("tsid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _coverpagename; - partial void OncoverpagenameChanging(string value); - partial void OncoverpagenameChanged(); + private string _tsid; + partial void OntsidChanging(string value); + partial void OntsidChanged(); /// - /// There are no comments for Property billingcode in the schema. + /// There are no comments for Property numberofpages in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string billingcode + public virtual global::System.Nullable numberofpages { get { - return this._billingcode; + return this._numberofpages; } set { - this.OnbillingcodeChanging(value); - this._billingcode = value; - this.OnbillingcodeChanged(); - this.OnPropertyChanged("billingcode"); + this.OnnumberofpagesChanging(value); + this._numberofpages = value; + this.OnnumberofpagesChanged(); + this.OnPropertyChanged("numberofpages"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _billingcode; - partial void OnbillingcodeChanging(string value); - partial void OnbillingcodeChanged(); + private global::System.Nullable _numberofpages; + partial void OnnumberofpagesChanging(global::System.Nullable value); + partial void OnnumberofpagesChanged(); /// - /// There are no comments for Property category in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string category + public virtual global::System.Nullable overriddencreatedon { get { - return this._category; + return this._overriddencreatedon; } set { - this.OncategoryChanging(value); - this._category = value; - this.OncategoryChanged(); - this.OnPropertyChanged("category"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _category; - partial void OncategoryChanging(string value); - partial void OncategoryChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property regardingobjectid_knowledgebaserecord_fax in the schema. /// @@ -274670,50 +274721,6 @@ public static fieldpermission Createfieldpermission(global::Microsoft.Dynamics.C partial void OnfieldpermissionidChanging(global::System.Nullable value); partial void OnfieldpermissionidChanged(); /// - /// There are no comments for Property ismanaged in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged - { - get - { - return this._ismanaged; - } - set - { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); - /// - /// There are no comments for Property componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// /// There are no comments for Property canupdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -274780,27 +274787,27 @@ public static fieldpermission Createfieldpermission(global::Microsoft.Dynamics.C partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property entityname in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityname + public virtual global::System.Nullable componentstate { get { - return this._entityname; + return this._componentstate; } set { - this.OnentitynameChanging(value); - this._entityname = value; - this.OnentitynameChanged(); - this.OnPropertyChanged("entityname"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityname; - partial void OnentitynameChanging(string value); - partial void OnentitynameChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property canread in the schema. /// @@ -274890,6 +274897,28 @@ public virtual string entityname partial void On_fieldsecurityprofileid_valueChanging(global::System.Nullable value); partial void On_fieldsecurityprofileid_valueChanged(); /// + /// There are no comments for Property ismanaged in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ismanaged + { + get + { + return this._ismanaged; + } + set + { + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); + /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -274956,6 +274985,28 @@ public virtual string attributelogicalname partial void OnattributelogicalnameChanging(string value); partial void OnattributelogicalnameChanged(); /// + /// There are no comments for Property entityname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string entityname + { + get + { + return this._entityname; + } + set + { + this.OnentitynameChanging(value); + this._entityname = value; + this.OnentitynameChanged(); + this.OnPropertyChanged("entityname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _entityname; + partial void OnentitynameChanging(string value); + partial void OnentitynameChanged(); + /// /// There are no comments for Property FieldPermission_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -276566,49 +276617,49 @@ public virtual string filename partial void OnfileattachmentidChanging(global::System.Nullable value); partial void OnfileattachmentidChanged(); /// - /// There are no comments for Property _objectid_value in the schema. + /// There are no comments for Property mimetype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _objectid_value + public virtual string mimetype { get { - return this.__objectid_value; + return this._mimetype; } set { - this.On_objectid_valueChanging(value); - this.__objectid_value = value; - this.On_objectid_valueChanged(); - this.OnPropertyChanged("_objectid_value"); + this.OnmimetypeChanging(value); + this._mimetype = value; + this.OnmimetypeChanged(); + this.OnPropertyChanged("mimetype"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __objectid_value; - partial void On_objectid_valueChanging(global::System.Nullable value); - partial void On_objectid_valueChanged(); + private string _mimetype; + partial void OnmimetypeChanging(string value); + partial void OnmimetypeChanged(); /// - /// There are no comments for Property mimetype in the schema. + /// There are no comments for Property _objectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string mimetype + public virtual global::System.Nullable _objectid_value { get { - return this._mimetype; + return this.__objectid_value; } set { - this.OnmimetypeChanging(value); - this._mimetype = value; - this.OnmimetypeChanged(); - this.OnPropertyChanged("mimetype"); + this.On_objectid_valueChanging(value); + this.__objectid_value = value; + this.On_objectid_valueChanged(); + this.OnPropertyChanged("_objectid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _mimetype; - partial void OnmimetypeChanging(string value); - partial void OnmimetypeChanged(); + private global::System.Nullable __objectid_value; + partial void On_objectid_valueChanging(global::System.Nullable value); + partial void On_objectid_valueChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -278975,28 +279026,6 @@ public static flowsession Createflowsession(global::Microsoft.Dynamics.CRM.syste return flowsession; } /// - /// 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 outputs in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -279019,27 +279048,27 @@ public virtual byte[] outputs partial void OnoutputsChanging(byte[] value); partial void OnoutputsChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__owningbusinessunit_value; + return this.__owningteam_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 createdon in the schema. /// @@ -279063,28 +279092,6 @@ public virtual byte[] outputs partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -279107,49 +279114,49 @@ public virtual byte[] outputs partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property processversion in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string processversion + public virtual global::System.Nullable versionnumber { get { - return this._processversion; + return this._versionnumber; } set { - this.OnprocessversionChanging(value); - this._processversion = value; - this.OnprocessversionChanged(); - this.OnPropertyChanged("processversion"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _processversion; - partial void OnprocessversionChanging(string value); - partial void OnprocessversionChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property processversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string processversion { get { - return this.__modifiedonbehalfby_value; + return this._processversion; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnprocessversionChanging(value); + this._processversion = value; + this.OnprocessversionChanged(); + this.OnPropertyChanged("processversion"); } } [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 string _processversion; + partial void OnprocessversionChanging(string value); + partial void OnprocessversionChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -279173,27 +279180,27 @@ public virtual string processversion partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property flowsessionid in the schema. + /// There are no comments for Property additionalcontext_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable flowsessionid + public virtual string additionalcontext_name { get { - return this._flowsessionid; + return this._additionalcontext_name; } set { - this.OnflowsessionidChanging(value); - this._flowsessionid = value; - this.OnflowsessionidChanged(); - this.OnPropertyChanged("flowsessionid"); + this.Onadditionalcontext_nameChanging(value); + this._additionalcontext_name = value; + this.Onadditionalcontext_nameChanged(); + this.OnPropertyChanged("additionalcontext_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _flowsessionid; - partial void OnflowsessionidChanging(global::System.Nullable value); - partial void OnflowsessionidChanged(); + private string _additionalcontext_name; + partial void Onadditionalcontext_nameChanging(string value); + partial void Onadditionalcontext_nameChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -279239,27 +279246,49 @@ public virtual string processversion partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property outputs_name in the schema. + /// There are no comments for Property flowsessionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string outputs_name + public virtual global::System.Nullable flowsessionid { get { - return this._outputs_name; + return this._flowsessionid; } set { - this.Onoutputs_nameChanging(value); - this._outputs_name = value; - this.Onoutputs_nameChanged(); - this.OnPropertyChanged("outputs_name"); + this.OnflowsessionidChanging(value); + this._flowsessionid = value; + this.OnflowsessionidChanged(); + this.OnPropertyChanged("flowsessionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _outputs_name; - partial void Onoutputs_nameChanging(string value); - partial void Onoutputs_nameChanged(); + private global::System.Nullable _flowsessionid; + partial void OnflowsessionidChanging(global::System.Nullable value); + partial void OnflowsessionidChanged(); + /// + /// There are no comments for Property _regardingobjectid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _regardingobjectid_value + { + get + { + return this.__regardingobjectid_value; + } + set + { + this.On_regardingobjectid_valueChanging(value); + this.__regardingobjectid_value = value; + this.On_regardingobjectid_valueChanged(); + this.OnPropertyChanged("_regardingobjectid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __regardingobjectid_value; + partial void On_regardingobjectid_valueChanging(global::System.Nullable value); + partial void On_regardingobjectid_valueChanged(); /// /// There are no comments for Property context in the schema. /// @@ -279305,71 +279334,71 @@ public virtual string correlationid partial void OncorrelationidChanging(string value); partial void OncorrelationidChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable modifiedon { get { - return this._versionnumber; + return this._modifiedon; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property additionalcontext_name in the schema. + /// There are no comments for Property outputs_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string additionalcontext_name + public virtual string outputs_name { get { - return this._additionalcontext_name; + return this._outputs_name; } set { - this.Onadditionalcontext_nameChanging(value); - this._additionalcontext_name = value; - this.Onadditionalcontext_nameChanged(); - this.OnPropertyChanged("additionalcontext_name"); + this.Onoutputs_nameChanging(value); + this._outputs_name = value; + this.Onoutputs_nameChanged(); + this.OnPropertyChanged("outputs_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _additionalcontext_name; - partial void Onadditionalcontext_nameChanging(string value); - partial void Onadditionalcontext_nameChanged(); + private string _outputs_name; + partial void Onoutputs_nameChanging(string value); + partial void Onoutputs_nameChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._statuscode; + return this._timezoneruleversionnumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -279393,27 +279422,27 @@ public virtual string additionalcontext_name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property completedon in the schema. + /// 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 completedon + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._completedon; + return this.__modifiedonbehalfby_value; } set { - this.OncompletedonChanging(value); - this._completedon = value; - this.OncompletedonChanged(); - this.OnPropertyChanged("completedon"); + 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 _completedon; - partial void OncompletedonChanging(global::System.Nullable value); - partial void OncompletedonChanged(); + 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 additionalcontext in the schema. /// @@ -279437,27 +279466,71 @@ public virtual byte[] additionalcontext partial void OnadditionalcontextChanging(byte[] value); partial void OnadditionalcontextChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__owningteam_value; + return this.__owningbusinessunit_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 gateway in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string gateway + { + get + { + return this._gateway; + } + set + { + this.OngatewayChanging(value); + this._gateway = value; + this.OngatewayChanged(); + this.OnPropertyChanged("gateway"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _gateway; + partial void OngatewayChanging(string value); + partial void OngatewayChanged(); + /// + /// 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 errormessage in the schema. /// @@ -279481,71 +279554,71 @@ public virtual string errormessage partial void OnerrormessageChanging(string value); partial void OnerrormessageChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable statuscode { get { - return this._modifiedon; + return this._statuscode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _regardingobjectid_value in the schema. + /// 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 _regardingobjectid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__regardingobjectid_value; + return this._importsequencenumber; } set { - this.On_regardingobjectid_valueChanging(value); - this.__regardingobjectid_value = value; - this.On_regardingobjectid_valueChanged(); - this.OnPropertyChanged("_regardingobjectid_value"); + 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 __regardingobjectid_value; - partial void On_regardingobjectid_valueChanging(global::System.Nullable value); - partial void On_regardingobjectid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property gateway in the schema. + /// There are no comments for Property completedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string gateway + public virtual global::System.Nullable completedon { get { - return this._gateway; + return this._completedon; } set { - this.OngatewayChanging(value); - this._gateway = value; - this.OngatewayChanged(); - this.OnPropertyChanged("gateway"); + this.OncompletedonChanging(value); + this._completedon = value; + this.OncompletedonChanged(); + this.OnPropertyChanged("completedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _gateway; - partial void OngatewayChanging(string value); - partial void OngatewayChanged(); + private global::System.Nullable _completedon; + partial void OncompletedonChanging(global::System.Nullable value); + partial void OncompletedonChanged(); /// /// There are no comments for Property startedon in the schema. /// @@ -279591,28 +279664,6 @@ public virtual string gateway partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 errorcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -280595,6 +280646,50 @@ public static goalrollupquery Creategoalrollupquery(global::Microsoft.Dynamics.C partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -280639,71 +280734,71 @@ public static goalrollupquery Creategoalrollupquery(global::Microsoft.Dynamics.C partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _createdby_value 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 _createdby_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__createdby_value; + return this.__createdonbehalfby_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable _createdby_value { get { - return this._timezoneruleversionnumber; + return this.__createdby_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__owningbusinessunit_value; + return this.__ownerid_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 _owninguser_value in the schema. /// @@ -280727,27 +280822,27 @@ public static goalrollupquery Creategoalrollupquery(global::Microsoft.Dynamics.C partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__createdonbehalfby_value; + return this.__owningbusinessunit_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 queryentitytype in the schema. /// @@ -280771,72 +280866,6 @@ public virtual string queryentitytype partial void OnqueryentitytypeChanging(string value); partial void OnqueryentitytypeChanged(); /// - /// 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 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 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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -280859,71 +280888,71 @@ public virtual string queryentitytype partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property fetchxml in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string fetchxml { get { - return this._importsequencenumber; + return this._fetchxml; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OnfetchxmlChanging(value); + this._fetchxml = value; + this.OnfetchxmlChanged(); + this.OnPropertyChanged("fetchxml"); } } [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(); + private string _fetchxml; + partial void OnfetchxmlChanging(string value); + partial void OnfetchxmlChanged(); /// - /// There are no comments for Property fetchxml in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string fetchxml + public virtual global::System.Nullable _modifiedby_value { get { - return this._fetchxml; + return this.__modifiedby_value; } set { - this.OnfetchxmlChanging(value); - this._fetchxml = value; - this.OnfetchxmlChanged(); - this.OnPropertyChanged("fetchxml"); + 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 string _fetchxml; - partial void OnfetchxmlChanging(string value); - partial void OnfetchxmlChanged(); + 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 name in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable importsequencenumber { get { - return this._name; + return this._importsequencenumber; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property goalrollupqueryid in the schema. /// @@ -280991,6 +281020,28 @@ public virtual string name partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// 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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -281013,27 +281064,27 @@ public virtual string name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__ownerid_value; + return this._timezoneruleversionnumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property owningteam in the schema. /// @@ -282620,27 +282671,27 @@ public virtual string stretchtargetstring partial void OninprogressintegerChanging(global::System.Nullable value); partial void OninprogressintegerChanged(); /// - /// There are no comments for Property entityimage_url in the schema. + /// There are no comments for Property rolluponlyfromchildgoals in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url + public virtual global::System.Nullable rolluponlyfromchildgoals { get { - return this._entityimage_url; + return this._rolluponlyfromchildgoals; } set { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); + this.OnrolluponlyfromchildgoalsChanging(value); + this._rolluponlyfromchildgoals = value; + this.OnrolluponlyfromchildgoalsChanged(); + this.OnPropertyChanged("rolluponlyfromchildgoals"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); + private global::System.Nullable _rolluponlyfromchildgoals; + partial void OnrolluponlyfromchildgoalsChanging(global::System.Nullable value); + partial void OnrolluponlyfromchildgoalsChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -282664,6 +282715,50 @@ public virtual string entityimage_url partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// There are no comments for Property lastrolledupdate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable lastrolledupdate + { + get + { + return this._lastrolledupdate; + } + set + { + this.OnlastrolledupdateChanging(value); + this._lastrolledupdate = value; + this.OnlastrolledupdateChanged(); + this.OnPropertyChanged("lastrolledupdate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _lastrolledupdate; + partial void OnlastrolledupdateChanging(global::System.Nullable value); + partial void OnlastrolledupdateChanged(); + /// + /// There are no comments for Property targetmoney_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable targetmoney_base + { + get + { + return this._targetmoney_base; + } + set + { + this.Ontargetmoney_baseChanging(value); + this._targetmoney_base = value; + this.Ontargetmoney_baseChanged(); + this.OnPropertyChanged("targetmoney_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _targetmoney_base; + partial void Ontargetmoney_baseChanging(global::System.Nullable value); + partial void Ontargetmoney_baseChanged(); + /// /// There are no comments for Property _rollupqueryactualintegerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -282686,27 +282781,27 @@ public virtual string entityimage_url partial void On_rollupqueryactualintegerid_valueChanging(global::System.Nullable value); partial void On_rollupqueryactualintegerid_valueChanged(); /// - /// There are no comments for Property fiscalperiod in the schema. + /// 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 fiscalperiod + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._fiscalperiod; + return this._utcconversiontimezonecode; } set { - this.OnfiscalperiodChanging(value); - this._fiscalperiod = value; - this.OnfiscalperiodChanged(); - this.OnPropertyChanged("fiscalperiod"); + 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 _fiscalperiod; - partial void OnfiscalperiodChanging(global::System.Nullable value); - partial void OnfiscalperiodChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -282730,28 +282825,6 @@ public virtual string entityimage_url partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property isoverridden in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isoverridden - { - get - { - return this._isoverridden; - } - set - { - this.OnisoverriddenChanging(value); - this._isoverridden = value; - this.OnisoverriddenChanged(); - this.OnPropertyChanged("isoverridden"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isoverridden; - partial void OnisoverriddenChanging(global::System.Nullable value); - partial void OnisoverriddenChanged(); - /// /// There are no comments for Property title in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -282796,49 +282869,49 @@ public virtual string title partial void OngoalenddateChanging(global::System.Nullable value); partial void OngoalenddateChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property _rollupqueryactualdecimalid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable _rollupqueryactualdecimalid_value { get { - return this.__owningteam_value; + return this.__rollupqueryactualdecimalid_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.On_rollupqueryactualdecimalid_valueChanging(value); + this.__rollupqueryactualdecimalid_value = value; + this.On_rollupqueryactualdecimalid_valueChanged(); + this.OnPropertyChanged("_rollupqueryactualdecimalid_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(); + private global::System.Nullable __rollupqueryactualdecimalid_value; + partial void On_rollupqueryactualdecimalid_valueChanging(global::System.Nullable value); + partial void On_rollupqueryactualdecimalid_valueChanged(); /// - /// There are no comments for Property _rollupqueryactualdecimalid_value in the schema. + /// 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 _rollupqueryactualdecimalid_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__rollupqueryactualdecimalid_value; + return this.__owningteam_value; } set { - this.On_rollupqueryactualdecimalid_valueChanging(value); - this.__rollupqueryactualdecimalid_value = value; - this.On_rollupqueryactualdecimalid_valueChanged(); - this.OnPropertyChanged("_rollupqueryactualdecimalid_value"); + 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 __rollupqueryactualdecimalid_value; - partial void On_rollupqueryactualdecimalid_valueChanging(global::System.Nullable value); - partial void On_rollupqueryactualdecimalid_valueChanged(); + 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 _rollupqueryactualmoneyid_value in the schema. /// @@ -283060,93 +283133,93 @@ public virtual string title partial void OnisamountChanging(global::System.Nullable value); partial void OnisamountChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._modifiedon; + return this.__modifiedonbehalfby_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 entityimage in the schema. + /// There are no comments for Property actualinteger in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] entityimage + public virtual global::System.Nullable actualinteger { get { - return this._entityimage; + return this._actualinteger; } set { - this.OnentityimageChanging(value); - this._entityimage = value; - this.OnentityimageChanged(); - this.OnPropertyChanged("entityimage"); + this.OnactualintegerChanging(value); + this._actualinteger = value; + this.OnactualintegerChanged(); + this.OnPropertyChanged("actualinteger"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _entityimage; - partial void OnentityimageChanging(byte[] value); - partial void OnentityimageChanged(); + private global::System.Nullable _actualinteger; + partial void OnactualintegerChanging(global::System.Nullable value); + partial void OnactualintegerChanged(); /// - /// There are no comments for Property actualinteger in the schema. + /// There are no comments for Property entityimage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable actualinteger + public virtual byte[] entityimage { get { - return this._actualinteger; + return this._entityimage; } set { - this.OnactualintegerChanging(value); - this._actualinteger = value; - this.OnactualintegerChanged(); - this.OnPropertyChanged("actualinteger"); + this.OnentityimageChanging(value); + this._entityimage = value; + this.OnentityimageChanged(); + this.OnPropertyChanged("entityimage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _actualinteger; - partial void OnactualintegerChanging(global::System.Nullable value); - partial void OnactualintegerChanged(); + private byte[] _entityimage; + partial void OnentityimageChanging(byte[] value); + partial void OnentityimageChanged(); /// - /// There are no comments for Property customrollupfieldmoney in the schema. + /// There are no comments for Property actualmoney in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable customrollupfieldmoney + public virtual global::System.Nullable actualmoney { get { - return this._customrollupfieldmoney; + return this._actualmoney; } set { - this.OncustomrollupfieldmoneyChanging(value); - this._customrollupfieldmoney = value; - this.OncustomrollupfieldmoneyChanged(); - this.OnPropertyChanged("customrollupfieldmoney"); + this.OnactualmoneyChanging(value); + this._actualmoney = value; + this.OnactualmoneyChanged(); + this.OnPropertyChanged("actualmoney"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _customrollupfieldmoney; - partial void OncustomrollupfieldmoneyChanging(global::System.Nullable value); - partial void OncustomrollupfieldmoneyChanged(); + private global::System.Nullable _actualmoney; + partial void OnactualmoneyChanging(global::System.Nullable value); + partial void OnactualmoneyChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -283302,28 +283375,6 @@ public virtual string actualstring partial void OnstretchtargetintegerChanging(global::System.Nullable value); partial void OnstretchtargetintegerChanged(); /// - /// There are no comments for Property lastrolledupdate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastrolledupdate - { - get - { - return this._lastrolledupdate; - } - set - { - this.OnlastrolledupdateChanging(value); - this._lastrolledupdate = value; - this.OnlastrolledupdateChanged(); - this.OnPropertyChanged("lastrolledupdate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastrolledupdate; - partial void OnlastrolledupdateChanging(global::System.Nullable value); - partial void OnlastrolledupdateChanged(); - /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -283368,27 +283419,27 @@ public virtual string actualstring partial void Oncomputedtargetasoftodaymoney_baseChanging(global::System.Nullable value); partial void Oncomputedtargetasoftodaymoney_baseChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property customrollupfieldmoney in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable customrollupfieldmoney { get { - return this.__modifiedonbehalfby_value; + return this._customrollupfieldmoney; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OncustomrollupfieldmoneyChanging(value); + this._customrollupfieldmoney = value; + this.OncustomrollupfieldmoneyChanged(); + this.OnPropertyChanged("customrollupfieldmoney"); } } [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::System.Nullable _customrollupfieldmoney; + partial void OncustomrollupfieldmoneyChanging(global::System.Nullable value); + partial void OncustomrollupfieldmoneyChanged(); /// /// There are no comments for Property targetinteger in the schema. /// @@ -283412,28 +283463,6 @@ public virtual string actualstring partial void OntargetintegerChanging(global::System.Nullable value); partial void OntargetintegerChanged(); /// - /// There are no comments for Property actualmoney in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable actualmoney - { - get - { - return this._actualmoney; - } - set - { - this.OnactualmoneyChanging(value); - this._actualmoney = value; - this.OnactualmoneyChanged(); - this.OnPropertyChanged("actualmoney"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _actualmoney; - partial void OnactualmoneyChanging(global::System.Nullable value); - partial void OnactualmoneyChanged(); - /// /// There are no comments for Property inprogressstring in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -283522,27 +283551,27 @@ public virtual string targetstring partial void OntargetstringChanging(string value); partial void OntargetstringChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property fiscalperiod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable fiscalperiod { get { - return this._timezoneruleversionnumber; + return this._fiscalperiod; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OnfiscalperiodChanging(value); + this._fiscalperiod = value; + this.OnfiscalperiodChanged(); + this.OnPropertyChanged("fiscalperiod"); } } [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::System.Nullable _fiscalperiod; + partial void OnfiscalperiodChanging(global::System.Nullable value); + partial void OnfiscalperiodChanged(); /// /// There are no comments for Property isoverride in the schema. /// @@ -283764,6 +283793,28 @@ public virtual string targetstring partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 treeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -283808,49 +283859,27 @@ public virtual string targetstring partial void On_goalwitherrorid_valueChanging(global::System.Nullable value); partial void On_goalwitherrorid_valueChanged(); /// - /// There are no comments for Property actualmoney_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable actualmoney_base - { - get - { - return this._actualmoney_base; - } - set - { - this.Onactualmoney_baseChanging(value); - this._actualmoney_base = value; - this.Onactualmoney_baseChanged(); - this.OnPropertyChanged("actualmoney_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _actualmoney_base; - partial void Onactualmoney_baseChanging(global::System.Nullable value); - partial void Onactualmoney_baseChanged(); - /// - /// There are no comments for Property rolluponlyfromchildgoals in the schema. + /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable rolluponlyfromchildgoals + public virtual string entityimage_url { get { - return this._rolluponlyfromchildgoals; + return this._entityimage_url; } set { - this.OnrolluponlyfromchildgoalsChanging(value); - this._rolluponlyfromchildgoals = value; - this.OnrolluponlyfromchildgoalsChanged(); - this.OnPropertyChanged("rolluponlyfromchildgoals"); + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _rolluponlyfromchildgoals; - partial void OnrolluponlyfromchildgoalsChanging(global::System.Nullable value); - partial void OnrolluponlyfromchildgoalsChanged(); + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); /// /// There are no comments for Property isfiscalperiodgoal in the schema. /// @@ -283962,27 +283991,27 @@ public virtual string customrollupfieldstring partial void On_rollupquerycustomdecimalid_valueChanging(global::System.Nullable value); partial void On_rollupquerycustomdecimalid_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property actualmoney_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable actualmoney_base { get { - return this._utcconversiontimezonecode; + return this._actualmoney_base; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onactualmoney_baseChanging(value); + this._actualmoney_base = value; + this.Onactualmoney_baseChanged(); + this.OnPropertyChanged("actualmoney_base"); } } [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::System.Nullable _actualmoney_base; + partial void Onactualmoney_baseChanging(global::System.Nullable value); + partial void Onactualmoney_baseChanged(); /// /// There are no comments for Property stretchtargetmoney_base in the schema. /// @@ -284116,6 +284145,28 @@ public virtual string customrollupfieldstring partial void OnfiscalyearChanging(global::System.Nullable value); partial void OnfiscalyearChanged(); /// + /// There are no comments for Property isoverridden in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isoverridden + { + get + { + return this._isoverridden; + } + set + { + this.OnisoverriddenChanging(value); + this._isoverridden = value; + this.OnisoverriddenChanged(); + this.OnPropertyChanged("isoverridden"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isoverridden; + partial void OnisoverriddenChanging(global::System.Nullable value); + partial void OnisoverriddenChanged(); + /// /// There are no comments for Property stretchtargetdecimal in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -284138,27 +284189,27 @@ public virtual string customrollupfieldstring partial void OnstretchtargetdecimalChanging(global::System.Nullable value); partial void OnstretchtargetdecimalChanged(); /// - /// There are no comments for Property targetmoney_base in the schema. + /// 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 targetmoney_base + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._targetmoney_base; + return this._timezoneruleversionnumber; } set { - this.Ontargetmoney_baseChanging(value); - this._targetmoney_base = value; - this.Ontargetmoney_baseChanged(); - this.OnPropertyChanged("targetmoney_base"); + 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 _targetmoney_base; - partial void Ontargetmoney_baseChanging(global::System.Nullable value); - partial void Ontargetmoney_baseChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property inprogressmoney in the schema. /// @@ -285412,6 +285463,28 @@ public static importdata Createimportdata(global::Microsoft.Dynamics.CRM.systemu return importdata; } /// + /// 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 haserror in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -285478,93 +285551,49 @@ public static importdata Createimportdata(global::Microsoft.Dynamics.CRM.systemu partial void OnlinenumberChanging(global::System.Nullable value); partial void OnlinenumberChanged(); /// - /// 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 _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 _importfileid_value in the schema. + /// There are no comments for Property errortype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _importfileid_value + public virtual global::System.Nullable errortype { get { - return this.__importfileid_value; + return this._errortype; } set { - this.On_importfileid_valueChanging(value); - this.__importfileid_value = value; - this.On_importfileid_valueChanged(); - this.OnPropertyChanged("_importfileid_value"); + this.OnerrortypeChanging(value); + this._errortype = value; + this.OnerrortypeChanged(); + this.OnPropertyChanged("errortype"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __importfileid_value; - partial void On_importfileid_valueChanging(global::System.Nullable value); - partial void On_importfileid_valueChanged(); + private global::System.Nullable _errortype; + partial void OnerrortypeChanging(global::System.Nullable value); + partial void OnerrortypeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property recordid 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 recordid { get { - return this.__createdonbehalfby_value; + return this._recordid; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnrecordidChanging(value); + this._recordid = value; + this.OnrecordidChanged(); + this.OnPropertyChanged("recordid"); } } [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 _recordid; + partial void OnrecordidChanging(global::System.Nullable value); + partial void OnrecordidChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -285588,28 +285617,6 @@ public static importdata Createimportdata(global::Microsoft.Dynamics.CRM.systemu partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property errortype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable errortype - { - get - { - return this._errortype; - } - set - { - this.OnerrortypeChanging(value); - this._errortype = value; - this.OnerrortypeChanged(); - this.OnPropertyChanged("errortype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _errortype; - partial void OnerrortypeChanging(global::System.Nullable value); - partial void OnerrortypeChanged(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -285698,71 +285705,71 @@ public static importdata Createimportdata(global::Microsoft.Dynamics.CRM.systemu partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property statuscode 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 statuscode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._statuscode; + return this.__createdonbehalfby_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__modifiedonbehalfby_value; + return this.__ownerid_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 recordid 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 recordid + public virtual global::System.Nullable createdon { get { - return this._recordid; + return this._createdon; } set { - this.OnrecordidChanging(value); - this._recordid = value; - this.OnrecordidChanged(); - this.OnPropertyChanged("recordid"); + 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 _recordid; - partial void OnrecordidChanging(global::System.Nullable value); - partial void OnrecordidChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -285830,6 +285837,50 @@ public virtual string data partial void OnimportdataidChanging(global::System.Nullable value); partial void OnimportdataidChanged(); /// + /// 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 _importfileid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _importfileid_value + { + get + { + return this.__importfileid_value; + } + set + { + this.On_importfileid_valueChanging(value); + this.__importfileid_value = value; + this.On_importfileid_valueChanged(); + this.OnPropertyChanged("_importfileid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __importfileid_value; + partial void On_importfileid_valueChanging(global::System.Nullable value); + partial void On_importfileid_valueChanged(); + /// /// There are no comments for Property owninguser in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -286326,27 +286377,27 @@ public static importentitymapping Createimportentitymapping(global::Microsoft.Dy partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property introducedversion 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 string introducedversion + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._introducedversion; + return this.__createdonbehalfby_value; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + 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 string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + 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 processcode in the schema. /// @@ -286370,28 +286421,6 @@ public virtual string introducedversion partial void OnprocesscodeChanging(global::System.Nullable value); partial void OnprocesscodeChanged(); /// - /// There are no comments for Property importentitymappingid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importentitymappingid - { - get - { - return this._importentitymappingid; - } - set - { - this.OnimportentitymappingidChanging(value); - this._importentitymappingid = value; - this.OnimportentitymappingidChanged(); - this.OnPropertyChanged("importentitymappingid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _importentitymappingid; - partial void OnimportentitymappingidChanging(global::System.Nullable value); - partial void OnimportentitymappingidChanged(); - /// /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -286458,6 +286487,28 @@ public virtual string introducedversion partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// There are no comments for Property importentitymappingid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable importentitymappingid + { + get + { + return this._importentitymappingid; + } + set + { + this.OnimportentitymappingidChanging(value); + this._importentitymappingid = value; + this.OnimportentitymappingidChanged(); + this.OnPropertyChanged("importentitymappingid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _importentitymappingid; + partial void OnimportentitymappingidChanging(global::System.Nullable value); + partial void OnimportentitymappingidChanged(); + /// /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -286546,28 +286597,6 @@ public virtual string introducedversion 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 targetentityname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -286590,49 +286619,49 @@ public virtual string targetentityname partial void OntargetentitynameChanging(string value); partial void OntargetentitynameChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property sourceentityname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string sourceentityname { get { - return this.__createdonbehalfby_value; + return this._sourceentityname; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnsourceentitynameChanging(value); + this._sourceentityname = value; + this.OnsourceentitynameChanged(); + this.OnPropertyChanged("sourceentityname"); } } [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 string _sourceentityname; + partial void OnsourceentitynameChanging(string value); + partial void OnsourceentitynameChanged(); /// - /// There are no comments for Property sourceentityname in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sourceentityname + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._sourceentityname; + return this.__modifiedonbehalfby_value; } set { - this.OnsourceentitynameChanging(value); - this._sourceentityname = value; - this.OnsourceentitynameChanged(); - this.OnPropertyChanged("sourceentityname"); + 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 string _sourceentityname; - partial void OnsourceentitynameChanging(string value); - partial void OnsourceentitynameChanged(); + 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 _modifiedby_value in the schema. /// @@ -286656,6 +286685,28 @@ public virtual string sourceentityname partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -287322,49 +287373,49 @@ public static importfile Createimportfile(global::Microsoft.Dynamics.CRM.team re partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property _importmapid_value in the schema. + /// There are no comments for Property completedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _importmapid_value + public virtual global::System.Nullable completedon { get { - return this.__importmapid_value; + return this._completedon; } set { - this.On_importmapid_valueChanging(value); - this.__importmapid_value = value; - this.On_importmapid_valueChanged(); - this.OnPropertyChanged("_importmapid_value"); + this.OncompletedonChanging(value); + this._completedon = value; + this.OncompletedonChanged(); + this.OnPropertyChanged("completedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __importmapid_value; - partial void On_importmapid_valueChanging(global::System.Nullable value); - partial void On_importmapid_valueChanged(); + private global::System.Nullable _completedon; + partial void OncompletedonChanging(global::System.Nullable value); + partial void OncompletedonChanged(); /// - /// There are no comments for Property partialfailurecount in the schema. + /// There are no comments for Property _importmapid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable partialfailurecount + public virtual global::System.Nullable _importmapid_value { get { - return this._partialfailurecount; + return this.__importmapid_value; } set { - this.OnpartialfailurecountChanging(value); - this._partialfailurecount = value; - this.OnpartialfailurecountChanged(); - this.OnPropertyChanged("partialfailurecount"); + this.On_importmapid_valueChanging(value); + this.__importmapid_value = value; + this.On_importmapid_valueChanged(); + this.OnPropertyChanged("_importmapid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _partialfailurecount; - partial void OnpartialfailurecountChanging(global::System.Nullable value); - partial void OnpartialfailurecountChanged(); + private global::System.Nullable __importmapid_value; + partial void On_importmapid_valueChanging(global::System.Nullable value); + partial void On_importmapid_valueChanged(); /// /// There are no comments for Property usesystemmap in the schema. /// @@ -287410,115 +287461,71 @@ public static importfile Createimportfile(global::Microsoft.Dynamics.CRM.team re partial void OnsuccesscountChanging(global::System.Nullable value); partial void OnsuccesscountChanged(); /// - /// 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 _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 headerrow in the schema. + /// There are no comments for Property _importid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string headerrow + public virtual global::System.Nullable _importid_value { get { - return this._headerrow; + return this.__importid_value; } set { - this.OnheaderrowChanging(value); - this._headerrow = value; - this.OnheaderrowChanged(); - this.OnPropertyChanged("headerrow"); + this.On_importid_valueChanging(value); + this.__importid_value = value; + this.On_importid_valueChanged(); + this.OnPropertyChanged("_importid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _headerrow; - partial void OnheaderrowChanging(string value); - partial void OnheaderrowChanged(); + private global::System.Nullable __importid_value; + partial void On_importid_valueChanging(global::System.Nullable value); + partial void On_importid_valueChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._name; + return this._utcconversiontimezonecode; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property targetentityname in the schema. + /// There are no comments for Property additionalheaderrow in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string targetentityname + public virtual string additionalheaderrow { get { - return this._targetentityname; + return this._additionalheaderrow; } set { - this.OntargetentitynameChanging(value); - this._targetentityname = value; - this.OntargetentitynameChanged(); - this.OnPropertyChanged("targetentityname"); + this.OnadditionalheaderrowChanging(value); + this._additionalheaderrow = value; + this.OnadditionalheaderrowChanged(); + this.OnPropertyChanged("additionalheaderrow"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _targetentityname; - partial void OntargetentitynameChanging(string value); - partial void OntargetentitynameChanged(); + private string _additionalheaderrow; + partial void OnadditionalheaderrowChanging(string value); + partial void OnadditionalheaderrowChanged(); /// /// There are no comments for Property importfileid in the schema. /// @@ -287564,115 +287571,115 @@ public virtual string targetentityname partial void On_recordsownerid_valueChanging(global::System.Nullable value); partial void On_recordsownerid_valueChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property parsedtablecolumnsnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable parsedtablecolumnsnumber { get { - return this.__owningteam_value; + return this._parsedtablecolumnsnumber; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.OnparsedtablecolumnsnumberChanging(value); + this._parsedtablecolumnsnumber = value; + this.OnparsedtablecolumnsnumberChanged(); + this.OnPropertyChanged("parsedtablecolumnsnumber"); } } [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::System.Nullable _parsedtablecolumnsnumber; + partial void OnparsedtablecolumnsnumberChanging(global::System.Nullable value); + partial void OnparsedtablecolumnsnumberChanged(); /// - /// There are no comments for Property relatedentitycolumns in the schema. + /// There are no comments for Property enableduplicatedetection in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string relatedentitycolumns + public virtual global::System.Nullable enableduplicatedetection { get { - return this._relatedentitycolumns; + return this._enableduplicatedetection; } set { - this.OnrelatedentitycolumnsChanging(value); - this._relatedentitycolumns = value; - this.OnrelatedentitycolumnsChanged(); - this.OnPropertyChanged("relatedentitycolumns"); + this.OnenableduplicatedetectionChanging(value); + this._enableduplicatedetection = value; + this.OnenableduplicatedetectionChanged(); + this.OnPropertyChanged("enableduplicatedetection"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _relatedentitycolumns; - partial void OnrelatedentitycolumnsChanging(string value); - partial void OnrelatedentitycolumnsChanged(); + private global::System.Nullable _enableduplicatedetection; + partial void OnenableduplicatedetectionChanging(global::System.Nullable value); + partial void OnenableduplicatedetectionChanged(); /// - /// There are no comments for Property additionalheaderrow in the schema. + /// There are no comments for Property upsertmodecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string additionalheaderrow + public virtual global::System.Nullable upsertmodecode { get { - return this._additionalheaderrow; + return this._upsertmodecode; } set { - this.OnadditionalheaderrowChanging(value); - this._additionalheaderrow = value; - this.OnadditionalheaderrowChanged(); - this.OnPropertyChanged("additionalheaderrow"); + this.OnupsertmodecodeChanging(value); + this._upsertmodecode = value; + this.OnupsertmodecodeChanged(); + this.OnPropertyChanged("upsertmodecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _additionalheaderrow; - partial void OnadditionalheaderrowChanging(string value); - partial void OnadditionalheaderrowChanged(); + private global::System.Nullable _upsertmodecode; + partial void OnupsertmodecodeChanging(global::System.Nullable value); + partial void OnupsertmodecodeChanged(); /// - /// There are no comments for Property parsedtablecolumnsnumber in the schema. + /// There are no comments for Property relatedentitycolumns in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable parsedtablecolumnsnumber + public virtual string relatedentitycolumns { get { - return this._parsedtablecolumnsnumber; + return this._relatedentitycolumns; } set { - this.OnparsedtablecolumnsnumberChanging(value); - this._parsedtablecolumnsnumber = value; - this.OnparsedtablecolumnsnumberChanged(); - this.OnPropertyChanged("parsedtablecolumnsnumber"); + this.OnrelatedentitycolumnsChanging(value); + this._relatedentitycolumns = value; + this.OnrelatedentitycolumnsChanged(); + this.OnPropertyChanged("relatedentitycolumns"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _parsedtablecolumnsnumber; - partial void OnparsedtablecolumnsnumberChanging(global::System.Nullable value); - partial void OnparsedtablecolumnsnumberChanged(); + private string _relatedentitycolumns; + partial void OnrelatedentitycolumnsChanging(string value); + partial void OnrelatedentitycolumnsChanged(); /// - /// There are no comments for Property upsertmodecode in the schema. + /// There are no comments for Property headerrow in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable upsertmodecode + public virtual string headerrow { get { - return this._upsertmodecode; + return this._headerrow; } set { - this.OnupsertmodecodeChanging(value); - this._upsertmodecode = value; - this.OnupsertmodecodeChanged(); - this.OnPropertyChanged("upsertmodecode"); + this.OnheaderrowChanging(value); + this._headerrow = value; + this.OnheaderrowChanged(); + this.OnPropertyChanged("headerrow"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _upsertmodecode; - partial void OnupsertmodecodeChanging(global::System.Nullable value); - partial void OnupsertmodecodeChanged(); + private string _headerrow; + partial void OnheaderrowChanging(string value); + partial void OnheaderrowChanged(); /// /// There are no comments for Property entitykeyid in the schema. /// @@ -287718,28 +287725,6 @@ public virtual string additionalheaderrow partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// 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 failurecount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -287850,6 +287835,28 @@ public virtual string parsedtablename partial void OnisfirstrowheaderChanging(global::System.Nullable value); partial void OnisfirstrowheaderChanged(); /// + /// There are no comments for Property targetentityname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string targetentityname + { + get + { + return this._targetentityname; + } + set + { + this.OntargetentitynameChanging(value); + this._targetentityname = value; + this.OntargetentitynameChanged(); + this.OnPropertyChanged("targetentityname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _targetentityname; + partial void OntargetentitynameChanging(string value); + partial void OntargetentitynameChanged(); + /// /// There are no comments for Property datadelimitercode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -287894,28 +287901,6 @@ public virtual string parsedtablename partial void OnprocesscodeChanging(global::System.Nullable value); partial void OnprocesscodeChanged(); /// - /// 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 fielddelimitercode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -288048,6 +288033,28 @@ public virtual string content partial void OntotalcountChanging(global::System.Nullable value); partial void OntotalcountChanged(); /// + /// There are no comments for Property parsedtablecolumnprefix in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string parsedtablecolumnprefix + { + get + { + return this._parsedtablecolumnprefix; + } + set + { + this.OnparsedtablecolumnprefixChanging(value); + this._parsedtablecolumnprefix = value; + this.OnparsedtablecolumnprefixChanged(); + this.OnPropertyChanged("parsedtablecolumnprefix"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _parsedtablecolumnprefix; + partial void OnparsedtablecolumnprefixChanging(string value); + partial void OnparsedtablecolumnprefixChanged(); + /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -288092,71 +288099,71 @@ public virtual string sourceentityname partial void OnsourceentitynameChanging(string value); partial void OnsourceentitynameChanged(); /// - /// There are no comments for Property parsedtablecolumnprefix in the schema. + /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string parsedtablecolumnprefix + public virtual global::System.Nullable _ownerid_value { get { - return this._parsedtablecolumnprefix; + return this.__ownerid_value; } set { - this.OnparsedtablecolumnprefixChanging(value); - this._parsedtablecolumnprefix = value; - this.OnparsedtablecolumnprefixChanged(); - this.OnPropertyChanged("parsedtablecolumnprefix"); + 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 string _parsedtablecolumnprefix; - partial void OnparsedtablecolumnprefixChanging(string value); - partial void OnparsedtablecolumnprefixChanged(); + 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 enableduplicatedetection in the schema. + /// There are no comments for Property partialfailurecount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable enableduplicatedetection + public virtual global::System.Nullable partialfailurecount { get { - return this._enableduplicatedetection; + return this._partialfailurecount; } set { - this.OnenableduplicatedetectionChanging(value); - this._enableduplicatedetection = value; - this.OnenableduplicatedetectionChanged(); - this.OnPropertyChanged("enableduplicatedetection"); + this.OnpartialfailurecountChanging(value); + this._partialfailurecount = value; + this.OnpartialfailurecountChanged(); + this.OnPropertyChanged("partialfailurecount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _enableduplicatedetection; - partial void OnenableduplicatedetectionChanging(global::System.Nullable value); - partial void OnenableduplicatedetectionChanged(); + private global::System.Nullable _partialfailurecount; + partial void OnpartialfailurecountChanging(global::System.Nullable value); + partial void OnpartialfailurecountChanged(); /// - /// There are no comments for Property completedon in the schema. + /// There are no comments for Property filetypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable completedon + public virtual global::System.Nullable filetypecode { get { - return this._completedon; + return this._filetypecode; } set { - this.OncompletedonChanging(value); - this._completedon = value; - this.OncompletedonChanged(); - this.OnPropertyChanged("completedon"); + this.OnfiletypecodeChanging(value); + this._filetypecode = value; + this.OnfiletypecodeChanged(); + this.OnPropertyChanged("filetypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _completedon; - partial void OncompletedonChanging(global::System.Nullable value); - partial void OncompletedonChanged(); + private global::System.Nullable _filetypecode; + partial void OnfiletypecodeChanging(global::System.Nullable value); + partial void OnfiletypecodeChanged(); /// /// There are no comments for Property processingstatus in the schema. /// @@ -288180,49 +288187,71 @@ public virtual string parsedtablecolumnprefix partial void OnprocessingstatusChanging(global::System.Nullable value); partial void OnprocessingstatusChanged(); /// - /// There are no comments for Property filetypecode in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable filetypecode + public virtual string name { get { - return this._filetypecode; + return this._name; } set { - this.OnfiletypecodeChanging(value); - this._filetypecode = value; - this.OnfiletypecodeChanged(); - this.OnPropertyChanged("filetypecode"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _filetypecode; - partial void OnfiletypecodeChanging(global::System.Nullable value); - partial void OnfiletypecodeChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property _importid_value in the schema. + /// 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 _importid_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__importid_value; + return this.__owningteam_value; } set { - this.On_importid_valueChanging(value); - this.__importid_value = value; - this.On_importid_valueChanged(); - this.OnPropertyChanged("_importid_value"); + 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 __importid_value; - partial void On_importid_valueChanging(global::System.Nullable value); - partial void On_importid_valueChanged(); + 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 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 _owninguser_value in the schema. /// @@ -288246,27 +288275,27 @@ public virtual string parsedtablecolumnprefix partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable modifiedon { get { - return this._utcconversiontimezonecode; + return this._modifiedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property source in the schema. /// @@ -288290,6 +288319,28 @@ public virtual string source partial void OnsourceChanging(string value); partial void OnsourceChanged(); /// + /// 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 size in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -288877,49 +288928,71 @@ public static importjob Createimportjob(global::Microsoft.Dynamics.CRM.organizat return importjob; } /// - /// There are no comments for Property importjobid in the schema. + /// There are no comments for Property startedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importjobid + public virtual global::System.Nullable startedon { get { - return this._importjobid; + return this._startedon; } set { - this.OnimportjobidChanging(value); - this._importjobid = value; - this.OnimportjobidChanged(); - this.OnPropertyChanged("importjobid"); + this.OnstartedonChanging(value); + this._startedon = value; + this.OnstartedonChanged(); + this.OnPropertyChanged("startedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _importjobid; - partial void OnimportjobidChanging(global::System.Nullable value); - partial void OnimportjobidChanged(); + private global::System.Nullable _startedon; + partial void OnstartedonChanging(global::System.Nullable value); + partial void OnstartedonChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property completedon 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 completedon { get { - return this.__createdby_value; + return this._completedon; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OncompletedonChanging(value); + this._completedon = value; + this.OncompletedonChanged(); + this.OnPropertyChanged("completedon"); } } [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 _completedon; + partial void OncompletedonChanging(global::System.Nullable value); + partial void OncompletedonChanged(); + /// + /// There are no comments for Property importjobid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable importjobid + { + get + { + return this._importjobid; + } + set + { + this.OnimportjobidChanging(value); + this._importjobid = value; + this.OnimportjobidChanged(); + this.OnPropertyChanged("importjobid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _importjobid; + partial void OnimportjobidChanging(global::System.Nullable value); + partial void OnimportjobidChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -288965,27 +289038,49 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._modifiedon; + return this._utcconversiontimezonecode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); + /// + /// 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 importcontext in the schema. /// @@ -289009,49 +289104,27 @@ public virtual string importcontext partial void OnimportcontextChanging(string value); partial void OnimportcontextChanged(); /// - /// There are no comments for Property completedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable completedon - { - get - { - return this._completedon; - } - set - { - this.OncompletedonChanging(value); - this._completedon = value; - this.OncompletedonChanged(); - this.OnPropertyChanged("completedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _completedon; - partial void OncompletedonChanging(global::System.Nullable value); - partial void OncompletedonChanged(); - /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property _organizationid_value 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 _organizationid_value { get { - return this.__createdonbehalfby_value; + return this.__organizationid_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_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(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -289097,93 +289170,93 @@ public virtual string importcontext partial void OnprogressChanging(global::System.Nullable value); partial void OnprogressChanged(); /// - /// There are no comments for Property operationcontext 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 string operationcontext + public virtual global::System.Nullable createdon { get { - return this._operationcontext; + return this._createdon; } set { - this.OnoperationcontextChanging(value); - this._operationcontext = value; - this.OnoperationcontextChanged(); - this.OnPropertyChanged("operationcontext"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _operationcontext; - partial void OnoperationcontextChanging(string value); - partial void OnoperationcontextChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable modifiedon { get { - return this._utcconversiontimezonecode; + return this._modifiedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _organizationid_value 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 _organizationid_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__organizationid_value; + return this.__createdonbehalfby_value; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + 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 timezoneruleversionnumber in the schema. + /// There are no comments for Property operationcontext in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string operationcontext { get { - return this._timezoneruleversionnumber; + return this._operationcontext; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OnoperationcontextChanging(value); + this._operationcontext = value; + this.OnoperationcontextChanged(); + this.OnPropertyChanged("operationcontext"); } } [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 string _operationcontext; + partial void OnoperationcontextChanging(string value); + partial void OnoperationcontextChanged(); /// /// There are no comments for Property data in the schema. /// @@ -289251,49 +289324,27 @@ public virtual string solutionname partial void OnsolutionnameChanging(string value); partial void OnsolutionnameChanged(); /// - /// 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 startedon 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 startedon + public virtual global::System.Nullable _createdby_value { get { - return this._startedon; + return this.__createdby_value; } set { - this.OnstartedonChanging(value); - this._startedon = value; - this.OnstartedonChanged(); - this.OnPropertyChanged("startedon"); + 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 _startedon; - partial void OnstartedonChanging(global::System.Nullable value); - partial void OnstartedonChanged(); + 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 organizationid in the schema. /// @@ -289863,28 +289914,6 @@ public static importlog Createimportlog(global::Microsoft.Dynamics.CRM.businessu partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property columnvalue in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string columnvalue - { - get - { - return this._columnvalue; - } - set - { - this.OncolumnvalueChanging(value); - this._columnvalue = value; - this.OncolumnvalueChanged(); - this.OnPropertyChanged("columnvalue"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _columnvalue; - partial void OncolumnvalueChanging(string value); - partial void OncolumnvalueChanged(); - /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -289951,27 +289980,27 @@ public virtual string columnvalue 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. + /// There are no comments for Property additionalinfo in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual string additionalinfo { get { - return this.__owningbusinessunit_value; + return this._additionalinfo; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.OnadditionalinfoChanging(value); + this._additionalinfo = value; + this.OnadditionalinfoChanged(); + this.OnPropertyChanged("additionalinfo"); } } [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 string _additionalinfo; + partial void OnadditionalinfoChanging(string value); + partial void OnadditionalinfoChanged(); /// /// There are no comments for Property headercolumn in the schema. /// @@ -290083,28 +290112,6 @@ public virtual string errordescription partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property additionalinfo in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string additionalinfo - { - get - { - return this._additionalinfo; - } - set - { - this.OnadditionalinfoChanging(value); - this._additionalinfo = value; - this.OnadditionalinfoChanged(); - this.OnPropertyChanged("additionalinfo"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _additionalinfo; - partial void OnadditionalinfoChanging(string value); - partial void OnadditionalinfoChanged(); - /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -290171,49 +290178,71 @@ public virtual string additionalinfo partial void OnimportlogidChanging(global::System.Nullable value); partial void OnimportlogidChanged(); /// - /// There are no comments for Property errornumber in the schema. + /// 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 errornumber + public virtual global::System.Nullable modifiedon { get { - return this._errornumber; + return this._modifiedon; } set { - this.OnerrornumberChanging(value); - this._errornumber = value; - this.OnerrornumberChanged(); - this.OnPropertyChanged("errornumber"); + 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 _errornumber; - partial void OnerrornumberChanging(global::System.Nullable value); - partial void OnerrornumberChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property columnvalue in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual string columnvalue { get { - return this._modifiedon; + return this._columnvalue; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OncolumnvalueChanging(value); + this._columnvalue = value; + this.OncolumnvalueChanged(); + this.OnPropertyChanged("columnvalue"); } } [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 string _columnvalue; + partial void OncolumnvalueChanging(string value); + partial void OncolumnvalueChanged(); + /// + /// 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 logphasecode in the schema. /// @@ -290259,6 +290288,28 @@ public virtual string additionalinfo partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// There are no comments for Property errornumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable errornumber + { + get + { + return this._errornumber; + } + set + { + this.OnerrornumberChanging(value); + this._errornumber = value; + this.OnerrornumberChanged(); + this.OnPropertyChanged("errornumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _errornumber; + partial void OnerrornumberChanging(global::System.Nullable value); + partial void OnerrornumberChanged(); + /// /// There are no comments for Property _importdataid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -291540,28 +291591,6 @@ public virtual string sourceuseridentifierforsourcecrmuserlink partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// /// There are no comments for Property importmaptype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -291650,6 +291679,28 @@ public virtual string sourceuseridentifierforsourcecrmuserlink partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// /// There are no comments for Property _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -292419,6 +292470,204 @@ public static import Createimport(global::Microsoft.Dynamics.CRM.systemuser crea partial void OnsendnotificationChanging(global::System.Nullable value); partial void OnsendnotificationChanged(); /// + /// 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 _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 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 emailaddress in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string emailaddress + { + get + { + return this._emailaddress; + } + set + { + this.OnemailaddressChanging(value); + this._emailaddress = value; + this.OnemailaddressChanged(); + this.OnPropertyChanged("emailaddress"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _emailaddress; + partial void OnemailaddressChanging(string value); + partial void OnemailaddressChanged(); + /// + /// 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 _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 _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 sequence in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable sequence + { + get + { + return this._sequence; + } + set + { + this.OnsequenceChanging(value); + this._sequence = value; + this.OnsequenceChanged(); + this.OnPropertyChanged("sequence"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _sequence; + partial void OnsequenceChanging(global::System.Nullable value); + partial void OnsequenceChanged(); + /// + /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -292441,226 +292690,6 @@ public static import Createimport(global::Microsoft.Dynamics.CRM.systemuser crea partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 _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 emailaddress in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string emailaddress - { - get - { - return this._emailaddress; - } - set - { - this.OnemailaddressChanging(value); - this._emailaddress = value; - this.OnemailaddressChanged(); - this.OnPropertyChanged("emailaddress"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _emailaddress; - partial void OnemailaddressChanging(string value); - partial void OnemailaddressChanged(); - /// - /// 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 _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 _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 sequence in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sequence - { - get - { - return this._sequence; - } - set - { - this.OnsequenceChanging(value); - this._sequence = value; - this.OnsequenceChanged(); - this.OnPropertyChanged("sequence"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sequence; - partial void OnsequenceChanging(global::System.Nullable value); - partial void OnsequenceChanged(); - /// - /// 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 _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 name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -292793,6 +292822,28 @@ public virtual string name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -296274,6 +296325,28 @@ public static incidentresolution Createincidentresolution(global::Microsoft.Dyna partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property _modifiedbyexternalparty_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _modifiedbyexternalparty_value + { + get + { + return this.__modifiedbyexternalparty_value; + } + set + { + this.On_modifiedbyexternalparty_valueChanging(value); + this.__modifiedbyexternalparty_value = value; + this.On_modifiedbyexternalparty_valueChanged(); + this.OnPropertyChanged("_modifiedbyexternalparty_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __modifiedbyexternalparty_value; + partial void On_modifiedbyexternalparty_valueChanging(global::System.Nullable value); + partial void On_modifiedbyexternalparty_valueChanged(); + /// /// There are no comments for Property category in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -296318,28 +296391,6 @@ public virtual string subcategory partial void OnsubcategoryChanging(string value); partial void OnsubcategoryChanged(); /// - /// There are no comments for Property _modifiedbyexternalparty_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedbyexternalparty_value - { - get - { - return this.__modifiedbyexternalparty_value; - } - set - { - this.On_modifiedbyexternalparty_valueChanging(value); - this.__modifiedbyexternalparty_value = value; - this.On_modifiedbyexternalparty_valueChanged(); - this.OnPropertyChanged("_modifiedbyexternalparty_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __modifiedbyexternalparty_value; - partial void On_modifiedbyexternalparty_valueChanging(global::System.Nullable value); - partial void On_modifiedbyexternalparty_valueChanged(); - /// /// There are no comments for Property resolutiontypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -299298,6 +299349,28 @@ public static incident Createincident(global::Microsoft.Dynamics.CRM.spd_applica partial void OnisdecrementingChanging(global::System.Nullable value); partial void OnisdecrementingChanged(); /// + /// There are no comments for Property processid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processid + { + get + { + return this._processid; + } + set + { + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); + /// /// There are no comments for Property spd_resolutionreason in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -299342,49 +299415,93 @@ public static incident Createincident(global::Microsoft.Dynamics.CRM.spd_applica partial void OnprioritycodeChanging(global::System.Nullable value); partial void OnprioritycodeChanged(); /// - /// There are no comments for Property _socialprofileid_value in the schema. + /// There are no comments for Property escalatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _socialprofileid_value + public virtual global::System.Nullable escalatedon { get { - return this.__socialprofileid_value; + return this._escalatedon; } set { - this.On_socialprofileid_valueChanging(value); - this.__socialprofileid_value = value; - this.On_socialprofileid_valueChanged(); - this.OnPropertyChanged("_socialprofileid_value"); + this.OnescalatedonChanging(value); + this._escalatedon = value; + this.OnescalatedonChanged(); + this.OnPropertyChanged("escalatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __socialprofileid_value; - partial void On_socialprofileid_valueChanging(global::System.Nullable value); - partial void On_socialprofileid_valueChanged(); + private global::System.Nullable _escalatedon; + partial void OnescalatedonChanging(global::System.Nullable value); + partial void OnescalatedonChanged(); /// - /// There are no comments for Property blockedprofile in the schema. + /// There are no comments for Property entityimageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable blockedprofile + public virtual global::System.Nullable entityimageid { get { - return this._blockedprofile; + return this._entityimageid; } set { - this.OnblockedprofileChanging(value); - this._blockedprofile = value; - this.OnblockedprofileChanged(); - this.OnPropertyChanged("blockedprofile"); + this.OnentityimageidChanging(value); + this._entityimageid = value; + this.OnentityimageidChanged(); + this.OnPropertyChanged("entityimageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _blockedprofile; - partial void OnblockedprofileChanging(global::System.Nullable value); - partial void OnblockedprofileChanged(); + private global::System.Nullable _entityimageid; + partial void OnentityimageidChanging(global::System.Nullable value); + partial void OnentityimageidChanged(); + /// + /// There are no comments for Property numberofchildincidents in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable numberofchildincidents + { + get + { + return this._numberofchildincidents; + } + set + { + this.OnnumberofchildincidentsChanging(value); + this._numberofchildincidents = value; + this.OnnumberofchildincidentsChanged(); + this.OnPropertyChanged("numberofchildincidents"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _numberofchildincidents; + partial void OnnumberofchildincidentsChanging(global::System.Nullable value); + partial void OnnumberofchildincidentsChanged(); + /// + /// There are no comments for Property spd_workswith in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_workswith + { + get + { + return this._spd_workswith; + } + set + { + this.Onspd_workswithChanging(value); + this._spd_workswith = value; + this.Onspd_workswithChanged(); + this.OnPropertyChanged("spd_workswith"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_workswith; + partial void Onspd_workswithChanging(global::System.Nullable value); + partial void Onspd_workswithChanged(); /// /// There are no comments for Property lastonholdtime in the schema. /// @@ -299452,28 +299569,6 @@ public static incident Createincident(global::Microsoft.Dynamics.CRM.spd_applica partial void Onspd_previewapprovedChanging(global::System.Nullable value); partial void Onspd_previewapprovedChanged(); /// - /// 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 _spd_servicetypeid_value - { - get - { - return this.__spd_servicetypeid_value; - } - set - { - 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 __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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -299540,49 +299635,27 @@ public static incident Createincident(global::Microsoft.Dynamics.CRM.spd_applica partial void Onspd_vulnerablesectorhitChanging(global::System.Nullable value); partial void Onspd_vulnerablesectorhitChanged(); /// - /// There are no comments for Property activitiescomplete in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable activitiescomplete - { - get - { - return this._activitiescomplete; - } - set - { - this.OnactivitiescompleteChanging(value); - this._activitiescomplete = value; - this.OnactivitiescompleteChanged(); - this.OnPropertyChanged("activitiescomplete"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _activitiescomplete; - partial void OnactivitiescompleteChanging(global::System.Nullable value); - partial void OnactivitiescompleteChanged(); - /// - /// There are no comments for Property messagetypecode in the schema. + /// There are no comments for Property spd_controllingmemberapplicationcompleted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable messagetypecode + public virtual global::System.Nullable spd_controllingmemberapplicationcompleted { get { - return this._messagetypecode; + return this._spd_controllingmemberapplicationcompleted; } set { - this.OnmessagetypecodeChanging(value); - this._messagetypecode = value; - this.OnmessagetypecodeChanged(); - this.OnPropertyChanged("messagetypecode"); + this.Onspd_controllingmemberapplicationcompletedChanging(value); + this._spd_controllingmemberapplicationcompleted = value; + this.Onspd_controllingmemberapplicationcompletedChanged(); + this.OnPropertyChanged("spd_controllingmemberapplicationcompleted"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _messagetypecode; - partial void OnmessagetypecodeChanging(global::System.Nullable value); - partial void OnmessagetypecodeChanged(); + private global::System.Nullable _spd_controllingmemberapplicationcompleted; + partial void Onspd_controllingmemberapplicationcompletedChanging(global::System.Nullable value); + partial void Onspd_controllingmemberapplicationcompletedChanged(); /// /// There are no comments for Property spd_fingerprints in the schema. /// @@ -299606,72 +299679,6 @@ public static incident Createincident(global::Microsoft.Dynamics.CRM.spd_applica partial void Onspd_fingerprintsChanging(global::System.Nullable value); partial void Onspd_fingerprintsChanged(); /// - /// There are no comments for Property _firstresponsebykpiid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _firstresponsebykpiid_value - { - get - { - return this.__firstresponsebykpiid_value; - } - set - { - this.On_firstresponsebykpiid_valueChanging(value); - this.__firstresponsebykpiid_value = value; - this.On_firstresponsebykpiid_valueChanged(); - this.OnPropertyChanged("_firstresponsebykpiid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __firstresponsebykpiid_value; - partial void On_firstresponsebykpiid_valueChanging(global::System.Nullable value); - partial void On_firstresponsebykpiid_valueChanged(); - /// - /// There are no comments for Property spd_datecompleted in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_datecompleted - { - get - { - return this._spd_datecompleted; - } - set - { - this.Onspd_datecompletedChanging(value); - this._spd_datecompleted = value; - this.Onspd_datecompletedChanged(); - this.OnPropertyChanged("spd_datecompleted"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_datecompleted; - partial void Onspd_datecompletedChanging(global::System.Nullable value); - partial void Onspd_datecompletedChanged(); - /// - /// 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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -299694,27 +299701,27 @@ public static incident Createincident(global::Microsoft.Dynamics.CRM.spd_applica partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property spd_issuelicense in the schema. + /// There are no comments for Property activitiescomplete in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_issuelicense + public virtual global::System.Nullable activitiescomplete { get { - return this._spd_issuelicense; + return this._activitiescomplete; } set { - this.Onspd_issuelicenseChanging(value); - this._spd_issuelicense = value; - this.Onspd_issuelicenseChanged(); - this.OnPropertyChanged("spd_issuelicense"); + this.OnactivitiescompleteChanging(value); + this._activitiescomplete = value; + this.OnactivitiescompleteChanged(); + this.OnPropertyChanged("activitiescomplete"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_issuelicense; - partial void Onspd_issuelicenseChanging(global::System.Nullable value); - partial void Onspd_issuelicenseChanged(); + private global::System.Nullable _activitiescomplete; + partial void OnactivitiescompleteChanging(global::System.Nullable value); + partial void OnactivitiescompleteChanged(); /// /// There are no comments for Property onholdtime in the schema. /// @@ -299738,49 +299745,27 @@ public static incident Createincident(global::Microsoft.Dynamics.CRM.spd_applica partial void OnonholdtimeChanging(global::System.Nullable value); partial void OnonholdtimeChanged(); /// - /// There are no comments for Property spd_declaredhistoryofmentalillness in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_declaredhistoryofmentalillness - { - get - { - return this._spd_declaredhistoryofmentalillness; - } - set - { - this.Onspd_declaredhistoryofmentalillnessChanging(value); - this._spd_declaredhistoryofmentalillness = value; - this.Onspd_declaredhistoryofmentalillnessChanged(); - this.OnPropertyChanged("spd_declaredhistoryofmentalillness"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_declaredhistoryofmentalillness; - partial void Onspd_declaredhistoryofmentalillnessChanging(global::System.Nullable value); - partial void Onspd_declaredhistoryofmentalillnessChanged(); - /// - /// There are no comments for Property spd_documentscompleted in the schema. + /// 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 spd_documentscompleted + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._spd_documentscompleted; + return this._timezoneruleversionnumber; } set { - this.Onspd_documentscompletedChanging(value); - this._spd_documentscompleted = value; - this.Onspd_documentscompletedChanged(); - this.OnPropertyChanged("spd_documentscompleted"); + 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 _spd_documentscompleted; - partial void Onspd_documentscompletedChanging(global::System.Nullable value); - partial void Onspd_documentscompletedChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property spd_cornethitfound in the schema. /// @@ -299892,71 +299877,93 @@ public virtual byte[] entityimage partial void Onspd_eligiblefortemporarylicenseChanging(global::System.Nullable value); partial void Onspd_eligiblefortemporarylicenseChanged(); /// - /// There are no comments for Property processid in the schema. + /// There are no comments for Property messagetypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processid + public virtual global::System.Nullable messagetypecode { get { - return this._processid; + return this._messagetypecode; } set { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); + this.OnmessagetypecodeChanging(value); + this._messagetypecode = value; + this.OnmessagetypecodeChanged(); + this.OnPropertyChanged("messagetypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); + private global::System.Nullable _messagetypecode; + partial void OnmessagetypecodeChanging(global::System.Nullable value); + partial void OnmessagetypecodeChanged(); /// - /// There are no comments for Property _spd_organizationid_value in the schema. + /// There are no comments for Property severitycode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_organizationid_value + public virtual global::System.Nullable severitycode { get { - return this.__spd_organizationid_value; + return this._severitycode; } set { - this.On_spd_organizationid_valueChanging(value); - this.__spd_organizationid_value = value; - this.On_spd_organizationid_valueChanged(); - this.OnPropertyChanged("_spd_organizationid_value"); + this.OnseveritycodeChanging(value); + this._severitycode = value; + this.OnseveritycodeChanged(); + this.OnPropertyChanged("severitycode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_organizationid_value; - partial void On_spd_organizationid_valueChanging(global::System.Nullable value); - partial void On_spd_organizationid_valueChanged(); + private global::System.Nullable _severitycode; + partial void OnseveritycodeChanging(global::System.Nullable value); + partial void OnseveritycodeChanged(); /// - /// There are no comments for Property _spd_currentexpiredlicenceid_value in the schema. + /// 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_currentexpiredlicenceid_value + public virtual global::System.Nullable spd_ceinspectioncompleted { get { - return this.__spd_currentexpiredlicenceid_value; + return this._spd_ceinspectioncompleted; } set { - this.On_spd_currentexpiredlicenceid_valueChanging(value); - this.__spd_currentexpiredlicenceid_value = value; - this.On_spd_currentexpiredlicenceid_valueChanged(); - this.OnPropertyChanged("_spd_currentexpiredlicenceid_value"); + 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_currentexpiredlicenceid_value; - partial void On_spd_currentexpiredlicenceid_valueChanging(global::System.Nullable value); - partial void On_spd_currentexpiredlicenceid_valueChanged(); + private global::System.Nullable _spd_ceinspectioncompleted; + partial void Onspd_ceinspectioncompletedChanging(global::System.Nullable value); + partial void Onspd_ceinspectioncompletedChanged(); + /// + /// 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 spd_photomeetsstandards in the schema. /// @@ -300024,49 +300031,49 @@ public virtual byte[] entityimage partial void Onspd_closecaseChanging(global::System.Nullable value); partial void Onspd_closecaseChanged(); /// - /// There are no comments for Property incidentid in the schema. + /// 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 incidentid + public virtual global::System.Nullable versionnumber { get { - return this._incidentid; + return this._versionnumber; } set { - this.OnincidentidChanging(value); - this._incidentid = value; - this.OnincidentidChanged(); - this.OnPropertyChanged("incidentid"); + 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 _incidentid; - partial void OnincidentidChanging(global::System.Nullable value); - partial void OnincidentidChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property spd_risklevel in the schema. + /// There are no comments for Property spd_licensingfigaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_risklevel + public virtual string spd_licensingfigaroid { get { - return this._spd_risklevel; + return this._spd_licensingfigaroid; } set { - this.Onspd_risklevelChanging(value); - this._spd_risklevel = value; - this.Onspd_risklevelChanged(); - this.OnPropertyChanged("spd_risklevel"); + 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 global::System.Nullable _spd_risklevel; - partial void Onspd_risklevelChanging(global::System.Nullable value); - partial void Onspd_risklevelChanged(); + private string _spd_licensingfigaroid; + partial void Onspd_licensingfigaroidChanging(string value); + partial void Onspd_licensingfigaroidChanged(); /// /// There are no comments for Property decremententitlementterm in the schema. /// @@ -300090,6 +300097,50 @@ public virtual byte[] entityimage partial void OndecremententitlementtermChanging(global::System.Nullable value); partial void OndecremententitlementtermChanged(); /// + /// There are no comments for Property _entitlementid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _entitlementid_value + { + get + { + return this.__entitlementid_value; + } + set + { + this.On_entitlementid_valueChanging(value); + this.__entitlementid_value = value; + this.On_entitlementid_valueChanged(); + this.OnPropertyChanged("_entitlementid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __entitlementid_value; + partial void On_entitlementid_valueChanging(global::System.Nullable value); + partial void On_entitlementid_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 spd_temporarylicenseicreated in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -300134,49 +300185,49 @@ public virtual byte[] entityimage partial void Onspd_hitfoundChanging(global::System.Nullable value); partial void Onspd_hitfoundChanged(); /// - /// There are no comments for Property _resolvebykpiid_value in the schema. + /// There are no comments for Property _firstresponsebykpiid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _resolvebykpiid_value + public virtual global::System.Nullable _firstresponsebykpiid_value { get { - return this.__resolvebykpiid_value; + return this.__firstresponsebykpiid_value; } set { - this.On_resolvebykpiid_valueChanging(value); - this.__resolvebykpiid_value = value; - this.On_resolvebykpiid_valueChanged(); - this.OnPropertyChanged("_resolvebykpiid_value"); + this.On_firstresponsebykpiid_valueChanging(value); + this.__firstresponsebykpiid_value = value; + this.On_firstresponsebykpiid_valueChanged(); + this.OnPropertyChanged("_firstresponsebykpiid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __resolvebykpiid_value; - partial void On_resolvebykpiid_valueChanging(global::System.Nullable value); - partial void On_resolvebykpiid_valueChanged(); + private global::System.Nullable __firstresponsebykpiid_value; + partial void On_firstresponsebykpiid_valueChanging(global::System.Nullable value); + partial void On_firstresponsebykpiid_valueChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property spd_ceinspectionoutcome in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual global::System.Nullable spd_ceinspectionoutcome { get { - return this.__owninguser_value; + return this._spd_ceinspectionoutcome; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.Onspd_ceinspectionoutcomeChanging(value); + this._spd_ceinspectionoutcome = value; + this.Onspd_ceinspectionoutcomeChanged(); + this.OnPropertyChanged("spd_ceinspectionoutcome"); } } [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(); + private global::System.Nullable _spd_ceinspectionoutcome; + partial void Onspd_ceinspectionoutcomeChanging(global::System.Nullable value); + partial void Onspd_ceinspectionoutcomeChanged(); /// /// There are no comments for Property _spd_applicationid_value in the schema. /// @@ -300222,49 +300273,49 @@ public virtual byte[] entityimage partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property incidentstagecode in the schema. + /// There are no comments for Property spd_issuetemporarylicense in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable incidentstagecode + public virtual global::System.Nullable spd_issuetemporarylicense { get { - return this._incidentstagecode; + return this._spd_issuetemporarylicense; } set { - this.OnincidentstagecodeChanging(value); - this._incidentstagecode = value; - this.OnincidentstagecodeChanged(); - this.OnPropertyChanged("incidentstagecode"); + this.Onspd_issuetemporarylicenseChanging(value); + this._spd_issuetemporarylicense = value; + this.Onspd_issuetemporarylicenseChanged(); + this.OnPropertyChanged("spd_issuetemporarylicense"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _incidentstagecode; - partial void OnincidentstagecodeChanging(global::System.Nullable value); - partial void OnincidentstagecodeChanged(); + private global::System.Nullable _spd_issuetemporarylicense; + partial void Onspd_issuetemporarylicenseChanging(global::System.Nullable value); + partial void Onspd_issuetemporarylicenseChanged(); /// - /// There are no comments for Property spd_applicantsdateofbirth in the schema. + /// There are no comments for Property _spd_organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_applicantsdateofbirth + public virtual global::System.Nullable _spd_organizationid_value { get { - return this._spd_applicantsdateofbirth; + return this.__spd_organizationid_value; } set { - this.Onspd_applicantsdateofbirthChanging(value); - this._spd_applicantsdateofbirth = value; - this.Onspd_applicantsdateofbirthChanged(); - this.OnPropertyChanged("spd_applicantsdateofbirth"); + this.On_spd_organizationid_valueChanging(value); + this.__spd_organizationid_value = value; + this.On_spd_organizationid_valueChanged(); + this.OnPropertyChanged("_spd_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_applicantsdateofbirth; - partial void Onspd_applicantsdateofbirthChanging(global::System.Nullable value); - partial void Onspd_applicantsdateofbirthChanged(); + private global::System.Nullable __spd_organizationid_value; + partial void On_spd_organizationid_valueChanging(global::System.Nullable value); + partial void On_spd_organizationid_valueChanged(); /// /// There are no comments for Property routecase in the schema. /// @@ -300288,27 +300339,27 @@ public virtual byte[] entityimage partial void OnroutecaseChanging(global::System.Nullable value); partial void OnroutecaseChanged(); /// - /// There are no comments for Property customercontacted in the schema. + /// There are no comments for Property spd_controllingmembersapplicationsexists in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable customercontacted + public virtual global::System.Nullable spd_controllingmembersapplicationsexists { get { - return this._customercontacted; + return this._spd_controllingmembersapplicationsexists; } set { - this.OncustomercontactedChanging(value); - this._customercontacted = value; - this.OncustomercontactedChanged(); - this.OnPropertyChanged("customercontacted"); + this.Onspd_controllingmembersapplicationsexistsChanging(value); + this._spd_controllingmembersapplicationsexists = value; + this.Onspd_controllingmembersapplicationsexistsChanged(); + this.OnPropertyChanged("spd_controllingmembersapplicationsexists"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _customercontacted; - partial void OncustomercontactedChanging(global::System.Nullable value); - partial void OncustomercontactedChanged(); + private global::System.Nullable _spd_controllingmembersapplicationsexists; + partial void Onspd_controllingmembersapplicationsexistsChanging(global::System.Nullable value); + partial void Onspd_controllingmembersapplicationsexistsChanged(); /// /// There are no comments for Property spd_recommendationcompleted in the schema. /// @@ -300332,28 +300383,6 @@ public virtual byte[] entityimage partial void Onspd_recommendationcompletedChanging(global::System.Nullable value); partial void Onspd_recommendationcompletedChanged(); /// - /// There are no comments for Property entityimageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable entityimageid - { - get - { - return this._entityimageid; - } - set - { - this.OnentityimageidChanging(value); - this._entityimageid = value; - this.OnentityimageidChanged(); - this.OnPropertyChanged("entityimageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _entityimageid; - partial void OnentityimageidChanging(global::System.Nullable value); - partial void OnentityimageidChanged(); - /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -300376,28 +300405,6 @@ public virtual byte[] entityimage partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property _accountid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _accountid_value - { - get - { - return this.__accountid_value; - } - set - { - this.On_accountid_valueChanging(value); - this.__accountid_value = value; - this.On_accountid_valueChanged(); - this.OnPropertyChanged("_accountid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __accountid_value; - partial void On_accountid_valueChanging(global::System.Nullable value); - partial void On_accountid_valueChanged(); - /// /// There are no comments for Property ticketnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -300442,27 +300449,49 @@ public virtual string ticketnumber partial void Onspd_disclosedcriminalhistoryChanging(global::System.Nullable value); partial void Onspd_disclosedcriminalhistoryChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property customercontacted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable customercontacted { get { - return this._importsequencenumber; + return this._customercontacted; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OncustomercontactedChanging(value); + this._customercontacted = value; + this.OncustomercontactedChanged(); + this.OnPropertyChanged("customercontacted"); } } [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(); + private global::System.Nullable _customercontacted; + partial void OncustomercontactedChanging(global::System.Nullable value); + partial void OncustomercontactedChanged(); + /// + /// There are no comments for Property _spd_currentexpiredlicenceid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_currentexpiredlicenceid_value + { + get + { + return this.__spd_currentexpiredlicenceid_value; + } + set + { + this.On_spd_currentexpiredlicenceid_valueChanging(value); + this.__spd_currentexpiredlicenceid_value = value; + this.On_spd_currentexpiredlicenceid_valueChanged(); + this.OnPropertyChanged("_spd_currentexpiredlicenceid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_currentexpiredlicenceid_value; + partial void On_spd_currentexpiredlicenceid_valueChanging(global::System.Nullable value); + partial void On_spd_currentexpiredlicenceid_valueChanged(); /// /// There are no comments for Property spd_conditionscount in the schema. /// @@ -300486,6 +300515,28 @@ public virtual string ticketnumber partial void Onspd_conditionscountChanging(global::System.Nullable value); partial void Onspd_conditionscountChanged(); /// + /// There are no comments for Property servicestage in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable servicestage + { + get + { + return this._servicestage; + } + set + { + this.OnservicestageChanging(value); + this._servicestage = value; + this.OnservicestageChanged(); + this.OnPropertyChanged("servicestage"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _servicestage; + partial void OnservicestageChanging(global::System.Nullable value); + partial void OnservicestageChanged(); + /// /// There are no comments for Property _contractid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -300596,6 +300647,72 @@ public virtual string ticketnumber partial void On_kbarticleid_valueChanging(global::System.Nullable value); partial void On_kbarticleid_valueChanged(); /// + /// 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 firstresponseslastatus + { + get + { + return this._firstresponseslastatus; + } + set + { + 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 _firstresponseslastatus; + partial void OnfirstresponseslastatusChanging(global::System.Nullable value); + partial void OnfirstresponseslastatusChanged(); + /// + /// There are no comments for Property spd_issuelicense in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_issuelicense + { + get + { + return this._spd_issuelicense; + } + set + { + this.Onspd_issuelicenseChanging(value); + this._spd_issuelicense = value; + this.Onspd_issuelicenseChanged(); + this.OnPropertyChanged("spd_issuelicense"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_issuelicense; + partial void Onspd_issuelicenseChanging(global::System.Nullable value); + partial void Onspd_issuelicenseChanged(); + /// + /// There are no comments for Property entityimage_url in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string entityimage_url + { + get + { + return this._entityimage_url; + } + set + { + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); + /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -300662,93 +300779,93 @@ public virtual string ticketnumber partial void On_contractdetailid_valueChanging(global::System.Nullable value); partial void On_contractdetailid_valueChanged(); /// - /// There are no comments for Property spd_substatusreasondetail in the schema. + /// There are no comments for Property spd_primecheckcompleted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_substatusreasondetail + public virtual global::System.Nullable spd_primecheckcompleted { get { - return this._spd_substatusreasondetail; + return this._spd_primecheckcompleted; } set { - this.Onspd_substatusreasondetailChanging(value); - this._spd_substatusreasondetail = value; - this.Onspd_substatusreasondetailChanged(); - this.OnPropertyChanged("spd_substatusreasondetail"); + this.Onspd_primecheckcompletedChanging(value); + this._spd_primecheckcompleted = value; + this.Onspd_primecheckcompletedChanged(); + this.OnPropertyChanged("spd_primecheckcompleted"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_substatusreasondetail; - partial void Onspd_substatusreasondetailChanging(global::System.Nullable value); - partial void Onspd_substatusreasondetailChanged(); + private global::System.Nullable _spd_primecheckcompleted; + partial void Onspd_primecheckcompletedChanging(global::System.Nullable value); + partial void Onspd_primecheckcompletedChanged(); /// - /// There are no comments for Property responseby in the schema. + /// There are no comments for Property spd_declaredhistoryofmentalillness in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable responseby + public virtual global::System.Nullable spd_declaredhistoryofmentalillness { get { - return this._responseby; + return this._spd_declaredhistoryofmentalillness; } set { - this.OnresponsebyChanging(value); - this._responseby = value; - this.OnresponsebyChanged(); - this.OnPropertyChanged("responseby"); + this.Onspd_declaredhistoryofmentalillnessChanging(value); + this._spd_declaredhistoryofmentalillness = value; + this.Onspd_declaredhistoryofmentalillnessChanged(); + this.OnPropertyChanged("spd_declaredhistoryofmentalillness"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _responseby; - partial void OnresponsebyChanging(global::System.Nullable value); - partial void OnresponsebyChanged(); + private global::System.Nullable _spd_declaredhistoryofmentalillness; + partial void Onspd_declaredhistoryofmentalillnessChanging(global::System.Nullable value); + partial void Onspd_declaredhistoryofmentalillnessChanged(); /// - /// There are no comments for Property spd_controllingmembersapplicationsexists in the schema. + /// There are no comments for Property spd_applicantsdateofbirth in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_controllingmembersapplicationsexists + public virtual global::System.Nullable spd_applicantsdateofbirth { get { - return this._spd_controllingmembersapplicationsexists; + return this._spd_applicantsdateofbirth; } set { - this.Onspd_controllingmembersapplicationsexistsChanging(value); - this._spd_controllingmembersapplicationsexists = value; - this.Onspd_controllingmembersapplicationsexistsChanged(); - this.OnPropertyChanged("spd_controllingmembersapplicationsexists"); + this.Onspd_applicantsdateofbirthChanging(value); + this._spd_applicantsdateofbirth = value; + this.Onspd_applicantsdateofbirthChanged(); + this.OnPropertyChanged("spd_applicantsdateofbirth"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_controllingmembersapplicationsexists; - partial void Onspd_controllingmembersapplicationsexistsChanging(global::System.Nullable value); - partial void Onspd_controllingmembersapplicationsexistsChanged(); + private global::System.Nullable _spd_applicantsdateofbirth; + partial void Onspd_applicantsdateofbirthChanging(global::System.Nullable value); + partial void Onspd_applicantsdateofbirthChanged(); /// - /// There are no comments for Property spd_radocumentationgatheredreviewed in the schema. + /// There are no comments for Property spd_informationsatisfactory in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_radocumentationgatheredreviewed + public virtual global::System.Nullable spd_informationsatisfactory { get { - return this._spd_radocumentationgatheredreviewed; + return this._spd_informationsatisfactory; } set { - this.Onspd_radocumentationgatheredreviewedChanging(value); - this._spd_radocumentationgatheredreviewed = value; - this.Onspd_radocumentationgatheredreviewedChanged(); - this.OnPropertyChanged("spd_radocumentationgatheredreviewed"); + this.Onspd_informationsatisfactoryChanging(value); + this._spd_informationsatisfactory = value; + this.Onspd_informationsatisfactoryChanged(); + this.OnPropertyChanged("spd_informationsatisfactory"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_radocumentationgatheredreviewed; - partial void Onspd_radocumentationgatheredreviewedChanging(global::System.Nullable value); - partial void Onspd_radocumentationgatheredreviewedChanged(); + private global::System.Nullable _spd_informationsatisfactory; + partial void Onspd_informationsatisfactoryChanging(global::System.Nullable value); + partial void Onspd_informationsatisfactoryChanged(); /// /// There are no comments for Property _parentcaseid_value in the schema. /// @@ -300838,27 +300955,49 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property spd_licensecreated in the schema. + /// 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 spd_licensecreated + public virtual global::System.Nullable importsequencenumber { get { - return this._spd_licensecreated; + return this._importsequencenumber; } set { - this.Onspd_licensecreatedChanging(value); - this._spd_licensecreated = value; - this.Onspd_licensecreatedChanged(); - this.OnPropertyChanged("spd_licensecreated"); + 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 _spd_licensecreated; - partial void Onspd_licensecreatedChanging(global::System.Nullable value); - partial void Onspd_licensecreatedChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// 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 _spd_servicetypeid_value + { + get + { + return this.__spd_servicetypeid_value; + } + set + { + 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 __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 resolvebyslastatus in the schema. /// @@ -300882,6 +301021,28 @@ public virtual string description partial void OnresolvebyslastatusChanging(global::System.Nullable value); partial void OnresolvebyslastatusChanged(); /// + /// 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 spd_reconsidercompletedcase in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -300904,6 +301065,28 @@ public virtual string description partial void Onspd_reconsidercompletedcaseChanging(global::System.Nullable value); partial void Onspd_reconsidercompletedcaseChanged(); /// + /// There are no comments for Property incidentid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable incidentid + { + get + { + return this._incidentid; + } + set + { + this.OnincidentidChanging(value); + this._incidentid = value; + this.OnincidentidChanged(); + this.OnPropertyChanged("incidentid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _incidentid; + partial void OnincidentidChanging(global::System.Nullable value); + partial void OnincidentidChanged(); + /// /// There are no comments for Property entityimage_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -300948,28 +301131,6 @@ public virtual string description partial void Onspd_licenceapplicationtypeChanging(global::System.Nullable value); partial void Onspd_licenceapplicationtypeChanged(); /// - /// 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 _existingcase_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -300992,71 +301153,71 @@ public virtual string description partial void On_existingcase_valueChanging(global::System.Nullable value); partial void On_existingcase_valueChanged(); /// - /// There are no comments for Property firstresponseslastatus in the schema. + /// 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 firstresponseslastatus + public virtual global::System.Nullable spd_proceedtoinspection { get { - return this._firstresponseslastatus; + return this._spd_proceedtoinspection; } set { - this.OnfirstresponseslastatusChanging(value); - this._firstresponseslastatus = value; - this.OnfirstresponseslastatusChanged(); - this.OnPropertyChanged("firstresponseslastatus"); + 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 _firstresponseslastatus; - partial void OnfirstresponseslastatusChanging(global::System.Nullable value); - partial void OnfirstresponseslastatusChanged(); + private global::System.Nullable _spd_proceedtoinspection; + partial void Onspd_proceedtoinspectionChanging(global::System.Nullable value); + partial void Onspd_proceedtoinspectionChanged(); /// - /// There are no comments for Property entityimage_url in the schema. + /// There are no comments for Property _accountid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url + public virtual global::System.Nullable _accountid_value { get { - return this._entityimage_url; + return this.__accountid_value; } set { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); + this.On_accountid_valueChanging(value); + this.__accountid_value = value; + this.On_accountid_valueChanged(); + this.OnPropertyChanged("_accountid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); + private global::System.Nullable __accountid_value; + partial void On_accountid_valueChanging(global::System.Nullable value); + partial void On_accountid_valueChanged(); /// - /// There are no comments for Property checkemail in the schema. + /// There are no comments for Property title in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable checkemail + public virtual string title { get { - return this._checkemail; + return this._title; } set { - this.OncheckemailChanging(value); - this._checkemail = value; - this.OncheckemailChanged(); - this.OnPropertyChanged("checkemail"); + this.OntitleChanging(value); + this._title = value; + this.OntitleChanged(); + this.OnPropertyChanged("title"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _checkemail; - partial void OncheckemailChanging(global::System.Nullable value); - partial void OncheckemailChanged(); + private string _title; + partial void OntitleChanging(string value); + partial void OntitleChanged(); /// /// There are no comments for Property firstresponsesent in the schema. /// @@ -301080,6 +301241,28 @@ public virtual string entityimage_url partial void OnfirstresponsesentChanging(global::System.Nullable value); partial void OnfirstresponsesentChanged(); /// + /// There are no comments for Property _resolvebykpiid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _resolvebykpiid_value + { + get + { + return this.__resolvebykpiid_value; + } + set + { + this.On_resolvebykpiid_valueChanging(value); + this.__resolvebykpiid_value = value; + this.On_resolvebykpiid_valueChanged(); + this.OnPropertyChanged("_resolvebykpiid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __resolvebykpiid_value; + partial void On_resolvebykpiid_valueChanging(global::System.Nullable value); + partial void On_resolvebykpiid_valueChanged(); + /// /// There are no comments for Property spd_figaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -301190,28 +301373,6 @@ public virtual string spd_figaroid partial void On_modifiedbyexternalparty_valueChanging(global::System.Nullable value); partial void On_modifiedbyexternalparty_valueChanged(); /// - /// There are no comments for Property spd_informationsatisfactory in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_informationsatisfactory - { - get - { - return this._spd_informationsatisfactory; - } - set - { - this.Onspd_informationsatisfactoryChanging(value); - this._spd_informationsatisfactory = value; - this.Onspd_informationsatisfactoryChanged(); - this.OnPropertyChanged("spd_informationsatisfactory"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_informationsatisfactory; - partial void Onspd_informationsatisfactoryChanging(global::System.Nullable value); - partial void Onspd_informationsatisfactoryChanged(); - /// /// There are no comments for Property _spd_cpicbatchid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -301278,27 +301439,27 @@ public virtual string spd_figaroid partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property title in the schema. + /// There are no comments for Property incidentstagecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string title + public virtual global::System.Nullable incidentstagecode { get { - return this._title; + return this._incidentstagecode; } set { - this.OntitleChanging(value); - this._title = value; - this.OntitleChanged(); - this.OnPropertyChanged("title"); + this.OnincidentstagecodeChanging(value); + this._incidentstagecode = value; + this.OnincidentstagecodeChanged(); + this.OnPropertyChanged("incidentstagecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _title; - partial void OntitleChanging(string value); - partial void OntitleChanged(); + private global::System.Nullable _incidentstagecode; + partial void OnincidentstagecodeChanging(global::System.Nullable value); + partial void OnincidentstagecodeChanged(); /// /// There are no comments for Property _customerid_value in the schema. /// @@ -301322,27 +301483,27 @@ public virtual string title partial void On_customerid_valueChanging(global::System.Nullable value); partial void On_customerid_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property spd_licensecreated in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable spd_licensecreated { get { - return this._versionnumber; + return this._spd_licensecreated; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onspd_licensecreatedChanging(value); + this._spd_licensecreated = value; + this.Onspd_licensecreatedChanged(); + this.OnPropertyChanged("spd_licensecreated"); } } [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::System.Nullable _spd_licensecreated; + partial void Onspd_licensecreatedChanging(global::System.Nullable value); + partial void Onspd_licensecreatedChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -301366,49 +301527,49 @@ public virtual string title partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property followupby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual global::System.Nullable followupby { get { - return this.__transactioncurrencyid_value; + return this._followupby; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OnfollowupbyChanging(value); + this._followupby = value; + this.OnfollowupbyChanged(); + this.OnPropertyChanged("followupby"); } } [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::System.Nullable _followupby; + partial void OnfollowupbyChanging(global::System.Nullable value); + partial void OnfollowupbyChanged(); /// - /// There are no comments for Property followupby in the schema. + /// There are no comments for Property influencescore in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable followupby + public virtual global::System.Nullable influencescore { get { - return this._followupby; + return this._influencescore; } set { - this.OnfollowupbyChanging(value); - this._followupby = value; - this.OnfollowupbyChanged(); - this.OnPropertyChanged("followupby"); + this.OninfluencescoreChanging(value); + this._influencescore = value; + this.OninfluencescoreChanged(); + this.OnPropertyChanged("influencescore"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _followupby; - partial void OnfollowupbyChanging(global::System.Nullable value); - partial void OnfollowupbyChanged(); + private global::System.Nullable _influencescore; + partial void OninfluencescoreChanging(global::System.Nullable value); + partial void OninfluencescoreChanged(); /// /// There are no comments for Property _primarycontactid_value in the schema. /// @@ -301432,49 +301593,49 @@ public virtual string title partial void On_primarycontactid_valueChanging(global::System.Nullable value); partial void On_primarycontactid_valueChanged(); /// - /// There are no comments for Property numberofchildincidents in the schema. + /// There are no comments for Property spd_radocumentationgatheredreviewed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable numberofchildincidents + public virtual global::System.Nullable spd_radocumentationgatheredreviewed { get { - return this._numberofchildincidents; + return this._spd_radocumentationgatheredreviewed; } set { - this.OnnumberofchildincidentsChanging(value); - this._numberofchildincidents = value; - this.OnnumberofchildincidentsChanged(); - this.OnPropertyChanged("numberofchildincidents"); + this.Onspd_radocumentationgatheredreviewedChanging(value); + this._spd_radocumentationgatheredreviewed = value; + this.Onspd_radocumentationgatheredreviewedChanged(); + this.OnPropertyChanged("spd_radocumentationgatheredreviewed"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _numberofchildincidents; - partial void OnnumberofchildincidentsChanging(global::System.Nullable value); - partial void OnnumberofchildincidentsChanged(); + private global::System.Nullable _spd_radocumentationgatheredreviewed; + 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 checkemail 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 checkemail { get { - return this._spd_ceinspectioncompleted; + return this._checkemail; } set { - this.Onspd_ceinspectioncompletedChanging(value); - this._spd_ceinspectioncompleted = value; - this.Onspd_ceinspectioncompletedChanged(); - this.OnPropertyChanged("spd_ceinspectioncompleted"); + this.OncheckemailChanging(value); + this._checkemail = value; + this.OncheckemailChanged(); + this.OnPropertyChanged("checkemail"); } } [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 _checkemail; + partial void OncheckemailChanging(global::System.Nullable value); + partial void OncheckemailChanged(); /// /// There are no comments for Property emailaddress in the schema. /// @@ -301498,27 +301659,27 @@ public virtual string emailaddress partial void OnemailaddressChanging(string value); partial void OnemailaddressChanged(); /// - /// There are no comments for Property spd_licensingfigaroid in the schema. + /// There are no comments for Property spd_risklevel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_licensingfigaroid + public virtual global::System.Nullable spd_risklevel { get { - return this._spd_licensingfigaroid; + return this._spd_risklevel; } set { - this.Onspd_licensingfigaroidChanging(value); - this._spd_licensingfigaroid = value; - this.Onspd_licensingfigaroidChanged(); - this.OnPropertyChanged("spd_licensingfigaroid"); + this.Onspd_risklevelChanging(value); + this._spd_risklevel = value; + this.Onspd_risklevelChanged(); + this.OnPropertyChanged("spd_risklevel"); } } [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::System.Nullable _spd_risklevel; + partial void Onspd_risklevelChanging(global::System.Nullable value); + partial void Onspd_risklevelChanged(); /// /// There are no comments for Property traversedpath in the schema. /// @@ -301586,27 +301747,27 @@ public virtual string traversedpath partial void Onspd_previouslyadjudicatedChanging(global::System.Nullable value); partial void Onspd_previouslyadjudicatedChanged(); /// - /// There are no comments for Property servicestage in the schema. + /// There are no comments for Property spd_documentscompleted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable servicestage + public virtual global::System.Nullable spd_documentscompleted { get { - return this._servicestage; + return this._spd_documentscompleted; } set { - this.OnservicestageChanging(value); - this._servicestage = value; - this.OnservicestageChanged(); - this.OnPropertyChanged("servicestage"); + this.Onspd_documentscompletedChanging(value); + this._spd_documentscompleted = value; + this.Onspd_documentscompletedChanged(); + this.OnPropertyChanged("spd_documentscompleted"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _servicestage; - partial void OnservicestageChanging(global::System.Nullable value); - partial void OnservicestageChanged(); + private global::System.Nullable _spd_documentscompleted; + partial void Onspd_documentscompletedChanging(global::System.Nullable value); + partial void Onspd_documentscompletedChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -301652,6 +301813,28 @@ public virtual string traversedpath partial void OnsentimentvalueChanging(global::System.Nullable value); partial void OnsentimentvalueChanged(); /// + /// There are no comments for Property blockedprofile in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable blockedprofile + { + get + { + return this._blockedprofile; + } + set + { + this.OnblockedprofileChanging(value); + this._blockedprofile = value; + this.OnblockedprofileChanged(); + this.OnPropertyChanged("blockedprofile"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _blockedprofile; + partial void OnblockedprofileChanging(global::System.Nullable value); + partial void OnblockedprofileChanged(); + /// /// There are no comments for Property customersatisfactioncode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -301806,93 +301989,93 @@ public virtual string traversedpath partial void OncontractservicelevelcodeChanging(global::System.Nullable value); partial void OncontractservicelevelcodeChanged(); /// - /// There are no comments for Property severitycode in the schema. + /// There are no comments for Property casetypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable severitycode + public virtual global::System.Nullable casetypecode { get { - return this._severitycode; + return this._casetypecode; } set { - this.OnseveritycodeChanging(value); - this._severitycode = value; - this.OnseveritycodeChanged(); - this.OnPropertyChanged("severitycode"); + this.OncasetypecodeChanging(value); + this._casetypecode = value; + this.OncasetypecodeChanged(); + this.OnPropertyChanged("casetypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _severitycode; - partial void OnseveritycodeChanging(global::System.Nullable value); - partial void OnseveritycodeChanged(); + private global::System.Nullable _casetypecode; + partial void OncasetypecodeChanging(global::System.Nullable value); + partial void OncasetypecodeChanged(); /// - /// There are no comments for Property casetypecode in the schema. + /// There are no comments for Property spd_datecompleted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable casetypecode + public virtual global::System.Nullable spd_datecompleted { get { - return this._casetypecode; + return this._spd_datecompleted; } set { - this.OncasetypecodeChanging(value); - this._casetypecode = value; - this.OncasetypecodeChanged(); - this.OnPropertyChanged("casetypecode"); + this.Onspd_datecompletedChanging(value); + this._spd_datecompleted = value; + this.Onspd_datecompletedChanged(); + this.OnPropertyChanged("spd_datecompleted"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _casetypecode; - partial void OncasetypecodeChanging(global::System.Nullable value); - partial void OncasetypecodeChanged(); + private global::System.Nullable _spd_datecompleted; + partial void Onspd_datecompletedChanging(global::System.Nullable value); + partial void Onspd_datecompletedChanged(); /// - /// There are no comments for Property influencescore in the schema. + /// There are no comments for Property spd_reroutetoclientservices in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable influencescore + public virtual global::System.Nullable spd_reroutetoclientservices { get { - return this._influencescore; + return this._spd_reroutetoclientservices; } set { - this.OninfluencescoreChanging(value); - this._influencescore = value; - this.OninfluencescoreChanged(); - this.OnPropertyChanged("influencescore"); + this.Onspd_reroutetoclientservicesChanging(value); + this._spd_reroutetoclientservices = value; + this.Onspd_reroutetoclientservicesChanged(); + this.OnPropertyChanged("spd_reroutetoclientservices"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _influencescore; - partial void OninfluencescoreChanging(global::System.Nullable value); - partial void OninfluencescoreChanged(); + private global::System.Nullable _spd_reroutetoclientservices; + partial void Onspd_reroutetoclientservicesChanging(global::System.Nullable value); + partial void Onspd_reroutetoclientservicesChanged(); /// - /// There are no comments for Property spd_ceinspectionoutcome in the schema. + /// There are no comments for Property responseby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_ceinspectionoutcome + public virtual global::System.Nullable responseby { get { - return this._spd_ceinspectionoutcome; + return this._responseby; } set { - this.Onspd_ceinspectionoutcomeChanging(value); - this._spd_ceinspectionoutcome = value; - this.Onspd_ceinspectionoutcomeChanged(); - this.OnPropertyChanged("spd_ceinspectionoutcome"); + this.OnresponsebyChanging(value); + this._responseby = value; + this.OnresponsebyChanged(); + this.OnPropertyChanged("responseby"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_ceinspectionoutcome; - partial void Onspd_ceinspectionoutcomeChanging(global::System.Nullable value); - partial void Onspd_ceinspectionoutcomeChanged(); + private global::System.Nullable _responseby; + partial void OnresponsebyChanging(global::System.Nullable value); + partial void OnresponsebyChanged(); /// /// There are no comments for Property _subjectid_value in the schema. /// @@ -301938,50 +302121,6 @@ public virtual string traversedpath partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _entitlementid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _entitlementid_value - { - get - { - return this.__entitlementid_value; - } - set - { - this.On_entitlementid_valueChanging(value); - this.__entitlementid_value = value; - this.On_entitlementid_valueChanged(); - this.OnPropertyChanged("_entitlementid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __entitlementid_value; - partial void On_entitlementid_valueChanging(global::System.Nullable value); - partial void On_entitlementid_valueChanged(); - /// - /// There are no comments for Property spd_controllingmemberapplicationcompleted in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_controllingmemberapplicationcompleted - { - get - { - return this._spd_controllingmemberapplicationcompleted; - } - set - { - this.Onspd_controllingmemberapplicationcompletedChanging(value); - this._spd_controllingmemberapplicationcompleted = value; - this.Onspd_controllingmemberapplicationcompletedChanged(); - this.OnPropertyChanged("spd_controllingmemberapplicationcompleted"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_controllingmemberapplicationcompleted; - partial void Onspd_controllingmemberapplicationcompletedChanging(global::System.Nullable value); - partial void Onspd_controllingmemberapplicationcompletedChanged(); - /// /// There are no comments for Property _productid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -302004,71 +302143,27 @@ public virtual string traversedpath partial void On_productid_valueChanging(global::System.Nullable value); partial void On_productid_valueChanged(); /// - /// There are no comments for Property spd_reroutetoclientservices in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_reroutetoclientservices - { - get - { - return this._spd_reroutetoclientservices; - } - set - { - this.Onspd_reroutetoclientservicesChanging(value); - this._spd_reroutetoclientservices = value; - this.Onspd_reroutetoclientservicesChanged(); - this.OnPropertyChanged("spd_reroutetoclientservices"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_reroutetoclientservices; - partial void Onspd_reroutetoclientservicesChanging(global::System.Nullable value); - partial void Onspd_reroutetoclientservicesChanged(); - /// - /// There are no comments for Property spd_primecheckcompleted in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_primecheckcompleted - { - get - { - return this._spd_primecheckcompleted; - } - set - { - this.Onspd_primecheckcompletedChanging(value); - this._spd_primecheckcompleted = value; - this.Onspd_primecheckcompletedChanged(); - this.OnPropertyChanged("spd_primecheckcompleted"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_primecheckcompleted; - partial void Onspd_primecheckcompletedChanging(global::System.Nullable value); - partial void Onspd_primecheckcompletedChanged(); - /// - /// There are no comments for Property spd_issuetemporarylicense in the schema. + /// There are no comments for Property _socialprofileid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_issuetemporarylicense + public virtual global::System.Nullable _socialprofileid_value { get { - return this._spd_issuetemporarylicense; + return this.__socialprofileid_value; } set { - this.Onspd_issuetemporarylicenseChanging(value); - this._spd_issuetemporarylicense = value; - this.Onspd_issuetemporarylicenseChanged(); - this.OnPropertyChanged("spd_issuetemporarylicense"); + this.On_socialprofileid_valueChanging(value); + this.__socialprofileid_value = value; + this.On_socialprofileid_valueChanged(); + this.OnPropertyChanged("_socialprofileid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_issuetemporarylicense; - partial void Onspd_issuetemporarylicenseChanging(global::System.Nullable value); - partial void Onspd_issuetemporarylicenseChanged(); + private global::System.Nullable __socialprofileid_value; + partial void On_socialprofileid_valueChanging(global::System.Nullable value); + partial void On_socialprofileid_valueChanged(); /// /// There are no comments for Property spd_companyfacilityname in the schema. /// @@ -302092,28 +302187,6 @@ public virtual string spd_companyfacilityname partial void Onspd_companyfacilitynameChanging(string value); partial void Onspd_companyfacilitynameChanged(); /// - /// There are no comments for Property escalatedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable escalatedon - { - get - { - return this._escalatedon; - } - set - { - this.OnescalatedonChanging(value); - this._escalatedon = value; - this.OnescalatedonChanged(); - this.OnPropertyChanged("escalatedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _escalatedon; - partial void OnescalatedonChanging(global::System.Nullable value); - partial void OnescalatedonChanged(); - /// /// There are no comments for Property productserialnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -302136,27 +302209,27 @@ public virtual string productserialnumber partial void OnproductserialnumberChanging(string value); partial void OnproductserialnumberChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property spd_substatusreasondetail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable spd_substatusreasondetail { get { - return this.__modifiedby_value; + return this._spd_substatusreasondetail; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.Onspd_substatusreasondetailChanging(value); + this._spd_substatusreasondetail = value; + this.Onspd_substatusreasondetailChanged(); + this.OnPropertyChanged("spd_substatusreasondetail"); } } [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(); + private global::System.Nullable _spd_substatusreasondetail; + partial void Onspd_substatusreasondetailChanging(global::System.Nullable value); + partial void Onspd_substatusreasondetailChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -302224,28 +302297,6 @@ public virtual string productserialnumber partial void On_createdbyexternalparty_valueChanging(global::System.Nullable value); partial void On_createdbyexternalparty_valueChanged(); /// - /// There are no comments for Property spd_workswith in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_workswith - { - get - { - return this._spd_workswith; - } - set - { - this.Onspd_workswithChanging(value); - this._spd_workswith = value; - this.Onspd_workswithChanged(); - this.OnPropertyChanged("spd_workswith"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_workswith; - partial void Onspd_workswithChanging(global::System.Nullable value); - partial void Onspd_workswithChanged(); - /// /// There are no comments for Property spd_ApplicationId in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -304890,49 +304941,49 @@ public static interactionforemail Createinteractionforemail(global::Microsoft.Dy partial void OnemailactivityidChanging(global::System.Nullable value); partial void OnemailactivityidChanged(); /// - /// There are no comments for Property emailinteractiontime in the schema. + /// 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 emailinteractiontime + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._emailinteractiontime; + return this.__owningbusinessunit_value; } set { - this.OnemailinteractiontimeChanging(value); - this._emailinteractiontime = value; - this.OnemailinteractiontimeChanged(); - this.OnPropertyChanged("emailinteractiontime"); + 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 _emailinteractiontime; - partial void OnemailinteractiontimeChanging(global::System.Nullable value); - partial void OnemailinteractiontimeChanged(); + 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 _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__owningbusinessunit_value; + return this._timezoneruleversionnumber; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property interactionreplyid in the schema. /// @@ -304978,6 +305029,28 @@ public virtual string interactionreplyid partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// + /// There are no comments for Property interactionpartyid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable interactionpartyid + { + get + { + return this._interactionpartyid; + } + set + { + this.OninteractionpartyidChanging(value); + this._interactionpartyid = value; + this.OninteractionpartyidChanged(); + this.OnPropertyChanged("interactionpartyid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _interactionpartyid; + partial void OninteractionpartyidChanging(global::System.Nullable value); + partial void OninteractionpartyidChanged(); + /// /// There are no comments for Property interactionforemailid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -305044,49 +305117,49 @@ public virtual string interactionreplyid partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property interactionlocation in the schema. + /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string interactionlocation + public virtual global::System.Nullable _owninguser_value { get { - return this._interactionlocation; + return this.__owninguser_value; } set { - this.OninteractionlocationChanging(value); - this._interactionlocation = value; - this.OninteractionlocationChanged(); - this.OnPropertyChanged("interactionlocation"); + 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 string _interactionlocation; - partial void OninteractionlocationChanging(string value); - partial void OninteractionlocationChanged(); + 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 _owninguser_value in the schema. + /// There are no comments for Property interactionlocation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual string interactionlocation { get { - return this.__owninguser_value; + return this._interactionlocation; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.OninteractionlocationChanging(value); + this._interactionlocation = value; + this.OninteractionlocationChanged(); + this.OnPropertyChanged("interactionlocation"); } } [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(); + private string _interactionlocation; + partial void OninteractionlocationChanging(string value); + partial void OninteractionlocationChanged(); /// /// There are no comments for Property interactionuseragent in the schema. /// @@ -305264,160 +305337,6 @@ public virtual string name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 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 interactionrepliedby in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string interactionrepliedby - { - get - { - return this._interactionrepliedby; - } - set - { - this.OninteractionrepliedbyChanging(value); - this._interactionrepliedby = value; - this.OninteractionrepliedbyChanged(); - this.OnPropertyChanged("interactionrepliedby"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _interactionrepliedby; - partial void OninteractionrepliedbyChanging(string value); - partial void OninteractionrepliedbyChanged(); - /// - /// 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 interactionpartyid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable interactionpartyid - { - get - { - return this._interactionpartyid; - } - set - { - this.OninteractionpartyidChanging(value); - this._interactionpartyid = value; - this.OninteractionpartyidChanged(); - this.OnPropertyChanged("interactionpartyid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _interactionpartyid; - partial void OninteractionpartyidChanging(global::System.Nullable value); - partial void OninteractionpartyidChanged(); - /// - /// 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 interactedcomponenttext in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -305440,6 +305359,138 @@ public virtual string interactedcomponenttext partial void OninteractedcomponenttextChanging(string value); partial void OninteractedcomponenttextChanged(); /// + /// 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 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 interactionrepliedby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string interactionrepliedby + { + get + { + return this._interactionrepliedby; + } + set + { + this.OninteractionrepliedbyChanging(value); + this._interactionrepliedby = value; + this.OninteractionrepliedbyChanged(); + this.OnPropertyChanged("interactionrepliedby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _interactionrepliedby; + partial void OninteractionrepliedbyChanging(string value); + partial void OninteractionrepliedbyChanged(); + /// + /// 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 emailinteractiontime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable emailinteractiontime + { + get + { + return this._emailinteractiontime; + } + set + { + this.OnemailinteractiontimeChanging(value); + this._emailinteractiontime = value; + this.OnemailinteractiontimeChanged(); + this.OnPropertyChanged("emailinteractiontime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _emailinteractiontime; + partial void OnemailinteractiontimeChanging(global::System.Nullable value); + partial void OnemailinteractiontimeChanged(); + /// + /// 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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -306906,49 +306957,27 @@ public virtual string shipto_name partial void Onshipto_nameChanging(string value); partial void Onshipto_nameChanged(); /// - /// There are no comments for Property tax_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable tax_base - { - get - { - return this._tax_base; - } - set - { - this.Ontax_baseChanging(value); - this._tax_base = value; - this.Ontax_baseChanged(); - this.OnPropertyChanged("tax_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _tax_base; - partial void Ontax_baseChanging(global::System.Nullable value); - partial void Ontax_baseChanged(); - /// - /// There are no comments for Property parentbundleid in the schema. + /// There are no comments for Property tax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable parentbundleid + public virtual global::System.Nullable tax { get { - return this._parentbundleid; + return this._tax; } set { - this.OnparentbundleidChanging(value); - this._parentbundleid = value; - this.OnparentbundleidChanged(); - this.OnPropertyChanged("parentbundleid"); + this.OntaxChanging(value); + this._tax = value; + this.OntaxChanged(); + this.OnPropertyChanged("tax"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _parentbundleid; - partial void OnparentbundleidChanging(global::System.Nullable value); - partial void OnparentbundleidChanged(); + private global::System.Nullable _tax; + partial void OntaxChanging(global::System.Nullable value); + partial void OntaxChanged(); /// /// There are no comments for Property isproductoverridden in the schema. /// @@ -306972,28 +307001,6 @@ public virtual string shipto_name partial void OnisproductoverriddenChanging(global::System.Nullable value); partial void OnisproductoverriddenChanged(); /// - /// There are no comments for Property tax in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable tax - { - get - { - return this._tax; - } - set - { - this.OntaxChanging(value); - this._tax = value; - this.OntaxChanged(); - this.OnPropertyChanged("tax"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _tax; - partial void OntaxChanging(global::System.Nullable value); - partial void OntaxChanged(); - /// /// There are no comments for Property skippricecalculation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -307038,6 +307045,50 @@ public virtual string shipto_country partial void Onshipto_countryChanging(string value); partial void Onshipto_countryChanged(); /// + /// There are no comments for Property _salesorderdetailid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _salesorderdetailid_value + { + get + { + return this.__salesorderdetailid_value; + } + set + { + this.On_salesorderdetailid_valueChanging(value); + this.__salesorderdetailid_value = value; + this.On_salesorderdetailid_valueChanged(); + this.OnPropertyChanged("_salesorderdetailid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __salesorderdetailid_value; + partial void On_salesorderdetailid_valueChanging(global::System.Nullable value); + partial void On_salesorderdetailid_valueChanged(); + /// + /// 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 willcall in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -307082,49 +307133,49 @@ public virtual string shipto_country partial void OnactualdeliveryonChanging(global::System.Nullable value); partial void OnactualdeliveryonChanged(); /// - /// There are no comments for Property shipto_line1 in the schema. + /// There are no comments for Property shipto_fax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_line1 + public virtual string shipto_fax { get { - return this._shipto_line1; + return this._shipto_fax; } set { - this.Onshipto_line1Changing(value); - this._shipto_line1 = value; - this.Onshipto_line1Changed(); - this.OnPropertyChanged("shipto_line1"); + this.Onshipto_faxChanging(value); + this._shipto_fax = value; + this.Onshipto_faxChanged(); + this.OnPropertyChanged("shipto_fax"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_line1; - partial void Onshipto_line1Changing(string value); - partial void Onshipto_line1Changed(); + private string _shipto_fax; + partial void Onshipto_faxChanging(string value); + partial void Onshipto_faxChanged(); /// - /// There are no comments for Property _parentbundleidref_value in the schema. + /// 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 _parentbundleidref_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__parentbundleidref_value; + return this.__modifiedby_value; } set { - this.On_parentbundleidref_valueChanging(value); - this.__parentbundleidref_value = value; - this.On_parentbundleidref_valueChanged(); - this.OnPropertyChanged("_parentbundleidref_value"); + 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 __parentbundleidref_value; - partial void On_parentbundleidref_valueChanging(global::System.Nullable value); - partial void On_parentbundleidref_valueChanged(); + 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 extendedamount in the schema. /// @@ -307148,71 +307199,27 @@ public virtual string shipto_line1 partial void OnextendedamountChanging(global::System.Nullable value); partial void OnextendedamountChanged(); /// - /// There are no comments for Property ispriceoverridden in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispriceoverridden - { - get - { - return this._ispriceoverridden; - } - set - { - this.OnispriceoverriddenChanging(value); - this._ispriceoverridden = value; - this.OnispriceoverriddenChanged(); - this.OnPropertyChanged("ispriceoverridden"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispriceoverridden; - partial void OnispriceoverriddenChanging(global::System.Nullable value); - partial void OnispriceoverriddenChanged(); - /// - /// There are no comments for Property extendedamount_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable extendedamount_base - { - get - { - return this._extendedamount_base; - } - set - { - this.Onextendedamount_baseChanging(value); - this._extendedamount_base = value; - this.Onextendedamount_baseChanged(); - this.OnPropertyChanged("extendedamount_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _extendedamount_base; - partial void Onextendedamount_baseChanging(global::System.Nullable value); - partial void Onextendedamount_baseChanged(); - /// - /// There are no comments for Property shipto_line3 in the schema. + /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_line3 + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._shipto_line3; + return this.__transactioncurrencyid_value; } set { - this.Onshipto_line3Changing(value); - this._shipto_line3 = value; - this.Onshipto_line3Changed(); - this.OnPropertyChanged("shipto_line3"); + 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 string _shipto_line3; - partial void Onshipto_line3Changing(string value); - partial void Onshipto_line3Changed(); + 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 volumediscountamount in the schema. /// @@ -307258,49 +307265,49 @@ public virtual string shipto_line3 partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property invoicedetailname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string invoicedetailname { get { - return this._overriddencreatedon; + return this._invoicedetailname; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OninvoicedetailnameChanging(value); + this._invoicedetailname = value; + this.OninvoicedetailnameChanged(); + this.OnPropertyChanged("invoicedetailname"); } } [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 string _invoicedetailname; + partial void OninvoicedetailnameChanging(string value); + partial void OninvoicedetailnameChanged(); /// - /// There are no comments for Property shipto_city in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_city + public virtual global::System.Nullable overriddencreatedon { get { - return this._shipto_city; + return this._overriddencreatedon; } set { - this.Onshipto_cityChanging(value); - this._shipto_city = value; - this.Onshipto_cityChanged(); - this.OnPropertyChanged("shipto_city"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_city; - partial void Onshipto_cityChanging(string value); - partial void Onshipto_cityChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property invoicedetailid in the schema. /// @@ -307324,27 +307331,27 @@ public virtual string shipto_city partial void OninvoicedetailidChanging(global::System.Nullable value); partial void OninvoicedetailidChanged(); /// - /// There are no comments for Property priceperunit_base in the schema. + /// There are no comments for Property _uomid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable priceperunit_base + public virtual global::System.Nullable _uomid_value { get { - return this._priceperunit_base; + return this.__uomid_value; } set { - this.Onpriceperunit_baseChanging(value); - this._priceperunit_base = value; - this.Onpriceperunit_baseChanged(); - this.OnPropertyChanged("priceperunit_base"); + this.On_uomid_valueChanging(value); + this.__uomid_value = value; + this.On_uomid_valueChanged(); + this.OnPropertyChanged("_uomid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _priceperunit_base; - partial void Onpriceperunit_baseChanging(global::System.Nullable value); - partial void Onpriceperunit_baseChanged(); + private global::System.Nullable __uomid_value; + partial void On_uomid_valueChanging(global::System.Nullable value); + partial void On_uomid_valueChanged(); /// /// There are no comments for Property quantityshipped in the schema. /// @@ -307368,28 +307375,6 @@ public virtual string shipto_city partial void OnquantityshippedChanging(global::System.Nullable value); partial void OnquantityshippedChanged(); /// - /// There are no comments for Property shippingtrackingnumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shippingtrackingnumber - { - get - { - return this._shippingtrackingnumber; - } - set - { - this.OnshippingtrackingnumberChanging(value); - this._shippingtrackingnumber = value; - this.OnshippingtrackingnumberChanged(); - this.OnPropertyChanged("shippingtrackingnumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shippingtrackingnumber; - partial void OnshippingtrackingnumberChanging(string value); - partial void OnshippingtrackingnumberChanged(); - /// /// There are no comments for Property baseamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -307412,27 +307397,27 @@ public virtual string shippingtrackingnumber partial void OnbaseamountChanging(global::System.Nullable value); partial void OnbaseamountChanged(); /// - /// There are no comments for Property _uomid_value in the schema. + /// There are no comments for Property parentbundleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _uomid_value + public virtual global::System.Nullable parentbundleid { get { - return this.__uomid_value; + return this._parentbundleid; } set { - this.On_uomid_valueChanging(value); - this.__uomid_value = value; - this.On_uomid_valueChanged(); - this.OnPropertyChanged("_uomid_value"); + this.OnparentbundleidChanging(value); + this._parentbundleid = value; + this.OnparentbundleidChanged(); + this.OnPropertyChanged("parentbundleid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __uomid_value; - partial void On_uomid_valueChanging(global::System.Nullable value); - partial void On_uomid_valueChanged(); + private global::System.Nullable _parentbundleid; + partial void OnparentbundleidChanging(global::System.Nullable value); + partial void OnparentbundleidChanged(); /// /// There are no comments for Property productdescription in the schema. /// @@ -307522,27 +307507,27 @@ public virtual string productdescription partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property shipto_line3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string shipto_line3 { get { - return this.__modifiedby_value; + return this._shipto_line3; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.Onshipto_line3Changing(value); + this._shipto_line3 = value; + this.Onshipto_line3Changed(); + this.OnPropertyChanged("shipto_line3"); } } [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(); + private string _shipto_line3; + partial void Onshipto_line3Changing(string value); + partial void Onshipto_line3Changed(); /// /// There are no comments for Property shipto_freighttermscode in the schema. /// @@ -307610,49 +307595,49 @@ public virtual string productdescription partial void OnpriceperunitChanging(global::System.Nullable value); partial void OnpriceperunitChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property priceperunit_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 priceperunit_base { get { - return this._createdon; + return this._priceperunit_base; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Onpriceperunit_baseChanging(value); + this._priceperunit_base = value; + this.Onpriceperunit_baseChanged(); + this.OnPropertyChanged("priceperunit_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 _priceperunit_base; + partial void Onpriceperunit_baseChanging(global::System.Nullable value); + partial void Onpriceperunit_baseChanged(); /// - /// There are no comments for Property shipto_fax in the schema. + /// There are no comments for Property extendedamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_fax + public virtual global::System.Nullable extendedamount_base { get { - return this._shipto_fax; + return this._extendedamount_base; } set { - this.Onshipto_faxChanging(value); - this._shipto_fax = value; - this.Onshipto_faxChanged(); - this.OnPropertyChanged("shipto_fax"); + this.Onextendedamount_baseChanging(value); + this._extendedamount_base = value; + this.Onextendedamount_baseChanged(); + this.OnPropertyChanged("extendedamount_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_fax; - partial void Onshipto_faxChanging(string value); - partial void Onshipto_faxChanged(); + private global::System.Nullable _extendedamount_base; + partial void Onextendedamount_baseChanging(global::System.Nullable value); + partial void Onextendedamount_baseChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -307676,71 +307661,71 @@ public virtual string shipto_fax partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property quantitycancelled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable quantitycancelled { get { - return this.__ownerid_value; + return this._quantitycancelled; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.OnquantitycancelledChanging(value); + this._quantitycancelled = value; + this.OnquantitycancelledChanged(); + this.OnPropertyChanged("quantitycancelled"); } } [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::System.Nullable _quantitycancelled; + partial void OnquantitycancelledChanging(global::System.Nullable value); + partial void OnquantitycancelledChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual string description { get { - return this.__owninguser_value; + return this._description; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [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(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// - /// There are no comments for Property productnumber in the schema. + /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string productnumber + public virtual global::System.Nullable _owninguser_value { get { - return this._productnumber; + return this.__owninguser_value; } set { - this.OnproductnumberChanging(value); - this._productnumber = value; - this.OnproductnumberChanged(); - this.OnPropertyChanged("productnumber"); + 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 string _productnumber; - partial void OnproductnumberChanging(string value); - partial void OnproductnumberChanged(); + 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 iscopied in the schema. /// @@ -307764,6 +307749,28 @@ public virtual string productnumber partial void OniscopiedChanging(global::System.Nullable value); partial void OniscopiedChanged(); /// + /// There are no comments for Property productname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string productname + { + get + { + return this._productname; + } + set + { + this.OnproductnameChanging(value); + this._productname = value; + this.OnproductnameChanged(); + this.OnPropertyChanged("productname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _productname; + partial void OnproductnameChanging(string value); + partial void OnproductnameChanged(); + /// /// There are no comments for Property quantitybackordered in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -307830,27 +307837,49 @@ public virtual string productnumber partial void On_productid_valueChanging(global::System.Nullable value); partial void On_productid_valueChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property shipto_telephone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual string shipto_telephone { get { - return this._description; + return this._shipto_telephone; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.Onshipto_telephoneChanging(value); + this._shipto_telephone = value; + this.Onshipto_telephoneChanged(); + this.OnPropertyChanged("shipto_telephone"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private string _shipto_telephone; + partial void Onshipto_telephoneChanging(string value); + partial void Onshipto_telephoneChanged(); + /// + /// There are no comments for Property lineitemnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable lineitemnumber + { + get + { + return this._lineitemnumber; + } + set + { + this.OnlineitemnumberChanging(value); + this._lineitemnumber = value; + this.OnlineitemnumberChanged(); + this.OnPropertyChanged("lineitemnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _lineitemnumber; + partial void OnlineitemnumberChanging(global::System.Nullable value); + partial void OnlineitemnumberChanged(); /// /// There are no comments for Property quantity in the schema. /// @@ -307940,28 +307969,6 @@ public virtual string shipto_line2 partial void Onshipto_line2Changing(string value); partial void Onshipto_line2Changed(); /// - /// 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 sequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -308028,49 +308035,49 @@ public virtual string shipto_line2 partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property shipto_telephone 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 string shipto_telephone + public virtual global::System.Nullable createdon { get { - return this._shipto_telephone; + return this._createdon; } set { - this.Onshipto_telephoneChanging(value); - this._shipto_telephone = value; - this.Onshipto_telephoneChanged(); - this.OnPropertyChanged("shipto_telephone"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_telephone; - partial void Onshipto_telephoneChanging(string value); - partial void Onshipto_telephoneChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property shipto_stateorprovince in the schema. + /// There are no comments for Property shipto_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_stateorprovince + public virtual string shipto_city { get { - return this._shipto_stateorprovince; + return this._shipto_city; } set { - this.Onshipto_stateorprovinceChanging(value); - this._shipto_stateorprovince = value; - this.Onshipto_stateorprovinceChanged(); - this.OnPropertyChanged("shipto_stateorprovince"); + this.Onshipto_cityChanging(value); + this._shipto_city = value; + this.Onshipto_cityChanged(); + this.OnPropertyChanged("shipto_city"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_stateorprovince; - partial void Onshipto_stateorprovinceChanging(string value); - partial void Onshipto_stateorprovinceChanged(); + private string _shipto_city; + partial void Onshipto_cityChanging(string value); + partial void Onshipto_cityChanged(); /// /// There are no comments for Property manualdiscountamount in the schema. /// @@ -308160,27 +308167,27 @@ public virtual string shipto_stateorprovince partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property lineitemnumber in the schema. + /// There are no comments for Property ispriceoverridden in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lineitemnumber + public virtual global::System.Nullable ispriceoverridden { get { - return this._lineitemnumber; + return this._ispriceoverridden; } set { - this.OnlineitemnumberChanging(value); - this._lineitemnumber = value; - this.OnlineitemnumberChanged(); - this.OnPropertyChanged("lineitemnumber"); + this.OnispriceoverriddenChanging(value); + this._ispriceoverridden = value; + this.OnispriceoverriddenChanged(); + this.OnPropertyChanged("ispriceoverridden"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lineitemnumber; - partial void OnlineitemnumberChanging(global::System.Nullable value); - partial void OnlineitemnumberChanged(); + private global::System.Nullable _ispriceoverridden; + partial void OnispriceoverriddenChanging(global::System.Nullable value); + partial void OnispriceoverriddenChanged(); /// /// There are no comments for Property volumediscountamount_base in the schema. /// @@ -308204,27 +308211,49 @@ public virtual string shipto_stateorprovince partial void Onvolumediscountamount_baseChanging(global::System.Nullable value); partial void Onvolumediscountamount_baseChanged(); /// - /// There are no comments for Property invoicestatecode in the schema. + /// There are no comments for Property shipto_line1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable invoicestatecode + public virtual string shipto_line1 { get { - return this._invoicestatecode; + return this._shipto_line1; } set { - this.OninvoicestatecodeChanging(value); - this._invoicestatecode = value; - this.OninvoicestatecodeChanged(); - this.OnPropertyChanged("invoicestatecode"); + this.Onshipto_line1Changing(value); + this._shipto_line1 = value; + this.Onshipto_line1Changed(); + this.OnPropertyChanged("shipto_line1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _invoicestatecode; - partial void OninvoicestatecodeChanging(global::System.Nullable value); - partial void OninvoicestatecodeChanged(); + private string _shipto_line1; + partial void Onshipto_line1Changing(string value); + partial void Onshipto_line1Changed(); + /// + /// There are no comments for Property _parentbundleidref_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _parentbundleidref_value + { + get + { + return this.__parentbundleidref_value; + } + set + { + this.On_parentbundleidref_valueChanging(value); + this.__parentbundleidref_value = value; + this.On_parentbundleidref_valueChanged(); + this.OnPropertyChanged("_parentbundleidref_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __parentbundleidref_value; + partial void On_parentbundleidref_valueChanging(global::System.Nullable value); + partial void On_parentbundleidref_valueChanged(); /// /// There are no comments for Property invoiceispricelocked in the schema. /// @@ -308270,115 +308299,115 @@ public virtual string shipto_stateorprovince partial void OnpricingerrorcodeChanging(global::System.Nullable value); partial void OnpricingerrorcodeChanged(); /// - /// There are no comments for Property _salesorderdetailid_value in the schema. + /// There are no comments for Property shipto_stateorprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _salesorderdetailid_value + public virtual string shipto_stateorprovince { get { - return this.__salesorderdetailid_value; + return this._shipto_stateorprovince; } set { - this.On_salesorderdetailid_valueChanging(value); - this.__salesorderdetailid_value = value; - this.On_salesorderdetailid_valueChanged(); - this.OnPropertyChanged("_salesorderdetailid_value"); + this.Onshipto_stateorprovinceChanging(value); + this._shipto_stateorprovince = value; + this.Onshipto_stateorprovinceChanged(); + this.OnPropertyChanged("shipto_stateorprovince"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __salesorderdetailid_value; - partial void On_salesorderdetailid_valueChanging(global::System.Nullable value); - partial void On_salesorderdetailid_valueChanged(); + private string _shipto_stateorprovince; + partial void Onshipto_stateorprovinceChanging(string value); + partial void Onshipto_stateorprovinceChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property shippingtrackingnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual string shippingtrackingnumber { get { - return this.__transactioncurrencyid_value; + return this._shippingtrackingnumber; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OnshippingtrackingnumberChanging(value); + this._shippingtrackingnumber = value; + this.OnshippingtrackingnumberChanged(); + this.OnPropertyChanged("shippingtrackingnumber"); } } [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 string _shippingtrackingnumber; + partial void OnshippingtrackingnumberChanging(string value); + partial void OnshippingtrackingnumberChanged(); /// - /// There are no comments for Property invoicedetailname in the schema. + /// There are no comments for Property tax_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string invoicedetailname + public virtual global::System.Nullable tax_base { get { - return this._invoicedetailname; + return this._tax_base; } set { - this.OninvoicedetailnameChanging(value); - this._invoicedetailname = value; - this.OninvoicedetailnameChanged(); - this.OnPropertyChanged("invoicedetailname"); + this.Ontax_baseChanging(value); + this._tax_base = value; + this.Ontax_baseChanged(); + this.OnPropertyChanged("tax_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _invoicedetailname; - partial void OninvoicedetailnameChanging(string value); - partial void OninvoicedetailnameChanged(); + private global::System.Nullable _tax_base; + partial void Ontax_baseChanging(global::System.Nullable value); + partial void Ontax_baseChanged(); /// - /// There are no comments for Property baseamount_base in the schema. + /// There are no comments for Property invoicestatecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable baseamount_base + public virtual global::System.Nullable invoicestatecode { get { - return this._baseamount_base; + return this._invoicestatecode; } set { - this.Onbaseamount_baseChanging(value); - this._baseamount_base = value; - this.Onbaseamount_baseChanged(); - this.OnPropertyChanged("baseamount_base"); + this.OninvoicestatecodeChanging(value); + this._invoicestatecode = value; + this.OninvoicestatecodeChanged(); + this.OnPropertyChanged("invoicestatecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _baseamount_base; - partial void Onbaseamount_baseChanging(global::System.Nullable value); - partial void Onbaseamount_baseChanged(); + private global::System.Nullable _invoicestatecode; + partial void OninvoicestatecodeChanging(global::System.Nullable value); + partial void OninvoicestatecodeChanged(); /// - /// There are no comments for Property quantitycancelled in the schema. + /// There are no comments for Property baseamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable quantitycancelled + public virtual global::System.Nullable baseamount_base { get { - return this._quantitycancelled; + return this._baseamount_base; } set { - this.OnquantitycancelledChanging(value); - this._quantitycancelled = value; - this.OnquantitycancelledChanged(); - this.OnPropertyChanged("quantitycancelled"); + this.Onbaseamount_baseChanging(value); + this._baseamount_base = value; + this.Onbaseamount_baseChanged(); + this.OnPropertyChanged("baseamount_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _quantitycancelled; - partial void OnquantitycancelledChanging(global::System.Nullable value); - partial void OnquantitycancelledChanged(); + private global::System.Nullable _baseamount_base; + partial void Onbaseamount_baseChanging(global::System.Nullable value); + partial void Onbaseamount_baseChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -308402,27 +308431,49 @@ public virtual string invoicedetailname partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property productname in the schema. + /// There are no comments for Property productnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string productname + public virtual string productnumber { get { - return this._productname; + return this._productnumber; } set { - this.OnproductnameChanging(value); - this._productname = value; - this.OnproductnameChanged(); - this.OnPropertyChanged("productname"); + this.OnproductnumberChanging(value); + this._productnumber = value; + this.OnproductnumberChanged(); + this.OnPropertyChanged("productnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _productname; - partial void OnproductnameChanging(string value); - partial void OnproductnameChanged(); + private string _productnumber; + partial void OnproductnumberChanging(string value); + partial void OnproductnumberChanged(); + /// + /// 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 shipto_postalcode in the schema. /// @@ -310241,28 +310292,6 @@ public virtual string traversedpath partial void OnispricelockedChanging(global::System.Nullable value); partial void OnispricelockedChanged(); /// - /// There are no comments for Property shipto_fax in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_fax - { - get - { - return this._shipto_fax; - } - set - { - this.Onshipto_faxChanging(value); - this._shipto_fax = value; - this.Onshipto_faxChanged(); - this.OnPropertyChanged("shipto_fax"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_fax; - partial void Onshipto_faxChanging(string value); - partial void Onshipto_faxChanged(); - /// /// There are no comments for Property pricingerrorcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -310549,28 +310578,6 @@ public virtual string invoicenumber partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property totaldiscountamount_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totaldiscountamount_base - { - get - { - return this._totaldiscountamount_base; - } - set - { - this.Ontotaldiscountamount_baseChanging(value); - this._totaldiscountamount_base = value; - this.Ontotaldiscountamount_baseChanged(); - this.OnPropertyChanged("totaldiscountamount_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totaldiscountamount_base; - partial void Ontotaldiscountamount_baseChanging(global::System.Nullable value); - partial void Ontotaldiscountamount_baseChanged(); - /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -310637,27 +310644,27 @@ public virtual string billto_postalcode partial void Onbillto_postalcodeChanging(string value); partial void Onbillto_postalcodeChanged(); /// - /// There are no comments for Property totalamount in the schema. + /// There are no comments for Property shipto_composite in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totalamount + public virtual string shipto_composite { get { - return this._totalamount; + return this._shipto_composite; } set { - this.OntotalamountChanging(value); - this._totalamount = value; - this.OntotalamountChanged(); - this.OnPropertyChanged("totalamount"); + this.Onshipto_compositeChanging(value); + this._shipto_composite = value; + this.Onshipto_compositeChanged(); + this.OnPropertyChanged("shipto_composite"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totalamount; - partial void OntotalamountChanging(global::System.Nullable value); - partial void OntotalamountChanged(); + private string _shipto_composite; + partial void Onshipto_compositeChanging(string value); + partial void Onshipto_compositeChanged(); /// /// There are no comments for Property shippingmethodcode in the schema. /// @@ -310725,6 +310732,28 @@ public virtual string shipto_line1 partial void OntotalamountlessfreightChanging(global::System.Nullable value); partial void OntotalamountlessfreightChanged(); /// + /// There are no comments for Property lastbackofficesubmit in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable lastbackofficesubmit + { + get + { + return this._lastbackofficesubmit; + } + set + { + this.OnlastbackofficesubmitChanging(value); + this._lastbackofficesubmit = value; + this.OnlastbackofficesubmitChanged(); + this.OnPropertyChanged("lastbackofficesubmit"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _lastbackofficesubmit; + partial void OnlastbackofficesubmitChanging(global::System.Nullable value); + partial void OnlastbackofficesubmitChanged(); + /// /// There are no comments for Property processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -310769,28 +310798,6 @@ public virtual string billto_name partial void Onbillto_nameChanging(string value); partial void Onbillto_nameChanged(); /// - /// There are no comments for Property _opportunityid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _opportunityid_value - { - get - { - return this.__opportunityid_value; - } - set - { - this.On_opportunityid_valueChanging(value); - this.__opportunityid_value = value; - this.On_opportunityid_valueChanged(); - this.OnPropertyChanged("_opportunityid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __opportunityid_value; - partial void On_opportunityid_valueChanging(global::System.Nullable value); - partial void On_opportunityid_valueChanged(); - /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -310879,28 +310886,6 @@ public virtual string billto_line2 partial void Onbillto_line2Changing(string value); partial void Onbillto_line2Changed(); /// - /// There are no comments for Property shipto_composite in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_composite - { - get - { - return this._shipto_composite; - } - set - { - this.Onshipto_compositeChanging(value); - this._shipto_composite = value; - this.Onshipto_compositeChanged(); - this.OnPropertyChanged("shipto_composite"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_composite; - partial void Onshipto_compositeChanging(string value); - partial void Onshipto_compositeChanged(); - /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -310945,28 +310930,6 @@ public virtual string billto_telephone partial void Onbillto_telephoneChanging(string value); partial void Onbillto_telephoneChanged(); /// - /// 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 shipto_country in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -311275,27 +311238,27 @@ public virtual string shipto_postalcode partial void On_pricelevelid_valueChanging(global::System.Nullable value); partial void On_pricelevelid_valueChanged(); /// - /// There are no comments for Property billto_line3 in the schema. + /// There are no comments for Property totaldiscountamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string billto_line3 + public virtual global::System.Nullable totaldiscountamount_base { get { - return this._billto_line3; + return this._totaldiscountamount_base; } set { - this.Onbillto_line3Changing(value); - this._billto_line3 = value; - this.Onbillto_line3Changed(); - this.OnPropertyChanged("billto_line3"); + this.Ontotaldiscountamount_baseChanging(value); + this._totaldiscountamount_base = value; + this.Ontotaldiscountamount_baseChanged(); + this.OnPropertyChanged("totaldiscountamount_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _billto_line3; - partial void Onbillto_line3Changing(string value); - partial void Onbillto_line3Changed(); + private global::System.Nullable _totaldiscountamount_base; + partial void Ontotaldiscountamount_baseChanging(global::System.Nullable value); + partial void Ontotaldiscountamount_baseChanged(); /// /// There are no comments for Property totalamountlessfreight_base in the schema. /// @@ -311363,71 +311326,71 @@ public virtual string shipto_line3 partial void OntotaldiscountamountChanging(global::System.Nullable value); partial void OntotaldiscountamountChanged(); /// - /// There are no comments for Property shipto_name in the schema. + /// There are no comments for Property shipto_fax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_name + public virtual string shipto_fax { get { - return this._shipto_name; + return this._shipto_fax; } set { - this.Onshipto_nameChanging(value); - this._shipto_name = value; - this.Onshipto_nameChanged(); - this.OnPropertyChanged("shipto_name"); + this.Onshipto_faxChanging(value); + this._shipto_fax = value; + this.Onshipto_faxChanged(); + this.OnPropertyChanged("shipto_fax"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_name; - partial void Onshipto_nameChanging(string value); - partial void Onshipto_nameChanged(); + private string _shipto_fax; + partial void Onshipto_faxChanging(string value); + partial void Onshipto_faxChanged(); /// - /// There are no comments for Property lastbackofficesubmit in the schema. + /// There are no comments for Property paymenttermscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastbackofficesubmit + public virtual global::System.Nullable paymenttermscode { get { - return this._lastbackofficesubmit; + return this._paymenttermscode; } set { - this.OnlastbackofficesubmitChanging(value); - this._lastbackofficesubmit = value; - this.OnlastbackofficesubmitChanged(); - this.OnPropertyChanged("lastbackofficesubmit"); + this.OnpaymenttermscodeChanging(value); + this._paymenttermscode = value; + this.OnpaymenttermscodeChanged(); + this.OnPropertyChanged("paymenttermscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastbackofficesubmit; - partial void OnlastbackofficesubmitChanging(global::System.Nullable value); - partial void OnlastbackofficesubmitChanged(); + private global::System.Nullable _paymenttermscode; + partial void OnpaymenttermscodeChanging(global::System.Nullable value); + partial void OnpaymenttermscodeChanged(); /// - /// There are no comments for Property paymenttermscode in the schema. + /// There are no comments for Property totalamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable paymenttermscode + public virtual global::System.Nullable totalamount { get { - return this._paymenttermscode; + return this._totalamount; } set { - this.OnpaymenttermscodeChanging(value); - this._paymenttermscode = value; - this.OnpaymenttermscodeChanged(); - this.OnPropertyChanged("paymenttermscode"); + this.OntotalamountChanging(value); + this._totalamount = value; + this.OntotalamountChanged(); + this.OnPropertyChanged("totalamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _paymenttermscode; - partial void OnpaymenttermscodeChanging(global::System.Nullable value); - partial void OnpaymenttermscodeChanged(); + private global::System.Nullable _totalamount; + partial void OntotalamountChanging(global::System.Nullable value); + partial void OntotalamountChanged(); /// /// There are no comments for Property lastonholdtime in the schema. /// @@ -311649,6 +311612,28 @@ public virtual string billto_country partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// + /// There are no comments for Property _opportunityid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _opportunityid_value + { + get + { + return this.__opportunityid_value; + } + set + { + this.On_opportunityid_valueChanging(value); + this.__opportunityid_value = value; + this.On_opportunityid_valueChanged(); + this.OnPropertyChanged("_opportunityid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __opportunityid_value; + partial void On_opportunityid_valueChanging(global::System.Nullable value); + partial void On_opportunityid_valueChanged(); + /// /// There are no comments for Property datedelivered in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -311891,6 +311876,28 @@ public virtual string billto_stateorprovince partial void Onshipto_freighttermscodeChanging(global::System.Nullable value); partial void Onshipto_freighttermscodeChanged(); /// + /// There are no comments for Property shipto_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string shipto_name + { + get + { + return this._shipto_name; + } + set + { + this.Onshipto_nameChanging(value); + this._shipto_name = value; + this.Onshipto_nameChanged(); + this.OnPropertyChanged("shipto_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _shipto_name; + partial void Onshipto_nameChanging(string value); + partial void Onshipto_nameChanged(); + /// /// There are no comments for Property _customerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -311935,6 +311942,28 @@ public virtual string billto_line1 partial void Onbillto_line1Changing(string value); partial void Onbillto_line1Changed(); /// + /// There are no comments for Property billto_line3 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string billto_line3 + { + get + { + return this._billto_line3; + } + set + { + this.Onbillto_line3Changing(value); + this._billto_line3 = value; + this.Onbillto_line3Changed(); + this.OnPropertyChanged("billto_line3"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _billto_line3; + partial void Onbillto_line3Changing(string value); + partial void Onbillto_line3Changed(); + /// /// There are no comments for Property totallineitemdiscountamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -311957,6 +311986,28 @@ public virtual string billto_line1 partial void Ontotallineitemdiscountamount_baseChanging(global::System.Nullable value); partial void Ontotallineitemdiscountamount_baseChanged(); /// + /// 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 entityimage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -314186,49 +314237,93 @@ public virtual string articlexml partial void OnarticlexmlChanging(string value); partial void OnarticlexmlChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual string entityimage_url { get { - return this.__createdby_value; + return this._entityimage_url; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); } } [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 string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); /// - /// There are no comments for Property languagecode in the schema. + /// There are no comments for Property kbarticleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable languagecode + public virtual global::System.Nullable kbarticleid { get { - return this._languagecode; + return this._kbarticleid; } set { - this.OnlanguagecodeChanging(value); - this._languagecode = value; - this.OnlanguagecodeChanged(); - this.OnPropertyChanged("languagecode"); + this.OnkbarticleidChanging(value); + this._kbarticleid = value; + this.OnkbarticleidChanged(); + this.OnPropertyChanged("kbarticleid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _languagecode; - partial void OnlanguagecodeChanging(global::System.Nullable value); - partial void OnlanguagecodeChanged(); + private global::System.Nullable _kbarticleid; + partial void OnkbarticleidChanging(global::System.Nullable value); + partial void OnkbarticleidChanged(); + /// + /// There are no comments for Property keywords in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string keywords + { + get + { + return this._keywords; + } + set + { + this.OnkeywordsChanging(value); + this._keywords = value; + this.OnkeywordsChanged(); + this.OnPropertyChanged("keywords"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _keywords; + partial void OnkeywordsChanging(string value); + partial void OnkeywordsChanged(); + /// + /// 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 versionnumber in the schema. /// @@ -314296,28 +314391,6 @@ public virtual string content partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property kbarticleid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable kbarticleid - { - get - { - return this._kbarticleid; - } - set - { - this.OnkbarticleidChanging(value); - this._kbarticleid = value; - this.OnkbarticleidChanged(); - this.OnPropertyChanged("kbarticleid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _kbarticleid; - partial void OnkbarticleidChanging(global::System.Nullable value); - partial void OnkbarticleidChanged(); - /// /// There are no comments for Property entityimage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -314362,6 +314435,72 @@ public virtual byte[] entityimage partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// There are no comments for Property title in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string title + { + get + { + return this._title; + } + set + { + this.OntitleChanging(value); + this._title = value; + this.OntitleChanged(); + this.OnPropertyChanged("title"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _title; + partial void OntitleChanging(string value); + partial void OntitleChanged(); + /// + /// 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 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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -314384,159 +314523,93 @@ public virtual byte[] entityimage partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property title in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string title - { - get - { - return this._title; - } - set - { - this.OntitleChanging(value); - this._title = value; - this.OntitleChanged(); - this.OnPropertyChanged("title"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _title; - partial void OntitleChanging(string value); - partial void OntitleChanged(); - /// - /// 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 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 _modifiedby_value in the schema. + /// There are no comments for Property _subjectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable _subjectid_value { get { - return this.__modifiedby_value; + return this.__subjectid_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.On_subjectid_valueChanging(value); + this.__subjectid_value = value; + this.On_subjectid_valueChanged(); + this.OnPropertyChanged("_subjectid_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(); + private global::System.Nullable __subjectid_value; + partial void On_subjectid_valueChanging(global::System.Nullable value); + partial void On_subjectid_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable overriddencreatedon { get { - return this._importsequencenumber; + return this._overriddencreatedon; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property number in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string number { get { - return this._overriddencreatedon; + return this._number; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OnnumberChanging(value); + this._number = value; + this.OnnumberChanged(); + this.OnPropertyChanged("number"); } } [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 string _number; + partial void OnnumberChanging(string value); + partial void OnnumberChanged(); /// - /// There are no comments for Property keywords 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 string keywords + public virtual global::System.Nullable _createdby_value { get { - return this._keywords; + return this.__createdby_value; } set { - this.OnkeywordsChanging(value); - this._keywords = value; - this.OnkeywordsChanged(); - this.OnPropertyChanged("keywords"); + 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 string _keywords; - partial void OnkeywordsChanging(string value); - partial void OnkeywordsChanged(); + 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 _organizationid_value in the schema. /// @@ -314560,27 +314633,27 @@ public virtual string keywords partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property entityimage_timestamp in the schema. + /// 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 entityimage_timestamp + public virtual global::System.Nullable importsequencenumber { get { - return this._entityimage_timestamp; + return this._importsequencenumber; } set { - this.Onentityimage_timestampChanging(value); - this._entityimage_timestamp = value; - this.Onentityimage_timestampChanged(); - this.OnPropertyChanged("entityimage_timestamp"); + 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 _entityimage_timestamp; - partial void Onentityimage_timestampChanging(global::System.Nullable value); - partial void Onentityimage_timestampChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property entityimageid in the schema. /// @@ -314604,71 +314677,49 @@ public virtual string keywords partial void OnentityimageidChanging(global::System.Nullable value); partial void OnentityimageidChanged(); /// - /// There are no comments for Property number in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string number - { - get - { - return this._number; - } - set - { - this.OnnumberChanging(value); - this._number = value; - this.OnnumberChanged(); - this.OnPropertyChanged("number"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _number; - partial void OnnumberChanging(string value); - partial void OnnumberChanged(); - /// - /// There are no comments for Property _subjectid_value in the schema. + /// There are no comments for Property entityimage_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _subjectid_value + public virtual global::System.Nullable entityimage_timestamp { get { - return this.__subjectid_value; + return this._entityimage_timestamp; } set { - this.On_subjectid_valueChanging(value); - this.__subjectid_value = value; - this.On_subjectid_valueChanged(); - this.OnPropertyChanged("_subjectid_value"); + this.Onentityimage_timestampChanging(value); + this._entityimage_timestamp = value; + this.Onentityimage_timestampChanged(); + this.OnPropertyChanged("entityimage_timestamp"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __subjectid_value; - partial void On_subjectid_valueChanging(global::System.Nullable value); - partial void On_subjectid_valueChanged(); + private global::System.Nullable _entityimage_timestamp; + partial void Onentityimage_timestampChanging(global::System.Nullable value); + partial void Onentityimage_timestampChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property languagecode 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 languagecode { get { - return this._statecode; + return this._languagecode; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.OnlanguagecodeChanging(value); + this._languagecode = value; + this.OnlanguagecodeChanged(); + this.OnPropertyChanged("languagecode"); } } [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 _languagecode; + partial void OnlanguagecodeChanging(global::System.Nullable value); + partial void OnlanguagecodeChanged(); /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// @@ -314780,27 +314831,27 @@ public virtual string comments partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property entityimage_url in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url + public virtual global::System.Nullable _modifiedby_value { get { - return this._entityimage_url; + return this.__modifiedby_value; } set { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); + 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 string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); + 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 createdonbehalfby in the schema. /// @@ -315578,49 +315629,27 @@ public static kbarticletemplate Createkbarticletemplate(global::Microsoft.Dynami partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property kbarticletemplateidunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable kbarticletemplateidunique - { - get - { - return this._kbarticletemplateidunique; - } - set - { - this.OnkbarticletemplateiduniqueChanging(value); - this._kbarticletemplateidunique = value; - this.OnkbarticletemplateiduniqueChanged(); - this.OnPropertyChanged("kbarticletemplateidunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _kbarticletemplateidunique; - partial void OnkbarticletemplateiduniqueChanging(global::System.Nullable value); - partial void OnkbarticletemplateiduniqueChanged(); - /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable _modifiedby_value { get { - return this._overriddencreatedon; + return this.__modifiedby_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + 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 description in the schema. /// @@ -315644,6 +315673,28 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// + /// There are no comments for Property ismanaged in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ismanaged + { + get + { + return this._ismanaged; + } + set + { + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); + /// /// There are no comments for Property languagecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -315732,27 +315783,49 @@ public virtual string formatxml partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property componentstate 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 componentstate + public virtual global::System.Nullable _createdby_value { get { - return this._componentstate; + return this.__createdby_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + 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 isactive in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isactive + { + get + { + return this._isactive; + } + set + { + this.OnisactiveChanging(value); + this._isactive = value; + this.OnisactiveChanged(); + this.OnPropertyChanged("isactive"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isactive; + partial void OnisactiveChanging(global::System.Nullable value); + partial void OnisactiveChanged(); /// /// There are no comments for Property structurexml in the schema. /// @@ -315820,49 +315893,27 @@ public virtual string structurexml partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property isactive in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isactive - { - get - { - return this._isactive; - } - set - { - this.OnisactiveChanging(value); - this._isactive = value; - this.OnisactiveChanged(); - this.OnPropertyChanged("isactive"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isactive; - partial void OnisactiveChanging(global::System.Nullable value); - partial void OnisactiveChanged(); - /// - /// There are no comments for Property ismanaged in the schema. + /// 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 ismanaged + public virtual global::System.Nullable overriddencreatedon { get { - return this._ismanaged; + return this._overriddencreatedon; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + 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 _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -315996,49 +316047,49 @@ public virtual string introducedversion partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property componentstate 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 componentstate { get { - return this.__createdby_value; + return this._componentstate; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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 _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property kbarticletemplateidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable kbarticletemplateidunique { get { - return this.__modifiedby_value; + return this._kbarticletemplateidunique; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OnkbarticletemplateiduniqueChanging(value); + this._kbarticletemplateidunique = value; + this.OnkbarticletemplateiduniqueChanged(); + this.OnPropertyChanged("kbarticletemplateidunique"); } } [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(); + private global::System.Nullable _kbarticletemplateidunique; + partial void OnkbarticletemplateiduniqueChanging(global::System.Nullable value); + partial void OnkbarticletemplateiduniqueChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -316809,6 +316860,28 @@ public static knowledgearticleincident Createknowledgearticleincident(global::Mi return knowledgearticleincident; } /// + /// There are no comments for Property knowledgeusage in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable knowledgeusage + { + get + { + return this._knowledgeusage; + } + set + { + this.OnknowledgeusageChanging(value); + this._knowledgeusage = value; + this.OnknowledgeusageChanged(); + this.OnPropertyChanged("knowledgeusage"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _knowledgeusage; + partial void OnknowledgeusageChanging(global::System.Nullable value); + partial void OnknowledgeusageChanged(); + /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -317073,28 +317146,6 @@ public static knowledgearticleincident Createknowledgearticleincident(global::Mi partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property knowledgearticleincidentid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable knowledgearticleincidentid - { - get - { - return this._knowledgearticleincidentid; - } - set - { - this.OnknowledgearticleincidentidChanging(value); - this._knowledgearticleincidentid = value; - this.OnknowledgearticleincidentidChanged(); - this.OnPropertyChanged("knowledgearticleincidentid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _knowledgearticleincidentid; - partial void OnknowledgearticleincidentidChanging(global::System.Nullable value); - partial void OnknowledgearticleincidentidChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -317227,49 +317278,49 @@ public static knowledgearticleincident Createknowledgearticleincident(global::Mi partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property knowledgeusage in the schema. + /// 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 knowledgeusage + public virtual global::System.Nullable importsequencenumber { get { - return this._knowledgeusage; + return this._importsequencenumber; } set { - this.OnknowledgeusageChanging(value); - this._knowledgeusage = value; - this.OnknowledgeusageChanged(); - this.OnPropertyChanged("knowledgeusage"); + 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 _knowledgeusage; - partial void OnknowledgeusageChanging(global::System.Nullable value); - partial void OnknowledgeusageChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property knowledgearticleincidentid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable knowledgearticleincidentid { get { - return this._importsequencenumber; + return this._knowledgearticleincidentid; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OnknowledgearticleincidentidChanging(value); + this._knowledgearticleincidentid = value; + this.OnknowledgearticleincidentidChanged(); + this.OnPropertyChanged("knowledgearticleincidentid"); } } [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(); + private global::System.Nullable _knowledgearticleincidentid; + partial void OnknowledgearticleincidentidChanging(global::System.Nullable value); + partial void OnknowledgearticleincidentidChanged(); /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// @@ -319092,27 +319143,27 @@ public static knowledgearticle Createknowledgearticle(global::Microsoft.Dynamics partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _languagelocaleid_value in the schema. + /// There are no comments for Property knowledgearticleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _languagelocaleid_value + public virtual global::System.Nullable knowledgearticleid { get { - return this.__languagelocaleid_value; + return this._knowledgearticleid; } set { - this.On_languagelocaleid_valueChanging(value); - this.__languagelocaleid_value = value; - this.On_languagelocaleid_valueChanged(); - this.OnPropertyChanged("_languagelocaleid_value"); + this.OnknowledgearticleidChanging(value); + this._knowledgearticleid = value; + this.OnknowledgearticleidChanged(); + this.OnPropertyChanged("knowledgearticleid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __languagelocaleid_value; - partial void On_languagelocaleid_valueChanging(global::System.Nullable value); - partial void On_languagelocaleid_valueChanged(); + private global::System.Nullable _knowledgearticleid; + partial void OnknowledgearticleidChanging(global::System.Nullable value); + partial void OnknowledgearticleidChanged(); /// /// There are no comments for Property publishstatusid in the schema. /// @@ -319136,27 +319187,27 @@ public static knowledgearticle Createknowledgearticle(global::Microsoft.Dynamics partial void OnpublishstatusidChanging(global::System.Nullable value); partial void OnpublishstatusidChanged(); /// - /// There are no comments for Property expiredreviewoptions in the schema. + /// There are no comments for Property islatestversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable expiredreviewoptions + public virtual global::System.Nullable islatestversion { get { - return this._expiredreviewoptions; + return this._islatestversion; } set { - this.OnexpiredreviewoptionsChanging(value); - this._expiredreviewoptions = value; - this.OnexpiredreviewoptionsChanged(); - this.OnPropertyChanged("expiredreviewoptions"); + this.OnislatestversionChanging(value); + this._islatestversion = value; + this.OnislatestversionChanged(); + this.OnPropertyChanged("islatestversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _expiredreviewoptions; - partial void OnexpiredreviewoptionsChanging(global::System.Nullable value); - partial void OnexpiredreviewoptionsChanged(); + private global::System.Nullable _islatestversion; + partial void OnislatestversionChanging(global::System.Nullable value); + partial void OnislatestversionChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -319202,49 +319253,27 @@ public static knowledgearticle Createknowledgearticle(global::Microsoft.Dynamics partial void Onknowledgearticleviews_dateChanging(global::System.Nullable value); partial void Onknowledgearticleviews_dateChanged(); /// - /// 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 stageid in the schema. + /// There are no comments for Property expiredreviewoptions in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid + public virtual global::System.Nullable expiredreviewoptions { get { - return this._stageid; + return this._expiredreviewoptions; } set { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); + this.OnexpiredreviewoptionsChanging(value); + this._expiredreviewoptions = value; + this.OnexpiredreviewoptionsChanged(); + this.OnPropertyChanged("expiredreviewoptions"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); + private global::System.Nullable _expiredreviewoptions; + partial void OnexpiredreviewoptionsChanging(global::System.Nullable value); + partial void OnexpiredreviewoptionsChanged(); /// /// There are no comments for Property description in the schema. /// @@ -319422,71 +319451,71 @@ public virtual string content partial void On_parentarticlecontentid_valueChanging(global::System.Nullable value); partial void On_parentarticlecontentid_valueChanged(); /// - /// There are no comments for Property knowledgearticleviews 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 knowledgearticleviews + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._knowledgearticleviews; + return this.__createdonbehalfby_value; } set { - this.OnknowledgearticleviewsChanging(value); - this._knowledgearticleviews = value; - this.OnknowledgearticleviewsChanged(); - this.OnPropertyChanged("knowledgearticleviews"); + 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 _knowledgearticleviews; - partial void OnknowledgearticleviewsChanging(global::System.Nullable value); - partial void OnknowledgearticleviewsChanged(); + 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 _subjectid_value in the schema. + /// 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 _subjectid_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__subjectid_value; + return this.__owningbusinessunit_value; } set { - this.On_subjectid_valueChanging(value); - this.__subjectid_value = value; - this.On_subjectid_valueChanged(); - this.OnPropertyChanged("_subjectid_value"); + 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 __subjectid_value; - partial void On_subjectid_valueChanging(global::System.Nullable value); - partial void On_subjectid_valueChanged(); + 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 _owningbusinessunit_value in the schema. + /// There are no comments for Property expirationstateid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable expirationstateid { get { - return this.__owningbusinessunit_value; + return this._expirationstateid; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.OnexpirationstateidChanging(value); + this._expirationstateid = value; + this.OnexpirationstateidChanged(); + this.OnPropertyChanged("expirationstateid"); } } [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::System.Nullable _expirationstateid; + partial void OnexpirationstateidChanging(global::System.Nullable value); + partial void OnexpirationstateidChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -319532,6 +319561,50 @@ public virtual string keywords partial void OnkeywordsChanging(string value); partial void OnkeywordsChanged(); /// + /// 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 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 isprimary in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -319554,6 +319627,28 @@ public virtual string keywords partial void OnisprimaryChanging(global::System.Nullable value); partial void OnisprimaryChanged(); /// + /// There are no comments for Property traversedpath in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string traversedpath + { + get + { + return this._traversedpath; + } + set + { + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); + /// /// There are no comments for Property _primaryauthorid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -319642,49 +319737,71 @@ public virtual string keywords partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property updatecontent in the schema. + /// There are no comments for Property expirationstatusid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable updatecontent + public virtual global::System.Nullable expirationstatusid { get { - return this._updatecontent; + return this._expirationstatusid; } set { - this.OnupdatecontentChanging(value); - this._updatecontent = value; - this.OnupdatecontentChanged(); - this.OnPropertyChanged("updatecontent"); + this.OnexpirationstatusidChanging(value); + this._expirationstatusid = value; + this.OnexpirationstatusidChanged(); + this.OnPropertyChanged("expirationstatusid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _updatecontent; - partial void OnupdatecontentChanging(global::System.Nullable value); - partial void OnupdatecontentChanged(); + private global::System.Nullable _expirationstatusid; + partial void OnexpirationstatusidChanging(global::System.Nullable value); + partial void OnexpirationstatusidChanged(); /// - /// There are no comments for Property expirationstateid in the schema. + /// There are no comments for Property rating in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable expirationstateid + public virtual global::System.Nullable rating { get { - return this._expirationstateid; + return this._rating; } set { - this.OnexpirationstateidChanging(value); - this._expirationstateid = value; - this.OnexpirationstateidChanged(); - this.OnPropertyChanged("expirationstateid"); + this.OnratingChanging(value); + this._rating = value; + this.OnratingChanged(); + this.OnPropertyChanged("rating"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _expirationstateid; - partial void OnexpirationstateidChanging(global::System.Nullable value); - partial void OnexpirationstateidChanged(); + private global::System.Nullable _rating; + partial void OnratingChanging(global::System.Nullable value); + partial void OnratingChanged(); + /// + /// There are no comments for Property _languagelocaleid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _languagelocaleid_value + { + get + { + return this.__languagelocaleid_value; + } + set + { + this.On_languagelocaleid_valueChanging(value); + this.__languagelocaleid_value = value; + this.On_languagelocaleid_valueChanged(); + this.OnPropertyChanged("_languagelocaleid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __languagelocaleid_value; + partial void On_languagelocaleid_valueChanging(global::System.Nullable value); + partial void On_languagelocaleid_valueChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -319730,49 +319847,93 @@ public virtual string keywords partial void Onknowledgearticleviews_stateChanging(global::System.Nullable value); partial void Onknowledgearticleviews_stateChanged(); /// - /// There are no comments for Property minorversionnumber in the schema. + /// There are no comments for Property _rootarticleid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable minorversionnumber + public virtual global::System.Nullable _rootarticleid_value { get { - return this._minorversionnumber; + return this.__rootarticleid_value; } set { - this.OnminorversionnumberChanging(value); - this._minorversionnumber = value; - this.OnminorversionnumberChanged(); - this.OnPropertyChanged("minorversionnumber"); + this.On_rootarticleid_valueChanging(value); + this.__rootarticleid_value = value; + this.On_rootarticleid_valueChanged(); + this.OnPropertyChanged("_rootarticleid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _minorversionnumber; - partial void OnminorversionnumberChanging(global::System.Nullable value); - partial void OnminorversionnumberChanged(); + private global::System.Nullable __rootarticleid_value; + partial void On_rootarticleid_valueChanging(global::System.Nullable value); + partial void On_rootarticleid_valueChanged(); /// - /// There are no comments for Property knowledgearticleid in the schema. + /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable knowledgearticleid + public virtual global::System.Nullable stageid { get { - return this._knowledgearticleid; + return this._stageid; } set { - this.OnknowledgearticleidChanging(value); - this._knowledgearticleid = value; - this.OnknowledgearticleidChanged(); - this.OnPropertyChanged("knowledgearticleid"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _knowledgearticleid; - partial void OnknowledgearticleidChanging(global::System.Nullable value); - partial void OnknowledgearticleidChanged(); + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); + /// + /// There are no comments for Property knowledgearticleviews in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable knowledgearticleviews + { + get + { + return this._knowledgearticleviews; + } + set + { + this.OnknowledgearticleviewsChanging(value); + this._knowledgearticleviews = value; + this.OnknowledgearticleviewsChanged(); + this.OnPropertyChanged("knowledgearticleviews"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _knowledgearticleviews; + partial void OnknowledgearticleviewsChanging(global::System.Nullable value); + partial void OnknowledgearticleviewsChanged(); + /// + /// 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 rating_sum in the schema. /// @@ -319818,49 +319979,49 @@ public virtual string keywords partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property expirationstatusid in the schema. + /// There are no comments for Property setproductassociations in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable expirationstatusid + public virtual global::System.Nullable setproductassociations { get { - return this._expirationstatusid; + return this._setproductassociations; } set { - this.OnexpirationstatusidChanging(value); - this._expirationstatusid = value; - this.OnexpirationstatusidChanged(); - this.OnPropertyChanged("expirationstatusid"); + this.OnsetproductassociationsChanging(value); + this._setproductassociations = value; + this.OnsetproductassociationsChanged(); + this.OnPropertyChanged("setproductassociations"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _expirationstatusid; - partial void OnexpirationstatusidChanging(global::System.Nullable value); - partial void OnexpirationstatusidChanged(); + private global::System.Nullable _setproductassociations; + partial void OnsetproductassociationsChanging(global::System.Nullable value); + partial void OnsetproductassociationsChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property scheduledstatusid 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 scheduledstatusid { get { - return this._statecode; + return this._scheduledstatusid; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.OnscheduledstatusidChanging(value); + this._scheduledstatusid = value; + this.OnscheduledstatusidChanged(); + this.OnPropertyChanged("scheduledstatusid"); } } [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 _scheduledstatusid; + partial void OnscheduledstatusidChanging(global::System.Nullable value); + partial void OnscheduledstatusidChanged(); /// /// There are no comments for Property isrootarticle in the schema. /// @@ -319906,71 +320067,27 @@ public virtual string keywords partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property rating_count in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable rating_count - { - get - { - return this._rating_count; - } - set - { - this.Onrating_countChanging(value); - this._rating_count = value; - this.Onrating_countChanged(); - this.OnPropertyChanged("rating_count"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _rating_count; - partial void Onrating_countChanging(global::System.Nullable value); - partial void Onrating_countChanged(); - /// - /// There are no comments for Property setproductassociations in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable setproductassociations - { - get - { - return this._setproductassociations; - } - set - { - this.OnsetproductassociationsChanging(value); - this._setproductassociations = value; - this.OnsetproductassociationsChanged(); - this.OnPropertyChanged("setproductassociations"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _setproductassociations; - partial void OnsetproductassociationsChanging(global::System.Nullable value); - partial void OnsetproductassociationsChanged(); - /// - /// There are no comments for Property islatestversion in the schema. + /// There are no comments for Property _subjectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable islatestversion + public virtual global::System.Nullable _subjectid_value { get { - return this._islatestversion; + return this.__subjectid_value; } set { - this.OnislatestversionChanging(value); - this._islatestversion = value; - this.OnislatestversionChanged(); - this.OnPropertyChanged("islatestversion"); + this.On_subjectid_valueChanging(value); + this.__subjectid_value = value; + this.On_subjectid_valueChanged(); + this.OnPropertyChanged("_subjectid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _islatestversion; - partial void OnislatestversionChanging(global::System.Nullable value); - partial void OnislatestversionChanged(); + private global::System.Nullable __subjectid_value; + partial void On_subjectid_valueChanging(global::System.Nullable value); + partial void On_subjectid_valueChanged(); /// /// There are no comments for Property publishon in the schema. /// @@ -319994,115 +320111,115 @@ public virtual string keywords partial void OnpublishonChanging(global::System.Nullable value); partial void OnpublishonChanged(); /// - /// There are no comments for Property processid in the schema. + /// There are no comments for Property rating_count in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processid + public virtual global::System.Nullable rating_count { get { - return this._processid; + return this._rating_count; } set { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); + this.Onrating_countChanging(value); + this._rating_count = value; + this.Onrating_countChanged(); + this.OnPropertyChanged("rating_count"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); + private global::System.Nullable _rating_count; + partial void Onrating_countChanging(global::System.Nullable value); + partial void Onrating_countChanged(); /// - /// There are no comments for Property scheduledstatusid in the schema. + /// There are no comments for Property processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable scheduledstatusid + public virtual global::System.Nullable processid { get { - return this._scheduledstatusid; + return this._processid; } set { - this.OnscheduledstatusidChanging(value); - this._scheduledstatusid = value; - this.OnscheduledstatusidChanged(); - this.OnPropertyChanged("scheduledstatusid"); + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _scheduledstatusid; - partial void OnscheduledstatusidChanging(global::System.Nullable value); - partial void OnscheduledstatusidChanged(); + private global::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); /// - /// There are no comments for Property _previousarticlecontentid_value 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 _previousarticlecontentid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__previousarticlecontentid_value; + return this.__createdby_value; } set { - this.On_previousarticlecontentid_valueChanging(value); - this.__previousarticlecontentid_value = value; - this.On_previousarticlecontentid_valueChanged(); - this.OnPropertyChanged("_previousarticlecontentid_value"); + 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 __previousarticlecontentid_value; - partial void On_previousarticlecontentid_valueChanging(global::System.Nullable value); - partial void On_previousarticlecontentid_valueChanged(); + 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 _transactioncurrencyid_value in the schema. + /// There are no comments for Property title in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual string title { get { - return this.__transactioncurrencyid_value; + return this._title; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OntitleChanging(value); + this._title = value; + this.OntitleChanged(); + this.OnPropertyChanged("title"); } } [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 string _title; + partial void OntitleChanging(string value); + partial void OntitleChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property minorversionnumber 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 minorversionnumber { get { - return this.__createdonbehalfby_value; + return this._minorversionnumber; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnminorversionnumberChanging(value); + this._minorversionnumber = value; + this.OnminorversionnumberChanged(); + this.OnPropertyChanged("minorversionnumber"); } } [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 _minorversionnumber; + partial void OnminorversionnumberChanging(global::System.Nullable value); + partial void OnminorversionnumberChanged(); /// /// There are no comments for Property majorversionnumber in the schema. /// @@ -320148,49 +320265,27 @@ public virtual string articlepublicnumber partial void OnarticlepublicnumberChanging(string value); partial void OnarticlepublicnumberChanged(); /// - /// There are no comments for Property traversedpath in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath - { - get - { - return this._traversedpath; - } - set - { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); - /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property _previousarticlecontentid_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 _previousarticlecontentid_value { get { - return this._statuscode; + return this.__previousarticlecontentid_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.On_previousarticlecontentid_valueChanging(value); + this.__previousarticlecontentid_value = value; + this.On_previousarticlecontentid_valueChanged(); + this.OnPropertyChanged("_previousarticlecontentid_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 __previousarticlecontentid_value; + partial void On_previousarticlecontentid_valueChanging(global::System.Nullable value); + partial void On_previousarticlecontentid_valueChanged(); /// /// There are no comments for Property expirationdate in the schema. /// @@ -320214,93 +320309,49 @@ public virtual string traversedpath partial void OnexpirationdateChanging(global::System.Nullable value); partial void OnexpirationdateChanged(); /// - /// There are no comments for Property _rootarticleid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _rootarticleid_value - { - get - { - return this.__rootarticleid_value; - } - set - { - this.On_rootarticleid_valueChanging(value); - this.__rootarticleid_value = value; - this.On_rootarticleid_valueChanged(); - this.OnPropertyChanged("_rootarticleid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __rootarticleid_value; - partial void On_rootarticleid_valueChanging(global::System.Nullable value); - partial void On_rootarticleid_valueChanged(); - /// - /// There are no comments for Property rating in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable rating - { - get - { - return this._rating; - } - set - { - this.OnratingChanging(value); - this._rating = value; - this.OnratingChanged(); - this.OnPropertyChanged("rating"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _rating; - partial void OnratingChanging(global::System.Nullable value); - partial void OnratingChanged(); - /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property updatecontent 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 updatecontent { get { - return this.__createdby_value; + return this._updatecontent; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnupdatecontentChanging(value); + this._updatecontent = value; + this.OnupdatecontentChanged(); + this.OnPropertyChanged("updatecontent"); } } [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 _updatecontent; + partial void OnupdatecontentChanging(global::System.Nullable value); + partial void OnupdatecontentChanged(); /// - /// There are no comments for Property title in the schema. + /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string title + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._title; + return this.__transactioncurrencyid_value; } set { - this.OntitleChanging(value); - this._title = value; - this.OntitleChanged(); - this.OnPropertyChanged("title"); + 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 string _title; - partial void OntitleChanging(string value); - partial void OntitleChanged(); + 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 readyforreview in the schema. /// @@ -321979,27 +322030,27 @@ public static knowledgearticleviews Createknowledgearticleviews(global::Microsof partial void OnlocationChanging(global::System.Nullable value); partial void OnlocationChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable modifiedon { get { - return this._utcconversiontimezonecode; + return this._modifiedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -322067,27 +322118,27 @@ public static knowledgearticleviews Createknowledgearticleviews(global::Microsof partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._modifiedon; + return this._utcconversiontimezonecode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property owningbusinessunit in the schema. /// @@ -322155,27 +322206,27 @@ public static knowledgearticleviews Createknowledgearticleviews(global::Microsof partial void OnknowledgearticleviewsidChanging(global::System.Nullable value); partial void OnknowledgearticleviewsidChanged(); /// - /// There are no comments for Property _createdonbehalfby_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 _createdonbehalfby_value + public virtual global::System.Nullable createdon { get { - return this.__createdonbehalfby_value; + return this._createdon; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -322199,27 +322250,27 @@ public static knowledgearticleviews Createknowledgearticleviews(global::Microsof partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property knowledgearticleview 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 knowledgearticleview { get { - return this._statuscode; + return this._knowledgearticleview; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnknowledgearticleviewChanging(value); + this._knowledgearticleview = value; + this.OnknowledgearticleviewChanged(); + this.OnPropertyChanged("knowledgearticleview"); } } [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 _knowledgearticleview; + partial void OnknowledgearticleviewChanging(global::System.Nullable value); + partial void OnknowledgearticleviewChanged(); /// /// There are no comments for Property owninguser in the schema. /// @@ -322243,6 +322294,28 @@ public static knowledgearticleviews Createknowledgearticleviews(global::Microsof partial void OnowninguserChanging(global::System.Nullable value); partial void OnowninguserChanged(); /// + /// There are no comments for Property _knowledgearticleid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _knowledgearticleid_value + { + get + { + return this.__knowledgearticleid_value; + } + set + { + this.On_knowledgearticleid_valueChanging(value); + this.__knowledgearticleid_value = value; + this.On_knowledgearticleid_valueChanged(); + this.OnPropertyChanged("_knowledgearticleid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __knowledgearticleid_value; + partial void On_knowledgearticleid_valueChanging(global::System.Nullable value); + partial void On_knowledgearticleid_valueChanged(); + /// /// There are no comments for Property viewdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -322265,27 +322338,27 @@ public static knowledgearticleviews Createknowledgearticleviews(global::Microsof partial void OnviewdateChanging(global::System.Nullable value); partial void OnviewdateChanged(); /// - /// There are no comments for Property knowledgearticleview in the schema. + /// 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 knowledgearticleview + public virtual global::System.Nullable statuscode { get { - return this._knowledgearticleview; + return this._statuscode; } set { - this.OnknowledgearticleviewChanging(value); - this._knowledgearticleview = value; - this.OnknowledgearticleviewChanged(); - this.OnPropertyChanged("knowledgearticleview"); + 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 _knowledgearticleview; - partial void OnknowledgearticleviewChanging(global::System.Nullable value); - partial void OnknowledgearticleviewChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -322353,27 +322426,27 @@ public static knowledgearticleviews Createknowledgearticleviews(global::Microsof partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property createdon 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 createdon + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._createdon; + return this.__createdonbehalfby_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + 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. /// @@ -322441,28 +322514,6 @@ public static knowledgearticleviews Createknowledgearticleviews(global::Microsof partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property _knowledgearticleid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _knowledgearticleid_value - { - get - { - return this.__knowledgearticleid_value; - } - set - { - this.On_knowledgearticleid_valueChanging(value); - this.__knowledgearticleid_value = value; - this.On_knowledgearticleid_valueChanged(); - this.OnPropertyChanged("_knowledgearticleid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __knowledgearticleid_value; - partial void On_knowledgearticleid_valueChanging(global::System.Nullable value); - partial void On_knowledgearticleid_valueChanged(); - /// /// There are no comments for Property KnowledgeArticleViews_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -324599,71 +324650,49 @@ public static languagelocale Createlanguagelocale(global::Microsoft.Dynamics.CRM return languagelocale; } /// - /// There are no comments for Property languagelocaleid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable languagelocaleid - { - get - { - return this._languagelocaleid; - } - set - { - this.OnlanguagelocaleidChanging(value); - this._languagelocaleid = value; - this.OnlanguagelocaleidChanged(); - this.OnPropertyChanged("languagelocaleid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _languagelocaleid; - partial void OnlanguagelocaleidChanging(global::System.Nullable value); - partial void OnlanguagelocaleidChanged(); - /// - /// There are no comments for Property region in the schema. + /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string region + public virtual global::System.Nullable statuscode { get { - return this._region; + return this._statuscode; } set { - this.OnregionChanging(value); - this._region = value; - this.OnregionChanged(); - this.OnPropertyChanged("region"); + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _region; - partial void OnregionChanging(string value); - partial void OnregionChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property languagelocaleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable languagelocaleid { get { - return this._name; + return this._languagelocaleid; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnlanguagelocaleidChanging(value); + this._languagelocaleid = value; + this.OnlanguagelocaleidChanged(); + this.OnPropertyChanged("languagelocaleid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _languagelocaleid; + partial void OnlanguagelocaleidChanging(global::System.Nullable value); + partial void OnlanguagelocaleidChanged(); /// /// There are no comments for Property language in the schema. /// @@ -324753,49 +324782,71 @@ public virtual string code partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property _organizationid_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 _organizationid_value { get { - return this._statuscode; + return this.__organizationid_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_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 __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual string name { get { - return this.__organizationid_value; + return this._name; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// There are no comments for Property region in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string region + { + get + { + return this._region; + } + set + { + this.OnregionChanging(value); + this._region = value; + this.OnregionChanged(); + this.OnPropertyChanged("region"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _region; + partial void OnregionChanging(string value); + partial void OnregionChanged(); /// /// There are no comments for Property localeid in the schema. /// @@ -328922,71 +328973,49 @@ public static lead Createlead(global::Microsoft.Dynamics.CRM.incident originatin partial void OnfollowemailChanging(global::System.Nullable value); partial void OnfollowemailChanged(); /// - /// There are no comments for Property leadid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable leadid - { - get - { - return this._leadid; - } - set - { - this.OnleadidChanging(value); - this._leadid = value; - this.OnleadidChanged(); - this.OnPropertyChanged("leadid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _leadid; - partial void OnleadidChanging(global::System.Nullable value); - partial void OnleadidChanged(); - /// - /// There are no comments for Property lastusedincampaign in the schema. + /// There are no comments for Property telephone2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastusedincampaign + public virtual string telephone2 { get { - return this._lastusedincampaign; + return this._telephone2; } set { - this.OnlastusedincampaignChanging(value); - this._lastusedincampaign = value; - this.OnlastusedincampaignChanged(); - this.OnPropertyChanged("lastusedincampaign"); + this.Ontelephone2Changing(value); + this._telephone2 = value; + this.Ontelephone2Changed(); + this.OnPropertyChanged("telephone2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastusedincampaign; - partial void OnlastusedincampaignChanging(global::System.Nullable value); - partial void OnlastusedincampaignChanged(); + private string _telephone2; + partial void Ontelephone2Changing(string value); + partial void Ontelephone2Changed(); /// - /// There are no comments for Property fullname in the schema. + /// There are no comments for Property salutation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string fullname + public virtual string salutation { get { - return this._fullname; + return this._salutation; } set { - this.OnfullnameChanging(value); - this._fullname = value; - this.OnfullnameChanged(); - this.OnPropertyChanged("fullname"); + this.OnsalutationChanging(value); + this._salutation = value; + this.OnsalutationChanged(); + this.OnPropertyChanged("salutation"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _fullname; - partial void OnfullnameChanging(string value); - partial void OnfullnameChanged(); + private string _salutation; + partial void OnsalutationChanging(string value); + partial void OnsalutationChanged(); /// /// There are no comments for Property description in the schema. /// @@ -329032,28 +329061,6 @@ public virtual string address2_telephone1 partial void Onaddress2_telephone1Changing(string value); partial void Onaddress2_telephone1Changed(); /// - /// There are no comments for Property telephone2 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string telephone2 - { - get - { - return this._telephone2; - } - set - { - this.Ontelephone2Changing(value); - this._telephone2 = value; - this.Ontelephone2Changed(); - this.OnPropertyChanged("telephone2"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _telephone2; - partial void Ontelephone2Changing(string value); - partial void Ontelephone2Changed(); - /// /// There are no comments for Property address1_latitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -329076,27 +329083,27 @@ public virtual string telephone2 partial void Onaddress1_latitudeChanging(global::System.Nullable value); partial void Onaddress1_latitudeChanged(); /// - /// There are no comments for Property address1_fax in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_fax + public virtual string traversedpath { get { - return this._address1_fax; + return this._traversedpath; } set { - this.Onaddress1_faxChanging(value); - this._address1_fax = value; - this.Onaddress1_faxChanged(); - this.OnPropertyChanged("address1_fax"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_fax; - partial void Onaddress1_faxChanging(string value); - partial void Onaddress1_faxChanged(); + private string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); /// /// There are no comments for Property address1_shippingmethodcode in the schema. /// @@ -329120,71 +329127,27 @@ public virtual string address1_fax partial void Onaddress1_shippingmethodcodeChanging(global::System.Nullable value); partial void Onaddress1_shippingmethodcodeChanged(); /// - /// There are no comments for Property address2_latitude in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_latitude - { - get - { - return this._address2_latitude; - } - set - { - this.Onaddress2_latitudeChanging(value); - this._address2_latitude = value; - this.Onaddress2_latitudeChanged(); - this.OnPropertyChanged("address2_latitude"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_latitude; - partial void Onaddress2_latitudeChanging(global::System.Nullable value); - partial void Onaddress2_latitudeChanged(); - /// - /// There are no comments for Property estimatedamount_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable estimatedamount_base - { - get - { - return this._estimatedamount_base; - } - set - { - this.Onestimatedamount_baseChanging(value); - this._estimatedamount_base = value; - this.Onestimatedamount_baseChanged(); - this.OnPropertyChanged("estimatedamount_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _estimatedamount_base; - partial void Onestimatedamount_baseChanging(global::System.Nullable value); - partial void Onestimatedamount_baseChanged(); - /// - /// There are no comments for Property address2_line1 in the schema. + /// There are no comments for Property address1_longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_line1 + public virtual global::System.Nullable address1_longitude { get { - return this._address2_line1; + return this._address1_longitude; } set { - this.Onaddress2_line1Changing(value); - this._address2_line1 = value; - this.Onaddress2_line1Changed(); - this.OnPropertyChanged("address2_line1"); + this.Onaddress1_longitudeChanging(value); + this._address1_longitude = value; + this.Onaddress1_longitudeChanged(); + this.OnPropertyChanged("address1_longitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_line1; - partial void Onaddress2_line1Changing(string value); - partial void Onaddress2_line1Changed(); + private global::System.Nullable _address1_longitude; + partial void Onaddress1_longitudeChanging(global::System.Nullable value); + partial void Onaddress1_longitudeChanged(); /// /// There are no comments for Property merged in the schema. /// @@ -329252,28 +329215,6 @@ public virtual string lastname partial void OnlastnameChanging(string value); partial void OnlastnameChanged(); /// - /// There are no comments for Property timespentbymeonemailandmeetings in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string timespentbymeonemailandmeetings - { - get - { - return this._timespentbymeonemailandmeetings; - } - set - { - this.OntimespentbymeonemailandmeetingsChanging(value); - this._timespentbymeonemailandmeetings = value; - this.OntimespentbymeonemailandmeetingsChanged(); - this.OnPropertyChanged("timespentbymeonemailandmeetings"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _timespentbymeonemailandmeetings; - partial void OntimespentbymeonemailandmeetingsChanging(string value); - partial void OntimespentbymeonemailandmeetingsChanged(); - /// /// There are no comments for Property revenue in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -329340,27 +329281,27 @@ public virtual string address1_upszone partial void OnsalesstagecodeChanging(global::System.Nullable value); partial void OnsalesstagecodeChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property budgetstatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable budgetstatus { get { - return this._versionnumber; + return this._budgetstatus; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnbudgetstatusChanging(value); + this._budgetstatus = value; + this.OnbudgetstatusChanged(); + this.OnPropertyChanged("budgetstatus"); } } [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::System.Nullable _budgetstatus; + partial void OnbudgetstatusChanging(global::System.Nullable value); + partial void OnbudgetstatusChanged(); /// /// There are no comments for Property schedulefollowup_qualify in the schema. /// @@ -329428,6 +329369,28 @@ public virtual string address1_upszone partial void On_slainvokedid_valueChanging(global::System.Nullable value); partial void On_slainvokedid_valueChanged(); /// + /// There are no comments for Property schedulefollowup_prospect in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable schedulefollowup_prospect + { + get + { + return this._schedulefollowup_prospect; + } + set + { + this.Onschedulefollowup_prospectChanging(value); + this._schedulefollowup_prospect = value; + this.Onschedulefollowup_prospectChanged(); + this.OnPropertyChanged("schedulefollowup_prospect"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _schedulefollowup_prospect; + partial void Onschedulefollowup_prospectChanging(global::System.Nullable value); + partial void Onschedulefollowup_prospectChanged(); + /// /// There are no comments for Property evaluatefit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -329472,27 +329435,27 @@ public virtual string address2_country partial void Onaddress2_countryChanging(string value); partial void Onaddress2_countryChanged(); /// - /// There are no comments for Property stageid in the schema. + /// There are no comments for Property address1_telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid + public virtual string address1_telephone1 { get { - return this._stageid; + return this._address1_telephone1; } set { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); + this.Onaddress1_telephone1Changing(value); + this._address1_telephone1 = value; + this.Onaddress1_telephone1Changed(); + this.OnPropertyChanged("address1_telephone1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); + private string _address1_telephone1; + partial void Onaddress1_telephone1Changing(string value); + partial void Onaddress1_telephone1Changed(); /// /// There are no comments for Property industrycode in the schema. /// @@ -329516,28 +329479,6 @@ public virtual string address2_country partial void OnindustrycodeChanging(global::System.Nullable value); partial void OnindustrycodeChanged(); /// - /// There are no comments for Property budgetstatus in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable budgetstatus - { - get - { - return this._budgetstatus; - } - set - { - this.OnbudgetstatusChanging(value); - this._budgetstatus = value; - this.OnbudgetstatusChanged(); - this.OnPropertyChanged("budgetstatus"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _budgetstatus; - partial void OnbudgetstatusChanging(global::System.Nullable value); - partial void OnbudgetstatusChanged(); - /// /// There are no comments for Property address2_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -329582,27 +329523,27 @@ public virtual string address2_name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property _accountid_value in the schema. + /// 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 _accountid_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__accountid_value; + return this.__modifiedby_value; } set { - this.On_accountid_valueChanging(value); - this.__accountid_value = value; - this.On_accountid_valueChanged(); - this.OnPropertyChanged("_accountid_value"); + 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 __accountid_value; - partial void On_accountid_valueChanging(global::System.Nullable value); - partial void On_accountid_valueChanged(); + 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 lastonholdtime in the schema. /// @@ -329626,50 +329567,6 @@ public virtual string address2_name partial void OnlastonholdtimeChanging(global::System.Nullable value); partial void OnlastonholdtimeChanged(); /// - /// There are no comments for Property address2_utcoffset in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_utcoffset - { - get - { - return this._address2_utcoffset; - } - set - { - this.Onaddress2_utcoffsetChanging(value); - this._address2_utcoffset = value; - this.Onaddress2_utcoffsetChanged(); - this.OnPropertyChanged("address2_utcoffset"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_utcoffset; - partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); - partial void Onaddress2_utcoffsetChanged(); - /// - /// There are no comments for Property salesstage in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable salesstage - { - get - { - return this._salesstage; - } - set - { - this.OnsalesstageChanging(value); - this._salesstage = value; - this.OnsalesstageChanged(); - this.OnPropertyChanged("salesstage"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _salesstage; - partial void OnsalesstageChanging(global::System.Nullable value); - partial void OnsalesstageChanged(); - /// /// There are no comments for Property address1_utcoffset in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -329714,93 +329611,71 @@ public virtual string address2_name partial void OnonholdtimeChanging(global::System.Nullable value); partial void OnonholdtimeChanged(); /// - /// There are no comments for Property address1_postalcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_postalcode - { - get - { - return this._address1_postalcode; - } - set - { - this.Onaddress1_postalcodeChanging(value); - this._address1_postalcode = value; - this.Onaddress1_postalcodeChanged(); - this.OnPropertyChanged("address1_postalcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_postalcode; - partial void Onaddress1_postalcodeChanging(string value); - partial void Onaddress1_postalcodeChanged(); - /// - /// There are no comments for Property address2_city in the schema. + /// There are no comments for Property address1_fax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_city + public virtual string address1_fax { get { - return this._address2_city; + return this._address1_fax; } set { - this.Onaddress2_cityChanging(value); - this._address2_city = value; - this.Onaddress2_cityChanged(); - this.OnPropertyChanged("address2_city"); + this.Onaddress1_faxChanging(value); + this._address1_fax = value; + this.Onaddress1_faxChanged(); + this.OnPropertyChanged("address1_fax"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_city; - partial void Onaddress2_cityChanging(string value); - partial void Onaddress2_cityChanged(); + private string _address1_fax; + partial void Onaddress1_faxChanging(string value); + partial void Onaddress1_faxChanged(); /// - /// There are no comments for Property address1_stateorprovince in the schema. + /// There are no comments for Property telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_stateorprovince + public virtual string telephone3 { get { - return this._address1_stateorprovince; + return this._telephone3; } set { - this.Onaddress1_stateorprovinceChanging(value); - this._address1_stateorprovince = value; - this.Onaddress1_stateorprovinceChanged(); - this.OnPropertyChanged("address1_stateorprovince"); + this.Ontelephone3Changing(value); + this._telephone3 = value; + this.Ontelephone3Changed(); + this.OnPropertyChanged("telephone3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_stateorprovince; - partial void Onaddress1_stateorprovinceChanging(string value); - partial void Onaddress1_stateorprovinceChanged(); + private string _telephone3; + partial void Ontelephone3Changing(string value); + partial void Ontelephone3Changed(); /// - /// There are no comments for Property _slaid_value in the schema. + /// There are no comments for Property fax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _slaid_value + public virtual string fax { get { - return this.__slaid_value; + return this._fax; } set { - this.On_slaid_valueChanging(value); - this.__slaid_value = value; - this.On_slaid_valueChanged(); - this.OnPropertyChanged("_slaid_value"); + this.OnfaxChanging(value); + this._fax = value; + this.OnfaxChanged(); + this.OnPropertyChanged("fax"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __slaid_value; - partial void On_slaid_valueChanging(global::System.Nullable value); - partial void On_slaid_valueChanged(); + private string _fax; + partial void OnfaxChanging(string value); + partial void OnfaxChanged(); /// /// There are no comments for Property jobtitle in the schema. /// @@ -329912,6 +329787,28 @@ public virtual string emailaddress2 partial void On_parentcontactid_valueChanging(global::System.Nullable value); partial void On_parentcontactid_valueChanged(); /// + /// There are no comments for Property stageid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable stageid + { + get + { + return this._stageid; + } + set + { + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); + /// /// There are no comments for Property businesscard in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -329978,6 +329875,50 @@ public virtual string businesscard partial void OnestimatedamountChanging(global::System.Nullable value); partial void OnestimatedamountChanged(); /// + /// There are no comments for Property _qualifyingopportunityid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _qualifyingopportunityid_value + { + get + { + return this.__qualifyingopportunityid_value; + } + set + { + this.On_qualifyingopportunityid_valueChanging(value); + this.__qualifyingopportunityid_value = value; + this.On_qualifyingopportunityid_valueChanged(); + this.OnPropertyChanged("_qualifyingopportunityid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __qualifyingopportunityid_value; + partial void On_qualifyingopportunityid_valueChanging(global::System.Nullable value); + partial void On_qualifyingopportunityid_valueChanged(); + /// + /// There are no comments for Property address1_stateorprovince in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_stateorprovince + { + get + { + return this._address1_stateorprovince; + } + set + { + this.Onaddress1_stateorprovinceChanging(value); + this._address1_stateorprovince = value; + this.Onaddress1_stateorprovinceChanged(); + this.OnPropertyChanged("address1_stateorprovince"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_stateorprovince; + partial void Onaddress1_stateorprovinceChanging(string value); + partial void Onaddress1_stateorprovinceChanged(); + /// /// There are no comments for Property address2_upszone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -330022,28 +329963,6 @@ public virtual string entityimage_url partial void Onentityimage_urlChanging(string value); partial void Onentityimage_urlChanged(); /// - /// There are no comments for Property qualificationcomments in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string qualificationcomments - { - get - { - return this._qualificationcomments; - } - set - { - this.OnqualificationcommentsChanging(value); - this._qualificationcomments = value; - this.OnqualificationcommentsChanged(); - this.OnPropertyChanged("qualificationcomments"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _qualificationcomments; - partial void OnqualificationcommentsChanging(string value); - partial void OnqualificationcommentsChanged(); - /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -330088,28 +330007,6 @@ public virtual string address1_composite partial void Onaddress1_compositeChanging(string value); partial void Onaddress1_compositeChanged(); /// - /// There are no comments for Property schedulefollowup_prospect in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable schedulefollowup_prospect - { - get - { - return this._schedulefollowup_prospect; - } - set - { - this.Onschedulefollowup_prospectChanging(value); - this._schedulefollowup_prospect = value; - this.Onschedulefollowup_prospectChanged(); - this.OnPropertyChanged("schedulefollowup_prospect"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _schedulefollowup_prospect; - partial void Onschedulefollowup_prospectChanging(global::System.Nullable value); - partial void Onschedulefollowup_prospectChanged(); - /// /// There are no comments for Property address2_county in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -330154,93 +330051,93 @@ public virtual string address2_stateorprovince partial void Onaddress2_stateorprovinceChanging(string value); partial void Onaddress2_stateorprovinceChanged(); /// - /// There are no comments for Property _originatingcaseid_value in the schema. + /// There are no comments for Property address2_addresstypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _originatingcaseid_value + public virtual global::System.Nullable address2_addresstypecode { get { - return this.__originatingcaseid_value; + return this._address2_addresstypecode; } set { - this.On_originatingcaseid_valueChanging(value); - this.__originatingcaseid_value = value; - this.On_originatingcaseid_valueChanged(); - this.OnPropertyChanged("_originatingcaseid_value"); + this.Onaddress2_addresstypecodeChanging(value); + this._address2_addresstypecode = value; + this.Onaddress2_addresstypecodeChanged(); + this.OnPropertyChanged("address2_addresstypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __originatingcaseid_value; - partial void On_originatingcaseid_valueChanging(global::System.Nullable value); - partial void On_originatingcaseid_valueChanged(); + private global::System.Nullable _address2_addresstypecode; + partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); + partial void Onaddress2_addresstypecodeChanged(); /// - /// There are no comments for Property address2_addresstypecode in the schema. + /// There are no comments for Property revenue_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_addresstypecode + public virtual global::System.Nullable revenue_base { get { - return this._address2_addresstypecode; + return this._revenue_base; } set { - this.Onaddress2_addresstypecodeChanging(value); - this._address2_addresstypecode = value; - this.Onaddress2_addresstypecodeChanged(); - this.OnPropertyChanged("address2_addresstypecode"); + this.Onrevenue_baseChanging(value); + this._revenue_base = value; + this.Onrevenue_baseChanged(); + this.OnPropertyChanged("revenue_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_addresstypecode; - partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); - partial void Onaddress2_addresstypecodeChanged(); + private global::System.Nullable _revenue_base; + partial void Onrevenue_baseChanging(global::System.Nullable value); + partial void Onrevenue_baseChanged(); /// - /// There are no comments for Property address1_county in the schema. + /// There are no comments for Property donotemail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_county + public virtual global::System.Nullable donotemail { get { - return this._address1_county; + return this._donotemail; } set { - this.Onaddress1_countyChanging(value); - this._address1_county = value; - this.Onaddress1_countyChanged(); - this.OnPropertyChanged("address1_county"); + this.OndonotemailChanging(value); + this._donotemail = value; + this.OndonotemailChanged(); + this.OnPropertyChanged("donotemail"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_county; - partial void Onaddress1_countyChanging(string value); - partial void Onaddress1_countyChanged(); + private global::System.Nullable _donotemail; + partial void OndonotemailChanging(global::System.Nullable value); + partial void OndonotemailChanged(); /// - /// There are no comments for Property _parentaccountid_value in the schema. + /// There are no comments for Property estimatedamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentaccountid_value + public virtual global::System.Nullable estimatedamount_base { get { - return this.__parentaccountid_value; + return this._estimatedamount_base; } set { - this.On_parentaccountid_valueChanging(value); - this.__parentaccountid_value = value; - this.On_parentaccountid_valueChanged(); - this.OnPropertyChanged("_parentaccountid_value"); + this.Onestimatedamount_baseChanging(value); + this._estimatedamount_base = value; + this.Onestimatedamount_baseChanged(); + this.OnPropertyChanged("estimatedamount_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentaccountid_value; - partial void On_parentaccountid_valueChanging(global::System.Nullable value); - partial void On_parentaccountid_valueChanged(); + private global::System.Nullable _estimatedamount_base; + partial void Onestimatedamount_baseChanging(global::System.Nullable value); + partial void Onestimatedamount_baseChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -330264,93 +330161,93 @@ public virtual string address1_county partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property donotemail in the schema. + /// There are no comments for Property address1_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotemail + public virtual string address1_city { get { - return this._donotemail; + return this._address1_city; } set { - this.OndonotemailChanging(value); - this._donotemail = value; - this.OndonotemailChanged(); - this.OnPropertyChanged("donotemail"); + this.Onaddress1_cityChanging(value); + this._address1_city = value; + this.Onaddress1_cityChanged(); + this.OnPropertyChanged("address1_city"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotemail; - partial void OndonotemailChanging(global::System.Nullable value); - partial void OndonotemailChanged(); + private string _address1_city; + partial void Onaddress1_cityChanging(string value); + partial void Onaddress1_cityChanged(); /// - /// There are no comments for Property telephone3 in the schema. + /// There are no comments for Property address2_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string telephone3 + public virtual string address2_city { get { - return this._telephone3; + return this._address2_city; } set { - this.Ontelephone3Changing(value); - this._telephone3 = value; - this.Ontelephone3Changed(); - this.OnPropertyChanged("telephone3"); + this.Onaddress2_cityChanging(value); + this._address2_city = value; + this.Onaddress2_cityChanged(); + this.OnPropertyChanged("address2_city"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _telephone3; - partial void Ontelephone3Changing(string value); - partial void Ontelephone3Changed(); + private string _address2_city; + partial void Onaddress2_cityChanging(string value); + partial void Onaddress2_cityChanged(); /// - /// There are no comments for Property address1_city in the schema. + /// There are no comments for Property need in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_city + public virtual global::System.Nullable need { get { - return this._address1_city; + return this._need; } set { - this.Onaddress1_cityChanging(value); - this._address1_city = value; - this.Onaddress1_cityChanged(); - this.OnPropertyChanged("address1_city"); + this.OnneedChanging(value); + this._need = value; + this.OnneedChanged(); + this.OnPropertyChanged("need"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_city; - partial void Onaddress1_cityChanging(string value); - partial void Onaddress1_cityChanged(); + private global::System.Nullable _need; + partial void OnneedChanging(global::System.Nullable value); + partial void OnneedChanged(); /// - /// There are no comments for Property numberofemployees in the schema. + /// There are no comments for Property participatesinworkflow in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable numberofemployees + public virtual global::System.Nullable participatesinworkflow { get { - return this._numberofemployees; + return this._participatesinworkflow; } set { - this.OnnumberofemployeesChanging(value); - this._numberofemployees = value; - this.OnnumberofemployeesChanged(); - this.OnPropertyChanged("numberofemployees"); + this.OnparticipatesinworkflowChanging(value); + this._participatesinworkflow = value; + this.OnparticipatesinworkflowChanged(); + this.OnPropertyChanged("participatesinworkflow"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _numberofemployees; - partial void OnnumberofemployeesChanging(global::System.Nullable value); - partial void OnnumberofemployeesChanged(); + private global::System.Nullable _participatesinworkflow; + partial void OnparticipatesinworkflowChanging(global::System.Nullable value); + partial void OnparticipatesinworkflowChanged(); /// /// There are no comments for Property donotfax in the schema. /// @@ -330374,71 +330271,93 @@ public virtual string address1_city partial void OndonotfaxChanging(global::System.Nullable value); partial void OndonotfaxChanged(); /// - /// There are no comments for Property revenue_base in the schema. + /// There are no comments for Property lastusedincampaign in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable revenue_base + public virtual global::System.Nullable lastusedincampaign { get { - return this._revenue_base; + return this._lastusedincampaign; } set { - this.Onrevenue_baseChanging(value); - this._revenue_base = value; - this.Onrevenue_baseChanged(); - this.OnPropertyChanged("revenue_base"); + this.OnlastusedincampaignChanging(value); + this._lastusedincampaign = value; + this.OnlastusedincampaignChanged(); + this.OnPropertyChanged("lastusedincampaign"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _revenue_base; - partial void Onrevenue_baseChanging(global::System.Nullable value); - partial void Onrevenue_baseChanged(); + private global::System.Nullable _lastusedincampaign; + partial void OnlastusedincampaignChanging(global::System.Nullable value); + partial void OnlastusedincampaignChanged(); /// - /// There are no comments for Property address1_addressid in the schema. + /// There are no comments for Property address2_composite in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_addressid + public virtual string address2_composite { get { - return this._address1_addressid; + return this._address2_composite; } set { - this.Onaddress1_addressidChanging(value); - this._address1_addressid = value; - this.Onaddress1_addressidChanged(); - this.OnPropertyChanged("address1_addressid"); + this.Onaddress2_compositeChanging(value); + this._address2_composite = value; + this.Onaddress2_compositeChanged(); + this.OnPropertyChanged("address2_composite"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_addressid; - partial void Onaddress1_addressidChanging(global::System.Nullable value); - partial void Onaddress1_addressidChanged(); + private string _address2_composite; + partial void Onaddress2_compositeChanging(string value); + partial void Onaddress2_compositeChanged(); /// - /// There are no comments for Property salutation in the schema. + /// There are no comments for Property _originatingcaseid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string salutation + public virtual global::System.Nullable _originatingcaseid_value { get { - return this._salutation; + return this.__originatingcaseid_value; } set { - this.OnsalutationChanging(value); - this._salutation = value; - this.OnsalutationChanged(); - this.OnPropertyChanged("salutation"); + this.On_originatingcaseid_valueChanging(value); + this.__originatingcaseid_value = value; + this.On_originatingcaseid_valueChanged(); + this.OnPropertyChanged("_originatingcaseid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _salutation; - partial void OnsalutationChanging(string value); - partial void OnsalutationChanged(); + private global::System.Nullable __originatingcaseid_value; + partial void On_originatingcaseid_valueChanging(global::System.Nullable value); + partial void On_originatingcaseid_valueChanged(); + /// + /// There are no comments for Property address1_addressid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address1_addressid + { + get + { + return this._address1_addressid; + } + set + { + this.Onaddress1_addressidChanging(value); + this._address1_addressid = value; + this.Onaddress1_addressidChanged(); + this.OnPropertyChanged("address1_addressid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address1_addressid; + partial void Onaddress1_addressidChanging(global::System.Nullable value); + partial void Onaddress1_addressidChanged(); /// /// There are no comments for Property purchaseprocess in the schema. /// @@ -330550,6 +330469,72 @@ public virtual string emailaddress3 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 websiteurl in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string websiteurl + { + get + { + return this._websiteurl; + } + set + { + this.OnwebsiteurlChanging(value); + this._websiteurl = value; + this.OnwebsiteurlChanged(); + this.OnPropertyChanged("websiteurl"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _websiteurl; + partial void OnwebsiteurlChanging(string value); + partial void OnwebsiteurlChanged(); + /// + /// There are no comments for Property salesstage in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable salesstage + { + get + { + return this._salesstage; + } + set + { + this.OnsalesstageChanging(value); + this._salesstage = value; + this.OnsalesstageChanged(); + this.OnPropertyChanged("salesstage"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _salesstage; + partial void OnsalesstageChanging(global::System.Nullable value); + partial void OnsalesstageChanged(); + /// /// There are no comments for Property address1_addresstypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -330616,49 +330601,27 @@ public virtual string emailaddress3 partial void OndecisionmakerChanging(global::System.Nullable value); partial void OndecisionmakerChanged(); /// - /// There are no comments for Property traversedpath in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath - { - get - { - return this._traversedpath; - } - set - { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); - /// - /// There are no comments for Property teamsfollowed in the schema. + /// There are no comments for Property donotsendmm in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable teamsfollowed + public virtual global::System.Nullable donotsendmm { get { - return this._teamsfollowed; + return this._donotsendmm; } set { - this.OnteamsfollowedChanging(value); - this._teamsfollowed = value; - this.OnteamsfollowedChanged(); - this.OnPropertyChanged("teamsfollowed"); + this.OndonotsendmmChanging(value); + this._donotsendmm = value; + this.OndonotsendmmChanged(); + this.OnPropertyChanged("donotsendmm"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _teamsfollowed; - partial void OnteamsfollowedChanging(global::System.Nullable value); - partial void OnteamsfollowedChanged(); + private global::System.Nullable _donotsendmm; + partial void OndonotsendmmChanging(global::System.Nullable value); + partial void OndonotsendmmChanged(); /// /// There are no comments for Property pager in the schema. /// @@ -330748,27 +330711,27 @@ public virtual string yomifullname partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property address2_composite in the schema. + /// There are no comments for Property donotpostalmail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_composite + public virtual global::System.Nullable donotpostalmail { get { - return this._address2_composite; + return this._donotpostalmail; } set { - this.Onaddress2_compositeChanging(value); - this._address2_composite = value; - this.Onaddress2_compositeChanged(); - this.OnPropertyChanged("address2_composite"); + this.OndonotpostalmailChanging(value); + this._donotpostalmail = value; + this.OndonotpostalmailChanged(); + this.OnPropertyChanged("donotpostalmail"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_composite; - partial void Onaddress2_compositeChanging(string value); - partial void Onaddress2_compositeChanged(); + private global::System.Nullable _donotpostalmail; + partial void OndonotpostalmailChanging(global::System.Nullable value); + partial void OndonotpostalmailChanged(); /// /// There are no comments for Property mobilephone in the schema. /// @@ -330792,27 +330755,27 @@ public virtual string mobilephone partial void OnmobilephoneChanging(string value); partial void OnmobilephoneChanged(); /// - /// There are no comments for Property address1_line1 in the schema. + /// There are no comments for Property confirminterest in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_line1 + public virtual global::System.Nullable confirminterest { get { - return this._address1_line1; + return this._confirminterest; } set { - this.Onaddress1_line1Changing(value); - this._address1_line1 = value; - this.Onaddress1_line1Changed(); - this.OnPropertyChanged("address1_line1"); + this.OnconfirminterestChanging(value); + this._confirminterest = value; + this.OnconfirminterestChanged(); + this.OnPropertyChanged("confirminterest"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_line1; - partial void Onaddress1_line1Changing(string value); - partial void Onaddress1_line1Changed(); + private global::System.Nullable _confirminterest; + partial void OnconfirminterestChanging(global::System.Nullable value); + partial void OnconfirminterestChanged(); /// /// There are no comments for Property initialcommunication in the schema. /// @@ -330836,6 +330799,28 @@ public virtual string address1_line1 partial void OninitialcommunicationChanging(global::System.Nullable value); partial void OninitialcommunicationChanged(); /// + /// There are no comments for Property address2_latitude in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address2_latitude + { + get + { + return this._address2_latitude; + } + set + { + this.Onaddress2_latitudeChanging(value); + this._address2_latitude = value; + this.Onaddress2_latitudeChanged(); + this.OnPropertyChanged("address2_latitude"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address2_latitude; + partial void Onaddress2_latitudeChanging(global::System.Nullable value); + partial void Onaddress2_latitudeChanged(); + /// /// There are no comments for Property entityimageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -330858,49 +330843,71 @@ public virtual string address1_line1 partial void OnentityimageidChanging(global::System.Nullable value); partial void OnentityimageidChanged(); /// - /// There are no comments for Property confirminterest in the schema. + /// There are no comments for Property qualificationcomments in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable confirminterest + public virtual string qualificationcomments { get { - return this._confirminterest; + return this._qualificationcomments; } set { - this.OnconfirminterestChanging(value); - this._confirminterest = value; - this.OnconfirminterestChanged(); - this.OnPropertyChanged("confirminterest"); + this.OnqualificationcommentsChanging(value); + this._qualificationcomments = value; + this.OnqualificationcommentsChanged(); + this.OnPropertyChanged("qualificationcomments"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _confirminterest; - partial void OnconfirminterestChanging(global::System.Nullable value); - partial void OnconfirminterestChanged(); + private string _qualificationcomments; + partial void OnqualificationcommentsChanging(string value); + partial void OnqualificationcommentsChanged(); /// - /// There are no comments for Property _campaignid_value in the schema. + /// There are no comments for Property prioritycode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _campaignid_value + public virtual global::System.Nullable prioritycode { get { - return this.__campaignid_value; + return this._prioritycode; } set { - this.On_campaignid_valueChanging(value); - this.__campaignid_value = value; - this.On_campaignid_valueChanged(); - this.OnPropertyChanged("_campaignid_value"); + this.OnprioritycodeChanging(value); + this._prioritycode = value; + this.OnprioritycodeChanged(); + this.OnPropertyChanged("prioritycode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __campaignid_value; - partial void On_campaignid_valueChanging(global::System.Nullable value); - partial void On_campaignid_valueChanged(); + private global::System.Nullable _prioritycode; + partial void OnprioritycodeChanging(global::System.Nullable value); + partial void OnprioritycodeChanged(); + /// + /// There are no comments for Property address1_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_name + { + get + { + return this._address1_name; + } + set + { + this.Onaddress1_nameChanging(value); + this._address1_name = value; + this.Onaddress1_nameChanged(); + this.OnPropertyChanged("address1_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_name; + partial void Onaddress1_nameChanging(string value); + partial void Onaddress1_nameChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -330990,27 +330997,49 @@ public virtual string address2_telephone3 partial void Onaddress2_telephone3Changing(string value); partial void Onaddress2_telephone3Changed(); /// - /// There are no comments for Property entityimage_timestamp in the schema. + /// There are no comments for Property address2_utcoffset in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable entityimage_timestamp + public virtual global::System.Nullable address2_utcoffset { get { - return this._entityimage_timestamp; + return this._address2_utcoffset; } set { - this.Onentityimage_timestampChanging(value); - this._entityimage_timestamp = value; - this.Onentityimage_timestampChanged(); - this.OnPropertyChanged("entityimage_timestamp"); + this.Onaddress2_utcoffsetChanging(value); + this._address2_utcoffset = value; + this.Onaddress2_utcoffsetChanged(); + this.OnPropertyChanged("address2_utcoffset"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _entityimage_timestamp; - partial void Onentityimage_timestampChanging(global::System.Nullable value); - partial void Onentityimage_timestampChanged(); + private global::System.Nullable _address2_utcoffset; + partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); + partial void Onaddress2_utcoffsetChanged(); + /// + /// There are no comments for Property teamsfollowed in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable teamsfollowed + { + get + { + return this._teamsfollowed; + } + set + { + this.OnteamsfollowedChanging(value); + this._teamsfollowed = value; + this.OnteamsfollowedChanged(); + this.OnPropertyChanged("teamsfollowed"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _teamsfollowed; + partial void OnteamsfollowedChanging(global::System.Nullable value); + partial void OnteamsfollowedChanged(); /// /// There are no comments for Property entityimage in the schema. /// @@ -331034,6 +331063,28 @@ public virtual byte[] entityimage partial void OnentityimageChanging(byte[] value); partial void OnentityimageChanged(); /// + /// There are no comments for Property _parentaccountid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _parentaccountid_value + { + get + { + return this.__parentaccountid_value; + } + set + { + this.On_parentaccountid_valueChanging(value); + this.__parentaccountid_value = value; + this.On_parentaccountid_valueChanged(); + this.OnPropertyChanged("_parentaccountid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __parentaccountid_value; + partial void On_parentaccountid_valueChanging(global::System.Nullable value); + partial void On_parentaccountid_valueChanged(); + /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -331056,27 +331107,27 @@ public virtual byte[] entityimage partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property address1_telephone1 in the schema. + /// There are no comments for Property address1_county in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_telephone1 + public virtual string address1_county { get { - return this._address1_telephone1; + return this._address1_county; } set { - this.Onaddress1_telephone1Changing(value); - this._address1_telephone1 = value; - this.Onaddress1_telephone1Changed(); - this.OnPropertyChanged("address1_telephone1"); + this.Onaddress1_countyChanging(value); + this._address1_county = value; + this.Onaddress1_countyChanged(); + this.OnPropertyChanged("address1_county"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_telephone1; - partial void Onaddress1_telephone1Changing(string value); - partial void Onaddress1_telephone1Changed(); + private string _address1_county; + partial void Onaddress1_countyChanging(string value); + partial void Onaddress1_countyChanged(); /// /// There are no comments for Property donotbulkemail in the schema. /// @@ -331122,6 +331173,28 @@ public virtual string address1_line3 partial void Onaddress1_line3Changing(string value); partial void Onaddress1_line3Changed(); /// + /// There are no comments for Property address1_postalcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_postalcode + { + get + { + return this._address1_postalcode; + } + set + { + this.Onaddress1_postalcodeChanging(value); + this._address1_postalcode = value; + this.Onaddress1_postalcodeChanged(); + this.OnPropertyChanged("address1_postalcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_postalcode; + partial void Onaddress1_postalcodeChanging(string value); + partial void Onaddress1_postalcodeChanged(); + /// /// There are no comments for Property yomicompanyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -331188,27 +331261,27 @@ public virtual string address1_country partial void Onaddress1_countryChanging(string value); partial void Onaddress1_countryChanged(); /// - /// There are no comments for Property fax in the schema. + /// There are no comments for Property address1_telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string fax + public virtual string address1_telephone3 { get { - return this._fax; + return this._address1_telephone3; } set { - this.OnfaxChanging(value); - this._fax = value; - this.OnfaxChanged(); - this.OnPropertyChanged("fax"); + this.Onaddress1_telephone3Changing(value); + this._address1_telephone3 = value; + this.Onaddress1_telephone3Changed(); + this.OnPropertyChanged("address1_telephone3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _fax; - partial void OnfaxChanging(string value); - partial void OnfaxChanged(); + private string _address1_telephone3; + partial void Onaddress1_telephone3Changing(string value); + partial void Onaddress1_telephone3Changed(); /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// @@ -331276,71 +331349,71 @@ public virtual string fax partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property donotsendmm in the schema. + /// There are no comments for Property entityimage_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotsendmm + public virtual global::System.Nullable entityimage_timestamp { get { - return this._donotsendmm; + return this._entityimage_timestamp; } set { - this.OndonotsendmmChanging(value); - this._donotsendmm = value; - this.OndonotsendmmChanged(); - this.OnPropertyChanged("donotsendmm"); + this.Onentityimage_timestampChanging(value); + this._entityimage_timestamp = value; + this.Onentityimage_timestampChanged(); + this.OnPropertyChanged("entityimage_timestamp"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotsendmm; - partial void OndonotsendmmChanging(global::System.Nullable value); - partial void OndonotsendmmChanged(); + private global::System.Nullable _entityimage_timestamp; + partial void Onentityimage_timestampChanging(global::System.Nullable value); + partial void Onentityimage_timestampChanged(); /// - /// There are no comments for Property address1_longitude in the schema. + /// There are no comments for Property donotphone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_longitude + public virtual global::System.Nullable donotphone { get { - return this._address1_longitude; + return this._donotphone; } set { - this.Onaddress1_longitudeChanging(value); - this._address1_longitude = value; - this.Onaddress1_longitudeChanged(); - this.OnPropertyChanged("address1_longitude"); + this.OndonotphoneChanging(value); + this._donotphone = value; + this.OndonotphoneChanged(); + this.OnPropertyChanged("donotphone"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_longitude; - partial void Onaddress1_longitudeChanging(global::System.Nullable value); - partial void Onaddress1_longitudeChanged(); + private global::System.Nullable _donotphone; + partial void OndonotphoneChanging(global::System.Nullable value); + partial void OndonotphoneChanged(); /// - /// There are no comments for Property websiteurl in the schema. + /// There are no comments for Property leadid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string websiteurl + public virtual global::System.Nullable leadid { get { - return this._websiteurl; + return this._leadid; } set { - this.OnwebsiteurlChanging(value); - this._websiteurl = value; - this.OnwebsiteurlChanged(); - this.OnPropertyChanged("websiteurl"); + this.OnleadidChanging(value); + this._leadid = value; + this.OnleadidChanged(); + this.OnPropertyChanged("leadid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _websiteurl; - partial void OnwebsiteurlChanging(string value); - partial void OnwebsiteurlChanged(); + private global::System.Nullable _leadid; + partial void OnleadidChanging(global::System.Nullable value); + partial void OnleadidChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -331408,72 +331481,6 @@ public virtual string address2_postofficebox partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property address2_longitude in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_longitude - { - get - { - return this._address2_longitude; - } - set - { - this.Onaddress2_longitudeChanging(value); - this._address2_longitude = value; - this.Onaddress2_longitudeChanged(); - this.OnPropertyChanged("address2_longitude"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_longitude; - partial void Onaddress2_longitudeChanging(global::System.Nullable value); - partial void Onaddress2_longitudeChanged(); - /// - /// There are no comments for Property yomimiddlename in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string yomimiddlename - { - get - { - return this._yomimiddlename; - } - set - { - this.OnyomimiddlenameChanging(value); - this._yomimiddlename = value; - this.OnyomimiddlenameChanged(); - this.OnPropertyChanged("yomimiddlename"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _yomimiddlename; - partial void OnyomimiddlenameChanging(string value); - partial void OnyomimiddlenameChanged(); - /// - /// 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 msdyn_gdproptout in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -331518,6 +331525,28 @@ public virtual string yomimiddlename partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); partial void Onaddress2_shippingmethodcodeChanged(); /// + /// There are no comments for Property _slaid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _slaid_value + { + get + { + return this.__slaid_value; + } + set + { + this.On_slaid_valueChanging(value); + this.__slaid_value = value; + this.On_slaid_valueChanged(); + this.OnPropertyChanged("_slaid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __slaid_value; + partial void On_slaid_valueChanging(global::System.Nullable value); + partial void On_slaid_valueChanged(); + /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -331540,71 +331569,93 @@ public virtual string yomimiddlename partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _qualifyingopportunityid_value in the schema. + /// There are no comments for Property yomimiddlename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _qualifyingopportunityid_value + public virtual string yomimiddlename { get { - return this.__qualifyingopportunityid_value; + return this._yomimiddlename; } set { - this.On_qualifyingopportunityid_valueChanging(value); - this.__qualifyingopportunityid_value = value; - this.On_qualifyingopportunityid_valueChanged(); - this.OnPropertyChanged("_qualifyingopportunityid_value"); + this.OnyomimiddlenameChanging(value); + this._yomimiddlename = value; + this.OnyomimiddlenameChanged(); + this.OnPropertyChanged("yomimiddlename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __qualifyingopportunityid_value; - partial void On_qualifyingopportunityid_valueChanging(global::System.Nullable value); - partial void On_qualifyingopportunityid_valueChanged(); + private string _yomimiddlename; + partial void OnyomimiddlenameChanging(string value); + partial void OnyomimiddlenameChanged(); /// - /// There are no comments for Property businesscardattributes in the schema. + /// There are no comments for Property address2_longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string businesscardattributes + public virtual global::System.Nullable address2_longitude { get { - return this._businesscardattributes; + return this._address2_longitude; } set { - this.OnbusinesscardattributesChanging(value); - this._businesscardattributes = value; - this.OnbusinesscardattributesChanged(); - this.OnPropertyChanged("businesscardattributes"); + this.Onaddress2_longitudeChanging(value); + this._address2_longitude = value; + this.Onaddress2_longitudeChanged(); + this.OnPropertyChanged("address2_longitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _businesscardattributes; - partial void OnbusinesscardattributesChanging(string value); - partial void OnbusinesscardattributesChanged(); + private global::System.Nullable _address2_longitude; + partial void Onaddress2_longitudeChanging(global::System.Nullable value); + partial void Onaddress2_longitudeChanged(); /// - /// There are no comments for Property prioritycode in the schema. + /// There are no comments for Property _accountid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable prioritycode + public virtual global::System.Nullable _accountid_value { get { - return this._prioritycode; + return this.__accountid_value; } set { - this.OnprioritycodeChanging(value); - this._prioritycode = value; - this.OnprioritycodeChanged(); - this.OnPropertyChanged("prioritycode"); + this.On_accountid_valueChanging(value); + this.__accountid_value = value; + this.On_accountid_valueChanged(); + this.OnPropertyChanged("_accountid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _prioritycode; - partial void OnprioritycodeChanging(global::System.Nullable value); - partial void OnprioritycodeChanged(); + private global::System.Nullable __accountid_value; + partial void On_accountid_valueChanging(global::System.Nullable value); + partial void On_accountid_valueChanged(); + /// + /// There are no comments for Property _campaignid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _campaignid_value + { + get + { + return this.__campaignid_value; + } + set + { + this.On_campaignid_valueChanging(value); + this.__campaignid_value = value; + this.On_campaignid_valueChanged(); + this.OnPropertyChanged("_campaignid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __campaignid_value; + partial void On_campaignid_valueChanging(global::System.Nullable value); + partial void On_campaignid_valueChanged(); /// /// There are no comments for Property address2_telephone2 in the schema. /// @@ -331628,6 +331679,28 @@ public virtual string address2_telephone2 partial void Onaddress2_telephone2Changing(string value); partial void Onaddress2_telephone2Changed(); /// + /// There are no comments for Property address2_line1 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_line1 + { + get + { + return this._address2_line1; + } + set + { + this.Onaddress2_line1Changing(value); + this._address2_line1 = value; + this.Onaddress2_line1Changed(); + this.OnPropertyChanged("address2_line1"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_line1; + partial void Onaddress2_line1Changing(string value); + partial void Onaddress2_line1Changed(); + /// /// There are no comments for Property _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -331672,71 +331745,49 @@ public virtual string address2_telephone2 partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property participatesinworkflow in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable participatesinworkflow - { - get - { - return this._participatesinworkflow; - } - set - { - this.OnparticipatesinworkflowChanging(value); - this._participatesinworkflow = value; - this.OnparticipatesinworkflowChanged(); - this.OnPropertyChanged("participatesinworkflow"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _participatesinworkflow; - partial void OnparticipatesinworkflowChanging(global::System.Nullable value); - partial void OnparticipatesinworkflowChanged(); - /// - /// There are no comments for Property address2_fax in the schema. + /// There are no comments for Property fullname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_fax + public virtual string fullname { get { - return this._address2_fax; + return this._fullname; } set { - this.Onaddress2_faxChanging(value); - this._address2_fax = value; - this.Onaddress2_faxChanged(); - this.OnPropertyChanged("address2_fax"); + this.OnfullnameChanging(value); + this._fullname = value; + this.OnfullnameChanged(); + this.OnPropertyChanged("fullname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_fax; - partial void Onaddress2_faxChanging(string value); - partial void Onaddress2_faxChanged(); + private string _fullname; + partial void OnfullnameChanging(string value); + partial void OnfullnameChanged(); /// - /// There are no comments for Property estimatedclosedate in the schema. + /// There are no comments for Property timespentbymeonemailandmeetings in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable estimatedclosedate + public virtual string timespentbymeonemailandmeetings { get { - return this._estimatedclosedate; + return this._timespentbymeonemailandmeetings; } set { - this.OnestimatedclosedateChanging(value); - this._estimatedclosedate = value; - this.OnestimatedclosedateChanged(); - this.OnPropertyChanged("estimatedclosedate"); + this.OntimespentbymeonemailandmeetingsChanging(value); + this._timespentbymeonemailandmeetings = value; + this.OntimespentbymeonemailandmeetingsChanged(); + this.OnPropertyChanged("timespentbymeonemailandmeetings"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _estimatedclosedate; - partial void OnestimatedclosedateChanging(global::System.Nullable value); - partial void OnestimatedclosedateChanged(); + private string _timespentbymeonemailandmeetings; + partial void OntimespentbymeonemailandmeetingsChanging(string value); + partial void OntimespentbymeonemailandmeetingsChanged(); /// /// There are no comments for Property companyname in the schema. /// @@ -331782,49 +331833,27 @@ public virtual string address2_line2 partial void Onaddress2_line2Changing(string value); partial void Onaddress2_line2Changed(); /// - /// There are no comments for Property need in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable need - { - get - { - return this._need; - } - set - { - this.OnneedChanging(value); - this._need = value; - this.OnneedChanged(); - this.OnPropertyChanged("need"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _need; - partial void OnneedChanging(global::System.Nullable value); - partial void OnneedChanged(); - /// - /// There are no comments for Property address1_name in the schema. + /// There are no comments for Property _contactid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_name + public virtual global::System.Nullable _contactid_value { get { - return this._address1_name; + return this.__contactid_value; } set { - this.Onaddress1_nameChanging(value); - this._address1_name = value; - this.Onaddress1_nameChanged(); - this.OnPropertyChanged("address1_name"); + this.On_contactid_valueChanging(value); + this.__contactid_value = value; + this.On_contactid_valueChanged(); + this.OnPropertyChanged("_contactid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_name; - partial void Onaddress1_nameChanging(string value); - partial void Onaddress1_nameChanged(); + private global::System.Nullable __contactid_value; + partial void On_contactid_valueChanging(global::System.Nullable value); + partial void On_contactid_valueChanged(); /// /// There are no comments for Property subject in the schema. /// @@ -331892,6 +331921,28 @@ public virtual string yomilastname partial void OnyomilastnameChanging(string value); partial void OnyomilastnameChanged(); /// + /// There are no comments for Property businesscardattributes in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string businesscardattributes + { + get + { + return this._businesscardattributes; + } + set + { + this.OnbusinesscardattributesChanging(value); + this._businesscardattributes = value; + this.OnbusinesscardattributesChanged(); + this.OnPropertyChanged("businesscardattributes"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _businesscardattributes; + partial void OnbusinesscardattributesChanging(string value); + partial void OnbusinesscardattributesChanged(); + /// /// There are no comments for Property yomifirstname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -331958,71 +332009,71 @@ public virtual string address1_postofficebox partial void OnpreferredcontactmethodcodeChanging(global::System.Nullable value); partial void OnpreferredcontactmethodcodeChanged(); /// - /// There are no comments for Property _contactid_value in the schema. + /// There are no comments for Property numberofemployees in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _contactid_value + public virtual global::System.Nullable numberofemployees { get { - return this.__contactid_value; + return this._numberofemployees; } set { - this.On_contactid_valueChanging(value); - this.__contactid_value = value; - this.On_contactid_valueChanged(); - this.OnPropertyChanged("_contactid_value"); + this.OnnumberofemployeesChanging(value); + this._numberofemployees = value; + this.OnnumberofemployeesChanged(); + this.OnPropertyChanged("numberofemployees"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __contactid_value; - partial void On_contactid_valueChanging(global::System.Nullable value); - partial void On_contactid_valueChanged(); + private global::System.Nullable _numberofemployees; + partial void OnnumberofemployeesChanging(global::System.Nullable value); + partial void OnnumberofemployeesChanged(); /// - /// There are no comments for Property sic in the schema. + /// There are no comments for Property address1_line1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sic + public virtual string address1_line1 { get { - return this._sic; + return this._address1_line1; } set { - this.OnsicChanging(value); - this._sic = value; - this.OnsicChanged(); - this.OnPropertyChanged("sic"); + this.Onaddress1_line1Changing(value); + this._address1_line1 = value; + this.Onaddress1_line1Changed(); + this.OnPropertyChanged("address1_line1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _sic; - partial void OnsicChanging(string value); - partial void OnsicChanged(); + private string _address1_line1; + partial void Onaddress1_line1Changing(string value); + partial void Onaddress1_line1Changed(); /// - /// There are no comments for Property address1_telephone3 in the schema. + /// There are no comments for Property sic in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_telephone3 + public virtual string sic { get { - return this._address1_telephone3; + return this._sic; } set { - this.Onaddress1_telephone3Changing(value); - this._address1_telephone3 = value; - this.Onaddress1_telephone3Changed(); - this.OnPropertyChanged("address1_telephone3"); + this.OnsicChanging(value); + this._sic = value; + this.OnsicChanged(); + this.OnPropertyChanged("sic"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_telephone3; - partial void Onaddress1_telephone3Changing(string value); - partial void Onaddress1_telephone3Changed(); + private string _sic; + partial void OnsicChanging(string value); + partial void OnsicChanged(); /// /// There are no comments for Property estimatedvalue in the schema. /// @@ -332046,27 +332097,27 @@ public virtual string address1_telephone3 partial void OnestimatedvalueChanging(global::System.Nullable value); partial void OnestimatedvalueChanged(); /// - /// There are no comments for Property donotphone in the schema. + /// There are no comments for Property estimatedclosedate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable donotphone + public virtual global::System.Nullable estimatedclosedate { get { - return this._donotphone; + return this._estimatedclosedate; } set { - this.OndonotphoneChanging(value); - this._donotphone = value; - this.OndonotphoneChanged(); - this.OnPropertyChanged("donotphone"); + this.OnestimatedclosedateChanging(value); + this._estimatedclosedate = value; + this.OnestimatedclosedateChanged(); + this.OnPropertyChanged("estimatedclosedate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _donotphone; - partial void OndonotphoneChanging(global::System.Nullable value); - partial void OndonotphoneChanged(); + private global::System.Nullable _estimatedclosedate; + partial void OnestimatedclosedateChanging(global::System.Nullable value); + partial void OnestimatedclosedateChanged(); /// /// There are no comments for Property budgetamount in the schema. /// @@ -332090,27 +332141,27 @@ public virtual string address1_telephone3 partial void OnbudgetamountChanging(global::System.Nullable value); partial void OnbudgetamountChanged(); /// - /// There are no comments for Property donotpostalmail in the schema. + /// 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 donotpostalmail + public virtual global::System.Nullable _ownerid_value { get { - return this._donotpostalmail; + return this.__ownerid_value; } set { - this.OndonotpostalmailChanging(value); - this._donotpostalmail = value; - this.OndonotpostalmailChanged(); - this.OnPropertyChanged("donotpostalmail"); + 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 _donotpostalmail; - partial void OndonotpostalmailChanging(global::System.Nullable value); - partial void OndonotpostalmailChanged(); + 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 leadsourcecode in the schema. /// @@ -332200,49 +332251,49 @@ public virtual string telephone1 partial void Ontelephone1Changing(string value); partial void Ontelephone1Changed(); /// - /// There are no comments for Property _ownerid_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 _ownerid_value + public virtual global::System.Nullable createdon { get { - return this.__ownerid_value; + return this._createdon; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property address2_fax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string address2_fax { get { - return this._createdon; + return this._address2_fax; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Onaddress2_faxChanging(value); + this._address2_fax = value; + this.Onaddress2_faxChanged(); + this.OnPropertyChanged("address2_fax"); } } [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 string _address2_fax; + partial void Onaddress2_faxChanging(string value); + partial void Onaddress2_faxChanged(); /// /// There are no comments for Property lead_IncidentResolutions in the schema. /// @@ -334572,6 +334623,28 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// + /// 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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -334638,28 +334711,6 @@ public virtual string traversedpath partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -338546,28 +338597,6 @@ public virtual string subcategory partial void OnsubscriptionidChanging(global::System.Nullable value); partial void OnsubscriptionidChanged(); /// - /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -338612,6 +338641,28 @@ public virtual string address partial void OnaddressChanging(string value); partial void OnaddressChanged(); /// + /// 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_knowledgebaserecord_letter in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -340097,71 +340148,71 @@ public static listmember Createlistmember(global::Microsoft.Dynamics.CRM.systemu return listmember; } /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable modifiedon { get { - return this._timezoneruleversionnumber; + return this._modifiedon; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__ownerid_value; + return this._timezoneruleversionnumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property entitytype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual string entitytype { get { - return this._modifiedon; + return this._entitytype; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OnentitytypeChanging(value); + this._entitytype = value; + this.OnentitytypeChanged(); + this.OnPropertyChanged("entitytype"); } } [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 string _entitytype; + partial void OnentitytypeChanging(string value); + partial void OnentitytypeChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -340185,27 +340236,27 @@ public static listmember Createlistmember(global::Microsoft.Dynamics.CRM.systemu partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property entitytype in the schema. + /// There are no comments for Property owninguser in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entitytype + public virtual global::System.Nullable owninguser { get { - return this._entitytype; + return this._owninguser; } set { - this.OnentitytypeChanging(value); - this._entitytype = value; - this.OnentitytypeChanged(); - this.OnPropertyChanged("entitytype"); + this.OnowninguserChanging(value); + this._owninguser = value; + this.OnowninguserChanged(); + this.OnPropertyChanged("owninguser"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entitytype; - partial void OnentitytypeChanging(string value); - partial void OnentitytypeChanged(); + private global::System.Nullable _owninguser; + partial void OnowninguserChanging(global::System.Nullable value); + partial void OnowninguserChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -340251,6 +340302,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// 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 _listid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -340273,71 +340346,93 @@ public virtual string name partial void On_listid_valueChanging(global::System.Nullable value); partial void On_listid_valueChanged(); /// - /// There are no comments for Property owninguser 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 owninguser + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._owninguser; + return this.__createdonbehalfby_value; } set { - this.OnowninguserChanging(value); - this._owninguser = value; - this.OnowninguserChanged(); - this.OnPropertyChanged("owninguser"); + 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 _owninguser; - partial void OnowninguserChanging(global::System.Nullable value); - partial void OnowninguserChanged(); + 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 overriddencreatedon 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 overriddencreatedon { get { - return this._createdon; + return this._overriddencreatedon; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__createdonbehalfby_value; + return this.__modifiedonbehalfby_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 _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. /// @@ -340383,28 +340478,6 @@ public virtual string name partial void OnowningbusinessunitChanging(global::System.Nullable value); partial void OnowningbusinessunitChanged(); /// - /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -340471,28 +340544,6 @@ public virtual string name partial void On_entityid_valueChanging(global::System.Nullable value); partial void On_entityid_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 listmemberid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -341138,72 +341189,6 @@ public static listoperation Createlistoperation(global::Microsoft.Dynamics.CRM.s partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 log in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string log - { - get - { - return this._log; - } - set - { - this.OnlogChanging(value); - this._log = value; - this.OnlogChanged(); - this.OnPropertyChanged("log"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _log; - partial void OnlogChanging(string value); - partial void OnlogChanged(); - /// - /// 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 listoperationname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -341226,27 +341211,27 @@ public virtual string listoperationname partial void OnlistoperationnameChanging(string value); partial void OnlistoperationnameChanged(); /// - /// There are no comments for Property _ownerid_value 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 _ownerid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__ownerid_value; + return this.__createdby_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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 overriddencreatedon in the schema. /// @@ -341270,6 +341255,28 @@ public virtual string listoperationname partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// 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 _listid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -341380,6 +341387,28 @@ public virtual string listoperationname partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -341446,28 +341475,6 @@ public virtual string listoperationprimaryname partial void OnaddedChanging(global::System.Nullable value); partial void OnaddedChanged(); /// - /// 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 batchinput in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -341512,6 +341519,50 @@ public virtual string batchinput partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 log in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string log + { + get + { + return this._log; + } + set + { + this.OnlogChanging(value); + this._log = value; + this.OnlogChanged(); + this.OnPropertyChanged("log"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _log; + partial void OnlogChanging(string value); + partial void OnlogChanged(); + /// /// There are no comments for Property errordescription in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -341556,27 +341607,27 @@ public virtual string errordescription partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode 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 utcconversiontimezonecode + public virtual global::System.Nullable createdon { get { - return this._utcconversiontimezonecode; + return this._createdon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -342970,28 +343021,6 @@ public virtual string listname partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 processfetchxml in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -343102,27 +343131,27 @@ public virtual string processfetchxml partial void OndonotsendonoptoutChanging(global::System.Nullable value); partial void OndonotsendonoptoutChanged(); /// - /// There are no comments for Property purpose in the schema. + /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string purpose + public virtual global::System.Nullable _ownerid_value { get { - return this._purpose; + return this.__ownerid_value; } set { - this.OnpurposeChanging(value); - this._purpose = value; - this.OnpurposeChanged(); - this.OnPropertyChanged("purpose"); + 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 string _purpose; - partial void OnpurposeChanging(string value); - partial void OnpurposeChanged(); + 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. /// @@ -343212,6 +343241,28 @@ public virtual string purpose partial void OncreatedfromcodeChanging(global::System.Nullable value); partial void OncreatedfromcodeChanged(); /// + /// There are no comments for Property purpose in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string purpose + { + get + { + return this._purpose; + } + set + { + this.OnpurposeChanging(value); + this._purpose = value; + this.OnpurposeChanged(); + this.OnPropertyChanged("purpose"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _purpose; + partial void OnpurposeChanging(string value); + partial void OnpurposeChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -344590,6 +344641,28 @@ public static lookupmapping Createlookupmapping(global::Microsoft.Dynamics.CRM.s return lookupmapping; } /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -344634,27 +344707,49 @@ public static lookupmapping Createlookupmapping(global::Microsoft.Dynamics.CRM.s partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property lookupmappingidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable lookupmappingidunique { get { - return this.__modifiedonbehalfby_value; + return this._lookupmappingidunique; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnlookupmappingiduniqueChanging(value); + this._lookupmappingidunique = value; + this.OnlookupmappingiduniqueChanged(); + this.OnPropertyChanged("lookupmappingidunique"); } } [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::System.Nullable _lookupmappingidunique; + partial void OnlookupmappingiduniqueChanging(global::System.Nullable value); + partial void OnlookupmappingiduniqueChanged(); + /// + /// There are no comments for Property _columnmappingid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _columnmappingid_value + { + get + { + return this.__columnmappingid_value; + } + set + { + this.On_columnmappingid_valueChanging(value); + this.__columnmappingid_value = value; + this.On_columnmappingid_valueChanged(); + this.OnPropertyChanged("_columnmappingid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __columnmappingid_value; + partial void On_columnmappingid_valueChanging(global::System.Nullable value); + partial void On_columnmappingid_valueChanged(); /// /// There are no comments for Property solutionid in the schema. /// @@ -344700,49 +344795,27 @@ public static lookupmapping Createlookupmapping(global::Microsoft.Dynamics.CRM.s partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property processcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processcode - { - get - { - return this._processcode; - } - set - { - this.OnprocesscodeChanging(value); - this._processcode = value; - this.OnprocesscodeChanged(); - this.OnPropertyChanged("processcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processcode; - partial void OnprocesscodeChanging(global::System.Nullable value); - partial void OnprocesscodeChanged(); - /// - /// There are no comments for Property _columnmappingid_value in the schema. + /// There are no comments for Property _transformationparametermappingid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _columnmappingid_value + public virtual global::System.Nullable _transformationparametermappingid_value { get { - return this.__columnmappingid_value; + return this.__transformationparametermappingid_value; } set { - this.On_columnmappingid_valueChanging(value); - this.__columnmappingid_value = value; - this.On_columnmappingid_valueChanged(); - this.OnPropertyChanged("_columnmappingid_value"); + this.On_transformationparametermappingid_valueChanging(value); + this.__transformationparametermappingid_value = value; + this.On_transformationparametermappingid_valueChanged(); + this.OnPropertyChanged("_transformationparametermappingid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __columnmappingid_value; - partial void On_columnmappingid_valueChanging(global::System.Nullable value); - partial void On_columnmappingid_valueChanged(); + private global::System.Nullable __transformationparametermappingid_value; + partial void On_transformationparametermappingid_valueChanging(global::System.Nullable value); + partial void On_transformationparametermappingid_valueChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -344788,6 +344861,28 @@ public static lookupmapping Createlookupmapping(global::Microsoft.Dynamics.CRM.s partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// /// There are no comments for Property lookupmappingid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -344854,49 +344949,71 @@ public virtual string lookupattributename partial void OnlookupattributenameChanging(string value); partial void OnlookupattributenameChanged(); /// - /// There are no comments for Property _transformationparametermappingid_value in the schema. + /// There are no comments for Property lookupentityname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transformationparametermappingid_value + public virtual string lookupentityname { get { - return this.__transformationparametermappingid_value; + return this._lookupentityname; } set { - this.On_transformationparametermappingid_valueChanging(value); - this.__transformationparametermappingid_value = value; - this.On_transformationparametermappingid_valueChanged(); - this.OnPropertyChanged("_transformationparametermappingid_value"); + this.OnlookupentitynameChanging(value); + this._lookupentityname = value; + this.OnlookupentitynameChanged(); + this.OnPropertyChanged("lookupentityname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __transformationparametermappingid_value; - partial void On_transformationparametermappingid_valueChanging(global::System.Nullable value); - partial void On_transformationparametermappingid_valueChanged(); + private string _lookupentityname; + partial void OnlookupentitynameChanging(string value); + partial void OnlookupentitynameChanged(); /// - /// There are no comments for Property lookupentityname in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string lookupentityname + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._lookupentityname; + return this.__modifiedonbehalfby_value; } set { - this.OnlookupentitynameChanging(value); - this._lookupentityname = value; - this.OnlookupentitynameChanged(); - this.OnPropertyChanged("lookupentityname"); + 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 string _lookupentityname; - partial void OnlookupentitynameChanging(string value); - partial void OnlookupentitynameChanged(); + 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 processcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processcode + { + get + { + return this._processcode; + } + set + { + this.OnprocesscodeChanging(value); + this._processcode = value; + this.OnprocesscodeChanged(); + this.OnPropertyChanged("processcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processcode; + partial void OnprocesscodeChanging(global::System.Nullable value); + partial void OnprocesscodeChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -344942,6 +345059,28 @@ public virtual string lookupentityname partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// /// There are no comments for Property lookupsourcecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -344964,94 +345103,6 @@ public virtual string lookupentityname partial void OnlookupsourcecodeChanging(global::System.Nullable value); partial void OnlookupsourcecodeChanged(); /// - /// There are no comments for Property introducedversion in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion - { - get - { - return this._introducedversion; - } - set - { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); - /// - /// There are no comments for Property componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// - /// There are no comments for Property lookupmappingidunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lookupmappingidunique - { - get - { - return this._lookupmappingidunique; - } - set - { - this.OnlookupmappingiduniqueChanging(value); - this._lookupmappingidunique = value; - this.OnlookupmappingiduniqueChanged(); - this.OnPropertyChanged("lookupmappingidunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lookupmappingidunique; - partial void OnlookupmappingiduniqueChanging(global::System.Nullable value); - partial void OnlookupmappingiduniqueChanged(); - /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property modifiedby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -346122,6 +346173,28 @@ public virtual string exchangesyncstatexml partial void Onisemailaddressapprovedbyo365adminChanging(global::System.Nullable value); partial void Onisemailaddressapprovedbyo365adminChanged(); /// + /// There are no comments for Property credentialinfo in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string credentialinfo + { + get + { + return this._credentialinfo; + } + set + { + this.OncredentialinfoChanging(value); + this._credentialinfo = value; + this.OncredentialinfoChanged(); + this.OnPropertyChanged("credentialinfo"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _credentialinfo; + partial void OncredentialinfoChanging(string value); + partial void OncredentialinfoChanged(); + /// /// There are no comments for Property actdeliverymethod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -346188,28 +346261,6 @@ public virtual string folderhierarchy partial void OnfolderhierarchyChanging(string value); partial void OnfolderhierarchyChanged(); /// - /// There are no comments for Property credentialinfo in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string credentialinfo - { - get - { - return this._credentialinfo; - } - set - { - this.OncredentialinfoChanging(value); - this._credentialinfo = value; - this.OncredentialinfoChanged(); - this.OnPropertyChanged("credentialinfo"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _credentialinfo; - partial void OncredentialinfoChanging(string value); - partial void OncredentialinfoChanged(); - /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -346562,28 +346613,6 @@ public virtual string lastsyncerror partial void OnincomingemaildeliverymethodChanging(global::System.Nullable value); partial void OnincomingemaildeliverymethodChanged(); /// - /// There are no comments for Property postponeofficeappsdeploymentuntil in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable postponeofficeappsdeploymentuntil - { - get - { - return this._postponeofficeappsdeploymentuntil; - } - set - { - this.OnpostponeofficeappsdeploymentuntilChanging(value); - this._postponeofficeappsdeploymentuntil = value; - this.OnpostponeofficeappsdeploymentuntilChanged(); - this.OnPropertyChanged("postponeofficeappsdeploymentuntil"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _postponeofficeappsdeploymentuntil; - partial void OnpostponeofficeappsdeploymentuntilChanging(global::System.Nullable value); - partial void OnpostponeofficeappsdeploymentuntilChanged(); - /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -346738,6 +346767,28 @@ public virtual string oauthrefreshtoken partial void OntestemailconfigurationscheduledChanging(global::System.Nullable value); partial void OntestemailconfigurationscheduledChanged(); /// + /// There are no comments for Property processanddeleteemails in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processanddeleteemails + { + get + { + return this._processanddeleteemails; + } + set + { + this.OnprocessanddeleteemailsChanging(value); + this._processanddeleteemails = value; + this.OnprocessanddeleteemailsChanged(); + this.OnPropertyChanged("processanddeleteemails"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processanddeleteemails; + partial void OnprocessanddeleteemailsChanging(global::System.Nullable value); + partial void OnprocessanddeleteemailsChanged(); + /// /// There are no comments for Property officeappsdeploymenterror in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -346804,6 +346855,28 @@ public virtual string officeappsdeploymenterror partial void OnoutgoingemailstatusChanging(global::System.Nullable value); partial void OnoutgoingemailstatusChanged(); /// + /// There are no comments for Property postponemailboxprocessinguntil in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable postponemailboxprocessinguntil + { + get + { + return this._postponemailboxprocessinguntil; + } + set + { + this.OnpostponemailboxprocessinguntilChanging(value); + this._postponemailboxprocessinguntil = value; + this.OnpostponemailboxprocessinguntilChanged(); + this.OnPropertyChanged("postponemailboxprocessinguntil"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _postponemailboxprocessinguntil; + partial void OnpostponemailboxprocessinguntilChanging(global::System.Nullable value); + partial void OnpostponemailboxprocessinguntilChanged(); + /// /// There are no comments for Property lastsyncerrorcount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -346914,27 +346987,27 @@ public virtual string emailaddress partial void OnlastsyncerroroccurredonChanging(global::System.Nullable value); partial void OnlastsyncerroroccurredonChanged(); /// - /// There are no comments for Property processanddeleteemails in the schema. + /// There are no comments for Property postponeofficeappsdeploymentuntil in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processanddeleteemails + public virtual global::System.Nullable postponeofficeappsdeploymentuntil { get { - return this._processanddeleteemails; + return this._postponeofficeappsdeploymentuntil; } set { - this.OnprocessanddeleteemailsChanging(value); - this._processanddeleteemails = value; - this.OnprocessanddeleteemailsChanged(); - this.OnPropertyChanged("processanddeleteemails"); + this.OnpostponeofficeappsdeploymentuntilChanging(value); + this._postponeofficeappsdeploymentuntil = value; + this.OnpostponeofficeappsdeploymentuntilChanged(); + this.OnPropertyChanged("postponeofficeappsdeploymentuntil"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processanddeleteemails; - partial void OnprocessanddeleteemailsChanging(global::System.Nullable value); - partial void OnprocessanddeleteemailsChanged(); + private global::System.Nullable _postponeofficeappsdeploymentuntil; + partial void OnpostponeofficeappsdeploymentuntilChanging(global::System.Nullable value); + partial void OnpostponeofficeappsdeploymentuntilChanged(); /// /// There are no comments for Property entityimage in the schema. /// @@ -347640,28 +347713,6 @@ public virtual string password partial void OnisoauthrefreshtokensetChanging(global::System.Nullable value); partial void OnisoauthrefreshtokensetChanged(); /// - /// There are no comments for Property postponemailboxprocessinguntil in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable postponemailboxprocessinguntil - { - get - { - return this._postponemailboxprocessinguntil; - } - set - { - this.OnpostponemailboxprocessinguntilChanging(value); - this._postponemailboxprocessinguntil = value; - this.OnpostponemailboxprocessinguntilChanged(); - this.OnPropertyChanged("postponemailboxprocessinguntil"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _postponemailboxprocessinguntil; - partial void OnpostponemailboxprocessinguntilChanging(global::System.Nullable value); - partial void OnpostponemailboxprocessinguntilChanged(); - /// /// There are no comments for Property processemailreceivedafter in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -355819,27 +355870,49 @@ public virtual string exchangefolderid partial void OnexchangefolderidChanging(string value); partial void OnexchangefolderidChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property exchangefoldername in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string exchangefoldername { get { - return this._createdon; + return this._exchangefoldername; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnexchangefoldernameChanging(value); + this._exchangefoldername = value; + this.OnexchangefoldernameChanged(); + this.OnPropertyChanged("exchangefoldername"); } } [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 string _exchangefoldername; + partial void OnexchangefoldernameChanging(string value); + partial void OnexchangefoldernameChanged(); + /// + /// 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 _owninguser_value in the schema. /// @@ -355885,6 +355958,28 @@ public virtual string exchangefolderid partial void On_mailboxid_valueChanging(global::System.Nullable value); partial void On_mailboxid_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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -355907,49 +356002,49 @@ public virtual string exchangefolderid partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property exchangefoldername in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string exchangefoldername + public virtual global::System.Nullable _organizationid_value { get { - return this._exchangefoldername; + return this.__organizationid_value; } set { - this.OnexchangefoldernameChanging(value); - this._exchangefoldername = value; - this.OnexchangefoldernameChanged(); - this.OnPropertyChanged("exchangefoldername"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _exchangefoldername; - partial void OnexchangefoldernameChanging(string value); - partial void OnexchangefoldernameChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable createdon { get { - return this._modifiedon; + return this._createdon; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property mailboxtrackingfolderid in the schema. /// @@ -355973,28 +356068,6 @@ public virtual string exchangefoldername partial void OnmailboxtrackingfolderidChanging(global::System.Nullable value); partial void OnmailboxtrackingfolderidChanged(); /// - /// 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 _regardingobjectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -356083,28 +356156,6 @@ public virtual string exchangefoldername partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// /// There are no comments for Property modifiedonbehalfby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -363726,6 +363777,28 @@ public virtual string name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// 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 _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -363748,6 +363821,28 @@ public virtual string name partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// + /// There are no comments for Property marketingformdisplayattributesid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable marketingformdisplayattributesid + { + get + { + return this._marketingformdisplayattributesid; + } + set + { + this.OnmarketingformdisplayattributesidChanging(value); + this._marketingformdisplayattributesid = value; + this.OnmarketingformdisplayattributesidChanged(); + this.OnPropertyChanged("marketingformdisplayattributesid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _marketingformdisplayattributesid; + partial void OnmarketingformdisplayattributesidChanging(global::System.Nullable value); + partial void OnmarketingformdisplayattributesidChanged(); + /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -363792,27 +363887,27 @@ public virtual string name partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property entitylogicalname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string entitylogicalname { get { - return this._createdon; + return this._entitylogicalname; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnentitylogicalnameChanging(value); + this._entitylogicalname = value; + this.OnentitylogicalnameChanged(); + this.OnPropertyChanged("entitylogicalname"); } } [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 string _entitylogicalname; + partial void OnentitylogicalnameChanging(string value); + partial void OnentitylogicalnameChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -363836,6 +363931,94 @@ public virtual string name partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// 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 _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 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_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 displayattributelist in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -363858,116 +364041,6 @@ public virtual string displayattributelist partial void OndisplayattributelistChanging(string value); partial void OndisplayattributelistChanged(); /// - /// 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 _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 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_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 entitylogicalname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entitylogicalname - { - get - { - return this._entitylogicalname; - } - set - { - this.OnentitylogicalnameChanging(value); - this._entitylogicalname = value; - this.OnentitylogicalnameChanged(); - this.OnPropertyChanged("entitylogicalname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entitylogicalname; - partial void OnentitylogicalnameChanging(string value); - partial void OnentitylogicalnameChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -363990,28 +364063,6 @@ public virtual string entitylogicalname partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property marketingformdisplayattributesid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable marketingformdisplayattributesid - { - get - { - return this._marketingformdisplayattributesid; - } - set - { - this.OnmarketingformdisplayattributesidChanging(value); - this._marketingformdisplayattributesid = value; - this.OnmarketingformdisplayattributesidChanged(); - this.OnPropertyChanged("marketingformdisplayattributesid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _marketingformdisplayattributesid; - partial void OnmarketingformdisplayattributesidChanging(global::System.Nullable value); - partial void OnmarketingformdisplayattributesidChanged(); - /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -364653,27 +364704,27 @@ public static metric Createmetric(global::Microsoft.Dynamics.CRM.systemuser crea partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property metricid in the schema. + /// 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 metricid + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._metricid; + return this._utcconversiontimezonecode; } set { - this.OnmetricidChanging(value); - this._metricid = value; - this.OnmetricidChanged(); - this.OnPropertyChanged("metricid"); + 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 _metricid; - partial void OnmetricidChanging(global::System.Nullable value); - partial void OnmetricidChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -364697,27 +364748,27 @@ public static metric Createmetric(global::Microsoft.Dynamics.CRM.systemuser crea partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable overriddencreatedon { get { - return this._statecode; + return this._overriddencreatedon; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -364785,6 +364836,28 @@ public static metric Createmetric(global::Microsoft.Dynamics.CRM.systemuser crea partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// 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 isamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -364807,6 +364880,28 @@ public static metric Createmetric(global::Microsoft.Dynamics.CRM.systemuser crea partial void OnisamountChanging(global::System.Nullable value); partial void OnisamountChanged(); /// + /// There are no comments for Property metricid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable metricid + { + get + { + return this._metricid; + } + set + { + this.OnmetricidChanging(value); + this._metricid = value; + this.OnmetricidChanged(); + this.OnPropertyChanged("metricid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _metricid; + partial void OnmetricidChanging(global::System.Nullable value); + partial void OnmetricidChanged(); + /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -364961,28 +365056,6 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// 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 _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -365049,28 +365122,6 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// 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#")] @@ -365529,28 +365580,6 @@ public static mobileofflineprofileitemassociation Createmobileofflineprofileitem partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// - /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -365573,27 +365602,27 @@ public static mobileofflineprofileitemassociation Createmobileofflineprofileitem partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property processid in the schema. + /// There are no comments for Property relationshipdisplayname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processid + public virtual string relationshipdisplayname { get { - return this._processid; + return this._relationshipdisplayname; } set { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); + this.OnrelationshipdisplaynameChanging(value); + this._relationshipdisplayname = value; + this.OnrelationshipdisplaynameChanged(); + this.OnPropertyChanged("relationshipdisplayname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); + private string _relationshipdisplayname; + partial void OnrelationshipdisplaynameChanging(string value); + partial void OnrelationshipdisplaynameChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -365727,6 +365756,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// There are no comments for Property selectedrelationshipsschema in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable selectedrelationshipsschema + { + get + { + return this._selectedrelationshipsschema; + } + set + { + this.OnselectedrelationshipsschemaChanging(value); + this._selectedrelationshipsschema = value; + this.OnselectedrelationshipsschemaChanged(); + this.OnPropertyChanged("selectedrelationshipsschema"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _selectedrelationshipsschema; + partial void OnselectedrelationshipsschemaChanging(global::System.Nullable value); + partial void OnselectedrelationshipsschemaChanged(); + /// /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -365749,49 +365800,49 @@ public virtual string name partial void OnstageidChanging(global::System.Nullable value); partial void OnstageidChanged(); /// - /// There are no comments for Property relationshipdisplayname in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string relationshipdisplayname + public virtual global::System.Nullable overwritetime { get { - return this._relationshipdisplayname; + return this._overwritetime; } set { - this.OnrelationshipdisplaynameChanging(value); - this._relationshipdisplayname = value; - this.OnrelationshipdisplaynameChanged(); - this.OnPropertyChanged("relationshipdisplayname"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _relationshipdisplayname; - partial void OnrelationshipdisplaynameChanging(string value); - partial void OnrelationshipdisplaynameChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property profileitemassociationentityfilter in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string profileitemassociationentityfilter + public virtual global::System.Nullable ismanaged { get { - return this._profileitemassociationentityfilter; + return this._ismanaged; } set { - this.OnprofileitemassociationentityfilterChanging(value); - this._profileitemassociationentityfilter = value; - this.OnprofileitemassociationentityfilterChanged(); - this.OnPropertyChanged("profileitemassociationentityfilter"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _profileitemassociationentityfilter; - partial void OnprofileitemassociationentityfilterChanging(string value); - partial void OnprofileitemassociationentityfilterChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property relationshipname in the schema. /// @@ -365815,27 +365866,49 @@ public virtual string relationshipname partial void OnrelationshipnameChanging(string value); partial void OnrelationshipnameChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable _organizationid_value { get { - return this._overwritetime; + return this.__organizationid_value; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_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 traversedpath in the schema. /// @@ -365859,27 +365932,27 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// - /// There are no comments for Property isvalidated in the schema. + /// 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 isvalidated + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._isvalidated; + return this.__modifiedonbehalfby_value; } set { - this.OnisvalidatedChanging(value); - this._isvalidated = value; - this.OnisvalidatedChanged(); - this.OnPropertyChanged("isvalidated"); + 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 _isvalidated; - partial void OnisvalidatedChanging(global::System.Nullable value); - partial void OnisvalidatedChanged(); + 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 _mobileofflineprofileitemid_value in the schema. /// @@ -365903,49 +365976,27 @@ public virtual string traversedpath partial void On_mobileofflineprofileitemid_valueChanging(global::System.Nullable value); partial void On_mobileofflineprofileitemid_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 versionnumber in the schema. + /// There are no comments for Property isvalidated in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable isvalidated { get { - return this._versionnumber; + return this._isvalidated; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnisvalidatedChanging(value); + this._isvalidated = value; + this.OnisvalidatedChanged(); + this.OnPropertyChanged("isvalidated"); } } [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::System.Nullable _isvalidated; + partial void OnisvalidatedChanging(global::System.Nullable value); + partial void OnisvalidatedChanged(); /// /// There are no comments for Property relationshipid in the schema. /// @@ -365969,27 +366020,27 @@ public virtual string traversedpath partial void OnrelationshipidChanging(global::System.Nullable value); partial void OnrelationshipidChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable processid { get { - return this.__organizationid_value; + return this._processid; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); /// /// There are no comments for Property mobileofflineprofileitemassociationid in the schema. /// @@ -366013,27 +366064,27 @@ public virtual string traversedpath partial void OnmobileofflineprofileitemassociationidChanging(global::System.Nullable value); partial void OnmobileofflineprofileitemassociationidChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property profileitemassociationentityfilter in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual string profileitemassociationentityfilter { get { - return this._ismanaged; + return this._profileitemassociationentityfilter; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.OnprofileitemassociationentityfilterChanging(value); + this._profileitemassociationentityfilter = value; + this.OnprofileitemassociationentityfilterChanged(); + this.OnPropertyChanged("profileitemassociationentityfilter"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private string _profileitemassociationentityfilter; + partial void OnprofileitemassociationentityfilterChanging(string value); + partial void OnprofileitemassociationentityfilterChanged(); /// /// There are no comments for Property publishedon in the schema. /// @@ -366079,6 +366130,28 @@ public virtual string traversedpath partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 relationshipdata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -366101,28 +366174,6 @@ public virtual string relationshipdata partial void OnrelationshipdataChanging(string value); partial void OnrelationshipdataChanged(); /// - /// There are no comments for Property selectedrelationshipsschema in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable selectedrelationshipsschema - { - get - { - return this._selectedrelationshipsschema; - } - set - { - this.OnselectedrelationshipsschemaChanging(value); - this._selectedrelationshipsschema = value; - this.OnselectedrelationshipsschemaChanged(); - this.OnPropertyChanged("selectedrelationshipsschema"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _selectedrelationshipsschema; - partial void OnselectedrelationshipsschemaChanging(global::System.Nullable value); - partial void OnselectedrelationshipsschemaChanged(); - /// /// There are no comments for Property modifiedonbehalfby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -366521,28 +366572,6 @@ public static mobileofflineprofileitem Createmobileofflineprofileitem(global::Mi return mobileofflineprofileitem; } /// - /// There are no comments for Property selectedentitymetadata in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string selectedentitymetadata - { - get - { - return this._selectedentitymetadata; - } - set - { - this.OnselectedentitymetadataChanging(value); - this._selectedentitymetadata = value; - this.OnselectedentitymetadataChanged(); - this.OnPropertyChanged("selectedentitymetadata"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _selectedentitymetadata; - partial void OnselectedentitymetadataChanging(string value); - partial void OnselectedentitymetadataChanged(); - /// /// There are no comments for Property recorddistributioncriteria in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -366587,6 +366616,28 @@ public virtual string selectedentitymetadata partial void OnmobileofflineprofileitemiduniqueChanging(global::System.Nullable value); partial void OnmobileofflineprofileitemiduniqueChanged(); /// + /// There are no comments for Property selectedentitytypecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string selectedentitytypecode + { + get + { + return this._selectedentitytypecode; + } + set + { + this.OnselectedentitytypecodeChanging(value); + this._selectedentitytypecode = value; + this.OnselectedentitytypecodeChanged(); + this.OnPropertyChanged("selectedentitytypecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _selectedentitytypecode; + partial void OnselectedentitytypecodeChanging(string value); + partial void OnselectedentitytypecodeChanged(); + /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -366697,49 +366748,49 @@ public virtual string introducedversion partial void OnintroducedversionChanging(string value); partial void OnintroducedversionChanged(); /// - /// There are no comments for Property profileitementityfilter in the schema. + /// There are no comments for Property _regardingobjectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string profileitementityfilter + public virtual global::System.Nullable _regardingobjectid_value { get { - return this._profileitementityfilter; + return this.__regardingobjectid_value; } set { - this.OnprofileitementityfilterChanging(value); - this._profileitementityfilter = value; - this.OnprofileitementityfilterChanged(); - this.OnPropertyChanged("profileitementityfilter"); + this.On_regardingobjectid_valueChanging(value); + this.__regardingobjectid_value = value; + this.On_regardingobjectid_valueChanged(); + this.OnPropertyChanged("_regardingobjectid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _profileitementityfilter; - partial void OnprofileitementityfilterChanging(string value); - partial void OnprofileitementityfilterChanged(); + private global::System.Nullable __regardingobjectid_value; + partial void On_regardingobjectid_valueChanging(global::System.Nullable value); + partial void On_regardingobjectid_valueChanged(); /// - /// There are no comments for Property _regardingobjectid_value in the schema. + /// There are no comments for Property profileitementityfilter in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _regardingobjectid_value + public virtual string profileitementityfilter { get { - return this.__regardingobjectid_value; + return this._profileitementityfilter; } set { - this.On_regardingobjectid_valueChanging(value); - this.__regardingobjectid_value = value; - this.On_regardingobjectid_valueChanged(); - this.OnPropertyChanged("_regardingobjectid_value"); + this.OnprofileitementityfilterChanging(value); + this._profileitementityfilter = value; + this.OnprofileitementityfilterChanged(); + this.OnPropertyChanged("profileitementityfilter"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __regardingobjectid_value; - partial void On_regardingobjectid_valueChanging(global::System.Nullable value); - partial void On_regardingobjectid_valueChanged(); + private string _profileitementityfilter; + partial void OnprofileitementityfilterChanging(string value); + partial void OnprofileitementityfilterChanged(); /// /// There are no comments for Property componentstate in the schema. /// @@ -367027,27 +367078,27 @@ public virtual string traversedpath partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property selectedentitytypecode in the schema. + /// There are no comments for Property selectedentitymetadata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string selectedentitytypecode + public virtual string selectedentitymetadata { get { - return this._selectedentitytypecode; + return this._selectedentitymetadata; } set { - this.OnselectedentitytypecodeChanging(value); - this._selectedentitytypecode = value; - this.OnselectedentitytypecodeChanged(); - this.OnPropertyChanged("selectedentitytypecode"); + this.OnselectedentitymetadataChanging(value); + this._selectedentitymetadata = value; + this.OnselectedentitymetadataChanged(); + this.OnPropertyChanged("selectedentitymetadata"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _selectedentitytypecode; - partial void OnselectedentitytypecodeChanging(string value); - partial void OnselectedentitytypecodeChanged(); + private string _selectedentitymetadata; + partial void OnselectedentitymetadataChanging(string value); + partial void OnselectedentitymetadataChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -367748,28 +367799,6 @@ public static mobileofflineprofile Createmobileofflineprofile(global::Microsoft. partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property introducedversion in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion - { - get - { - return this._introducedversion; - } - set - { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); - /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -367814,6 +367843,28 @@ public virtual string introducedversion partial void OnmobileofflineprofileiduniqueChanging(global::System.Nullable value); partial void OnmobileofflineprofileiduniqueChanged(); /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -367880,27 +367931,27 @@ public virtual string introducedversion partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable ismanaged { get { - return this._overwritetime; + return this._ismanaged; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property publishedon in the schema. /// @@ -368034,6 +368085,28 @@ public virtual string description partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -368122,28 +368195,6 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// - /// There are no comments for Property ismanaged in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged - { - get - { - return this._ismanaged; - } - set - { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); - /// /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -369041,6 +369092,28 @@ public static monthlyfiscalcalendar Createmonthlyfiscalcalendar(global::Microsof partial void On_businessunitid_valueChanging(global::System.Nullable value); partial void On_businessunitid_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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -369085,6 +369158,28 @@ public static monthlyfiscalcalendar Createmonthlyfiscalcalendar(global::Microsof partial void Onmonth11_baseChanging(global::System.Nullable value); partial void Onmonth11_baseChanged(); /// + /// There are no comments for Property month7 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable month7 + { + get + { + return this._month7; + } + set + { + this.Onmonth7Changing(value); + this._month7 = value; + this.Onmonth7Changed(); + this.OnPropertyChanged("month7"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _month7; + partial void Onmonth7Changing(global::System.Nullable value); + partial void Onmonth7Changed(); + /// /// There are no comments for Property month2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -369151,28 +369246,6 @@ public static monthlyfiscalcalendar Createmonthlyfiscalcalendar(global::Microsof partial void Onmonth5Changing(global::System.Nullable value); partial void Onmonth5Changed(); /// - /// There are no comments for Property month7 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable month7 - { - get - { - return this._month7; - } - set - { - this.Onmonth7Changing(value); - this._month7 = value; - this.Onmonth7Changed(); - this.OnPropertyChanged("month7"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _month7; - partial void Onmonth7Changing(global::System.Nullable value); - partial void Onmonth7Changed(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -369437,28 +369510,6 @@ public static monthlyfiscalcalendar Createmonthlyfiscalcalendar(global::Microsof partial void Onmonth3Changing(global::System.Nullable value); partial void Onmonth3Changed(); /// - /// 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 month4 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -370120,6 +370171,28 @@ public static msdyn_actioncardregarding Createmsdyn_actioncardregarding(global:: partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -370208,27 +370281,27 @@ public virtual string msdyn_actioncardid partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__createdonbehalfby_value; + return this._overriddencreatedon; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -370318,6 +370391,28 @@ public virtual string msdyn_actioncardid partial void Onmsdyn_actioncardregardingidChanging(global::System.Nullable value); partial void Onmsdyn_actioncardregardingidChanged(); /// + /// 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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -370384,28 +370479,6 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// - /// 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 _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -370450,49 +370523,27 @@ public virtual string msdyn_name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// 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 _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__owninguser_value; + return this.__owningteam_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 statecode in the schema. /// @@ -371341,6 +371392,28 @@ public static msdyn_actioncardrolesetting Createmsdyn_actioncardrolesetting(glob partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property _msdyn_roleid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _msdyn_roleid_value + { + get + { + return this.__msdyn_roleid_value; + } + set + { + this.On_msdyn_roleid_valueChanging(value); + this.__msdyn_roleid_value = value; + this.On_msdyn_roleid_valueChanged(); + this.OnPropertyChanged("_msdyn_roleid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __msdyn_roleid_value; + partial void On_msdyn_roleid_valueChanging(global::System.Nullable value); + partial void On_msdyn_roleid_valueChanged(); + /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -371385,93 +371458,71 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// - /// 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 _msdyn_roleid_value in the schema. + /// There are no comments for Property _msdyn_cardtypeid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _msdyn_roleid_value + public virtual global::System.Nullable _msdyn_cardtypeid_value { get { - return this.__msdyn_roleid_value; + return this.__msdyn_cardtypeid_value; } set { - this.On_msdyn_roleid_valueChanging(value); - this.__msdyn_roleid_value = value; - this.On_msdyn_roleid_valueChanged(); - this.OnPropertyChanged("_msdyn_roleid_value"); + this.On_msdyn_cardtypeid_valueChanging(value); + this.__msdyn_cardtypeid_value = value; + this.On_msdyn_cardtypeid_valueChanged(); + this.OnPropertyChanged("_msdyn_cardtypeid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __msdyn_roleid_value; - partial void On_msdyn_roleid_valueChanging(global::System.Nullable value); - partial void On_msdyn_roleid_valueChanged(); + private global::System.Nullable __msdyn_cardtypeid_value; + partial void On_msdyn_cardtypeid_valueChanging(global::System.Nullable value); + partial void On_msdyn_cardtypeid_valueChanged(); /// - /// There are no comments for Property msdyn_isdisabled 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 msdyn_isdisabled + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._msdyn_isdisabled; + return this.__createdonbehalfby_value; } set { - this.Onmsdyn_isdisabledChanging(value); - this._msdyn_isdisabled = value; - this.Onmsdyn_isdisabledChanged(); - this.OnPropertyChanged("msdyn_isdisabled"); + 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 _msdyn_isdisabled; - partial void Onmsdyn_isdisabledChanging(global::System.Nullable value); - partial void Onmsdyn_isdisabledChanged(); + 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 _modifiedonbehalfby_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 _modifiedonbehalfby_value + public virtual global::System.Nullable createdon { get { - return this.__modifiedonbehalfby_value; + return this._createdon; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -371517,27 +371568,49 @@ public virtual string msdyn_name partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._createdon; + return this._timezoneruleversionnumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); + /// + /// 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 msdyn_actioncardrolesettingid in the schema. /// @@ -371561,6 +371634,28 @@ public virtual string msdyn_name partial void Onmsdyn_actioncardrolesettingidChanging(global::System.Nullable value); partial void Onmsdyn_actioncardrolesettingidChanged(); /// + /// There are no comments for Property msdyn_isdisabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_isdisabled + { + get + { + return this._msdyn_isdisabled; + } + set + { + this.Onmsdyn_isdisabledChanging(value); + this._msdyn_isdisabled = value; + this.Onmsdyn_isdisabledChanged(); + this.OnPropertyChanged("msdyn_isdisabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_isdisabled; + partial void Onmsdyn_isdisabledChanging(global::System.Nullable value); + partial void Onmsdyn_isdisabledChanged(); + /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -371583,27 +371678,27 @@ public virtual string msdyn_name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__createdonbehalfby_value; + return this._utcconversiontimezonecode; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -371649,28 +371744,6 @@ public virtual string msdyn_name partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _msdyn_cardtypeid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _msdyn_cardtypeid_value - { - get - { - return this.__msdyn_cardtypeid_value; - } - set - { - this.On_msdyn_cardtypeid_valueChanging(value); - this.__msdyn_cardtypeid_value = value; - this.On_msdyn_cardtypeid_valueChanged(); - this.OnPropertyChanged("_msdyn_cardtypeid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __msdyn_cardtypeid_value; - partial void On_msdyn_cardtypeid_valueChanging(global::System.Nullable value); - partial void On_msdyn_cardtypeid_valueChanged(); - /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -371693,28 +371766,6 @@ public virtual string msdyn_name partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -372654,49 +372705,49 @@ public static msdyn_aibdatasetfile Createmsdyn_aibdatasetfile(global::Microsoft. return msdyn_aibdatasetfile; } /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property msdyn_lastmodifieddate 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 msdyn_lastmodifieddate { get { - return this._statuscode; + return this._msdyn_lastmodifieddate; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.Onmsdyn_lastmodifieddateChanging(value); + this._msdyn_lastmodifieddate = value; + this.Onmsdyn_lastmodifieddateChanged(); + this.OnPropertyChanged("msdyn_lastmodifieddate"); } } [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 _msdyn_lastmodifieddate; + partial void Onmsdyn_lastmodifieddateChanging(global::System.Nullable value); + partial void Onmsdyn_lastmodifieddateChanged(); /// - /// There are no comments for Property msdyn_lastmodifieddate in the schema. + /// 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 msdyn_lastmodifieddate + public virtual global::System.Nullable statuscode { get { - return this._msdyn_lastmodifieddate; + return this._statuscode; } set { - this.Onmsdyn_lastmodifieddateChanging(value); - this._msdyn_lastmodifieddate = value; - this.Onmsdyn_lastmodifieddateChanged(); - this.OnPropertyChanged("msdyn_lastmodifieddate"); + 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 _msdyn_lastmodifieddate; - partial void Onmsdyn_lastmodifieddateChanging(global::System.Nullable value); - partial void Onmsdyn_lastmodifieddateChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -372742,27 +372793,27 @@ public static msdyn_aibdatasetfile Createmsdyn_aibdatasetfile(global::Microsoft. partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property _msdyn_aibdatasetid_value 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 _msdyn_aibdatasetid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__msdyn_aibdatasetid_value; + return this.__createdby_value; } set { - this.On_msdyn_aibdatasetid_valueChanging(value); - this.__msdyn_aibdatasetid_value = value; - this.On_msdyn_aibdatasetid_valueChanged(); - this.OnPropertyChanged("_msdyn_aibdatasetid_value"); + 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 __msdyn_aibdatasetid_value; - partial void On_msdyn_aibdatasetid_valueChanging(global::System.Nullable value); - partial void On_msdyn_aibdatasetid_valueChanged(); + 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 timezoneruleversionnumber in the schema. /// @@ -372786,27 +372837,27 @@ public static msdyn_aibdatasetfile Createmsdyn_aibdatasetfile(global::Microsoft. partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable _owninguser_value { get { - return this.__modifiedonbehalfby_value; + return this.__owninguser_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 _createdonbehalfby_value in the schema. /// @@ -372830,49 +372881,49 @@ public static msdyn_aibdatasetfile Createmsdyn_aibdatasetfile(global::Microsoft. partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property _msdyn_aibdatasetid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable _msdyn_aibdatasetid_value { get { - return this._modifiedon; + return this.__msdyn_aibdatasetid_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.On_msdyn_aibdatasetid_valueChanging(value); + this.__msdyn_aibdatasetid_value = value; + this.On_msdyn_aibdatasetid_valueChanged(); + this.OnPropertyChanged("_msdyn_aibdatasetid_value"); } } [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::System.Nullable __msdyn_aibdatasetid_value; + partial void On_msdyn_aibdatasetid_valueChanging(global::System.Nullable value); + partial void On_msdyn_aibdatasetid_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._utcconversiontimezonecode; + return this.__modifiedonbehalfby_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 msdyn_name in the schema. /// @@ -372940,27 +372991,27 @@ public virtual string msdyn_name partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__createdby_value; + return this.__owningbusinessunit_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 _owningteam_value in the schema. /// @@ -373006,27 +373057,27 @@ public virtual string msdyn_name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable modifiedon { get { - return this._overriddencreatedon; + return this._modifiedon; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + 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. /// @@ -373072,71 +373123,71 @@ public virtual string msdyn_name partial void On_msdyn_aibfileid_valueChanging(global::System.Nullable value); partial void On_msdyn_aibfileid_valueChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable versionnumber { get { - return this.__owninguser_value; + return this._versionnumber; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable overriddencreatedon { get { - return this._versionnumber; + return this._overriddencreatedon; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__owningbusinessunit_value; + return this._utcconversiontimezonecode; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -374293,6 +374344,28 @@ public static msdyn_aibdatasetrecord Createmsdyn_aibdatasetrecord(global::Micros partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -374337,28 +374410,6 @@ public static msdyn_aibdatasetrecord Createmsdyn_aibdatasetrecord(global::Micros 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 msdyn_aibdatasetrecordid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -375423,50 +375474,6 @@ public static msdyn_aibdataset Createmsdyn_aibdataset(global::Microsoft.Dynamics partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// 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 _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 msdyn_metadata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -375489,28 +375496,6 @@ public virtual string msdyn_metadata partial void Onmsdyn_metadataChanging(string value); partial void Onmsdyn_metadataChanged(); /// - /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -375555,27 +375540,27 @@ public virtual string msdyn_metadata partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__createdby_value; + return this.__ownerid_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 createdon in the schema. /// @@ -375599,6 +375584,28 @@ public virtual string msdyn_metadata 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -375643,6 +375650,50 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// + /// 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 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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -375665,49 +375716,49 @@ public virtual string msdyn_name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable _createdby_value { get { - return this._timezoneruleversionnumber; + return this.__createdby_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 msdyn_aibdatasetid in the schema. + /// 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 msdyn_aibdatasetid + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._msdyn_aibdatasetid; + return this.__modifiedonbehalfby_value; } set { - this.Onmsdyn_aibdatasetidChanging(value); - this._msdyn_aibdatasetid = value; - this.Onmsdyn_aibdatasetidChanged(); - this.OnPropertyChanged("msdyn_aibdatasetid"); + 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 _msdyn_aibdatasetid; - partial void Onmsdyn_aibdatasetidChanging(global::System.Nullable value); - partial void Onmsdyn_aibdatasetidChanged(); + 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 _owningbusinessunit_value in the schema. /// @@ -375819,27 +375870,27 @@ public virtual string msdyn_name partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property msdyn_aibdatasetid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable msdyn_aibdatasetid { get { - return this.__modifiedonbehalfby_value; + return this._msdyn_aibdatasetid; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onmsdyn_aibdatasetidChanging(value); + this._msdyn_aibdatasetid = value; + this.Onmsdyn_aibdatasetidChanged(); + this.OnPropertyChanged("msdyn_aibdatasetid"); } } [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::System.Nullable _msdyn_aibdatasetid; + partial void Onmsdyn_aibdatasetidChanging(global::System.Nullable value); + partial void Onmsdyn_aibdatasetidChanged(); /// /// There are no comments for Property _msdyn_aibdatasetscontainerid_value in the schema. /// @@ -376795,27 +376846,27 @@ public static msdyn_aibdatasetscontainer Createmsdyn_aibdatasetscontainer(global return msdyn_aibdatasetscontainer; } /// - /// There are no comments for Property _owningbusinessunit_value 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 _owningbusinessunit_value + public virtual global::System.Nullable _createdby_value { get { - return this.__owningbusinessunit_value; + return this.__createdby_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 _owninguser_value in the schema. /// @@ -376839,27 +376890,27 @@ public static msdyn_aibdatasetscontainer Createmsdyn_aibdatasetscontainer(global partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _msdyn_aimodelid_value in the schema. + /// 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 _msdyn_aimodelid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__msdyn_aimodelid_value; + return this._importsequencenumber; } set { - this.On_msdyn_aimodelid_valueChanging(value); - this.__msdyn_aimodelid_value = value; - this.On_msdyn_aimodelid_valueChanged(); - this.OnPropertyChanged("_msdyn_aimodelid_value"); + 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 __msdyn_aimodelid_value; - partial void On_msdyn_aimodelid_valueChanging(global::System.Nullable value); - partial void On_msdyn_aimodelid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -376927,28 +376978,6 @@ public static msdyn_aibdatasetscontainer Createmsdyn_aibdatasetscontainer(global partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -376993,138 +377022,6 @@ public static msdyn_aibdatasetscontainer Createmsdyn_aibdatasetscontainer(global partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property msdyn_aibdatasetscontainerid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_aibdatasetscontainerid - { - get - { - return this._msdyn_aibdatasetscontainerid; - } - set - { - this.Onmsdyn_aibdatasetscontaineridChanging(value); - this._msdyn_aibdatasetscontainerid = value; - this.Onmsdyn_aibdatasetscontaineridChanged(); - this.OnPropertyChanged("msdyn_aibdatasetscontainerid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_aibdatasetscontainerid; - partial void Onmsdyn_aibdatasetscontaineridChanging(global::System.Nullable value); - partial void Onmsdyn_aibdatasetscontaineridChanged(); - /// - /// 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 _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 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 msdyn_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_name - { - get - { - return this._msdyn_name; - } - set - { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); - /// - /// 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -377147,49 +377044,27 @@ public virtual string msdyn_name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// 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 _modifiedby_value in the schema. + /// There are no comments for Property msdyn_aibdatasetscontainerid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable msdyn_aibdatasetscontainerid { get { - return this.__modifiedby_value; + return this._msdyn_aibdatasetscontainerid; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.Onmsdyn_aibdatasetscontaineridChanging(value); + this._msdyn_aibdatasetscontainerid = value; + this.Onmsdyn_aibdatasetscontaineridChanged(); + this.OnPropertyChanged("msdyn_aibdatasetscontainerid"); } } [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(); + private global::System.Nullable _msdyn_aibdatasetscontainerid; + partial void Onmsdyn_aibdatasetscontaineridChanging(global::System.Nullable value); + partial void Onmsdyn_aibdatasetscontaineridChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -377213,27 +377088,203 @@ public virtual string msdyn_name partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _owningteam_value { get { - return this._importsequencenumber; + return this.__owningteam_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 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 msdyn_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_name + { + get + { + return this._msdyn_name; + } + set + { + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); + /// + /// 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 _msdyn_aimodelid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _msdyn_aimodelid_value + { + get + { + return this.__msdyn_aimodelid_value; + } + set + { + this.On_msdyn_aimodelid_valueChanging(value); + this.__msdyn_aimodelid_value = value; + this.On_msdyn_aimodelid_valueChanged(); + this.OnPropertyChanged("_msdyn_aimodelid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __msdyn_aimodelid_value; + partial void On_msdyn_aimodelid_valueChanging(global::System.Nullable value); + partial void On_msdyn_aimodelid_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 _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 _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 createdby in the schema. /// @@ -378147,71 +378198,27 @@ public virtual string msdyn_data partial void Onmsdyn_dataChanging(string value); partial void Onmsdyn_dataChanged(); /// - /// 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 _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 timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._timezoneruleversionnumber; + return this._utcconversiontimezonecode; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -378235,203 +378242,225 @@ public virtual string msdyn_data partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property msdyn_key in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual string msdyn_key { get { - return this.__createdby_value; + return this._msdyn_key; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onmsdyn_keyChanging(value); + this._msdyn_key = value; + this.Onmsdyn_keyChanged(); + this.OnPropertyChanged("msdyn_key"); } } [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 string _msdyn_key; + partial void Onmsdyn_keyChanging(string value); + partial void Onmsdyn_keyChanged(); /// - /// There are no comments for Property _owningteam_value 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 _owningteam_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__owningteam_value; + return this.__createdonbehalfby_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable modifiedon { get { - return this._utcconversiontimezonecode; + return this._modifiedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable versionnumber { get { - return this._overriddencreatedon; + return this._versionnumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__modifiedonbehalfby_value; + return this._importsequencenumber; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property msdyn_key in the schema. + /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_key + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._msdyn_key; + return this.__owningbusinessunit_value; } set { - this.Onmsdyn_keyChanging(value); - this._msdyn_key = value; - this.Onmsdyn_keyChanged(); - this.OnPropertyChanged("msdyn_key"); + 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 string _msdyn_key; - partial void Onmsdyn_keyChanging(string value); - partial void Onmsdyn_keyChanged(); + 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 modifiedon 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 modifiedon + public virtual global::System.Nullable _createdby_value { get { - return this._modifiedon; + return this.__createdby_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__owningbusinessunit_value; + return this.__owningteam_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 _msdyn_aibdatasetfileid_value 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 _msdyn_aibdatasetfileid_value + public virtual global::System.Nullable statecode { get { - return this.__msdyn_aibdatasetfileid_value; + return this._statecode; } set { - this.On_msdyn_aibdatasetfileid_valueChanging(value); - this.__msdyn_aibdatasetfileid_value = value; - this.On_msdyn_aibdatasetfileid_valueChanged(); - this.OnPropertyChanged("_msdyn_aibdatasetfileid_value"); + 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 __msdyn_aibdatasetfileid_value; - partial void On_msdyn_aibdatasetfileid_valueChanging(global::System.Nullable value); - partial void On_msdyn_aibdatasetfileid_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); + /// + /// 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 msdyn_aibfileattacheddataid in the schema. /// @@ -378455,93 +378484,115 @@ public virtual string msdyn_key partial void Onmsdyn_aibfileattacheddataidChanging(global::System.Nullable value); partial void Onmsdyn_aibfileattacheddataidChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable statuscode { get { - return this._statecode; + return this._statuscode; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property _msdyn_aibdatasetfileid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable _msdyn_aibdatasetfileid_value { get { - return this._versionnumber; + return this.__msdyn_aibdatasetfileid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.On_msdyn_aibdatasetfileid_valueChanging(value); + this.__msdyn_aibdatasetfileid_value = value; + this.On_msdyn_aibdatasetfileid_valueChanged(); + this.OnPropertyChanged("_msdyn_aibdatasetfileid_value"); } } [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::System.Nullable __msdyn_aibdatasetfileid_value; + partial void On_msdyn_aibdatasetfileid_valueChanging(global::System.Nullable value); + partial void On_msdyn_aibdatasetfileid_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable _modifiedby_value { get { - return this._createdon; + return this.__modifiedby_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + 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 importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._importsequencenumber; + return this._timezoneruleversionnumber; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 _owninguser_value in the schema. /// @@ -378565,27 +378616,27 @@ public virtual string msdyn_key partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._statuscode; + return this.__modifiedonbehalfby_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 msdyn_type in the schema. /// @@ -379519,27 +379570,27 @@ public static msdyn_aibfile Createmsdyn_aibfile(global::Microsoft.Dynamics.CRM.s partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property msdyn_checksum in the schema. + /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_checksum + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._msdyn_checksum; + return this._timezoneruleversionnumber; } set { - this.Onmsdyn_checksumChanging(value); - this._msdyn_checksum = value; - this.Onmsdyn_checksumChanged(); - this.OnPropertyChanged("msdyn_checksum"); + this.OntimezoneruleversionnumberChanging(value); + this._timezoneruleversionnumber = value; + this.OntimezoneruleversionnumberChanged(); + this.OnPropertyChanged("timezoneruleversionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_checksum; - partial void Onmsdyn_checksumChanging(string value); - partial void Onmsdyn_checksumChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -379563,49 +379614,49 @@ public virtual string msdyn_checksum partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _owningteam_value { get { - return this._versionnumber; + return this.__owningteam_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 overriddencreatedon in the schema. + /// There are no comments for Property msdyn_checksum in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string msdyn_checksum { get { - return this._overriddencreatedon; + return this._msdyn_checksum; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onmsdyn_checksumChanging(value); + this._msdyn_checksum = value; + this.Onmsdyn_checksumChanged(); + this.OnPropertyChanged("msdyn_checksum"); } } [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 string _msdyn_checksum; + partial void Onmsdyn_checksumChanging(string value); + partial void Onmsdyn_checksumChanged(); /// /// There are no comments for Property msdyn_image_timestamp in the schema. /// @@ -379629,49 +379680,115 @@ public virtual string msdyn_checksum partial void Onmsdyn_image_timestampChanging(global::System.Nullable value); partial void Onmsdyn_image_timestampChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable statuscode { get { - return this.__owninguser_value; + return this._statuscode; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property msdyn_aibfileid in the schema. + /// 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 msdyn_aibfileid + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_aibfileid; + return this.__ownerid_value; } set { - this.Onmsdyn_aibfileidChanging(value); - this._msdyn_aibfileid = value; - this.Onmsdyn_aibfileidChanged(); - this.OnPropertyChanged("msdyn_aibfileid"); + 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 _msdyn_aibfileid; - partial void Onmsdyn_aibfileidChanging(global::System.Nullable value); - partial void Onmsdyn_aibfileidChanged(); + 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 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 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 _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 _createdonbehalfby_value in the schema. /// @@ -379739,28 +379856,6 @@ public virtual byte[] msdyn_file partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -379849,28 +379944,6 @@ public virtual string msdyn_file_name partial void On_msdyn_aibdatasetscontainerid_valueChanging(global::System.Nullable value); partial void On_msdyn_aibdatasetscontainerid_valueChanged(); /// - /// 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -379915,93 +379988,71 @@ public virtual string msdyn_image_url partial void Onmsdyn_image_urlChanging(string value); partial void Onmsdyn_image_urlChanged(); /// - /// 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 _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable versionnumber { get { - return this.__ownerid_value; + return this._versionnumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_aibfileid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable msdyn_aibfileid { get { - return this._utcconversiontimezonecode; + return this._msdyn_aibfileid; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_aibfileidChanging(value); + this._msdyn_aibfileid = value; + this.Onmsdyn_aibfileidChanged(); + this.OnPropertyChanged("msdyn_aibfileid"); } } [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::System.Nullable _msdyn_aibfileid; + partial void Onmsdyn_aibfileidChanging(global::System.Nullable value); + partial void Onmsdyn_aibfileidChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable _owninguser_value { get { - return this._statuscode; + return this.__owninguser_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 msdyn_mimetype in the schema. /// @@ -381209,6 +381260,28 @@ public virtual string msdyn_runconfiguration partial void Onmsdyn_runconfigurationChanging(string value); partial void Onmsdyn_runconfigurationChanged(); /// + /// There are no comments for Property msdyn_modelglobalexplainability in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_modelglobalexplainability + { + get + { + return this._msdyn_modelglobalexplainability; + } + set + { + this.Onmsdyn_modelglobalexplainabilityChanging(value); + this._msdyn_modelglobalexplainability = value; + this.Onmsdyn_modelglobalexplainabilityChanged(); + this.OnPropertyChanged("msdyn_modelglobalexplainability"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_modelglobalexplainability; + partial void Onmsdyn_modelglobalexplainabilityChanging(string value); + partial void Onmsdyn_modelglobalexplainabilityChanged(); + /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -381253,28 +381326,6 @@ public virtual string msdyn_modelperformance partial void Onmsdyn_modelperformanceChanging(string value); partial void Onmsdyn_modelperformanceChanged(); /// - /// 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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -381341,27 +381392,27 @@ public virtual string msdyn_modelprovisioningstatus partial void Onmsdyn_modelprovisioningstatusChanging(string value); partial void Onmsdyn_modelprovisioningstatusChanged(); /// - /// There are no comments for Property msdyn_modeldata in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_modeldata + public virtual global::System.Nullable _modifiedby_value { get { - return this._msdyn_modeldata; + return this.__modifiedby_value; } set { - this.Onmsdyn_modeldataChanging(value); - this._msdyn_modeldata = value; - this.Onmsdyn_modeldataChanged(); - this.OnPropertyChanged("msdyn_modeldata"); + 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 string _msdyn_modeldata; - partial void Onmsdyn_modeldataChanging(string value); - partial void Onmsdyn_modeldataChanged(); + 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. /// @@ -381407,6 +381458,28 @@ public virtual string msdyn_modeldata partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// + /// There are no comments for Property iscustomizable in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + { + get + { + return this._iscustomizable; + } + set + { + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); + /// /// There are no comments for Property msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -381539,49 +381612,27 @@ public virtual byte[] msdyn_model partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property iscustomizable in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable - { - get - { - return this._iscustomizable; - } - set - { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); - /// - /// There are no comments for Property msdyn_modelglobalexplainability in the schema. + /// There are no comments for Property msdyn_modeldata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_modelglobalexplainability + public virtual string msdyn_modeldata { get { - return this._msdyn_modelglobalexplainability; + return this._msdyn_modeldata; } set { - this.Onmsdyn_modelglobalexplainabilityChanging(value); - this._msdyn_modelglobalexplainability = value; - this.Onmsdyn_modelglobalexplainabilityChanged(); - this.OnPropertyChanged("msdyn_modelglobalexplainability"); + this.Onmsdyn_modeldataChanging(value); + this._msdyn_modeldata = value; + this.Onmsdyn_modeldataChanged(); + this.OnPropertyChanged("msdyn_modeldata"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_modelglobalexplainability; - partial void Onmsdyn_modelglobalexplainabilityChanging(string value); - partial void Onmsdyn_modelglobalexplainabilityChanged(); + private string _msdyn_modeldata; + partial void Onmsdyn_modeldataChanging(string value); + partial void Onmsdyn_modeldataChanged(); /// /// There are no comments for Property introducedversion in the schema. /// @@ -381605,27 +381656,27 @@ public virtual string introducedversion partial void OnintroducedversionChanging(string value); partial void OnintroducedversionChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_aiconfigurationidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable msdyn_aiconfigurationidunique { get { - return this._utcconversiontimezonecode; + return this._msdyn_aiconfigurationidunique; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_aiconfigurationiduniqueChanging(value); + this._msdyn_aiconfigurationidunique = value; + this.Onmsdyn_aiconfigurationiduniqueChanged(); + this.OnPropertyChanged("msdyn_aiconfigurationidunique"); } } [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::System.Nullable _msdyn_aiconfigurationidunique; + partial void Onmsdyn_aiconfigurationiduniqueChanging(global::System.Nullable value); + partial void Onmsdyn_aiconfigurationiduniqueChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -381649,28 +381700,6 @@ public virtual string introducedversion partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _msdyn_trainedmodelaiconfigurationpareid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _msdyn_trainedmodelaiconfigurationpareid_value - { - get - { - return this.__msdyn_trainedmodelaiconfigurationpareid_value; - } - set - { - this.On_msdyn_trainedmodelaiconfigurationpareid_valueChanging(value); - this.__msdyn_trainedmodelaiconfigurationpareid_value = value; - this.On_msdyn_trainedmodelaiconfigurationpareid_valueChanged(); - this.OnPropertyChanged("_msdyn_trainedmodelaiconfigurationpareid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __msdyn_trainedmodelaiconfigurationpareid_value; - partial void On_msdyn_trainedmodelaiconfigurationpareid_valueChanging(global::System.Nullable value); - partial void On_msdyn_trainedmodelaiconfigurationpareid_valueChanged(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -381715,27 +381744,27 @@ public virtual string introducedversion partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property msdyn_schedulingoptions in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string msdyn_schedulingoptions { get { - return this._importsequencenumber; + return this._msdyn_schedulingoptions; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.Onmsdyn_schedulingoptionsChanging(value); + this._msdyn_schedulingoptions = value; + this.Onmsdyn_schedulingoptionsChanged(); + this.OnPropertyChanged("msdyn_schedulingoptions"); } } [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(); + private string _msdyn_schedulingoptions; + partial void Onmsdyn_schedulingoptionsChanging(string value); + partial void Onmsdyn_schedulingoptionsChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -381759,49 +381788,27 @@ public virtual string introducedversion partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property msdyn_aiconfigurationidunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_aiconfigurationidunique - { - get - { - return this._msdyn_aiconfigurationidunique; - } - set - { - this.Onmsdyn_aiconfigurationiduniqueChanging(value); - this._msdyn_aiconfigurationidunique = value; - this.Onmsdyn_aiconfigurationiduniqueChanged(); - this.OnPropertyChanged("msdyn_aiconfigurationidunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_aiconfigurationidunique; - partial void Onmsdyn_aiconfigurationiduniqueChanging(global::System.Nullable value); - partial void Onmsdyn_aiconfigurationiduniqueChanged(); - /// - /// There are no comments for Property msdyn_schedulingoptions in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_schedulingoptions + public virtual global::System.Nullable importsequencenumber { get { - return this._msdyn_schedulingoptions; + return this._importsequencenumber; } set { - this.Onmsdyn_schedulingoptionsChanging(value); - this._msdyn_schedulingoptions = value; - this.Onmsdyn_schedulingoptionsChanged(); - this.OnPropertyChanged("msdyn_schedulingoptions"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_schedulingoptions; - partial void Onmsdyn_schedulingoptionsChanging(string value); - partial void Onmsdyn_schedulingoptionsChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property msdyn_type in the schema. /// @@ -381847,27 +381854,27 @@ public virtual string msdyn_schedulingoptions partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// 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 solutionid + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._solutionid; + return this._utcconversiontimezonecode; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + 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 _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property msdyn_modelprovisioningmetadata in the schema. /// @@ -381935,28 +381942,6 @@ public virtual string msdyn_resourceinfo partial void Onmsdyn_resourceinfoChanging(string value); partial void Onmsdyn_resourceinfoChanged(); /// - /// There are no comments for Property msdyn_majoriterationnumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_majoriterationnumber - { - get - { - return this._msdyn_majoriterationnumber; - } - set - { - this.Onmsdyn_majoriterationnumberChanging(value); - this._msdyn_majoriterationnumber = value; - this.Onmsdyn_majoriterationnumberChanged(); - this.OnPropertyChanged("msdyn_majoriterationnumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_majoriterationnumber; - partial void Onmsdyn_majoriterationnumberChanging(global::System.Nullable value); - partial void Onmsdyn_majoriterationnumberChanged(); - /// /// There are no comments for Property msdyn_minoriterationnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -381979,49 +381964,49 @@ public virtual string msdyn_resourceinfo partial void Onmsdyn_minoriterationnumberChanging(global::System.Nullable value); partial void Onmsdyn_minoriterationnumberChanged(); /// - /// There are no comments for Property msdyn_databinding in the schema. + /// There are no comments for Property msdyn_lasttrainorrundate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_databinding + public virtual global::System.Nullable msdyn_lasttrainorrundate { get { - return this._msdyn_databinding; + return this._msdyn_lasttrainorrundate; } set { - this.Onmsdyn_databindingChanging(value); - this._msdyn_databinding = value; - this.Onmsdyn_databindingChanged(); - this.OnPropertyChanged("msdyn_databinding"); + this.Onmsdyn_lasttrainorrundateChanging(value); + this._msdyn_lasttrainorrundate = value; + this.Onmsdyn_lasttrainorrundateChanged(); + this.OnPropertyChanged("msdyn_lasttrainorrundate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_databinding; - partial void Onmsdyn_databindingChanging(string value); - partial void Onmsdyn_databindingChanged(); + private global::System.Nullable _msdyn_lasttrainorrundate; + partial void Onmsdyn_lasttrainorrundateChanging(global::System.Nullable value); + partial void Onmsdyn_lasttrainorrundateChanged(); /// - /// There are no comments for Property msdyn_lasttrainorrundate in the schema. + /// There are no comments for Property _msdyn_trainedmodelaiconfigurationpareid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_lasttrainorrundate + public virtual global::System.Nullable _msdyn_trainedmodelaiconfigurationpareid_value { get { - return this._msdyn_lasttrainorrundate; + return this.__msdyn_trainedmodelaiconfigurationpareid_value; } set { - this.Onmsdyn_lasttrainorrundateChanging(value); - this._msdyn_lasttrainorrundate = value; - this.Onmsdyn_lasttrainorrundateChanged(); - this.OnPropertyChanged("msdyn_lasttrainorrundate"); + this.On_msdyn_trainedmodelaiconfigurationpareid_valueChanging(value); + this.__msdyn_trainedmodelaiconfigurationpareid_value = value; + this.On_msdyn_trainedmodelaiconfigurationpareid_valueChanged(); + this.OnPropertyChanged("_msdyn_trainedmodelaiconfigurationpareid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_lasttrainorrundate; - partial void Onmsdyn_lasttrainorrundateChanging(global::System.Nullable value); - partial void Onmsdyn_lasttrainorrundateChanged(); + private global::System.Nullable __msdyn_trainedmodelaiconfigurationpareid_value; + partial void On_msdyn_trainedmodelaiconfigurationpareid_valueChanging(global::System.Nullable value); + partial void On_msdyn_trainedmodelaiconfigurationpareid_valueChanged(); /// /// There are no comments for Property _msdyn_createdfromconfigurationid_value in the schema. /// @@ -382045,6 +382030,28 @@ public virtual string msdyn_databinding partial void On_msdyn_createdfromconfigurationid_valueChanging(global::System.Nullable value); partial void On_msdyn_createdfromconfigurationid_valueChanged(); /// + /// There are no comments for Property msdyn_majoriterationnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_majoriterationnumber + { + get + { + return this._msdyn_majoriterationnumber; + } + set + { + this.Onmsdyn_majoriterationnumberChanging(value); + this._msdyn_majoriterationnumber = value; + this.Onmsdyn_majoriterationnumberChanged(); + this.OnPropertyChanged("msdyn_majoriterationnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_majoriterationnumber; + partial void Onmsdyn_majoriterationnumberChanging(global::System.Nullable value); + partial void Onmsdyn_majoriterationnumberChanged(); + /// /// There are no comments for Property msdyn_aiconfigurationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -382155,6 +382162,28 @@ public virtual string msdyn_databinding partial void On_msdyn_aimodelid_valueChanging(global::System.Nullable value); partial void On_msdyn_aimodelid_valueChanged(); /// + /// There are no comments for Property solutionid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable solutionid + { + get + { + return this._solutionid; + } + set + { + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); + /// /// There are no comments for Property msdyn_lasterrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -382199,6 +382228,28 @@ public virtual string msdyn_modelrundataspecification partial void Onmsdyn_modelrundataspecificationChanging(string value); partial void Onmsdyn_modelrundataspecificationChanged(); /// + /// There are no comments for Property msdyn_databinding in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_databinding + { + get + { + return this._msdyn_databinding; + } + set + { + this.Onmsdyn_databindingChanging(value); + this._msdyn_databinding = value; + this.Onmsdyn_databindingChanged(); + this.OnPropertyChanged("msdyn_databinding"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_databinding; + partial void Onmsdyn_databindingChanging(string value); + partial void Onmsdyn_databindingChanged(); + /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -383295,28 +383346,6 @@ public static msdyn_aifptrainingdocument Createmsdyn_aifptrainingdocument(global return msdyn_aifptrainingdocument; } /// - /// 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 _msdyn_aiconfigurationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -383427,49 +383456,27 @@ public static msdyn_aifptrainingdocument Createmsdyn_aifptrainingdocument(global partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 msdyn_metadata in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_metadata + public virtual global::System.Nullable modifiedon { get { - return this._msdyn_metadata; + return this._modifiedon; } set { - this.Onmsdyn_metadataChanging(value); - this._msdyn_metadata = value; - this.Onmsdyn_metadataChanged(); - this.OnPropertyChanged("msdyn_metadata"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_metadata; - partial void Onmsdyn_metadataChanging(string value); - partial void Onmsdyn_metadataChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -383515,6 +383522,28 @@ public virtual string msdyn_metadata partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// There are no comments for Property msdyn_sourcetype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_sourcetype + { + get + { + return this._msdyn_sourcetype; + } + set + { + this.Onmsdyn_sourcetypeChanging(value); + this._msdyn_sourcetype = value; + this.Onmsdyn_sourcetypeChanged(); + this.OnPropertyChanged("msdyn_sourcetype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_sourcetype; + partial void Onmsdyn_sourcetypeChanging(string value); + partial void Onmsdyn_sourcetypeChanged(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -383559,72 +383588,6 @@ public virtual string msdyn_metadata partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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 _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 msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -383647,6 +383610,72 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// + /// 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 _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 msdyn_aifptrainingdocumentid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -383713,27 +383742,27 @@ public virtual string msdyn_checksum partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property msdyn_sourcetype in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_sourcetype + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._msdyn_sourcetype; + return this.__modifiedonbehalfby_value; } set { - this.Onmsdyn_sourcetypeChanging(value); - this._msdyn_sourcetype = value; - this.Onmsdyn_sourcetypeChanged(); - this.OnPropertyChanged("msdyn_sourcetype"); + 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 string _msdyn_sourcetype; - partial void Onmsdyn_sourcetypeChanging(string value); - partial void Onmsdyn_sourcetypeChanged(); + 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. /// @@ -383757,6 +383786,28 @@ public virtual string msdyn_sourcetype partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// There are no comments for Property msdyn_metadata in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_metadata + { + get + { + return this._msdyn_metadata; + } + set + { + this.Onmsdyn_metadataChanging(value); + this._msdyn_metadata = value; + this.Onmsdyn_metadataChanged(); + this.OnPropertyChanged("msdyn_metadata"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_metadata; + partial void Onmsdyn_metadataChanging(string value); + partial void Onmsdyn_metadataChanged(); + /// /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -384724,6 +384775,28 @@ public static msdyn_aimodel Createmsdyn_aimodel(global::Microsoft.Dynamics.CRM.s partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// + /// 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 msdyn_sharewithorganizationoncreate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -384834,27 +384907,27 @@ public virtual string msdyn_modelcreationcontext partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__modifiedby_value; + return this.__modifiedonbehalfby_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 iscustomizable in the schema. /// @@ -385032,28 +385105,6 @@ public virtual string msdyn_name partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -386433,6 +386484,50 @@ public static msdyn_aiodimage Createmsdyn_aiodimage(global::Microsoft.Dynamics.C return msdyn_aiodimage; } /// + /// There are no comments for Property entityimage in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual byte[] entityimage + { + get + { + return this._entityimage; + } + set + { + this.OnentityimageChanging(value); + this._entityimage = value; + this.OnentityimageChanged(); + this.OnPropertyChanged("entityimage"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private byte[] _entityimage; + partial void OnentityimageChanging(byte[] value); + partial void OnentityimageChanged(); + /// + /// There are no comments for Property msdyn_description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_description + { + get + { + return this._msdyn_description; + } + set + { + this.Onmsdyn_descriptionChanging(value); + this._msdyn_description = value; + this.Onmsdyn_descriptionChanged(); + this.OnPropertyChanged("msdyn_description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_description; + partial void Onmsdyn_descriptionChanging(string value); + partial void Onmsdyn_descriptionChanged(); + /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -386455,6 +386550,28 @@ public static msdyn_aiodimage Createmsdyn_aiodimage(global::Microsoft.Dynamics.C partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// 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 msdyn_metadata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -386477,27 +386594,27 @@ public virtual string msdyn_metadata partial void Onmsdyn_metadataChanging(string value); partial void Onmsdyn_metadataChanged(); /// - /// There are no comments for Property entityimage in the schema. + /// There are no comments for Property msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] entityimage + public virtual string msdyn_name { get { - return this._entityimage; + return this._msdyn_name; } set { - this.OnentityimageChanging(value); - this._entityimage = value; - this.OnentityimageChanged(); - this.OnPropertyChanged("entityimage"); + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _entityimage; - partial void OnentityimageChanging(byte[] value); - partial void OnentityimageChanged(); + private string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); /// /// There are no comments for Property _owningteam_value in the schema. /// @@ -386565,27 +386682,71 @@ public virtual byte[] entityimage partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property msdyn_name in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_name + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._msdyn_name; + return this._utcconversiontimezonecode; } set { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); + /// + /// 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 entityimage_url in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string entityimage_url + { + get + { + return this._entityimage_url; + } + set + { + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); /// /// There are no comments for Property entityimage_timestamp in the schema. /// @@ -386609,6 +386770,28 @@ public virtual string msdyn_name partial void Onentityimage_timestampChanging(global::System.Nullable value); partial void Onentityimage_timestampChanged(); /// + /// 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 msdyn_checksum in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -386631,27 +386814,27 @@ public virtual string msdyn_checksum partial void Onmsdyn_checksumChanging(string value); partial void Onmsdyn_checksumChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable versionnumber { get { - return this._timezoneruleversionnumber; + return this._versionnumber; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -386675,49 +386858,27 @@ public virtual string msdyn_checksum partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property entityimage_url in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url - { - get - { - return this._entityimage_url; - } - set - { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); - /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._versionnumber; + return this.__modifiedonbehalfby_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 _owningbusinessunit_value in the schema. /// @@ -386763,50 +386924,6 @@ public virtual string entityimage_url partial void OnentityimageidChanging(global::System.Nullable value); partial void OnentityimageidChanged(); /// - /// 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 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -386829,115 +386946,71 @@ public virtual string entityimage_url partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 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 _ownerid_value 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 _ownerid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__ownerid_value; + return this.__createdby_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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 msdyn_description in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_description + public virtual global::System.Nullable modifiedon { get { - return this._msdyn_description; + return this._modifiedon; } set { - this.Onmsdyn_descriptionChanging(value); - this._msdyn_description = value; - this.Onmsdyn_descriptionChanged(); - this.OnPropertyChanged("msdyn_description"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_description; - partial void Onmsdyn_descriptionChanging(string value); - partial void Onmsdyn_descriptionChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property msdyn_aiodimageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable msdyn_aiodimageid { get { - return this.__modifiedonbehalfby_value; + return this._msdyn_aiodimageid; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onmsdyn_aiodimageidChanging(value); + this._msdyn_aiodimageid = value; + this.Onmsdyn_aiodimageidChanged(); + this.OnPropertyChanged("msdyn_aiodimageid"); } } [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::System.Nullable _msdyn_aiodimageid; + partial void Onmsdyn_aiodimageidChanging(global::System.Nullable value); + partial void Onmsdyn_aiodimageidChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -386983,28 +387056,6 @@ public virtual string msdyn_description partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property msdyn_aiodimageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_aiodimageid - { - get - { - return this._msdyn_aiodimageid; - } - set - { - this.Onmsdyn_aiodimageidChanging(value); - this._msdyn_aiodimageid = value; - this.Onmsdyn_aiodimageidChanged(); - this.OnPropertyChanged("msdyn_aiodimageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_aiodimageid; - partial void Onmsdyn_aiodimageidChanging(global::System.Nullable value); - partial void Onmsdyn_aiodimageidChanged(); - /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -388053,115 +388104,71 @@ public virtual string msdyn_sourceentitysetname partial void Onmsdyn_sourceentitysetnameChanging(string value); partial void Onmsdyn_sourceentitysetnameChanged(); /// - /// There are no comments for Property msdyn_sourceattributelogicalname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_sourceattributelogicalname - { - get - { - return this._msdyn_sourceattributelogicalname; - } - set - { - this.Onmsdyn_sourceattributelogicalnameChanging(value); - this._msdyn_sourceattributelogicalname = value; - this.Onmsdyn_sourceattributelogicalnameChanged(); - this.OnPropertyChanged("msdyn_sourceattributelogicalname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_sourceattributelogicalname; - partial void Onmsdyn_sourceattributelogicalnameChanging(string value); - partial void Onmsdyn_sourceattributelogicalnameChanged(); - /// - /// 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 timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable _owningteam_value { get { - return this._timezoneruleversionnumber; + return this.__owningteam_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__owningteam_value; + return this.__owningbusinessunit_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _ownerid_value { get { - return this._versionnumber; + return this.__ownerid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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. /// @@ -388229,27 +388236,49 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property msdyn_sourcerecordid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual string msdyn_sourcerecordid { get { - return this.__owningbusinessunit_value; + return this._msdyn_sourcerecordid; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.Onmsdyn_sourcerecordidChanging(value); + this._msdyn_sourcerecordid = value; + this.Onmsdyn_sourcerecordidChanged(); + this.OnPropertyChanged("msdyn_sourcerecordid"); } } [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 string _msdyn_sourcerecordid; + partial void Onmsdyn_sourcerecordidChanging(string value); + partial void Onmsdyn_sourcerecordidChanged(); + /// + /// 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 msdyn_aiodlabelid in the schema. /// @@ -388273,27 +388302,27 @@ public virtual string msdyn_name partial void Onmsdyn_aiodlabelidChanging(global::System.Nullable value); partial void Onmsdyn_aiodlabelidChanged(); /// - /// There are no comments for Property msdyn_sourcerecordid in the schema. + /// There are no comments for Property msdyn_sourceattributelogicalname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_sourcerecordid + public virtual string msdyn_sourceattributelogicalname { get { - return this._msdyn_sourcerecordid; + return this._msdyn_sourceattributelogicalname; } set { - this.Onmsdyn_sourcerecordidChanging(value); - this._msdyn_sourcerecordid = value; - this.Onmsdyn_sourcerecordidChanged(); - this.OnPropertyChanged("msdyn_sourcerecordid"); + this.Onmsdyn_sourceattributelogicalnameChanging(value); + this._msdyn_sourceattributelogicalname = value; + this.Onmsdyn_sourceattributelogicalnameChanged(); + this.OnPropertyChanged("msdyn_sourceattributelogicalname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_sourcerecordid; - partial void Onmsdyn_sourcerecordidChanging(string value); - partial void Onmsdyn_sourcerecordidChanged(); + private string _msdyn_sourceattributelogicalname; + partial void Onmsdyn_sourceattributelogicalnameChanging(string value); + partial void Onmsdyn_sourceattributelogicalnameChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -388383,6 +388412,28 @@ public virtual string msdyn_sourcerecordid partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -389410,27 +389461,27 @@ public static msdyn_aiodtrainingboundingbox Createmsdyn_aiodtrainingboundingbox( return msdyn_aiodtrainingboundingbox; } /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._overriddencreatedon; + return this._utcconversiontimezonecode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -389476,27 +389527,49 @@ public static msdyn_aiodtrainingboundingbox Createmsdyn_aiodtrainingboundingbox( partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property msdyn_top 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 msdyn_top { get { - return this.__createdby_value; + return this._msdyn_top; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onmsdyn_topChanging(value); + this._msdyn_top = value; + this.Onmsdyn_topChanged(); + this.OnPropertyChanged("msdyn_top"); } } [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 _msdyn_top; + partial void Onmsdyn_topChanging(global::System.Nullable value); + partial void Onmsdyn_topChanged(); + /// + /// 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 _modifiedby_value in the schema. /// @@ -389520,6 +389593,50 @@ public static msdyn_aiodtrainingboundingbox Createmsdyn_aiodtrainingboundingbox( partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -389542,115 +389659,27 @@ public static msdyn_aiodtrainingboundingbox Createmsdyn_aiodtrainingboundingbox( partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property _msdyn_aiodtrainingimageid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _msdyn_aiodtrainingimageid_value - { - get - { - return this.__msdyn_aiodtrainingimageid_value; - } - set - { - this.On_msdyn_aiodtrainingimageid_valueChanging(value); - this.__msdyn_aiodtrainingimageid_value = value; - this.On_msdyn_aiodtrainingimageid_valueChanged(); - this.OnPropertyChanged("_msdyn_aiodtrainingimageid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __msdyn_aiodtrainingimageid_value; - partial void On_msdyn_aiodtrainingimageid_valueChanging(global::System.Nullable value); - partial void On_msdyn_aiodtrainingimageid_valueChanged(); - /// - /// There are no comments for Property msdyn_top in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_top - { - get - { - return this._msdyn_top; - } - set - { - this.Onmsdyn_topChanging(value); - this._msdyn_top = value; - this.Onmsdyn_topChanged(); - this.OnPropertyChanged("msdyn_top"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_top; - partial void Onmsdyn_topChanging(global::System.Nullable value); - partial void Onmsdyn_topChanged(); - /// - /// 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 _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 msdyn_aiodtrainingboundingboxid 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 msdyn_aiodtrainingboundingboxid + public virtual global::System.Nullable _createdby_value { get { - return this._msdyn_aiodtrainingboundingboxid; + return this.__createdby_value; } set { - this.Onmsdyn_aiodtrainingboundingboxidChanging(value); - this._msdyn_aiodtrainingboundingboxid = value; - this.Onmsdyn_aiodtrainingboundingboxidChanged(); - this.OnPropertyChanged("msdyn_aiodtrainingboundingboxid"); + 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 _msdyn_aiodtrainingboundingboxid; - partial void Onmsdyn_aiodtrainingboundingboxidChanging(global::System.Nullable value); - partial void Onmsdyn_aiodtrainingboundingboxidChanged(); + 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 _ownerid_value in the schema. /// @@ -389674,27 +389703,27 @@ public static msdyn_aiodtrainingboundingbox Createmsdyn_aiodtrainingboundingbox( partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property msdyn_aiodtrainingboundingboxid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable msdyn_aiodtrainingboundingboxid { get { - return this._timezoneruleversionnumber; + return this._msdyn_aiodtrainingboundingboxid; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onmsdyn_aiodtrainingboundingboxidChanging(value); + this._msdyn_aiodtrainingboundingboxid = value; + this.Onmsdyn_aiodtrainingboundingboxidChanged(); + this.OnPropertyChanged("msdyn_aiodtrainingboundingboxid"); } } [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::System.Nullable _msdyn_aiodtrainingboundingboxid; + partial void Onmsdyn_aiodtrainingboundingboxidChanging(global::System.Nullable value); + partial void Onmsdyn_aiodtrainingboundingboxidChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -389718,93 +389747,93 @@ public static msdyn_aiodtrainingboundingbox Createmsdyn_aiodtrainingboundingbox( partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property msdyn_height in the schema. + /// There are no comments for Property _msdyn_aiodlabelid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_height + public virtual global::System.Nullable _msdyn_aiodlabelid_value { get { - return this._msdyn_height; + return this.__msdyn_aiodlabelid_value; } set { - this.Onmsdyn_heightChanging(value); - this._msdyn_height = value; - this.Onmsdyn_heightChanged(); - this.OnPropertyChanged("msdyn_height"); + this.On_msdyn_aiodlabelid_valueChanging(value); + this.__msdyn_aiodlabelid_value = value; + this.On_msdyn_aiodlabelid_valueChanged(); + this.OnPropertyChanged("_msdyn_aiodlabelid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_height; - partial void Onmsdyn_heightChanging(global::System.Nullable value); - partial void Onmsdyn_heightChanged(); + private global::System.Nullable __msdyn_aiodlabelid_value; + partial void On_msdyn_aiodlabelid_valueChanging(global::System.Nullable value); + partial void On_msdyn_aiodlabelid_valueChanged(); /// - /// There are no comments for Property _msdyn_aiodlabelid_value in the schema. + /// There are no comments for Property _msdyn_aiodtrainingimageid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _msdyn_aiodlabelid_value + public virtual global::System.Nullable _msdyn_aiodtrainingimageid_value { get { - return this.__msdyn_aiodlabelid_value; + return this.__msdyn_aiodtrainingimageid_value; } set { - this.On_msdyn_aiodlabelid_valueChanging(value); - this.__msdyn_aiodlabelid_value = value; - this.On_msdyn_aiodlabelid_valueChanged(); - this.OnPropertyChanged("_msdyn_aiodlabelid_value"); + this.On_msdyn_aiodtrainingimageid_valueChanging(value); + this.__msdyn_aiodtrainingimageid_value = value; + this.On_msdyn_aiodtrainingimageid_valueChanged(); + this.OnPropertyChanged("_msdyn_aiodtrainingimageid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __msdyn_aiodlabelid_value; - partial void On_msdyn_aiodlabelid_valueChanging(global::System.Nullable value); - partial void On_msdyn_aiodlabelid_valueChanged(); + private global::System.Nullable __msdyn_aiodtrainingimageid_value; + partial void On_msdyn_aiodtrainingimageid_valueChanging(global::System.Nullable value); + partial void On_msdyn_aiodtrainingimageid_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable overriddencreatedon { get { - return this._statecode; + return this._overriddencreatedon; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property versionnumber 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 versionnumber + public virtual global::System.Nullable statecode { get { - return this._versionnumber; + return this._statecode; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property msdyn_left in the schema. /// @@ -389828,71 +389857,71 @@ public static msdyn_aiodtrainingboundingbox Createmsdyn_aiodtrainingboundingbox( partial void Onmsdyn_leftChanging(global::System.Nullable value); partial void Onmsdyn_leftChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._modifiedon; + return this.__modifiedonbehalfby_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable modifiedon { get { - return this.__modifiedonbehalfby_value; + return this._modifiedon; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_height in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable msdyn_height { get { - return this._utcconversiontimezonecode; + return this._msdyn_height; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_heightChanging(value); + this._msdyn_height = value; + this.Onmsdyn_heightChanged(); + this.OnPropertyChanged("msdyn_height"); } } [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::System.Nullable _msdyn_height; + partial void Onmsdyn_heightChanging(global::System.Nullable value); + partial void Onmsdyn_heightChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -389960,6 +389989,28 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// + /// 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 createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -390878,28 +390929,6 @@ public static msdyn_aiodtrainingimage Createmsdyn_aiodtrainingimage(global::Micr return msdyn_aiodtrainingimage; } /// - /// 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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -390922,27 +390951,27 @@ public static msdyn_aiodtrainingimage Createmsdyn_aiodtrainingimage(global::Micr partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__modifiedby_value; + return this.__modifiedonbehalfby_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 _createdonbehalfby_value in the schema. /// @@ -390988,28 +391017,6 @@ public virtual string msdyn_sourcetype partial void Onmsdyn_sourcetypeChanging(string value); partial void Onmsdyn_sourcetypeChanged(); /// - /// 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 _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -391054,93 +391061,115 @@ public virtual string msdyn_sourcetype partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _msdyn_aiodimageid_value in the schema. + /// 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 _msdyn_aiodimageid_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__msdyn_aiodimageid_value; + return this.__ownerid_value; } set { - this.On_msdyn_aiodimageid_valueChanging(value); - this.__msdyn_aiodimageid_value = value; - this.On_msdyn_aiodimageid_valueChanged(); - this.OnPropertyChanged("_msdyn_aiodimageid_value"); + 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 __msdyn_aiodimageid_value; - partial void On_msdyn_aiodimageid_valueChanging(global::System.Nullable value); - partial void On_msdyn_aiodimageid_valueChanged(); + 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 msdyn_name in the schema. + /// There are no comments for Property msdyn_aiodtrainingimageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_name + public virtual global::System.Nullable msdyn_aiodtrainingimageid { get { - return this._msdyn_name; + return this._msdyn_aiodtrainingimageid; } set { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); + this.Onmsdyn_aiodtrainingimageidChanging(value); + this._msdyn_aiodtrainingimageid = value; + this.Onmsdyn_aiodtrainingimageidChanged(); + this.OnPropertyChanged("msdyn_aiodtrainingimageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); + private global::System.Nullable _msdyn_aiodtrainingimageid; + partial void Onmsdyn_aiodtrainingimageidChanging(global::System.Nullable value); + partial void Onmsdyn_aiodtrainingimageidChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__owningteam_value; + return this._overriddencreatedon; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string msdyn_name { get { - return this.__modifiedonbehalfby_value; + return this._msdyn_name; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); } } [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 string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); + /// + /// There are no comments for Property _msdyn_aiodimageid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _msdyn_aiodimageid_value + { + get + { + return this.__msdyn_aiodimageid_value; + } + set + { + this.On_msdyn_aiodimageid_valueChanging(value); + this.__msdyn_aiodimageid_value = value; + this.On_msdyn_aiodimageid_valueChanged(); + this.OnPropertyChanged("_msdyn_aiodimageid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __msdyn_aiodimageid_value; + partial void On_msdyn_aiodimageid_valueChanging(global::System.Nullable value); + partial void On_msdyn_aiodimageid_valueChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -391208,27 +391237,27 @@ public virtual string msdyn_name partial void On_msdyn_aiconfigurationid_valueChanging(global::System.Nullable value); partial void On_msdyn_aiconfigurationid_valueChanged(); /// - /// There are no comments for Property msdyn_lastmodifieddate in the schema. + /// 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 msdyn_lastmodifieddate + public virtual global::System.Nullable _modifiedby_value { get { - return this._msdyn_lastmodifieddate; + return this.__modifiedby_value; } set { - this.Onmsdyn_lastmodifieddateChanging(value); - this._msdyn_lastmodifieddate = value; - this.Onmsdyn_lastmodifieddateChanged(); - this.OnPropertyChanged("msdyn_lastmodifieddate"); + 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 _msdyn_lastmodifieddate; - partial void Onmsdyn_lastmodifieddateChanging(global::System.Nullable value); - partial void Onmsdyn_lastmodifieddateChanged(); + 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 statuscode in the schema. /// @@ -391252,6 +391281,28 @@ public virtual string msdyn_name 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -391274,93 +391325,93 @@ public virtual string msdyn_name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property msdyn_lastmodifieddate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable msdyn_lastmodifieddate { get { - return this.__ownerid_value; + return this._msdyn_lastmodifieddate; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.Onmsdyn_lastmodifieddateChanging(value); + this._msdyn_lastmodifieddate = value; + this.Onmsdyn_lastmodifieddateChanged(); + this.OnPropertyChanged("msdyn_lastmodifieddate"); } } [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::System.Nullable _msdyn_lastmodifieddate; + partial void Onmsdyn_lastmodifieddateChanging(global::System.Nullable value); + partial void Onmsdyn_lastmodifieddateChanged(); /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable createdon { get { - return this._overriddencreatedon; + return this._createdon; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property msdyn_aiodtrainingimageid in the schema. + /// 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 msdyn_aiodtrainingimageid + public virtual global::System.Nullable _owningteam_value { get { - return this._msdyn_aiodtrainingimageid; + return this.__owningteam_value; } set { - this.Onmsdyn_aiodtrainingimageidChanging(value); - this._msdyn_aiodtrainingimageid = value; - this.Onmsdyn_aiodtrainingimageidChanged(); - this.OnPropertyChanged("msdyn_aiodtrainingimageid"); + 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 _msdyn_aiodtrainingimageid; - partial void Onmsdyn_aiodtrainingimageidChanging(global::System.Nullable value); - partial void Onmsdyn_aiodtrainingimageidChanged(); + 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 createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable importsequencenumber { get { - return this._createdon; + return this._importsequencenumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -393813,49 +393864,49 @@ public static msdyn_autocapturerule Createmsdyn_autocapturerule(global::Microsof partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property msdyn_ruledatasource in the schema. + /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_ruledatasource + public virtual global::System.Nullable statuscode { get { - return this._msdyn_ruledatasource; + return this._statuscode; } set { - this.Onmsdyn_ruledatasourceChanging(value); - this._msdyn_ruledatasource = value; - this.Onmsdyn_ruledatasourceChanged(); - this.OnPropertyChanged("msdyn_ruledatasource"); + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_ruledatasource; - partial void Onmsdyn_ruledatasourceChanging(string value); - partial void Onmsdyn_ruledatasourceChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._statuscode; + return this.__owningbusinessunit_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 _createdonbehalfby_value in the schema. /// @@ -393967,27 +394018,71 @@ public virtual string msdyn_ruledatasource partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property msdyn_name in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_name + public virtual global::System.Nullable importsequencenumber { get { - return this._msdyn_name; + return this._importsequencenumber; } set { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// There are no comments for Property msdyn_ruledatasource in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_ruledatasource + { + get + { + return this._msdyn_ruledatasource; + } + set + { + this.Onmsdyn_ruledatasourceChanging(value); + this._msdyn_ruledatasource = value; + this.Onmsdyn_ruledatasourceChanged(); + this.OnPropertyChanged("msdyn_ruledatasource"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_ruledatasource; + partial void Onmsdyn_ruledatasourceChanging(string value); + partial void Onmsdyn_ruledatasourceChanged(); + /// + /// There are no comments for Property msdyn_rulename in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_rulename + { + get + { + return this._msdyn_rulename; + } + set + { + this.Onmsdyn_rulenameChanging(value); + this._msdyn_rulename = value; + this.Onmsdyn_rulenameChanged(); + this.OnPropertyChanged("msdyn_rulename"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_rulename; + partial void Onmsdyn_rulenameChanging(string value); + partial void Onmsdyn_rulenameChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -394033,28 +394128,6 @@ public virtual string msdyn_name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -394077,93 +394150,93 @@ public virtual string msdyn_name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property msdyn_autocaptureruleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable msdyn_autocaptureruleid { get { - return this.__owningbusinessunit_value; + return this._msdyn_autocaptureruleid; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.Onmsdyn_autocaptureruleidChanging(value); + this._msdyn_autocaptureruleid = value; + this.Onmsdyn_autocaptureruleidChanged(); + this.OnPropertyChanged("msdyn_autocaptureruleid"); } } [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::System.Nullable _msdyn_autocaptureruleid; + partial void Onmsdyn_autocaptureruleidChanging(global::System.Nullable value); + partial void Onmsdyn_autocaptureruleidChanged(); /// - /// There are no comments for Property msdyn_rulename in the schema. + /// There are no comments for Property msdyn_rulevalue in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_rulename + public virtual string msdyn_rulevalue { get { - return this._msdyn_rulename; + return this._msdyn_rulevalue; } set { - this.Onmsdyn_rulenameChanging(value); - this._msdyn_rulename = value; - this.Onmsdyn_rulenameChanged(); - this.OnPropertyChanged("msdyn_rulename"); + this.Onmsdyn_rulevalueChanging(value); + this._msdyn_rulevalue = value; + this.Onmsdyn_rulevalueChanged(); + this.OnPropertyChanged("msdyn_rulevalue"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_rulename; - partial void Onmsdyn_rulenameChanging(string value); - partial void Onmsdyn_rulenameChanged(); + private string _msdyn_rulevalue; + partial void Onmsdyn_rulevalueChanging(string value); + partial void Onmsdyn_rulevalueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable versionnumber { get { - return this._importsequencenumber; + return this._versionnumber; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property msdyn_autocaptureruleid in the schema. + /// 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 msdyn_autocaptureruleid + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_autocaptureruleid; + return this.__ownerid_value; } set { - this.Onmsdyn_autocaptureruleidChanging(value); - this._msdyn_autocaptureruleid = value; - this.Onmsdyn_autocaptureruleidChanged(); - this.OnPropertyChanged("msdyn_autocaptureruleid"); + 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 _msdyn_autocaptureruleid; - partial void Onmsdyn_autocaptureruleidChanging(global::System.Nullable value); - partial void Onmsdyn_autocaptureruleidChanged(); + 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 _createdby_value in the schema. /// @@ -394209,71 +394282,49 @@ public virtual string msdyn_rulename partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 msdyn_rulevalue in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_rulevalue + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._msdyn_rulevalue; + return this._utcconversiontimezonecode; } set { - this.Onmsdyn_rulevalueChanging(value); - this._msdyn_rulevalue = value; - this.Onmsdyn_rulevalueChanged(); - this.OnPropertyChanged("msdyn_rulevalue"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_rulevalue; - partial void Onmsdyn_rulevalueChanging(string value); - partial void Onmsdyn_rulevalueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string msdyn_name { get { - return this._utcconversiontimezonecode; + return this._msdyn_name; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); } } [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 string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -395114,27 +395165,27 @@ public virtual string msdyn_v1termsandconditionscount partial void Onmsdyn_v1termsandconditionscountChanging(string value); partial void Onmsdyn_v1termsandconditionscountChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable statuscode { get { - return this._createdon; + return this._statuscode; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -395334,28 +395385,6 @@ public virtual string msdyn_defaultassociation partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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 _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -395554,6 +395583,28 @@ public virtual string msdyn_v2termsandconditionscount 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 msdyn_organizationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -395730,27 +395781,27 @@ public virtual string msdyn_userid partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._statuscode; + return this.__modifiedonbehalfby_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 importsequencenumber in the schema. /// @@ -396779,28 +396830,6 @@ public static msdyn_callablecontext Createmsdyn_callablecontext(global::Microsof partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -396889,49 +396918,49 @@ public virtual string msdyn_EntityLogicalName partial void Onmsdyn_EntityLogicalNameChanging(string value); partial void Onmsdyn_EntityLogicalNameChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property msdyn_EntityOTC in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable msdyn_EntityOTC { get { - return this._timezoneruleversionnumber; + return this._msdyn_EntityOTC; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onmsdyn_EntityOTCChanging(value); + this._msdyn_EntityOTC = value; + this.Onmsdyn_EntityOTCChanged(); + this.OnPropertyChanged("msdyn_EntityOTC"); } } [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::System.Nullable _msdyn_EntityOTC; + partial void Onmsdyn_EntityOTCChanging(global::System.Nullable value); + partial void Onmsdyn_EntityOTCChanged(); /// - /// There are no comments for Property msdyn_EntityOTC in the schema. + /// 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 msdyn_EntityOTC + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_EntityOTC; + return this.__ownerid_value; } set { - this.Onmsdyn_EntityOTCChanging(value); - this._msdyn_EntityOTC = value; - this.Onmsdyn_EntityOTCChanged(); - this.OnPropertyChanged("msdyn_EntityOTC"); + 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 _msdyn_EntityOTC; - partial void Onmsdyn_EntityOTCChanging(global::System.Nullable value); - partial void Onmsdyn_EntityOTCChanged(); + 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 _owningbusinessunit_value in the schema. /// @@ -396955,6 +396984,28 @@ public virtual string msdyn_EntityLogicalName partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -396999,27 +397050,49 @@ public virtual string msdyn_EntityLogicalName partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value 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 _modifiedonbehalfby_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__modifiedonbehalfby_value; + return this.__createdonbehalfby_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 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 createdon in the schema. /// @@ -397087,93 +397160,71 @@ public virtual string msdyn_EntityLogicalName partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// 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 utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable versionnumber { get { - return this._utcconversiontimezonecode; + return this._versionnumber; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._versionnumber; + return this._timezoneruleversionnumber; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._overriddencreatedon; + return this._utcconversiontimezonecode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -398591,27 +398642,27 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// - /// There are no comments for Property msdyn_componentid in the schema. + /// There are no comments for Property msdyn_componentlayerid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_componentid + public virtual global::System.Nullable msdyn_componentlayerid { get { - return this._msdyn_componentid; + return this._msdyn_componentlayerid; } set { - this.Onmsdyn_componentidChanging(value); - this._msdyn_componentid = value; - this.Onmsdyn_componentidChanged(); - this.OnPropertyChanged("msdyn_componentid"); + this.Onmsdyn_componentlayeridChanging(value); + this._msdyn_componentlayerid = value; + this.Onmsdyn_componentlayeridChanged(); + this.OnPropertyChanged("msdyn_componentlayerid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_componentid; - partial void Onmsdyn_componentidChanging(string value); - partial void Onmsdyn_componentidChanged(); + private global::System.Nullable _msdyn_componentlayerid; + partial void Onmsdyn_componentlayeridChanging(global::System.Nullable value); + partial void Onmsdyn_componentlayeridChanged(); /// /// There are no comments for Property msdyn_solutionname in the schema. /// @@ -398723,27 +398774,27 @@ public virtual string msdyn_changes partial void Onmsdyn_changesChanging(string value); partial void Onmsdyn_changesChanged(); /// - /// There are no comments for Property msdyn_componentlayerid in the schema. + /// There are no comments for Property msdyn_componentid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_componentlayerid + public virtual string msdyn_componentid { get { - return this._msdyn_componentlayerid; + return this._msdyn_componentid; } set { - this.Onmsdyn_componentlayeridChanging(value); - this._msdyn_componentlayerid = value; - this.Onmsdyn_componentlayeridChanged(); - this.OnPropertyChanged("msdyn_componentlayerid"); + this.Onmsdyn_componentidChanging(value); + this._msdyn_componentid = value; + this.Onmsdyn_componentidChanged(); + this.OnPropertyChanged("msdyn_componentid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_componentlayerid; - partial void Onmsdyn_componentlayeridChanging(global::System.Nullable value); - partial void Onmsdyn_componentlayeridChanged(); + private string _msdyn_componentid; + partial void Onmsdyn_componentidChanging(string value); + partial void Onmsdyn_componentidChanged(); /// /// There are no comments for Property msdyn_componentjson in the schema. /// @@ -399138,226 +399189,6 @@ public static msdyn_databaseversion Createmsdyn_databaseversion(global::Microsof partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 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 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 msdyn_databaseversionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_databaseversionid - { - get - { - return this._msdyn_databaseversionid; - } - set - { - this.Onmsdyn_databaseversionidChanging(value); - this._msdyn_databaseversionid = value; - this.Onmsdyn_databaseversionidChanged(); - this.OnPropertyChanged("msdyn_databaseversionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_databaseversionid; - partial void Onmsdyn_databaseversionidChanging(global::System.Nullable value); - partial void Onmsdyn_databaseversionidChanged(); - /// - /// There are no comments for Property msdyn_solutionname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_solutionname - { - get - { - return this._msdyn_solutionname; - } - set - { - this.Onmsdyn_solutionnameChanging(value); - this._msdyn_solutionname = value; - this.Onmsdyn_solutionnameChanged(); - this.OnPropertyChanged("msdyn_solutionname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_solutionname; - partial void Onmsdyn_solutionnameChanging(string value); - partial void Onmsdyn_solutionnameChanged(); - /// - /// 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 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 _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 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 _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -399380,27 +399211,93 @@ public virtual string msdyn_solutionname partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property msdyn_dbversion 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 msdyn_dbversion + public virtual global::System.Nullable createdon { get { - return this._msdyn_dbversion; + return this._createdon; } set { - this.Onmsdyn_dbversionChanging(value); - this._msdyn_dbversion = value; - this.Onmsdyn_dbversionChanged(); - this.OnPropertyChanged("msdyn_dbversion"); + 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 _msdyn_dbversion; - partial void Onmsdyn_dbversionChanging(global::System.Nullable value); - partial void Onmsdyn_dbversionChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); + /// + /// 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 msdyn_databaseversionid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_databaseversionid + { + get + { + return this._msdyn_databaseversionid; + } + set + { + this.Onmsdyn_databaseversionidChanging(value); + this._msdyn_databaseversionid = value; + this.Onmsdyn_databaseversionidChanged(); + this.OnPropertyChanged("msdyn_databaseversionid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_databaseversionid; + partial void Onmsdyn_databaseversionidChanging(global::System.Nullable value); + partial void Onmsdyn_databaseversionidChanged(); + /// + /// There are no comments for Property msdyn_solutionname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_solutionname + { + get + { + return this._msdyn_solutionname; + } + set + { + this.Onmsdyn_solutionnameChanging(value); + this._msdyn_solutionname = value; + this.Onmsdyn_solutionnameChanged(); + this.OnPropertyChanged("msdyn_solutionname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_solutionname; + partial void Onmsdyn_solutionnameChanging(string value); + partial void Onmsdyn_solutionnameChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -399424,6 +399321,138 @@ public virtual string msdyn_solutionname partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// 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 _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 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 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 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 msdyn_dbversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_dbversion + { + get + { + return this._msdyn_dbversion; + } + set + { + this.Onmsdyn_dbversionChanging(value); + this._msdyn_dbversion = value; + this.Onmsdyn_dbversionChanged(); + this.OnPropertyChanged("msdyn_dbversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_dbversion; + partial void Onmsdyn_dbversionChanging(global::System.Nullable value); + partial void Onmsdyn_dbversionChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -399446,6 +399475,28 @@ public virtual string msdyn_solutionname partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -400086,28 +400137,6 @@ public static msdyn_entityrankingrule Createmsdyn_entityrankingrule(global::Micr return msdyn_entityrankingrule; } /// - /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -400130,27 +400159,27 @@ public static msdyn_entityrankingrule Createmsdyn_entityrankingrule(global::Micr partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable versionnumber { get { - return this._timezoneruleversionnumber; + return this._versionnumber; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -400174,28 +400203,6 @@ public static msdyn_entityrankingrule Createmsdyn_entityrankingrule(global::Micr partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 msdyn_objecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -400240,27 +400247,27 @@ public static msdyn_entityrankingrule Createmsdyn_entityrankingrule(global::Micr partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable importsequencenumber { get { - return this._statecode; + return this._importsequencenumber; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -400284,27 +400291,27 @@ public static msdyn_entityrankingrule Createmsdyn_entityrankingrule(global::Micr partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_entityname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string msdyn_entityname { get { - return this._utcconversiontimezonecode; + return this._msdyn_entityname; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_entitynameChanging(value); + this._msdyn_entityname = value; + this.Onmsdyn_entitynameChanged(); + this.OnPropertyChanged("msdyn_entityname"); } } [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 string _msdyn_entityname; + partial void Onmsdyn_entitynameChanging(string value); + partial void Onmsdyn_entitynameChanged(); /// /// There are no comments for Property msdyn_fetchxmlrule in the schema. /// @@ -400350,27 +400357,27 @@ public virtual string msdyn_fetchxmlrule partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property msdyn_oobrule in the schema. + /// 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 msdyn_oobrule + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._msdyn_oobrule; + return this._timezoneruleversionnumber; } set { - this.Onmsdyn_oobruleChanging(value); - this._msdyn_oobrule = value; - this.Onmsdyn_oobruleChanged(); - this.OnPropertyChanged("msdyn_oobrule"); + 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 _msdyn_oobrule; - partial void Onmsdyn_oobruleChanging(global::System.Nullable value); - partial void Onmsdyn_oobruleChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property msdyn_overriddenrank in the schema. /// @@ -400416,27 +400423,49 @@ public virtual string msdyn_fetchxmlrule partial void Onmsdyn_entityrankingruleidChanging(global::System.Nullable value); partial void Onmsdyn_entityrankingruleidChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable overriddencreatedon { get { - return this._versionnumber; + return this._overriddencreatedon; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); + /// + /// 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 _modifiedby_value in the schema. /// @@ -400482,27 +400511,27 @@ public virtual string msdyn_fetchxmlrule 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 msdyn_rulepriority 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 msdyn_rulepriority { get { - return this.__createdby_value; + return this._msdyn_rulepriority; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onmsdyn_rulepriorityChanging(value); + this._msdyn_rulepriority = value; + this.Onmsdyn_rulepriorityChanged(); + this.OnPropertyChanged("msdyn_rulepriority"); } } [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 _msdyn_rulepriority; + partial void Onmsdyn_rulepriorityChanging(global::System.Nullable value); + partial void Onmsdyn_rulepriorityChanged(); /// /// There are no comments for Property msdyn_name in the schema. /// @@ -400526,49 +400555,71 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// - /// There are no comments for Property _owningteam_value 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 _owningteam_value + public virtual global::System.Nullable _createdby_value { get { - return this.__owningteam_value; + return this.__createdby_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 importsequencenumber in the schema. + /// There are no comments for Property msdyn_oobrule in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable msdyn_oobrule { get { - return this._importsequencenumber; + return this._msdyn_oobrule; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.Onmsdyn_oobruleChanging(value); + this._msdyn_oobrule = value; + this.Onmsdyn_oobruleChanged(); + this.OnPropertyChanged("msdyn_oobrule"); } } [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(); + private global::System.Nullable _msdyn_oobrule; + partial void Onmsdyn_oobruleChanging(global::System.Nullable value); + partial void Onmsdyn_oobruleChanged(); + /// + /// 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 _owninguser_value in the schema. /// @@ -400592,49 +400643,49 @@ public virtual string msdyn_name partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property msdyn_entityname in the schema. + /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_entityname + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_entityname; + return this.__ownerid_value; } set { - this.Onmsdyn_entitynameChanging(value); - this._msdyn_entityname = value; - this.Onmsdyn_entitynameChanged(); - this.OnPropertyChanged("msdyn_entityname"); + 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 string _msdyn_entityname; - partial void Onmsdyn_entitynameChanging(string value); - partial void Onmsdyn_entitynameChanged(); + 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 msdyn_rulepriority 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 msdyn_rulepriority + public virtual global::System.Nullable statecode { get { - return this._msdyn_rulepriority; + return this._statecode; } set { - this.Onmsdyn_rulepriorityChanging(value); - this._msdyn_rulepriority = value; - this.Onmsdyn_rulepriorityChanged(); - this.OnPropertyChanged("msdyn_rulepriority"); + 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 _msdyn_rulepriority; - partial void Onmsdyn_rulepriorityChanging(global::System.Nullable value); - partial void Onmsdyn_rulepriorityChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property msdyn_enabled in the schema. /// @@ -401381,6 +401432,28 @@ public static msdyn_federatedarticleincident Createmsdyn_federatedarticleinciden return msdyn_federatedarticleincident; } /// + /// 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 _msdyn_federatedarticleid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -401491,28 +401564,6 @@ public virtual string msdyn_name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -402620,28 +402671,6 @@ public static msdyn_federatedarticle Createmsdyn_federatedarticle(global::Micros return msdyn_federatedarticle; } /// - /// 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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -402664,27 +402693,27 @@ public static msdyn_federatedarticle Createmsdyn_federatedarticle(global::Micros partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__ownerid_value; + return this._timezoneruleversionnumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// @@ -402730,6 +402759,72 @@ public static msdyn_federatedarticle Createmsdyn_federatedarticle(global::Micros partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 msdyn_url in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_url + { + get + { + return this._msdyn_url; + } + set + { + this.Onmsdyn_urlChanging(value); + this._msdyn_url = value; + this.Onmsdyn_urlChanged(); + this.OnPropertyChanged("msdyn_url"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_url; + partial void Onmsdyn_urlChanging(string value); + partial void Onmsdyn_urlChanged(); + /// + /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -402752,27 +402847,49 @@ public static msdyn_federatedarticle Createmsdyn_federatedarticle(global::Micros partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property _msdyn_searchproviderid_value 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 _msdyn_searchproviderid_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__msdyn_searchproviderid_value; + return this.__createdonbehalfby_value; } set { - this.On_msdyn_searchproviderid_valueChanging(value); - this.__msdyn_searchproviderid_value = value; - this.On_msdyn_searchproviderid_valueChanged(); - this.OnPropertyChanged("_msdyn_searchproviderid_value"); + 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 __msdyn_searchproviderid_value; - partial void On_msdyn_searchproviderid_valueChanging(global::System.Nullable value); - partial void On_msdyn_searchproviderid_valueChanged(); + 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 _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 _owningteam_value in the schema. /// @@ -402796,49 +402913,49 @@ public static msdyn_federatedarticle Createmsdyn_federatedarticle(global::Micros partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable createdon { get { - return this._overriddencreatedon; + return this._createdon; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property _msdyn_searchproviderid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual global::System.Nullable _msdyn_searchproviderid_value { get { - return this.__owninguser_value; + return this.__msdyn_searchproviderid_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.On_msdyn_searchproviderid_valueChanging(value); + this.__msdyn_searchproviderid_value = value; + this.On_msdyn_searchproviderid_valueChanged(); + this.OnPropertyChanged("_msdyn_searchproviderid_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(); + private global::System.Nullable __msdyn_searchproviderid_value; + partial void On_msdyn_searchproviderid_valueChanging(global::System.Nullable value); + partial void On_msdyn_searchproviderid_valueChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -402884,28 +403001,6 @@ public static msdyn_federatedarticle Createmsdyn_federatedarticle(global::Micros partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 msdyn_title in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -402950,28 +403045,6 @@ public virtual string msdyn_title partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property msdyn_url in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_url - { - get - { - return this._msdyn_url; - } - set - { - this.Onmsdyn_urlChanging(value); - this._msdyn_url = value; - this.Onmsdyn_urlChanged(); - this.OnPropertyChanged("msdyn_url"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_url; - partial void Onmsdyn_urlChanging(string value); - partial void Onmsdyn_urlChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -403016,28 +403089,6 @@ public virtual string msdyn_searchproviderarticleid partial void Onmsdyn_searchproviderarticleidChanging(string value); partial void Onmsdyn_searchproviderarticleidChanged(); /// - /// 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 msdyn_federatedarticleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -403060,49 +403111,49 @@ public virtual string msdyn_searchproviderarticleid partial void Onmsdyn_federatedarticleidChanging(global::System.Nullable value); partial void Onmsdyn_federatedarticleidChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _owninguser_value { get { - return this._utcconversiontimezonecode; + return this.__owninguser_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable statuscode { get { - return this._createdon; + return this._statuscode; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -403944,28 +403995,6 @@ public static msdyn_flowcardtype Createmsdyn_flowcardtype(global::Microsoft.Dyna return msdyn_flowcardtype; } /// - /// There are no comments for Property msdyn_samplebody in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_samplebody - { - get - { - return this._msdyn_samplebody; - } - set - { - this.Onmsdyn_samplebodyChanging(value); - this._msdyn_samplebody = value; - this.Onmsdyn_samplebodyChanged(); - this.OnPropertyChanged("msdyn_samplebody"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_samplebody; - partial void Onmsdyn_samplebodyChanging(string value); - partial void Onmsdyn_samplebodyChanged(); - /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -403988,27 +404017,27 @@ public virtual string msdyn_samplebody partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property msdyn_iscdsflow in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable msdyn_iscdsflow { get { - return this.__ownerid_value; + return this._msdyn_iscdsflow; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.Onmsdyn_iscdsflowChanging(value); + this._msdyn_iscdsflow = value; + this.Onmsdyn_iscdsflowChanged(); + this.OnPropertyChanged("msdyn_iscdsflow"); } } [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::System.Nullable _msdyn_iscdsflow; + partial void Onmsdyn_iscdsflowChanging(global::System.Nullable value); + partial void Onmsdyn_iscdsflowChanged(); /// /// There are no comments for Property msdyn_sampletitle in the schema. /// @@ -404032,27 +404061,27 @@ public virtual string msdyn_sampletitle partial void Onmsdyn_sampletitleChanging(string value); partial void Onmsdyn_sampletitleChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__owningbusinessunit_value; + return this._overriddencreatedon; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -404120,27 +404149,27 @@ public virtual string msdyn_actionname partial void Onmsdyn_actionnameChanging(string value); partial void Onmsdyn_actionnameChanged(); /// - /// There are no comments for Property msdyn_description 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 string msdyn_description + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._msdyn_description; + return this.__createdonbehalfby_value; } set { - this.Onmsdyn_descriptionChanging(value); - this._msdyn_description = value; - this.Onmsdyn_descriptionChanged(); - this.OnPropertyChanged("msdyn_description"); + 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 string _msdyn_description; - partial void Onmsdyn_descriptionChanging(string value); - partial void Onmsdyn_descriptionChanged(); + 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 importsequencenumber in the schema. /// @@ -404252,27 +404281,93 @@ public virtual string msdyn_name partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property _msdyn_cardtypeid_value 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 _msdyn_cardtypeid_value { get { - return this.__createdonbehalfby_value; + return this.__msdyn_cardtypeid_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.On_msdyn_cardtypeid_valueChanging(value); + this.__msdyn_cardtypeid_value = value; + this.On_msdyn_cardtypeid_valueChanged(); + this.OnPropertyChanged("_msdyn_cardtypeid_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(); + private global::System.Nullable __msdyn_cardtypeid_value; + partial void On_msdyn_cardtypeid_valueChanging(global::System.Nullable value); + partial void On_msdyn_cardtypeid_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 msdyn_flowcardtypeid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_flowcardtypeid + { + get + { + return this._msdyn_flowcardtypeid; + } + set + { + this.Onmsdyn_flowcardtypeidChanging(value); + this._msdyn_flowcardtypeid = value; + this.Onmsdyn_flowcardtypeidChanged(); + this.OnPropertyChanged("msdyn_flowcardtypeid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_flowcardtypeid; + partial void Onmsdyn_flowcardtypeidChanging(global::System.Nullable value); + partial void Onmsdyn_flowcardtypeidChanged(); + /// + /// 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 _modifiedby_value in the schema. /// @@ -404296,71 +404391,71 @@ public virtual string msdyn_name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property msdyn_actioncommand in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string msdyn_actioncommand { get { - return this._overriddencreatedon; + return this._msdyn_actioncommand; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onmsdyn_actioncommandChanging(value); + this._msdyn_actioncommand = value; + this.Onmsdyn_actioncommandChanged(); + this.OnPropertyChanged("msdyn_actioncommand"); } } [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 string _msdyn_actioncommand; + partial void Onmsdyn_actioncommandChanging(string value); + partial void Onmsdyn_actioncommandChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property msdyn_flowname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string msdyn_flowname { get { - return this.__modifiedonbehalfby_value; + return this._msdyn_flowname; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onmsdyn_flownameChanging(value); + this._msdyn_flowname = value; + this.Onmsdyn_flownameChanged(); + this.OnPropertyChanged("msdyn_flowname"); } } [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 string _msdyn_flowname; + partial void Onmsdyn_flownameChanging(string value); + partial void Onmsdyn_flownameChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property msdyn_description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string msdyn_description { get { - return this._timezoneruleversionnumber; + return this._msdyn_description; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onmsdyn_descriptionChanging(value); + this._msdyn_description = value; + this.Onmsdyn_descriptionChanged(); + this.OnPropertyChanged("msdyn_description"); } } [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 string _msdyn_description; + partial void Onmsdyn_descriptionChanging(string value); + partial void Onmsdyn_descriptionChanged(); /// /// There are no comments for Property _owningteam_value in the schema. /// @@ -404384,93 +404479,49 @@ public virtual string msdyn_name partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property msdyn_iscdsflow in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_iscdsflow - { - get - { - return this._msdyn_iscdsflow; - } - set - { - this.Onmsdyn_iscdsflowChanging(value); - this._msdyn_iscdsflow = value; - this.Onmsdyn_iscdsflowChanged(); - this.OnPropertyChanged("msdyn_iscdsflow"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_iscdsflow; - partial void Onmsdyn_iscdsflowChanging(global::System.Nullable value); - partial void Onmsdyn_iscdsflowChanged(); - /// - /// There are no comments for Property _msdyn_cardtypeid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _msdyn_cardtypeid_value - { - get - { - return this.__msdyn_cardtypeid_value; - } - set - { - this.On_msdyn_cardtypeid_valueChanging(value); - this.__msdyn_cardtypeid_value = value; - this.On_msdyn_cardtypeid_valueChanged(); - this.OnPropertyChanged("_msdyn_cardtypeid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __msdyn_cardtypeid_value; - partial void On_msdyn_cardtypeid_valueChanging(global::System.Nullable value); - partial void On_msdyn_cardtypeid_valueChanged(); - /// - /// There are no comments for Property msdyn_workflowid in the schema. + /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_workflowid + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_workflowid; + return this.__ownerid_value; } set { - this.Onmsdyn_workflowidChanging(value); - this._msdyn_workflowid = value; - this.Onmsdyn_workflowidChanged(); - this.OnPropertyChanged("msdyn_workflowid"); + 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 string _msdyn_workflowid; - partial void Onmsdyn_workflowidChanging(string value); - partial void Onmsdyn_workflowidChanged(); + 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 msdyn_actioncommand in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_actioncommand + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._msdyn_actioncommand; + return this.__modifiedonbehalfby_value; } set { - this.Onmsdyn_actioncommandChanging(value); - this._msdyn_actioncommand = value; - this.Onmsdyn_actioncommandChanged(); - this.OnPropertyChanged("msdyn_actioncommand"); + 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 string _msdyn_actioncommand; - partial void Onmsdyn_actioncommandChanging(string value); - partial void Onmsdyn_actioncommandChanged(); + 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 modifiedon in the schema. /// @@ -404494,115 +404545,115 @@ public virtual string msdyn_actioncommand partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property msdyn_flowcardtypeid in the schema. + /// There are no comments for Property msdyn_cardname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_flowcardtypeid + public virtual string msdyn_cardname { get { - return this._msdyn_flowcardtypeid; + return this._msdyn_cardname; } set { - this.Onmsdyn_flowcardtypeidChanging(value); - this._msdyn_flowcardtypeid = value; - this.Onmsdyn_flowcardtypeidChanged(); - this.OnPropertyChanged("msdyn_flowcardtypeid"); + this.Onmsdyn_cardnameChanging(value); + this._msdyn_cardname = value; + this.Onmsdyn_cardnameChanged(); + this.OnPropertyChanged("msdyn_cardname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_flowcardtypeid; - partial void Onmsdyn_flowcardtypeidChanging(global::System.Nullable value); - partial void Onmsdyn_flowcardtypeidChanged(); + private string _msdyn_cardname; + partial void Onmsdyn_cardnameChanging(string value); + partial void Onmsdyn_cardnameChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._statuscode; + return this._timezoneruleversionnumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_samplebody in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string msdyn_samplebody { get { - return this._utcconversiontimezonecode; + return this._msdyn_samplebody; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_samplebodyChanging(value); + this._msdyn_samplebody = value; + this.Onmsdyn_samplebodyChanged(); + this.OnPropertyChanged("msdyn_samplebody"); } } [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 string _msdyn_samplebody; + partial void Onmsdyn_samplebodyChanging(string value); + partial void Onmsdyn_samplebodyChanged(); /// - /// There are no comments for Property msdyn_cardname in the schema. + /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_cardname + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._msdyn_cardname; + return this.__owningbusinessunit_value; } set { - this.Onmsdyn_cardnameChanging(value); - this._msdyn_cardname = value; - this.Onmsdyn_cardnameChanged(); - this.OnPropertyChanged("msdyn_cardname"); + 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 string _msdyn_cardname; - partial void Onmsdyn_cardnameChanging(string value); - partial void Onmsdyn_cardnameChanged(); + 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 msdyn_flowname in the schema. + /// There are no comments for Property msdyn_workflowid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_flowname + public virtual string msdyn_workflowid { get { - return this._msdyn_flowname; + return this._msdyn_workflowid; } set { - this.Onmsdyn_flownameChanging(value); - this._msdyn_flowname = value; - this.Onmsdyn_flownameChanged(); - this.OnPropertyChanged("msdyn_flowname"); + this.Onmsdyn_workflowidChanging(value); + this._msdyn_workflowid = value; + this.Onmsdyn_workflowidChanged(); + this.OnPropertyChanged("msdyn_workflowid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_flowname; - partial void Onmsdyn_flownameChanging(string value); - partial void Onmsdyn_flownameChanged(); + private string _msdyn_workflowid; + partial void Onmsdyn_workflowidChanging(string value); + partial void Onmsdyn_workflowidChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -405291,71 +405342,93 @@ public static msdyn_helppage Createmsdyn_helppage(global::Microsoft.Dynamics.CRM 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 msdyn_displayname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string msdyn_displayname { get { - return this.__modifiedonbehalfby_value; + return this._msdyn_displayname; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onmsdyn_displaynameChanging(value); + this._msdyn_displayname = value; + this.Onmsdyn_displaynameChanged(); + this.OnPropertyChanged("msdyn_displayname"); } } [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 string _msdyn_displayname; + partial void Onmsdyn_displaynameChanging(string value); + partial void Onmsdyn_displaynameChanged(); /// - /// There are no comments for Property timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._timezoneruleversionnumber; + return this.__createdonbehalfby_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__createdonbehalfby_value; + return this._overriddencreatedon; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); + /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property solutionid in the schema. /// @@ -405379,71 +405452,49 @@ public static msdyn_helppage Createmsdyn_helppage(global::Microsoft.Dynamics.CRM partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property msdyn_path in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_path - { - get - { - return this._msdyn_path; - } - set - { - this.Onmsdyn_pathChanging(value); - this._msdyn_path = value; - this.Onmsdyn_pathChanged(); - this.OnPropertyChanged("msdyn_path"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_path; - partial void Onmsdyn_pathChanging(string value); - partial void Onmsdyn_pathChanged(); - /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual global::System.Nullable _organizationid_value { get { - return this._ismanaged; + return this.__organizationid_value; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._importsequencenumber; + return this._timezoneruleversionnumber; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property msdyn_content in the schema. /// @@ -405467,28 +405518,6 @@ public virtual string msdyn_content partial void Onmsdyn_contentChanging(string value); partial void Onmsdyn_contentChanged(); /// - /// There are no comments for Property msdyn_displayname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_displayname - { - get - { - return this._msdyn_displayname; - } - set - { - this.Onmsdyn_displaynameChanging(value); - this._msdyn_displayname = value; - this.Onmsdyn_displaynameChanged(); - this.OnPropertyChanged("msdyn_displayname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_displayname; - partial void Onmsdyn_displaynameChanging(string value); - partial void Onmsdyn_displaynameChanged(); - /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -405533,27 +405562,27 @@ public virtual string msdyn_displayname partial void OncomponentiduniqueChanging(global::System.Nullable value); partial void OncomponentiduniqueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// 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 _organizationid_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__organizationid_value; + return this.__modifiedonbehalfby_value; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + 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 utcconversiontimezonecode in the schema. /// @@ -405599,27 +405628,27 @@ public virtual string msdyn_displayname partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable importsequencenumber { get { - return this._overriddencreatedon; + return this._importsequencenumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property iscustomizable in the schema. /// @@ -405643,27 +405672,27 @@ public virtual string msdyn_displayname partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OniscustomizableChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property msdyn_path in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual string msdyn_path { get { - return this._componentstate; + return this._msdyn_path; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.Onmsdyn_pathChanging(value); + this._msdyn_path = value; + this.Onmsdyn_pathChanged(); + this.OnPropertyChanged("msdyn_path"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private string _msdyn_path; + partial void Onmsdyn_pathChanging(string value); + partial void Onmsdyn_pathChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -405709,27 +405738,27 @@ public virtual string msdyn_displayname partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property msdyn_helppageid 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 msdyn_helppageid { get { - return this._statuscode; + return this._msdyn_helppageid; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.Onmsdyn_helppageidChanging(value); + this._msdyn_helppageid = value; + this.Onmsdyn_helppageidChanged(); + this.OnPropertyChanged("msdyn_helppageid"); } } [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 _msdyn_helppageid; + partial void Onmsdyn_helppageidChanging(global::System.Nullable value); + partial void Onmsdyn_helppageidChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -405753,27 +405782,49 @@ public virtual string msdyn_displayname partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property msdyn_helppageid in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_helppageid + public virtual global::System.Nullable ismanaged { get { - return this._msdyn_helppageid; + return this._ismanaged; } set { - this.Onmsdyn_helppageidChanging(value); - this._msdyn_helppageid = value; - this.Onmsdyn_helppageidChanged(); - this.OnPropertyChanged("msdyn_helppageid"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_helppageid; - partial void Onmsdyn_helppageidChanging(global::System.Nullable value); - partial void Onmsdyn_helppageidChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); + /// + /// 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 msdyn_locale in the schema. /// @@ -406523,6 +406574,28 @@ public static msdyn_icebreakersconfig Createmsdyn_icebreakersconfig(global::Micr return msdyn_icebreakersconfig; } /// + /// 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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -406567,28 +406640,6 @@ public static msdyn_icebreakersconfig Createmsdyn_icebreakersconfig(global::Micr partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property msdyn_isfamilycategoryenabled in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_isfamilycategoryenabled - { - get - { - return this._msdyn_isfamilycategoryenabled; - } - set - { - this.Onmsdyn_isfamilycategoryenabledChanging(value); - this._msdyn_isfamilycategoryenabled = value; - this.Onmsdyn_isfamilycategoryenabledChanged(); - this.OnPropertyChanged("msdyn_isfamilycategoryenabled"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_isfamilycategoryenabled; - partial void Onmsdyn_isfamilycategoryenabledChanging(global::System.Nullable value); - partial void Onmsdyn_isfamilycategoryenabledChanged(); - /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -406633,50 +406684,6 @@ public static msdyn_icebreakersconfig Createmsdyn_icebreakersconfig(global::Micr partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property msdyn_issportscategoryenabled in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_issportscategoryenabled - { - get - { - return this._msdyn_issportscategoryenabled; - } - set - { - this.Onmsdyn_issportscategoryenabledChanging(value); - this._msdyn_issportscategoryenabled = value; - this.Onmsdyn_issportscategoryenabledChanged(); - this.OnPropertyChanged("msdyn_issportscategoryenabled"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_issportscategoryenabled; - partial void Onmsdyn_issportscategoryenabledChanging(global::System.Nullable value); - partial void Onmsdyn_issportscategoryenabledChanged(); - /// - /// 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 _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -406721,6 +406728,28 @@ public static msdyn_icebreakersconfig Createmsdyn_icebreakersconfig(global::Micr partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// + /// There are no comments for Property msdyn_issportscategoryenabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_issportscategoryenabled + { + get + { + return this._msdyn_issportscategoryenabled; + } + set + { + this.Onmsdyn_issportscategoryenabledChanging(value); + this._msdyn_issportscategoryenabled = value; + this.Onmsdyn_issportscategoryenabledChanged(); + this.OnPropertyChanged("msdyn_issportscategoryenabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_issportscategoryenabled; + partial void Onmsdyn_issportscategoryenabledChanging(global::System.Nullable value); + partial void Onmsdyn_issportscategoryenabledChanged(); + /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -406765,27 +406794,27 @@ public static msdyn_icebreakersconfig Createmsdyn_icebreakersconfig(global::Micr partial void Onmsdyn_icebreakersconfigidChanging(global::System.Nullable value); partial void Onmsdyn_icebreakersconfigidChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value 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 _modifiedonbehalfby_value + public virtual global::System.Nullable statecode { get { - return this.__modifiedonbehalfby_value; + return this._statecode; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -406809,6 +406838,28 @@ public static msdyn_icebreakersconfig Createmsdyn_icebreakersconfig(global::Micr partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// There are no comments for Property msdyn_isfamilycategoryenabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_isfamilycategoryenabled + { + get + { + return this._msdyn_isfamilycategoryenabled; + } + set + { + this.Onmsdyn_isfamilycategoryenabledChanging(value); + this._msdyn_isfamilycategoryenabled = value; + this.Onmsdyn_isfamilycategoryenabledChanged(); + this.OnPropertyChanged("msdyn_isfamilycategoryenabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_isfamilycategoryenabled; + partial void Onmsdyn_isfamilycategoryenabledChanging(global::System.Nullable value); + partial void Onmsdyn_isfamilycategoryenabledChanged(); + /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -406853,27 +406904,27 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property msdyn_ishealthcategoryenabled 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 msdyn_ishealthcategoryenabled { get { - return this.__createdonbehalfby_value; + return this._msdyn_ishealthcategoryenabled; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.Onmsdyn_ishealthcategoryenabledChanging(value); + this._msdyn_ishealthcategoryenabled = value; + this.Onmsdyn_ishealthcategoryenabledChanged(); + this.OnPropertyChanged("msdyn_ishealthcategoryenabled"); } } [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 _msdyn_ishealthcategoryenabled; + partial void Onmsdyn_ishealthcategoryenabledChanging(global::System.Nullable value); + partial void Onmsdyn_ishealthcategoryenabledChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -406897,27 +406948,27 @@ public virtual string msdyn_name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable _owningteam_value { get { - return this._statecode; + return this.__owningteam_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + 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 msdyn_isadminsettingenabled in the schema. /// @@ -406941,6 +406992,28 @@ public virtual string msdyn_name partial void Onmsdyn_isadminsettingenabledChanging(global::System.Nullable value); partial void Onmsdyn_isadminsettingenabledChanged(); /// + /// 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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -406985,27 +407058,27 @@ public virtual string msdyn_name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property msdyn_isentertainmentcategoryenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable msdyn_isentertainmentcategoryenabled { get { - return this.__owningteam_value; + return this._msdyn_isentertainmentcategoryenabled; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.Onmsdyn_isentertainmentcategoryenabledChanging(value); + this._msdyn_isentertainmentcategoryenabled = value; + this.Onmsdyn_isentertainmentcategoryenabledChanged(); + this.OnPropertyChanged("msdyn_isentertainmentcategoryenabled"); } } [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::System.Nullable _msdyn_isentertainmentcategoryenabled; + partial void Onmsdyn_isentertainmentcategoryenabledChanging(global::System.Nullable value); + partial void Onmsdyn_isentertainmentcategoryenabledChanged(); /// /// There are no comments for Property msdyn_aretermsaccepted in the schema. /// @@ -407029,49 +407102,27 @@ public virtual string msdyn_name partial void Onmsdyn_aretermsacceptedChanging(global::System.Nullable value); partial void Onmsdyn_aretermsacceptedChanged(); /// - /// There are no comments for Property msdyn_isentertainmentcategoryenabled in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_isentertainmentcategoryenabled - { - get - { - return this._msdyn_isentertainmentcategoryenabled; - } - set - { - this.Onmsdyn_isentertainmentcategoryenabledChanging(value); - this._msdyn_isentertainmentcategoryenabled = value; - this.Onmsdyn_isentertainmentcategoryenabledChanged(); - this.OnPropertyChanged("msdyn_isentertainmentcategoryenabled"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_isentertainmentcategoryenabled; - partial void Onmsdyn_isentertainmentcategoryenabledChanging(global::System.Nullable value); - partial void Onmsdyn_isentertainmentcategoryenabledChanged(); - /// - /// There are no comments for Property msdyn_ishealthcategoryenabled 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 msdyn_ishealthcategoryenabled + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._msdyn_ishealthcategoryenabled; + return this.__createdonbehalfby_value; } set { - this.Onmsdyn_ishealthcategoryenabledChanging(value); - this._msdyn_ishealthcategoryenabled = value; - this.Onmsdyn_ishealthcategoryenabledChanged(); - this.OnPropertyChanged("msdyn_ishealthcategoryenabled"); + 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 _msdyn_ishealthcategoryenabled; - partial void Onmsdyn_ishealthcategoryenabledChanging(global::System.Nullable value); - partial void Onmsdyn_ishealthcategoryenabledChanged(); + 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. /// @@ -407889,28 +407940,6 @@ public static msdyn_kmfederatedsearchconfig Createmsdyn_kmfederatedsearchconfig( return msdyn_kmfederatedsearchconfig; } /// - /// 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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -407933,71 +407962,71 @@ public static msdyn_kmfederatedsearchconfig Createmsdyn_kmfederatedsearchconfig( partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _modifiedby_value { get { - return this._importsequencenumber; + return this.__modifiedby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 createdon in the schema. + /// There are no comments for Property organization in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string organization { get { - return this._createdon; + return this._organization; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnorganizationChanging(value); + this._organization = value; + this.OnorganizationChanged(); + this.OnPropertyChanged("organization"); } } [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 string _organization; + partial void OnorganizationChanging(string value); + partial void OnorganizationChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__owningteam_value; + return this._timezoneruleversionnumber; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -408021,27 +408050,27 @@ public static msdyn_kmfederatedsearchconfig Createmsdyn_kmfederatedsearchconfig( partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable createdon { get { - return this._timezoneruleversionnumber; + return this._createdon; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property msdyn_kmfederatedsearchconfigid in the schema. /// @@ -408087,27 +408116,27 @@ public static msdyn_kmfederatedsearchconfig Createmsdyn_kmfederatedsearchconfig( partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property organization in the schema. + /// There are no comments for Property msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string organization + public virtual string msdyn_name { get { - return this._organization; + return this._msdyn_name; } set { - this.OnorganizationChanging(value); - this._organization = value; - this.OnorganizationChanged(); - this.OnPropertyChanged("organization"); + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _organization; - partial void OnorganizationChanging(string value); - partial void OnorganizationChanged(); + private string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -408131,27 +408160,27 @@ public virtual string organization partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__owningbusinessunit_value; + return this.__owningteam_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 statecode in the schema. /// @@ -408175,6 +408204,28 @@ public virtual string organization partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// 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 msdyn_description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -408219,49 +408270,49 @@ public virtual string msdyn_description partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__owninguser_value; + return this.__owningbusinessunit_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 searchtype in the schema. + /// 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 searchtype + public virtual global::System.Nullable _owninguser_value { get { - return this._searchtype; + return this.__owninguser_value; } set { - this.OnsearchtypeChanging(value); - this._searchtype = value; - this.OnsearchtypeChanged(); - this.OnPropertyChanged("searchtype"); + 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 _searchtype; - partial void OnsearchtypeChanging(global::System.Nullable value); - partial void OnsearchtypeChanged(); + 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 versionnumber in the schema. /// @@ -408285,6 +408336,28 @@ public virtual string msdyn_description partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// There are no comments for Property searchtype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable searchtype + { + get + { + return this._searchtype; + } + set + { + this.OnsearchtypeChanging(value); + this._searchtype = value; + this.OnsearchtypeChanged(); + this.OnPropertyChanged("searchtype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _searchtype; + partial void OnsearchtypeChanging(global::System.Nullable value); + partial void OnsearchtypeChanged(); + /// /// There are no comments for Property connectionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -408329,28 +408402,6 @@ public virtual string connectionid partial void OnisdefaultChanging(global::System.Nullable value); partial void OnisdefaultChanged(); /// - /// There are no comments for Property msdyn_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_name - { - get - { - return this._msdyn_name; - } - set - { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); - /// /// There are no comments for Property sharepointurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -409277,27 +409328,49 @@ public static msdyn_knowledgearticleimage Createmsdyn_knowledgearticleimage(glob return msdyn_knowledgearticleimage; } /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _ownerid_value { get { - return this._versionnumber; + return this.__ownerid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 _modifiedonbehalfby_value in the schema. /// @@ -409365,49 +409438,49 @@ public static msdyn_knowledgearticleimage Createmsdyn_knowledgearticleimage(glob partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property msdyn_knowledgearticleimageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable msdyn_knowledgearticleimageid { get { - return this.__ownerid_value; + return this._msdyn_knowledgearticleimageid; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.Onmsdyn_knowledgearticleimageidChanging(value); + this._msdyn_knowledgearticleimageid = value; + this.Onmsdyn_knowledgearticleimageidChanged(); + this.OnPropertyChanged("msdyn_knowledgearticleimageid"); } } [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::System.Nullable _msdyn_knowledgearticleimageid; + partial void Onmsdyn_knowledgearticleimageidChanging(global::System.Nullable value); + partial void Onmsdyn_knowledgearticleimageidChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _owninguser_value { get { - return this._utcconversiontimezonecode; + return this.__owninguser_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 statecode in the schema. /// @@ -409475,28 +409548,6 @@ public virtual string msdyn_blobfile_name partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// 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 _msdyn_parentknowledgearticleid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -409519,28 +409570,6 @@ public virtual string msdyn_blobfile_name partial void On_msdyn_parentknowledgearticleid_valueChanging(global::System.Nullable value); partial void On_msdyn_parentknowledgearticleid_valueChanged(); /// - /// There are no comments for Property msdyn_knowledgearticleimageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_knowledgearticleimageid - { - get - { - return this._msdyn_knowledgearticleimageid; - } - set - { - this.Onmsdyn_knowledgearticleimageidChanging(value); - this._msdyn_knowledgearticleimageid = value; - this.Onmsdyn_knowledgearticleimageidChanged(); - this.OnPropertyChanged("msdyn_knowledgearticleimageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_knowledgearticleimageid; - partial void Onmsdyn_knowledgearticleimageidChanging(global::System.Nullable value); - partial void Onmsdyn_knowledgearticleimageidChanged(); - /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -409651,27 +409680,27 @@ public virtual string msdyn_blobfile_name partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property msdyn_blobfile in the schema. + /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] msdyn_blobfile + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._msdyn_blobfile; + return this._timezoneruleversionnumber; } set { - this.Onmsdyn_blobfileChanging(value); - this._msdyn_blobfile = value; - this.Onmsdyn_blobfileChanged(); - this.OnPropertyChanged("msdyn_blobfile"); + this.OntimezoneruleversionnumberChanging(value); + this._timezoneruleversionnumber = value; + this.OntimezoneruleversionnumberChanged(); + this.OnPropertyChanged("timezoneruleversionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _msdyn_blobfile; - partial void Onmsdyn_blobfileChanging(byte[] value); - partial void Onmsdyn_blobfileChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property msdyn_filename in the schema. /// @@ -409695,27 +409724,27 @@ public virtual string msdyn_filename partial void Onmsdyn_filenameChanging(string value); partial void Onmsdyn_filenameChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable versionnumber { get { - return this._timezoneruleversionnumber; + return this._versionnumber; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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. /// @@ -409761,6 +409790,28 @@ public virtual string msdyn_filename partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// + /// There are no comments for Property msdyn_blobfile in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual byte[] msdyn_blobfile + { + get + { + return this._msdyn_blobfile; + } + set + { + this.Onmsdyn_blobfileChanging(value); + this._msdyn_blobfile = value; + this.Onmsdyn_blobfileChanged(); + this.OnPropertyChanged("msdyn_blobfile"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private byte[] _msdyn_blobfile; + partial void Onmsdyn_blobfileChanging(byte[] value); + partial void Onmsdyn_blobfileChanged(); + /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -410648,28 +410699,6 @@ public static msdyn_knowledgearticletemplate Createmsdyn_knowledgearticletemplat return msdyn_knowledgearticletemplate; } /// - /// There are no comments for Property msdyn_title in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_title - { - get - { - return this._msdyn_title; - } - set - { - this.Onmsdyn_titleChanging(value); - this._msdyn_title = value; - this.Onmsdyn_titleChanged(); - this.OnPropertyChanged("msdyn_title"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_title; - partial void Onmsdyn_titleChanging(string value); - partial void Onmsdyn_titleChanged(); - /// /// There are no comments for Property msdyn_LanguageLocaleIdName in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -410758,27 +410787,27 @@ public virtual string msdyn_name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property msdyn_content in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_content + public virtual global::System.Nullable versionnumber { get { - return this._msdyn_content; + return this._versionnumber; } set { - this.Onmsdyn_contentChanging(value); - this._msdyn_content = value; - this.Onmsdyn_contentChanged(); - this.OnPropertyChanged("msdyn_content"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_content; - partial void Onmsdyn_contentChanging(string value); - partial void Onmsdyn_contentChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property msdyn_keywords in the schema. /// @@ -410890,27 +410919,49 @@ public virtual string msdyn_description partial void Onmsdyn_isinternalChanging(global::System.Nullable value); partial void Onmsdyn_isinternalChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property msdyn_title in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string msdyn_title { get { - return this._versionnumber; + return this._msdyn_title; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onmsdyn_titleChanging(value); + this._msdyn_title = value; + this.Onmsdyn_titleChanged(); + this.OnPropertyChanged("msdyn_title"); } } [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 string _msdyn_title; + partial void Onmsdyn_titleChanging(string value); + partial void Onmsdyn_titleChanged(); + /// + /// 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. /// @@ -411132,27 +411183,27 @@ public virtual string msdyn_languagelocaleid partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_content in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string msdyn_content { get { - return this._utcconversiontimezonecode; + return this._msdyn_content; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_contentChanging(value); + this._msdyn_content = value; + this.Onmsdyn_contentChanged(); + this.OnPropertyChanged("msdyn_content"); } } [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 string _msdyn_content; + partial void Onmsdyn_contentChanging(string value); + partial void Onmsdyn_contentChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -412148,93 +412199,93 @@ public static msdyn_knowledgeinteractioninsight Createmsdyn_knowledgeinteraction partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property msdyn_articlerank in the schema. + /// There are no comments for Property msdyn_knowledgeinteractioninsightid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_articlerank + public virtual global::System.Nullable msdyn_knowledgeinteractioninsightid { get { - return this._msdyn_articlerank; + return this._msdyn_knowledgeinteractioninsightid; } set { - this.Onmsdyn_articlerankChanging(value); - this._msdyn_articlerank = value; - this.Onmsdyn_articlerankChanged(); - this.OnPropertyChanged("msdyn_articlerank"); + this.Onmsdyn_knowledgeinteractioninsightidChanging(value); + this._msdyn_knowledgeinteractioninsightid = value; + this.Onmsdyn_knowledgeinteractioninsightidChanged(); + this.OnPropertyChanged("msdyn_knowledgeinteractioninsightid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_articlerank; - partial void Onmsdyn_articlerankChanging(global::System.Nullable value); - partial void Onmsdyn_articlerankChanged(); + private global::System.Nullable _msdyn_knowledgeinteractioninsightid; + partial void Onmsdyn_knowledgeinteractioninsightidChanging(global::System.Nullable value); + partial void Onmsdyn_knowledgeinteractioninsightidChanged(); /// - /// There are no comments for Property msdyn_articlerelevance in the schema. + /// 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 msdyn_articlerelevance + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._msdyn_articlerelevance; + return this._utcconversiontimezonecode; } set { - this.Onmsdyn_articlerelevanceChanging(value); - this._msdyn_articlerelevance = value; - this.Onmsdyn_articlerelevanceChanged(); - this.OnPropertyChanged("msdyn_articlerelevance"); + 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 _msdyn_articlerelevance; - partial void Onmsdyn_articlerelevanceChanging(global::System.Nullable value); - partial void Onmsdyn_articlerelevanceChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property msdyn_interactiontype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual string msdyn_interactiontype { get { - return this._statecode; + return this._msdyn_interactiontype; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.Onmsdyn_interactiontypeChanging(value); + this._msdyn_interactiontype = value; + this.Onmsdyn_interactiontypeChanged(); + this.OnPropertyChanged("msdyn_interactiontype"); } } [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 string _msdyn_interactiontype; + partial void Onmsdyn_interactiontypeChanging(string value); + partial void Onmsdyn_interactiontypeChanged(); /// - /// There are no comments for Property msdyn_timestamp 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 msdyn_timestamp + public virtual global::System.Nullable statecode { get { - return this._msdyn_timestamp; + return this._statecode; } set { - this.Onmsdyn_timestampChanging(value); - this._msdyn_timestamp = value; - this.Onmsdyn_timestampChanged(); - this.OnPropertyChanged("msdyn_timestamp"); + 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 _msdyn_timestamp; - partial void Onmsdyn_timestampChanging(global::System.Nullable value); - partial void Onmsdyn_timestampChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -412258,115 +412309,115 @@ public static msdyn_knowledgeinteractioninsight Createmsdyn_knowledgeinteraction partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property msdyn_interactiontype in the schema. + /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_interactiontype + public virtual global::System.Nullable _owninguser_value { get { - return this._msdyn_interactiontype; + return this.__owninguser_value; } set { - this.Onmsdyn_interactiontypeChanging(value); - this._msdyn_interactiontype = value; - this.Onmsdyn_interactiontypeChanged(); - this.OnPropertyChanged("msdyn_interactiontype"); + 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 string _msdyn_interactiontype; - partial void Onmsdyn_interactiontypeChanging(string value); - partial void Onmsdyn_interactiontypeChanged(); + 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 msdyn_knowledgeinteractioninsightid in the schema. + /// There are no comments for Property msdyn_articlerank in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_knowledgeinteractioninsightid + public virtual global::System.Nullable msdyn_articlerank { get { - return this._msdyn_knowledgeinteractioninsightid; + return this._msdyn_articlerank; } set { - this.Onmsdyn_knowledgeinteractioninsightidChanging(value); - this._msdyn_knowledgeinteractioninsightid = value; - this.Onmsdyn_knowledgeinteractioninsightidChanged(); - this.OnPropertyChanged("msdyn_knowledgeinteractioninsightid"); + this.Onmsdyn_articlerankChanging(value); + this._msdyn_articlerank = value; + this.Onmsdyn_articlerankChanged(); + this.OnPropertyChanged("msdyn_articlerank"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_knowledgeinteractioninsightid; - partial void Onmsdyn_knowledgeinteractioninsightidChanging(global::System.Nullable value); - partial void Onmsdyn_knowledgeinteractioninsightidChanged(); + private global::System.Nullable _msdyn_articlerank; + partial void Onmsdyn_articlerankChanging(global::System.Nullable value); + partial void Onmsdyn_articlerankChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property msdyn_timestamp 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 msdyn_timestamp { get { - return this.__createdby_value; + return this._msdyn_timestamp; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onmsdyn_timestampChanging(value); + this._msdyn_timestamp = value; + this.Onmsdyn_timestampChanged(); + this.OnPropertyChanged("msdyn_timestamp"); } } [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 _msdyn_timestamp; + partial void Onmsdyn_timestampChanging(global::System.Nullable value); + partial void Onmsdyn_timestampChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property msdyn_articlerelevance in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable msdyn_articlerelevance { get { - return this._importsequencenumber; + return this._msdyn_articlerelevance; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.Onmsdyn_articlerelevanceChanging(value); + this._msdyn_articlerelevance = value; + this.Onmsdyn_articlerelevanceChanged(); + this.OnPropertyChanged("msdyn_articlerelevance"); } } [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(); + private global::System.Nullable _msdyn_articlerelevance; + partial void Onmsdyn_articlerelevanceChanging(global::System.Nullable value); + partial void Onmsdyn_articlerelevanceChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable importsequencenumber { get { - return this._overriddencreatedon; + return this._importsequencenumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -412434,27 +412485,27 @@ public virtual string msdyn_interactioncontext partial void Onmsdyn_interactioncontextChanging(string value); partial void Onmsdyn_interactioncontextChanged(); /// - /// There are no comments for Property msdyn_articlerecordid in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_articlerecordid + public virtual global::System.Nullable overriddencreatedon { get { - return this._msdyn_articlerecordid; + return this._overriddencreatedon; } set { - this.Onmsdyn_articlerecordidChanging(value); - this._msdyn_articlerecordid = value; - this.Onmsdyn_articlerecordidChanged(); - this.OnPropertyChanged("msdyn_articlerecordid"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_articlerecordid; - partial void Onmsdyn_articlerecordidChanging(string value); - partial void Onmsdyn_articlerecordidChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -412522,6 +412573,50 @@ public virtual string msdyn_knowledgeoperationtype partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// There are no comments for Property msdyn_knowledgeoperationid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_knowledgeoperationid + { + get + { + return this._msdyn_knowledgeoperationid; + } + set + { + this.Onmsdyn_knowledgeoperationidChanging(value); + this._msdyn_knowledgeoperationid = value; + this.Onmsdyn_knowledgeoperationidChanged(); + this.OnPropertyChanged("msdyn_knowledgeoperationid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_knowledgeoperationid; + partial void Onmsdyn_knowledgeoperationidChanging(string value); + partial void Onmsdyn_knowledgeoperationidChanged(); + /// + /// 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -412566,28 +412661,6 @@ public virtual string msdyn_knowledgeoperationtype partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -412632,49 +412705,27 @@ public virtual string msdyn_knowledgeoperationtype partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// 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 msdyn_knowledgeoperationid in the schema. + /// There are no comments for Property msdyn_articlerecordid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_knowledgeoperationid + public virtual string msdyn_articlerecordid { get { - return this._msdyn_knowledgeoperationid; + return this._msdyn_articlerecordid; } set { - this.Onmsdyn_knowledgeoperationidChanging(value); - this._msdyn_knowledgeoperationid = value; - this.Onmsdyn_knowledgeoperationidChanged(); - this.OnPropertyChanged("msdyn_knowledgeoperationid"); + this.Onmsdyn_articlerecordidChanging(value); + this._msdyn_articlerecordid = value; + this.Onmsdyn_articlerecordidChanged(); + this.OnPropertyChanged("msdyn_articlerecordid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_knowledgeoperationid; - partial void Onmsdyn_knowledgeoperationidChanging(string value); - partial void Onmsdyn_knowledgeoperationidChanged(); + private string _msdyn_articlerecordid; + partial void Onmsdyn_articlerecordidChanging(string value); + partial void Onmsdyn_articlerecordidChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -413471,28 +413522,6 @@ public static msdyn_knowledgesearchinsight Createmsdyn_knowledgesearchinsight(gl return msdyn_knowledgesearchinsight; } /// - /// 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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -413559,27 +413588,49 @@ public virtual string msdyn_customcontrolid partial void Onmsdyn_customcontrolidChanging(string value); partial void Onmsdyn_customcontrolidChanged(); /// - /// There are no comments for Property msdyn_entityrecordid in the schema. + /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_entityrecordid + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_entityrecordid; + return this.__ownerid_value; } set { - this.Onmsdyn_entityrecordidChanging(value); - this._msdyn_entityrecordid = value; - this.Onmsdyn_entityrecordidChanged(); - this.OnPropertyChanged("msdyn_entityrecordid"); + 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 string _msdyn_entityrecordid; - partial void Onmsdyn_entityrecordidChanging(string value); - partial void Onmsdyn_entityrecordidChanged(); + 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 msdyn_sortby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_sortby + { + get + { + return this._msdyn_sortby; + } + set + { + this.Onmsdyn_sortbyChanging(value); + this._msdyn_sortby = value; + this.Onmsdyn_sortbyChanged(); + this.OnPropertyChanged("msdyn_sortby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_sortby; + partial void Onmsdyn_sortbyChanging(string value); + partial void Onmsdyn_sortbyChanged(); /// /// There are no comments for Property msdyn_responsetime in the schema. /// @@ -413603,28 +413654,6 @@ public virtual string msdyn_entityrecordid partial void Onmsdyn_responsetimeChanging(global::System.Nullable value); partial void Onmsdyn_responsetimeChanged(); /// - /// There are no comments for Property msdyn_resultcount in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_resultcount - { - get - { - return this._msdyn_resultcount; - } - set - { - this.Onmsdyn_resultcountChanging(value); - this._msdyn_resultcount = value; - this.Onmsdyn_resultcountChanged(); - this.OnPropertyChanged("msdyn_resultcount"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_resultcount; - partial void Onmsdyn_resultcountChanging(global::System.Nullable value); - partial void Onmsdyn_resultcountChanged(); - /// /// There are no comments for Property msdyn_searchproviderid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -413647,28 +413676,6 @@ public virtual string msdyn_searchproviderid partial void Onmsdyn_searchprovideridChanging(string value); partial void Onmsdyn_searchprovideridChanged(); /// - /// 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -413845,27 +413852,27 @@ public virtual string msdyn_correlationid partial void Onmsdyn_timestampChanging(global::System.Nullable value); partial void Onmsdyn_timestampChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable modifiedon { get { - return this.__owningbusinessunit_value; + return this._modifiedon; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property msdyn_initiatedby in the schema. /// @@ -413933,27 +413940,49 @@ public virtual string msdyn_searchtype partial void Onmsdyn_searchtypeChanging(string value); partial void Onmsdyn_searchtypeChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property msdyn_applicationname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual string msdyn_applicationname { get { - return this.__owninguser_value; + return this._msdyn_applicationname; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.Onmsdyn_applicationnameChanging(value); + this._msdyn_applicationname = value; + this.Onmsdyn_applicationnameChanged(); + this.OnPropertyChanged("msdyn_applicationname"); } } [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(); + private string _msdyn_applicationname; + partial void Onmsdyn_applicationnameChanging(string value); + partial void Onmsdyn_applicationnameChanged(); + /// + /// 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 overriddencreatedon in the schema. /// @@ -414021,27 +414050,49 @@ public virtual string msdyn_searchterm partial void Onmsdyn_searchtermChanging(string value); partial void Onmsdyn_searchtermChanged(); /// - /// There are no comments for Property msdyn_applicationname in the schema. + /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_applicationname + public virtual global::System.Nullable _owninguser_value { get { - return this._msdyn_applicationname; + return this.__owninguser_value; } set { - this.Onmsdyn_applicationnameChanging(value); - this._msdyn_applicationname = value; - this.Onmsdyn_applicationnameChanged(); - this.OnPropertyChanged("msdyn_applicationname"); + 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 string _msdyn_applicationname; - partial void Onmsdyn_applicationnameChanging(string value); - partial void Onmsdyn_applicationnameChanged(); + 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 _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 _modifiedby_value in the schema. /// @@ -414087,115 +414138,115 @@ public virtual string msdyn_applicationname partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable statuscode { get { - return this._utcconversiontimezonecode; + return this._statuscode; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__ownerid_value; + return this.__owningbusinessunit_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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 statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._statecode; + return this._utcconversiontimezonecode; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property msdyn_entityrecordid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual string msdyn_entityrecordid { get { - return this._modifiedon; + return this._msdyn_entityrecordid; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.Onmsdyn_entityrecordidChanging(value); + this._msdyn_entityrecordid = value; + this.Onmsdyn_entityrecordidChanged(); + this.OnPropertyChanged("msdyn_entityrecordid"); } } [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 string _msdyn_entityrecordid; + partial void Onmsdyn_entityrecordidChanging(string value); + partial void Onmsdyn_entityrecordidChanged(); /// - /// There are no comments for Property msdyn_sortby in the schema. + /// There are no comments for Property msdyn_resultcount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_sortby + public virtual global::System.Nullable msdyn_resultcount { get { - return this._msdyn_sortby; + return this._msdyn_resultcount; } set { - this.Onmsdyn_sortbyChanging(value); - this._msdyn_sortby = value; - this.Onmsdyn_sortbyChanged(); - this.OnPropertyChanged("msdyn_sortby"); + this.Onmsdyn_resultcountChanging(value); + this._msdyn_resultcount = value; + this.Onmsdyn_resultcountChanged(); + this.OnPropertyChanged("msdyn_resultcount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_sortby; - partial void Onmsdyn_sortbyChanging(string value); - partial void Onmsdyn_sortbyChanged(); + private global::System.Nullable _msdyn_resultcount; + partial void Onmsdyn_resultcountChanging(global::System.Nullable value); + partial void Onmsdyn_resultcountChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -414950,27 +415001,27 @@ public static msdyn_msteamssetting Createmsdyn_msteamssetting(global::Microsoft. return msdyn_msteamssetting; } /// - /// There are no comments for Property msdyn_tabserviceurl in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_tabserviceurl + public virtual global::System.Nullable versionnumber { get { - return this._msdyn_tabserviceurl; + return this._versionnumber; } set { - this.Onmsdyn_tabserviceurlChanging(value); - this._msdyn_tabserviceurl = value; - this.Onmsdyn_tabserviceurlChanged(); - this.OnPropertyChanged("msdyn_tabserviceurl"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_tabserviceurl; - partial void Onmsdyn_tabserviceurlChanging(string value); - partial void Onmsdyn_tabserviceurlChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property msdyn_msteamssettingsid in the schema. /// @@ -414994,49 +415045,27 @@ public virtual string msdyn_tabserviceurl partial void Onmsdyn_msteamssettingsidChanging(global::System.Nullable value); partial void Onmsdyn_msteamssettingsidChanged(); /// - /// 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 statuscode in the schema. + /// There are no comments for Property msdyn_tabserviceurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual string msdyn_tabserviceurl { get { - return this._statuscode; + return this._msdyn_tabserviceurl; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.Onmsdyn_tabserviceurlChanging(value); + this._msdyn_tabserviceurl = value; + this.Onmsdyn_tabserviceurlChanged(); + this.OnPropertyChanged("msdyn_tabserviceurl"); } } [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 string _msdyn_tabserviceurl; + partial void Onmsdyn_tabserviceurlChanging(string value); + partial void Onmsdyn_tabserviceurlChanged(); /// /// There are no comments for Property _owningteam_value in the schema. /// @@ -415126,28 +415155,6 @@ public virtual string msdyn_tabserviceurl partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -415214,6 +415221,28 @@ public virtual string msdyn_tabserviceurl partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// 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#")] @@ -415236,49 +415265,49 @@ public virtual string msdyn_tabserviceurl partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property msdyn_msteamssettingsname in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_msteamssettingsname + public virtual global::System.Nullable importsequencenumber { get { - return this._msdyn_msteamssettingsname; + return this._importsequencenumber; } set { - this.Onmsdyn_msteamssettingsnameChanging(value); - this._msdyn_msteamssettingsname = value; - this.Onmsdyn_msteamssettingsnameChanged(); - this.OnPropertyChanged("msdyn_msteamssettingsname"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_msteamssettingsname; - partial void Onmsdyn_msteamssettingsnameChanging(string value); - partial void Onmsdyn_msteamssettingsnameChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__owninguser_value; + return this.__owningbusinessunit_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 utcconversiontimezonecode in the schema. /// @@ -415346,27 +415375,49 @@ public virtual string msdyn_msteamssettingsname partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _owninguser_value { get { - return this._importsequencenumber; + return this.__owninguser_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 msdyn_msteamssettingsname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_msteamssettingsname + { + get + { + return this._msdyn_msteamssettingsname; + } + set + { + this.Onmsdyn_msteamssettingsnameChanging(value); + this._msdyn_msteamssettingsname = value; + this.Onmsdyn_msteamssettingsnameChanged(); + this.OnPropertyChanged("msdyn_msteamssettingsname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_msteamssettingsname; + partial void Onmsdyn_msteamssettingsnameChanging(string value); + partial void Onmsdyn_msteamssettingsnameChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -417173,6 +417224,28 @@ public virtual string msdyn_name partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// + /// There are no comments for Property msdyn_notesanalysisconfigid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_notesanalysisconfigid + { + get + { + return this._msdyn_notesanalysisconfigid; + } + set + { + this.Onmsdyn_notesanalysisconfigidChanging(value); + this._msdyn_notesanalysisconfigid = value; + this.Onmsdyn_notesanalysisconfigidChanged(); + this.OnPropertyChanged("msdyn_notesanalysisconfigid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_notesanalysisconfigid; + partial void Onmsdyn_notesanalysisconfigidChanging(global::System.Nullable value); + partial void Onmsdyn_notesanalysisconfigidChanged(); + /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -417217,28 +417290,6 @@ public virtual string msdyn_name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 msdyn_throttlelimit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -417437,27 +417488,27 @@ public virtual string msdyn_name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property msdyn_notesanalysisconfigid in the schema. + /// 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 msdyn_notesanalysisconfigid + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_notesanalysisconfigid; + return this.__ownerid_value; } set { - this.Onmsdyn_notesanalysisconfigidChanging(value); - this._msdyn_notesanalysisconfigid = value; - this.Onmsdyn_notesanalysisconfigidChanged(); - this.OnPropertyChanged("msdyn_notesanalysisconfigid"); + 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 _msdyn_notesanalysisconfigid; - partial void Onmsdyn_notesanalysisconfigidChanging(global::System.Nullable value); - partial void Onmsdyn_notesanalysisconfigidChanged(); + 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 _owningbusinessunit_value in the schema. /// @@ -417876,49 +417927,27 @@ public virtual string msdyn_parameter7name partial void Onmsdyn_parameter7nameChanging(string value); partial void Onmsdyn_parameter7nameChanged(); /// - /// There are no comments for Property msdyn_description in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_description - { - get - { - return this._msdyn_description; - } - set - { - this.Onmsdyn_descriptionChanging(value); - this._msdyn_description = value; - this.Onmsdyn_descriptionChanged(); - this.OnPropertyChanged("msdyn_description"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_description; - partial void Onmsdyn_descriptionChanging(string value); - partial void Onmsdyn_descriptionChanged(); - /// - /// There are no comments for Property msdyn_parameter3name in the schema. + /// There are no comments for Property msdyn_parameter8value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter3name + public virtual string msdyn_parameter8value { get { - return this._msdyn_parameter3name; + return this._msdyn_parameter8value; } set { - this.Onmsdyn_parameter3nameChanging(value); - this._msdyn_parameter3name = value; - this.Onmsdyn_parameter3nameChanged(); - this.OnPropertyChanged("msdyn_parameter3name"); + this.Onmsdyn_parameter8valueChanging(value); + this._msdyn_parameter8value = value; + this.Onmsdyn_parameter8valueChanged(); + this.OnPropertyChanged("msdyn_parameter8value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter3name; - partial void Onmsdyn_parameter3nameChanging(string value); - partial void Onmsdyn_parameter3nameChanged(); + private string _msdyn_parameter8value; + partial void Onmsdyn_parameter8valueChanging(string value); + partial void Onmsdyn_parameter8valueChanged(); /// /// There are no comments for Property msdyn_isparameter3header in the schema. /// @@ -417986,28 +418015,6 @@ public virtual string msdyn_parameter3name partial void Onmsdyn_timeoutChanging(global::System.Nullable value); partial void Onmsdyn_timeoutChanged(); /// - /// There are no comments for Property msdyn_parameter4value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter4value - { - get - { - return this._msdyn_parameter4value; - } - set - { - this.Onmsdyn_parameter4valueChanging(value); - this._msdyn_parameter4value = value; - this.Onmsdyn_parameter4valueChanged(); - this.OnPropertyChanged("msdyn_parameter4value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter4value; - partial void Onmsdyn_parameter4valueChanging(string value); - partial void Onmsdyn_parameter4valueChanged(); - /// /// There are no comments for Property msdyn_parameter10value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -418030,49 +418037,49 @@ public virtual string msdyn_parameter10value partial void Onmsdyn_parameter10valueChanging(string value); partial void Onmsdyn_parameter10valueChanged(); /// - /// There are no comments for Property msdyn_parameter10name in the schema. + /// There are no comments for Property msdyn_parameter9value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter10name + public virtual string msdyn_parameter9value { get { - return this._msdyn_parameter10name; + return this._msdyn_parameter9value; } set { - this.Onmsdyn_parameter10nameChanging(value); - this._msdyn_parameter10name = value; - this.Onmsdyn_parameter10nameChanged(); - this.OnPropertyChanged("msdyn_parameter10name"); + this.Onmsdyn_parameter9valueChanging(value); + this._msdyn_parameter9value = value; + this.Onmsdyn_parameter9valueChanged(); + this.OnPropertyChanged("msdyn_parameter9value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter10name; - partial void Onmsdyn_parameter10nameChanging(string value); - partial void Onmsdyn_parameter10nameChanged(); + private string _msdyn_parameter9value; + partial void Onmsdyn_parameter9valueChanging(string value); + partial void Onmsdyn_parameter9valueChanged(); /// - /// There are no comments for Property msdyn_parameter5value in the schema. + /// There are no comments for Property msdyn_parameter2value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter5value + public virtual string msdyn_parameter2value { get { - return this._msdyn_parameter5value; + return this._msdyn_parameter2value; } set { - this.Onmsdyn_parameter5valueChanging(value); - this._msdyn_parameter5value = value; - this.Onmsdyn_parameter5valueChanged(); - this.OnPropertyChanged("msdyn_parameter5value"); + this.Onmsdyn_parameter2valueChanging(value); + this._msdyn_parameter2value = value; + this.Onmsdyn_parameter2valueChanged(); + this.OnPropertyChanged("msdyn_parameter2value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter5value; - partial void Onmsdyn_parameter5valueChanging(string value); - partial void Onmsdyn_parameter5valueChanged(); + private string _msdyn_parameter2value; + partial void Onmsdyn_parameter2valueChanging(string value); + partial void Onmsdyn_parameter2valueChanged(); /// /// There are no comments for Property msdyn_parameter8name in the schema. /// @@ -418140,6 +418147,28 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// + /// There are no comments for Property msdyn_isparameter2header in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_isparameter2header + { + get + { + return this._msdyn_isparameter2header; + } + set + { + this.Onmsdyn_isparameter2headerChanging(value); + this._msdyn_isparameter2header = value; + this.Onmsdyn_isparameter2headerChanged(); + this.OnPropertyChanged("msdyn_isparameter2header"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_isparameter2header; + partial void Onmsdyn_isparameter2headerChanging(global::System.Nullable value); + partial void Onmsdyn_isparameter2headerChanged(); + /// /// There are no comments for Property msdyn_isparameter4header in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -418206,27 +418235,71 @@ public virtual string msdyn_parameter2name partial void Onmsdyn_parameter2nameChanging(string value); partial void Onmsdyn_parameter2nameChanged(); /// - /// There are no comments for Property msdyn_parameter7value in the schema. + /// There are no comments for Property msdyn_parameter10name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter7value + public virtual string msdyn_parameter10name { get { - return this._msdyn_parameter7value; + return this._msdyn_parameter10name; } set { - this.Onmsdyn_parameter7valueChanging(value); - this._msdyn_parameter7value = value; - this.Onmsdyn_parameter7valueChanged(); - this.OnPropertyChanged("msdyn_parameter7value"); + this.Onmsdyn_parameter10nameChanging(value); + this._msdyn_parameter10name = value; + this.Onmsdyn_parameter10nameChanged(); + this.OnPropertyChanged("msdyn_parameter10name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter7value; - partial void Onmsdyn_parameter7valueChanging(string value); - partial void Onmsdyn_parameter7valueChanged(); + private string _msdyn_parameter10name; + partial void Onmsdyn_parameter10nameChanging(string value); + partial void Onmsdyn_parameter10nameChanged(); + /// + /// There are no comments for Property msdyn_isparameter1header in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_isparameter1header + { + get + { + return this._msdyn_isparameter1header; + } + set + { + this.Onmsdyn_isparameter1headerChanging(value); + this._msdyn_isparameter1header = value; + this.Onmsdyn_isparameter1headerChanged(); + this.OnPropertyChanged("msdyn_isparameter1header"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_isparameter1header; + partial void Onmsdyn_isparameter1headerChanging(global::System.Nullable value); + partial void Onmsdyn_isparameter1headerChanged(); + /// + /// There are no comments for Property msdyn_description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_description + { + get + { + return this._msdyn_description; + } + set + { + this.Onmsdyn_descriptionChanging(value); + this._msdyn_description = value; + this.Onmsdyn_descriptionChanged(); + this.OnPropertyChanged("msdyn_description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_description; + partial void Onmsdyn_descriptionChanging(string value); + partial void Onmsdyn_descriptionChanged(); /// /// There are no comments for Property msdyn_parameter6name in the schema. /// @@ -418272,71 +418345,71 @@ public virtual string msdyn_uri partial void Onmsdyn_uriChanging(string value); partial void Onmsdyn_uriChanged(); /// - /// There are no comments for Property msdyn_parameter8value in the schema. + /// There are no comments for Property msdyn_parameter7value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter8value + public virtual string msdyn_parameter7value { get { - return this._msdyn_parameter8value; + return this._msdyn_parameter7value; } set { - this.Onmsdyn_parameter8valueChanging(value); - this._msdyn_parameter8value = value; - this.Onmsdyn_parameter8valueChanged(); - this.OnPropertyChanged("msdyn_parameter8value"); + this.Onmsdyn_parameter7valueChanging(value); + this._msdyn_parameter7value = value; + this.Onmsdyn_parameter7valueChanged(); + this.OnPropertyChanged("msdyn_parameter7value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter8value; - partial void Onmsdyn_parameter8valueChanging(string value); - partial void Onmsdyn_parameter8valueChanged(); + private string _msdyn_parameter7value; + partial void Onmsdyn_parameter7valueChanging(string value); + partial void Onmsdyn_parameter7valueChanged(); /// - /// There are no comments for Property msdyn_parameter4name in the schema. + /// There are no comments for Property msdyn_parameter5name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter4name + public virtual string msdyn_parameter5name { get { - return this._msdyn_parameter4name; + return this._msdyn_parameter5name; } set { - this.Onmsdyn_parameter4nameChanging(value); - this._msdyn_parameter4name = value; - this.Onmsdyn_parameter4nameChanged(); - this.OnPropertyChanged("msdyn_parameter4name"); + this.Onmsdyn_parameter5nameChanging(value); + this._msdyn_parameter5name = value; + this.Onmsdyn_parameter5nameChanged(); + this.OnPropertyChanged("msdyn_parameter5name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter4name; - partial void Onmsdyn_parameter4nameChanging(string value); - partial void Onmsdyn_parameter4nameChanged(); + private string _msdyn_parameter5name; + partial void Onmsdyn_parameter5nameChanging(string value); + partial void Onmsdyn_parameter5nameChanged(); /// - /// There are no comments for Property msdyn_parameter9value in the schema. + /// There are no comments for Property msdyn_odatav4dsid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter9value + public virtual global::System.Nullable msdyn_odatav4dsid { get { - return this._msdyn_parameter9value; + return this._msdyn_odatav4dsid; } set { - this.Onmsdyn_parameter9valueChanging(value); - this._msdyn_parameter9value = value; - this.Onmsdyn_parameter9valueChanged(); - this.OnPropertyChanged("msdyn_parameter9value"); + this.Onmsdyn_odatav4dsidChanging(value); + this._msdyn_odatav4dsid = value; + this.Onmsdyn_odatav4dsidChanged(); + this.OnPropertyChanged("msdyn_odatav4dsid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter9value; - partial void Onmsdyn_parameter9valueChanging(string value); - partial void Onmsdyn_parameter9valueChanged(); + private global::System.Nullable _msdyn_odatav4dsid; + partial void Onmsdyn_odatav4dsidChanging(global::System.Nullable value); + partial void Onmsdyn_odatav4dsidChanged(); /// /// There are no comments for Property msdyn_isparameter9header in the schema. /// @@ -418360,6 +418433,28 @@ public virtual string msdyn_parameter9value partial void Onmsdyn_isparameter9headerChanging(global::System.Nullable value); partial void Onmsdyn_isparameter9headerChanged(); /// + /// There are no comments for Property msdyn_parameter4value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_parameter4value + { + get + { + return this._msdyn_parameter4value; + } + set + { + this.Onmsdyn_parameter4valueChanging(value); + this._msdyn_parameter4value = value; + this.Onmsdyn_parameter4valueChanged(); + this.OnPropertyChanged("msdyn_parameter4value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_parameter4value; + partial void Onmsdyn_parameter4valueChanging(string value); + partial void Onmsdyn_parameter4valueChanged(); + /// /// There are no comments for Property msdyn_isparameter10header in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -418404,28 +418499,6 @@ public virtual string msdyn_parameter9name partial void Onmsdyn_parameter9nameChanging(string value); partial void Onmsdyn_parameter9nameChanged(); /// - /// There are no comments for Property msdyn_paginationtype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_paginationtype - { - get - { - return this._msdyn_paginationtype; - } - set - { - this.Onmsdyn_paginationtypeChanging(value); - this._msdyn_paginationtype = value; - this.Onmsdyn_paginationtypeChanged(); - this.OnPropertyChanged("msdyn_paginationtype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_paginationtype; - partial void Onmsdyn_paginationtypeChanging(global::System.Nullable value); - partial void Onmsdyn_paginationtypeChanged(); - /// /// There are no comments for Property msdyn_paginationmode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -418448,28 +418521,6 @@ public virtual string msdyn_parameter9name partial void Onmsdyn_paginationmodeChanging(global::System.Nullable value); partial void Onmsdyn_paginationmodeChanged(); /// - /// There are no comments for Property msdyn_odatav4dsid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_odatav4dsid - { - get - { - return this._msdyn_odatav4dsid; - } - set - { - this.Onmsdyn_odatav4dsidChanging(value); - this._msdyn_odatav4dsid = value; - this.Onmsdyn_odatav4dsidChanged(); - this.OnPropertyChanged("msdyn_odatav4dsid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_odatav4dsid; - partial void Onmsdyn_odatav4dsidChanging(global::System.Nullable value); - partial void Onmsdyn_odatav4dsidChanged(); - /// /// There are no comments for Property msdyn_isparameter6header in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -418492,71 +418543,71 @@ public virtual string msdyn_parameter9name partial void Onmsdyn_isparameter6headerChanging(global::System.Nullable value); partial void Onmsdyn_isparameter6headerChanged(); /// - /// There are no comments for Property msdyn_isparameter2header in the schema. + /// There are no comments for Property msdyn_isparameter8header in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_isparameter2header + public virtual global::System.Nullable msdyn_isparameter8header { get { - return this._msdyn_isparameter2header; + return this._msdyn_isparameter8header; } set { - this.Onmsdyn_isparameter2headerChanging(value); - this._msdyn_isparameter2header = value; - this.Onmsdyn_isparameter2headerChanged(); - this.OnPropertyChanged("msdyn_isparameter2header"); + this.Onmsdyn_isparameter8headerChanging(value); + this._msdyn_isparameter8header = value; + this.Onmsdyn_isparameter8headerChanged(); + this.OnPropertyChanged("msdyn_isparameter8header"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_isparameter2header; - partial void Onmsdyn_isparameter2headerChanging(global::System.Nullable value); - partial void Onmsdyn_isparameter2headerChanged(); + private global::System.Nullable _msdyn_isparameter8header; + partial void Onmsdyn_isparameter8headerChanging(global::System.Nullable value); + partial void Onmsdyn_isparameter8headerChanged(); /// - /// There are no comments for Property msdyn_isparameter8header in the schema. + /// There are no comments for Property msdyn_paginationtype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_isparameter8header + public virtual global::System.Nullable msdyn_paginationtype { get { - return this._msdyn_isparameter8header; + return this._msdyn_paginationtype; } set { - this.Onmsdyn_isparameter8headerChanging(value); - this._msdyn_isparameter8header = value; - this.Onmsdyn_isparameter8headerChanged(); - this.OnPropertyChanged("msdyn_isparameter8header"); + this.Onmsdyn_paginationtypeChanging(value); + this._msdyn_paginationtype = value; + this.Onmsdyn_paginationtypeChanged(); + this.OnPropertyChanged("msdyn_paginationtype"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_isparameter8header; - partial void Onmsdyn_isparameter8headerChanging(global::System.Nullable value); - partial void Onmsdyn_isparameter8headerChanged(); + private global::System.Nullable _msdyn_paginationtype; + partial void Onmsdyn_paginationtypeChanging(global::System.Nullable value); + partial void Onmsdyn_paginationtypeChanged(); /// - /// There are no comments for Property msdyn_isparameter1header in the schema. + /// There are no comments for Property msdyn_parameter3name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_isparameter1header + public virtual string msdyn_parameter3name { get { - return this._msdyn_isparameter1header; + return this._msdyn_parameter3name; } set { - this.Onmsdyn_isparameter1headerChanging(value); - this._msdyn_isparameter1header = value; - this.Onmsdyn_isparameter1headerChanged(); - this.OnPropertyChanged("msdyn_isparameter1header"); + this.Onmsdyn_parameter3nameChanging(value); + this._msdyn_parameter3name = value; + this.Onmsdyn_parameter3nameChanged(); + this.OnPropertyChanged("msdyn_parameter3name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_isparameter1header; - partial void Onmsdyn_isparameter1headerChanging(global::System.Nullable value); - partial void Onmsdyn_isparameter1headerChanged(); + private string _msdyn_parameter3name; + partial void Onmsdyn_parameter3nameChanging(string value); + partial void Onmsdyn_parameter3nameChanged(); /// /// There are no comments for Property msdyn_parameter3value in the schema. /// @@ -418580,6 +418631,28 @@ public virtual string msdyn_parameter3value partial void Onmsdyn_parameter3valueChanging(string value); partial void Onmsdyn_parameter3valueChanged(); /// + /// There are no comments for Property msdyn_parameter4name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_parameter4name + { + get + { + return this._msdyn_parameter4name; + } + set + { + this.Onmsdyn_parameter4nameChanging(value); + this._msdyn_parameter4name = value; + this.Onmsdyn_parameter4nameChanged(); + this.OnPropertyChanged("msdyn_parameter4name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_parameter4name; + partial void Onmsdyn_parameter4nameChanging(string value); + partial void Onmsdyn_parameter4nameChanged(); + /// /// There are no comments for Property msdyn_parameter1name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -418624,49 +418697,27 @@ public virtual string msdyn_parameter6value partial void Onmsdyn_parameter6valueChanging(string value); partial void Onmsdyn_parameter6valueChanged(); /// - /// There are no comments for Property msdyn_parameter5name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter5name - { - get - { - return this._msdyn_parameter5name; - } - set - { - this.Onmsdyn_parameter5nameChanging(value); - this._msdyn_parameter5name = value; - this.Onmsdyn_parameter5nameChanged(); - this.OnPropertyChanged("msdyn_parameter5name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter5name; - partial void Onmsdyn_parameter5nameChanging(string value); - partial void Onmsdyn_parameter5nameChanged(); - /// - /// There are no comments for Property msdyn_parameter2value in the schema. + /// There are no comments for Property msdyn_parameter5value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parameter2value + public virtual string msdyn_parameter5value { get { - return this._msdyn_parameter2value; + return this._msdyn_parameter5value; } set { - this.Onmsdyn_parameter2valueChanging(value); - this._msdyn_parameter2value = value; - this.Onmsdyn_parameter2valueChanged(); - this.OnPropertyChanged("msdyn_parameter2value"); + this.Onmsdyn_parameter5valueChanging(value); + this._msdyn_parameter5value = value; + this.Onmsdyn_parameter5valueChanged(); + this.OnPropertyChanged("msdyn_parameter5value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parameter2value; - partial void Onmsdyn_parameter2valueChanging(string value); - partial void Onmsdyn_parameter2valueChanged(); + private string _msdyn_parameter5value; + partial void Onmsdyn_parameter5valueChanging(string value); + partial void Onmsdyn_parameter5valueChanged(); } /// /// There are no comments for msdyn_playbookactivitySingle in the schema. @@ -419173,49 +419224,49 @@ public static msdyn_playbookactivity Createmsdyn_playbookactivity(global::Micros return msdyn_playbookactivity; } /// - /// There are no comments for Property _ownerid_value 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 _ownerid_value + public virtual global::System.Nullable statecode { get { - return this.__ownerid_value; + return this._statecode; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable importsequencenumber { get { - return this._statecode; + return this._importsequencenumber; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property msdyn_activityType in the schema. /// @@ -419239,6 +419290,28 @@ public static msdyn_playbookactivity Createmsdyn_playbookactivity(global::Micros partial void Onmsdyn_activityTypeChanging(global::System.Nullable value); partial void Onmsdyn_activityTypeChanged(); /// + /// 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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -419261,6 +419334,50 @@ public static msdyn_playbookactivity Createmsdyn_playbookactivity(global::Micros partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -419327,28 +419444,6 @@ public static msdyn_playbookactivity Createmsdyn_playbookactivity(global::Micros partial void On_msdyn_playbooktemplateid_valueChanging(global::System.Nullable value); partial void On_msdyn_playbooktemplateid_valueChanged(); /// - /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -419371,71 +419466,71 @@ public static msdyn_playbookactivity Createmsdyn_playbookactivity(global::Micros 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. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__owningbusinessunit_value; + return this._utcconversiontimezonecode; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_playbookactivityid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable msdyn_playbookactivityid { get { - return this._utcconversiontimezonecode; + return this._msdyn_playbookactivityid; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_playbookactivityidChanging(value); + this._msdyn_playbookactivityid = value; + this.Onmsdyn_playbookactivityidChanged(); + this.OnPropertyChanged("msdyn_playbookactivityid"); } } [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::System.Nullable _msdyn_playbookactivityid; + partial void Onmsdyn_playbookactivityidChanging(global::System.Nullable value); + partial void Onmsdyn_playbookactivityidChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property msdyn_activityLogicalName in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string msdyn_activityLogicalName { get { - return this._timezoneruleversionnumber; + return this._msdyn_activityLogicalName; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onmsdyn_activityLogicalNameChanging(value); + this._msdyn_activityLogicalName = value; + this.Onmsdyn_activityLogicalNameChanged(); + this.OnPropertyChanged("msdyn_activityLogicalName"); } } [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 string _msdyn_activityLogicalName; + partial void Onmsdyn_activityLogicalNameChanging(string value); + partial void Onmsdyn_activityLogicalNameChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -419525,27 +419620,27 @@ public static msdyn_playbookactivity Createmsdyn_playbookactivity(global::Micros partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property msdyn_activityLogicalName in the schema. + /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_activityLogicalName + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_activityLogicalName; + return this.__ownerid_value; } set { - this.Onmsdyn_activityLogicalNameChanging(value); - this._msdyn_activityLogicalName = value; - this.Onmsdyn_activityLogicalNameChanged(); - this.OnPropertyChanged("msdyn_activityLogicalName"); + 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 string _msdyn_activityLogicalName; - partial void Onmsdyn_activityLogicalNameChanging(string value); - partial void Onmsdyn_activityLogicalNameChanged(); + 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 msdyn_playbookactivity_json in the schema. /// @@ -419613,50 +419708,6 @@ public virtual string msdyn_subject partial void Onmsdyn_subjectChanging(string value); partial void Onmsdyn_subjectChanged(); /// - /// 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 msdyn_playbookactivityid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_playbookactivityid - { - get - { - return this._msdyn_playbookactivityid; - } - set - { - this.Onmsdyn_playbookactivityidChanging(value); - this._msdyn_playbookactivityid = value; - this.Onmsdyn_playbookactivityidChanged(); - this.OnPropertyChanged("msdyn_playbookactivityid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_playbookactivityid; - partial void Onmsdyn_playbookactivityidChanging(global::System.Nullable value); - partial void Onmsdyn_playbookactivityidChanged(); - /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -420591,27 +420642,27 @@ public static msdyn_playbookactivityattribute Createmsdyn_playbookactivityattrib partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property msdyn_playbookactivityattributeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable msdyn_playbookactivityattributeid { get { - return this.__owningbusinessunit_value; + return this._msdyn_playbookactivityattributeid; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.Onmsdyn_playbookactivityattributeidChanging(value); + this._msdyn_playbookactivityattributeid = value; + this.Onmsdyn_playbookactivityattributeidChanged(); + this.OnPropertyChanged("msdyn_playbookactivityattributeid"); } } [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::System.Nullable _msdyn_playbookactivityattributeid; + partial void Onmsdyn_playbookactivityattributeidChanging(global::System.Nullable value); + partial void Onmsdyn_playbookactivityattributeidChanged(); /// /// There are no comments for Property msdyn_attributeValue in the schema. /// @@ -420657,27 +420708,49 @@ public virtual string msdyn_attributeValue partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _msdyn_playbookactivityid_value in the schema. + /// 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 _msdyn_playbookactivityid_value + public virtual global::System.Nullable versionnumber { get { - return this.__msdyn_playbookactivityid_value; + return this._versionnumber; } set { - this.On_msdyn_playbookactivityid_valueChanging(value); - this.__msdyn_playbookactivityid_value = value; - this.On_msdyn_playbookactivityid_valueChanged(); - this.OnPropertyChanged("_msdyn_playbookactivityid_value"); + 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 __msdyn_playbookactivityid_value; - partial void On_msdyn_playbookactivityid_valueChanging(global::System.Nullable value); - partial void On_msdyn_playbookactivityid_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// 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 overriddencreatedon in the schema. /// @@ -420723,28 +420796,6 @@ public virtual string msdyn_attributeValue partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// 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 _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -420789,28 +420840,6 @@ public virtual string msdyn_attributeValue partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property msdyn_playbookactivityattributeid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_playbookactivityattributeid - { - get - { - return this._msdyn_playbookactivityattributeid; - } - set - { - this.Onmsdyn_playbookactivityattributeidChanging(value); - this._msdyn_playbookactivityattributeid = value; - this.Onmsdyn_playbookactivityattributeidChanged(); - this.OnPropertyChanged("msdyn_playbookactivityattributeid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_playbookactivityattributeid; - partial void Onmsdyn_playbookactivityattributeidChanging(global::System.Nullable value); - partial void Onmsdyn_playbookactivityattributeidChanged(); - /// /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -420921,27 +420950,49 @@ public virtual string msdyn_attributeValue partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._importsequencenumber; + return this.__owningbusinessunit_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 _msdyn_playbookactivityid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _msdyn_playbookactivityid_value + { + get + { + return this.__msdyn_playbookactivityid_value; + } + set + { + this.On_msdyn_playbookactivityid_valueChanging(value); + this.__msdyn_playbookactivityid_value = value; + this.On_msdyn_playbookactivityid_valueChanged(); + this.OnPropertyChanged("_msdyn_playbookactivityid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __msdyn_playbookactivityid_value; + partial void On_msdyn_playbookactivityid_valueChanging(global::System.Nullable value); + partial void On_msdyn_playbookactivityid_valueChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -422001,6 +422052,28 @@ public static msdyn_playbookcategory Createmsdyn_playbookcategory(global::Micros partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -422199,28 +422272,6 @@ public virtual string msdyn_description partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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 msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -423829,115 +423880,115 @@ public static msdyn_playbookinstance Createmsdyn_playbookinstance(global::Micros partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable versionnumber { get { - return this.__modifiedonbehalfby_value; + return this._versionnumber; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._versionnumber; + return this._timezoneruleversionnumber; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property msdyn_name 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 string msdyn_name + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._msdyn_name; + return this.__createdonbehalfby_value; } set { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); + 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 string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); + 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 _msdyn_playbooktemplateid_value 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 _msdyn_playbooktemplateid_value + public virtual global::System.Nullable statecode { get { - return this.__msdyn_playbooktemplateid_value; + return this._statecode; } set { - this.On_msdyn_playbooktemplateid_valueChanging(value); - this.__msdyn_playbooktemplateid_value = value; - this.On_msdyn_playbooktemplateid_valueChanged(); - this.OnPropertyChanged("_msdyn_playbooktemplateid_value"); + 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 __msdyn_playbooktemplateid_value; - partial void On_msdyn_playbooktemplateid_valueChanging(global::System.Nullable value); - partial void On_msdyn_playbooktemplateid_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable createdon { get { - return this._timezoneruleversionnumber; + return this._createdon; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property msdyn_activitiesassociated in the schema. /// @@ -423961,115 +424012,71 @@ public virtual string msdyn_name partial void Onmsdyn_activitiesassociatedChanging(global::System.Nullable value); partial void Onmsdyn_activitiesassociatedChanged(); /// - /// 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 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 statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable _owningteam_value { get { - return this._statecode; + return this.__owningteam_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + 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 _owningteam_value in the schema. + /// There are no comments for Property _msdyn_playbooktemplateid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable _msdyn_playbooktemplateid_value { get { - return this.__owningteam_value; + return this.__msdyn_playbooktemplateid_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.On_msdyn_playbooktemplateid_valueChanging(value); + this.__msdyn_playbooktemplateid_value = value; + this.On_msdyn_playbooktemplateid_valueChanged(); + this.OnPropertyChanged("_msdyn_playbooktemplateid_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(); + private global::System.Nullable __msdyn_playbooktemplateid_value; + partial void On_msdyn_playbooktemplateid_valueChanging(global::System.Nullable value); + partial void On_msdyn_playbooktemplateid_valueChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__modifiedby_value; + return this._overriddencreatedon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property msdyn_estimatedclose in the schema. /// @@ -424137,71 +424144,71 @@ public virtual string msdyn_name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property msdyn_activitiesclosed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable msdyn_activitiesclosed { get { - return this._overriddencreatedon; + return this._msdyn_activitiesclosed; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onmsdyn_activitiesclosedChanging(value); + this._msdyn_activitiesclosed = value; + this.Onmsdyn_activitiesclosedChanged(); + this.OnPropertyChanged("msdyn_activitiesclosed"); } } [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::System.Nullable _msdyn_activitiesclosed; + partial void Onmsdyn_activitiesclosedChanging(global::System.Nullable value); + partial void Onmsdyn_activitiesclosedChanged(); /// - /// There are no comments for Property msdyn_activitiesclosed in the schema. + /// There are no comments for Property msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_activitiesclosed + public virtual string msdyn_name { get { - return this._msdyn_activitiesclosed; + return this._msdyn_name; } set { - this.Onmsdyn_activitiesclosedChanging(value); - this._msdyn_activitiesclosed = value; - this.Onmsdyn_activitiesclosedChanged(); - this.OnPropertyChanged("msdyn_activitiesclosed"); + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_activitiesclosed; - partial void Onmsdyn_activitiesclosedChanging(global::System.Nullable value); - partial void Onmsdyn_activitiesclosedChanged(); + private string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__createdonbehalfby_value; + return this.__owningbusinessunit_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 statuscode in the schema. /// @@ -424225,6 +424232,28 @@ public virtual string msdyn_name partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// 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 msdyn_trackprogress in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -424247,6 +424276,28 @@ public virtual string msdyn_name partial void Onmsdyn_trackprogressChanging(global::System.Nullable value); partial void Onmsdyn_trackprogressChanged(); /// + /// 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 msdyn_evaluateactivityclosure in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -425625,72 +425676,6 @@ public static msdyn_playbooktemplate Createmsdyn_playbooktemplate(global::Micros return msdyn_playbooktemplate; } /// - /// 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 _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 msdyn_trackprogress in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_trackprogress - { - get - { - return this._msdyn_trackprogress; - } - set - { - this.Onmsdyn_trackprogressChanging(value); - this._msdyn_trackprogress = value; - this.Onmsdyn_trackprogressChanged(); - this.OnPropertyChanged("msdyn_trackprogress"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_trackprogress; - partial void Onmsdyn_trackprogressChanging(global::System.Nullable value); - partial void Onmsdyn_trackprogressChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -425713,27 +425698,93 @@ public static msdyn_playbooktemplate Createmsdyn_playbooktemplate(global::Micros partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property msdyn_trackprogress 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 msdyn_trackprogress { get { - return this._statuscode; + return this._msdyn_trackprogress; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.Onmsdyn_trackprogressChanging(value); + this._msdyn_trackprogress = value; + this.Onmsdyn_trackprogressChanged(); + this.OnPropertyChanged("msdyn_trackprogress"); } } [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 _msdyn_trackprogress; + partial void Onmsdyn_trackprogressChanging(global::System.Nullable value); + partial void Onmsdyn_trackprogressChanged(); + /// + /// 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 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 msdyn_description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_description + { + get + { + return this._msdyn_description; + } + set + { + this.Onmsdyn_descriptionChanging(value); + this._msdyn_description = value; + this.Onmsdyn_descriptionChanged(); + this.OnPropertyChanged("msdyn_description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_description; + partial void Onmsdyn_descriptionChanging(string value); + partial void Onmsdyn_descriptionChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -425823,28 +425874,6 @@ public virtual string msdyn_relatedentitylist partial void Onmsdyn_relatedentitylistChanging(string value); partial void Onmsdyn_relatedentitylistChanged(); /// - /// 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -425977,27 +426006,49 @@ public virtual string msdyn_relatedentitylist partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _ownerid_value { get { - return this._importsequencenumber; + return this.__ownerid_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 _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 statecode in the schema. /// @@ -426043,71 +426094,71 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// - /// There are no comments for Property msdyn_description in the schema. + /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_description + public virtual global::System.Nullable statuscode { get { - return this._msdyn_description; + return this._statuscode; } set { - this.Onmsdyn_descriptionChanging(value); - this._msdyn_description = value; - this.Onmsdyn_descriptionChanged(); - this.OnPropertyChanged("msdyn_description"); + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_description; - partial void Onmsdyn_descriptionChanging(string value); - partial void Onmsdyn_descriptionChanged(); + 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. + /// There are no comments for Property msdyn_playbooktemplateid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable msdyn_playbooktemplateid { get { - return this._timezoneruleversionnumber; + return this._msdyn_playbooktemplateid; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onmsdyn_playbooktemplateidChanging(value); + this._msdyn_playbooktemplateid = value; + this.Onmsdyn_playbooktemplateidChanged(); + this.OnPropertyChanged("msdyn_playbooktemplateid"); } } [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::System.Nullable _msdyn_playbooktemplateid; + partial void Onmsdyn_playbooktemplateidChanging(global::System.Nullable value); + partial void Onmsdyn_playbooktemplateidChanged(); /// - /// There are no comments for Property msdyn_playbooktemplateid in the schema. + /// 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 msdyn_playbooktemplateid + public virtual global::System.Nullable modifiedon { get { - return this._msdyn_playbooktemplateid; + return this._modifiedon; } set { - this.Onmsdyn_playbooktemplateidChanging(value); - this._msdyn_playbooktemplateid = value; - this.Onmsdyn_playbooktemplateidChanged(); - this.OnPropertyChanged("msdyn_playbooktemplateid"); + 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 _msdyn_playbooktemplateid; - partial void Onmsdyn_playbooktemplateidChanging(global::System.Nullable value); - partial void Onmsdyn_playbooktemplateidChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property msdyn_estimatedduration in the schema. /// @@ -427354,6 +427405,72 @@ public static msdyn_postalbum Createmsdyn_postalbum(global::Microsoft.Dynamics.C return msdyn_postalbum; } /// + /// 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 msdyn_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_name + { + get + { + return this._msdyn_name; + } + set + { + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); + /// + /// 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 msdyn_postalbumid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -427376,94 +427493,6 @@ public static msdyn_postalbum Createmsdyn_postalbum(global::Microsoft.Dynamics.C partial void Onmsdyn_postalbumidChanging(global::System.Nullable value); partial void Onmsdyn_postalbumidChanged(); /// - /// 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 _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 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 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -427508,6 +427537,28 @@ public static msdyn_postalbum Createmsdyn_postalbum(global::Microsoft.Dynamics.C partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -427552,27 +427603,27 @@ public static msdyn_postalbum Createmsdyn_postalbum(global::Microsoft.Dynamics.C partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property msdyn_name in the schema. + /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_name + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_name; + return this.__ownerid_value; } set { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); + 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 string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); + 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 _owningteam_value in the schema. /// @@ -427596,49 +427647,27 @@ public virtual string msdyn_name partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_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 utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable overriddencreatedon { get { - return this._utcconversiontimezonecode; + return this._overriddencreatedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -427662,49 +427691,49 @@ public virtual string msdyn_name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable versionnumber { get { - return this._timezoneruleversionnumber; + return this._versionnumber; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._modifiedon; + return this._timezoneruleversionnumber; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -427728,27 +427757,27 @@ public virtual string msdyn_name partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__owninguser_value; + return this.__owningbusinessunit_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 _modifiedonbehalfby_value in the schema. /// @@ -427772,6 +427801,28 @@ public virtual string msdyn_name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_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 createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -428985,28 +429036,6 @@ public virtual string msdyn_followingviewid2 partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// 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 importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -429051,6 +429080,28 @@ public virtual string msdyn_followingviewid2 partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 msdyn_status in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -429139,6 +429190,28 @@ public virtual string msdyn_status partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// + /// There are no comments for Property msdyn_entityname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_entityname + { + get + { + return this._msdyn_entityname; + } + set + { + this.Onmsdyn_entitynameChanging(value); + this._msdyn_entityname = value; + this.Onmsdyn_entitynameChanged(); + this.OnPropertyChanged("msdyn_entityname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_entityname; + partial void Onmsdyn_entitynameChanging(string value); + partial void Onmsdyn_entitynameChanged(); + /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -429227,28 +429300,6 @@ public virtual string msdyn_status partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property msdyn_entityname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_entityname - { - get - { - return this._msdyn_entityname; - } - set - { - this.Onmsdyn_entitynameChanging(value); - this._msdyn_entityname = value; - this.Onmsdyn_entitynameChanged(); - this.OnPropertyChanged("msdyn_entityname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_entityname; - partial void Onmsdyn_entitynameChanging(string value); - partial void Onmsdyn_entitynameChanged(); - /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -429921,6 +429972,204 @@ public virtual string msdyn_formatid partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// + /// There are no comments for Property msdyn_postruleconfigid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_postruleconfigid + { + get + { + return this._msdyn_postruleconfigid; + } + set + { + this.Onmsdyn_postruleconfigidChanging(value); + this._msdyn_postruleconfigid = value; + this.Onmsdyn_postruleconfigidChanged(); + this.OnPropertyChanged("msdyn_postruleconfigid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_postruleconfigid; + partial void Onmsdyn_postruleconfigidChanging(global::System.Nullable value); + partial void Onmsdyn_postruleconfigidChanged(); + /// + /// There are no comments for Property msdyn_rulesource in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_rulesource + { + get + { + return this._msdyn_rulesource; + } + set + { + this.Onmsdyn_rulesourceChanging(value); + this._msdyn_rulesource = value; + this.Onmsdyn_rulesourceChanged(); + this.OnPropertyChanged("msdyn_rulesource"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_rulesource; + partial void Onmsdyn_rulesourceChanging(string value); + partial void Onmsdyn_rulesourceChanged(); + /// + /// 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 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 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 msdyn_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_name + { + get + { + return this._msdyn_name; + } + set + { + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); + /// + /// There are no comments for Property _msdyn_postconfigid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _msdyn_postconfigid_value + { + get + { + return this.__msdyn_postconfigid_value; + } + set + { + this.On_msdyn_postconfigid_valueChanging(value); + this.__msdyn_postconfigid_value = value; + this.On_msdyn_postconfigid_valueChanged(); + this.OnPropertyChanged("_msdyn_postconfigid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __msdyn_postconfigid_value; + partial void On_msdyn_postconfigid_valueChanging(global::System.Nullable value); + partial void On_msdyn_postconfigid_valueChanged(); + /// + /// There are no comments for Property msdyn_stepid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_stepid + { + get + { + return this._msdyn_stepid; + } + set + { + this.Onmsdyn_stepidChanging(value); + this._msdyn_stepid = value; + this.Onmsdyn_stepidChanged(); + this.OnPropertyChanged("msdyn_stepid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_stepid; + partial void Onmsdyn_stepidChanging(string value); + partial void Onmsdyn_stepidChanged(); + /// + /// There are no comments for Property msdyn_posttoyammer in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_posttoyammer + { + get + { + return this._msdyn_posttoyammer; + } + set + { + this.Onmsdyn_posttoyammerChanging(value); + this._msdyn_posttoyammer = value; + this.Onmsdyn_posttoyammerChanged(); + this.OnPropertyChanged("msdyn_posttoyammer"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_posttoyammer; + partial void Onmsdyn_posttoyammerChanging(global::System.Nullable value); + partial void Onmsdyn_posttoyammerChanged(); + /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -429943,226 +430192,6 @@ public virtual string msdyn_formatid partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property msdyn_rulesource in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_rulesource - { - get - { - return this._msdyn_rulesource; - } - set - { - this.Onmsdyn_rulesourceChanging(value); - this._msdyn_rulesource = value; - this.Onmsdyn_rulesourceChanged(); - this.OnPropertyChanged("msdyn_rulesource"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_rulesource; - partial void Onmsdyn_rulesourceChanging(string value); - partial void Onmsdyn_rulesourceChanged(); - /// - /// 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 _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_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 msdyn_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_name - { - get - { - return this._msdyn_name; - } - set - { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); - /// - /// There are no comments for Property _msdyn_postconfigid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _msdyn_postconfigid_value - { - get - { - return this.__msdyn_postconfigid_value; - } - set - { - this.On_msdyn_postconfigid_valueChanging(value); - this.__msdyn_postconfigid_value = value; - this.On_msdyn_postconfigid_valueChanged(); - this.OnPropertyChanged("_msdyn_postconfigid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __msdyn_postconfigid_value; - partial void On_msdyn_postconfigid_valueChanging(global::System.Nullable value); - partial void On_msdyn_postconfigid_valueChanged(); - /// - /// There are no comments for Property msdyn_stepid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_stepid - { - get - { - return this._msdyn_stepid; - } - set - { - this.Onmsdyn_stepidChanging(value); - this._msdyn_stepid = value; - this.Onmsdyn_stepidChanged(); - this.OnPropertyChanged("msdyn_stepid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_stepid; - partial void Onmsdyn_stepidChanging(string value); - partial void Onmsdyn_stepidChanged(); - /// - /// There are no comments for Property msdyn_posttoyammer in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_posttoyammer - { - get - { - return this._msdyn_posttoyammer; - } - set - { - this.Onmsdyn_posttoyammerChanging(value); - this._msdyn_posttoyammer = value; - this.Onmsdyn_posttoyammerChanged(); - this.OnPropertyChanged("msdyn_posttoyammer"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_posttoyammer; - partial void Onmsdyn_posttoyammerChanging(global::System.Nullable value); - partial void Onmsdyn_posttoyammerChanged(); - /// - /// 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 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 msdyn_ruleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -430229,93 +430258,93 @@ public virtual string msdyn_ruleid partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable statecode { get { - return this._modifiedon; + return this._statecode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property msdyn_postruleconfigid in the schema. + /// 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 msdyn_postruleconfigid + public virtual global::System.Nullable _modifiedby_value { get { - return this._msdyn_postruleconfigid; + return this.__modifiedby_value; } set { - this.Onmsdyn_postruleconfigidChanging(value); - this._msdyn_postruleconfigid = value; - this.Onmsdyn_postruleconfigidChanged(); - this.OnPropertyChanged("msdyn_postruleconfigid"); + 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 _msdyn_postruleconfigid; - partial void Onmsdyn_postruleconfigidChanging(global::System.Nullable value); - partial void Onmsdyn_postruleconfigidChanged(); + 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 statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._statecode; + return this._utcconversiontimezonecode; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable statuscode { get { - return this.__modifiedby_value; + return this._statuscode; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -430339,27 +430368,49 @@ public virtual string msdyn_ruleid partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable _organizationid_value { get { - return this._versionnumber; + return this.__organizationid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_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 createdby in the schema. /// @@ -431132,27 +431183,27 @@ public static msdyn_relationshipinsightsunifiedconfig Createmsdyn_relationshipin partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property msdyn_relationshipinsightsunifiedconfigid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable msdyn_relationshipinsightsunifiedconfigid { get { - return this._overriddencreatedon; + return this._msdyn_relationshipinsightsunifiedconfigid; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onmsdyn_relationshipinsightsunifiedconfigidChanging(value); + this._msdyn_relationshipinsightsunifiedconfigid = value; + this.Onmsdyn_relationshipinsightsunifiedconfigidChanged(); + this.OnPropertyChanged("msdyn_relationshipinsightsunifiedconfigid"); } } [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::System.Nullable _msdyn_relationshipinsightsunifiedconfigid; + partial void Onmsdyn_relationshipinsightsunifiedconfigidChanging(global::System.Nullable value); + partial void Onmsdyn_relationshipinsightsunifiedconfigidChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -431176,27 +431227,27 @@ public static msdyn_relationshipinsightsunifiedconfig Createmsdyn_relationshipin partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property msdyn_relationshipinsightsunifiedconfigid in the schema. + /// 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 msdyn_relationshipinsightsunifiedconfigid + public virtual global::System.Nullable overriddencreatedon { get { - return this._msdyn_relationshipinsightsunifiedconfigid; + return this._overriddencreatedon; } set { - this.Onmsdyn_relationshipinsightsunifiedconfigidChanging(value); - this._msdyn_relationshipinsightsunifiedconfigid = value; - this.Onmsdyn_relationshipinsightsunifiedconfigidChanged(); - this.OnPropertyChanged("msdyn_relationshipinsightsunifiedconfigid"); + 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 _msdyn_relationshipinsightsunifiedconfigid; - partial void Onmsdyn_relationshipinsightsunifiedconfigidChanging(global::System.Nullable value); - partial void Onmsdyn_relationshipinsightsunifiedconfigidChanged(); + 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. /// @@ -431286,49 +431337,49 @@ public virtual string new_name partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property msdyn_usenewconfigexperience in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable msdyn_usenewconfigexperience { get { - return this.__ownerid_value; + return this._msdyn_usenewconfigexperience; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.Onmsdyn_usenewconfigexperienceChanging(value); + this._msdyn_usenewconfigexperience = value; + this.Onmsdyn_usenewconfigexperienceChanged(); + this.OnPropertyChanged("msdyn_usenewconfigexperience"); } } [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::System.Nullable _msdyn_usenewconfigexperience; + partial void Onmsdyn_usenewconfigexperienceChanging(global::System.Nullable value); + partial void Onmsdyn_usenewconfigexperienceChanged(); /// - /// There are no comments for Property msdyn_usenewconfigexperience in the schema. + /// 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 msdyn_usenewconfigexperience + public virtual global::System.Nullable versionnumber { get { - return this._msdyn_usenewconfigexperience; + return this._versionnumber; } set { - this.Onmsdyn_usenewconfigexperienceChanging(value); - this._msdyn_usenewconfigexperience = value; - this.Onmsdyn_usenewconfigexperienceChanged(); - this.OnPropertyChanged("msdyn_usenewconfigexperience"); + 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 _msdyn_usenewconfigexperience; - partial void Onmsdyn_usenewconfigexperienceChanging(global::System.Nullable value); - partial void Onmsdyn_usenewconfigexperienceChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property _owningteam_value in the schema. /// @@ -431484,27 +431535,27 @@ public virtual string new_name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _ownerid_value { get { - return this._versionnumber; + return this.__ownerid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 createdby in the schema. /// @@ -432302,27 +432353,27 @@ public static msdyn_richtextfile Createmsdyn_richtextfile(global::Microsoft.Dyna partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_imageblob_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string msdyn_imageblob_url { get { - return this._utcconversiontimezonecode; + return this._msdyn_imageblob_url; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_imageblob_urlChanging(value); + this._msdyn_imageblob_url = value; + this.Onmsdyn_imageblob_urlChanged(); + this.OnPropertyChanged("msdyn_imageblob_url"); } } [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 string _msdyn_imageblob_url; + partial void Onmsdyn_imageblob_urlChanging(string value); + partial void Onmsdyn_imageblob_urlChanged(); /// /// There are no comments for Property msdyn_imageblob_timestamp in the schema. /// @@ -432346,93 +432397,93 @@ public static msdyn_richtextfile Createmsdyn_richtextfile(global::Microsoft.Dyna partial void Onmsdyn_imageblob_timestampChanging(global::System.Nullable value); partial void Onmsdyn_imageblob_timestampChanged(); /// - /// There are no comments for Property msdyn_imageblob_url in the schema. + /// There are no comments for Property msdyn_fileblob_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_imageblob_url + public virtual string msdyn_fileblob_name { get { - return this._msdyn_imageblob_url; + return this._msdyn_fileblob_name; } set { - this.Onmsdyn_imageblob_urlChanging(value); - this._msdyn_imageblob_url = value; - this.Onmsdyn_imageblob_urlChanged(); - this.OnPropertyChanged("msdyn_imageblob_url"); + this.Onmsdyn_fileblob_nameChanging(value); + this._msdyn_fileblob_name = value; + this.Onmsdyn_fileblob_nameChanged(); + this.OnPropertyChanged("msdyn_fileblob_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_imageblob_url; - partial void Onmsdyn_imageblob_urlChanging(string value); - partial void Onmsdyn_imageblob_urlChanged(); + private string _msdyn_fileblob_name; + partial void Onmsdyn_fileblob_nameChanging(string value); + partial void Onmsdyn_fileblob_nameChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__owningbusinessunit_value; + return this._timezoneruleversionnumber; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property msdyn_fileblob in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual byte[] msdyn_fileblob { get { - return this.__owningteam_value; + return this._msdyn_fileblob; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.Onmsdyn_fileblobChanging(value); + this._msdyn_fileblob = value; + this.Onmsdyn_fileblobChanged(); + this.OnPropertyChanged("msdyn_fileblob"); } } [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 byte[] _msdyn_fileblob; + partial void Onmsdyn_fileblobChanging(byte[] value); + partial void Onmsdyn_fileblobChanged(); /// - /// There are no comments for Property msdyn_richtextfileid in the schema. + /// 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 msdyn_richtextfileid + public virtual global::System.Nullable _owningteam_value { get { - return this._msdyn_richtextfileid; + return this.__owningteam_value; } set { - this.Onmsdyn_richtextfileidChanging(value); - this._msdyn_richtextfileid = value; - this.Onmsdyn_richtextfileidChanged(); - this.OnPropertyChanged("msdyn_richtextfileid"); + 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 _msdyn_richtextfileid; - partial void Onmsdyn_richtextfileidChanging(global::System.Nullable value); - partial void Onmsdyn_richtextfileidChanged(); + 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 _createdby_value in the schema. /// @@ -432500,27 +432551,49 @@ public virtual string msdyn_imageblob_url partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property msdyn_parentid in the schema. + /// There are no comments for Property msdyn_parententity_fieldname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parentid + public virtual string msdyn_parententity_fieldname { get { - return this._msdyn_parentid; + return this._msdyn_parententity_fieldname; } set { - this.Onmsdyn_parentidChanging(value); - this._msdyn_parentid = value; - this.Onmsdyn_parentidChanged(); - this.OnPropertyChanged("msdyn_parentid"); + this.Onmsdyn_parententity_fieldnameChanging(value); + this._msdyn_parententity_fieldname = value; + this.Onmsdyn_parententity_fieldnameChanged(); + this.OnPropertyChanged("msdyn_parententity_fieldname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_parentid; - partial void Onmsdyn_parentidChanging(string value); - partial void Onmsdyn_parentidChanged(); + private string _msdyn_parententity_fieldname; + partial void Onmsdyn_parententity_fieldnameChanging(string value); + partial void Onmsdyn_parententity_fieldnameChanged(); + /// + /// 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 statecode in the schema. /// @@ -432610,27 +432683,27 @@ public virtual byte[] msdyn_imageblob partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property msdyn_parententity_fieldname in the schema. + /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_parententity_fieldname + public virtual global::System.Nullable _ownerid_value { get { - return this._msdyn_parententity_fieldname; + return this.__ownerid_value; } set { - this.Onmsdyn_parententity_fieldnameChanging(value); - this._msdyn_parententity_fieldname = value; - this.Onmsdyn_parententity_fieldnameChanged(); - this.OnPropertyChanged("msdyn_parententity_fieldname"); + 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 string _msdyn_parententity_fieldname; - partial void Onmsdyn_parententity_fieldnameChanging(string value); - partial void Onmsdyn_parententity_fieldnameChanged(); + 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 msdyn_imageblobid in the schema. /// @@ -432654,28 +432727,6 @@ public virtual string msdyn_parententity_fieldname partial void Onmsdyn_imageblobidChanging(global::System.Nullable value); partial void Onmsdyn_imageblobidChanged(); /// - /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -432698,93 +432749,71 @@ public virtual string msdyn_parententity_fieldname partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 msdyn_name in the schema. + /// There are no comments for Property msdyn_richtextfileid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_name + public virtual global::System.Nullable msdyn_richtextfileid { get { - return this._msdyn_name; + return this._msdyn_richtextfileid; } set { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); + this.Onmsdyn_richtextfileidChanging(value); + this._msdyn_richtextfileid = value; + this.Onmsdyn_richtextfileidChanged(); + this.OnPropertyChanged("msdyn_richtextfileid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); + private global::System.Nullable _msdyn_richtextfileid; + partial void Onmsdyn_richtextfileidChanging(global::System.Nullable value); + partial void Onmsdyn_richtextfileidChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property msdyn_parentid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string msdyn_parentid { get { - return this.__modifiedonbehalfby_value; + return this._msdyn_parentid; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onmsdyn_parentidChanging(value); + this._msdyn_parentid = value; + this.Onmsdyn_parentidChanged(); + this.OnPropertyChanged("msdyn_parentid"); } } [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 string _msdyn_parentid; + partial void Onmsdyn_parentidChanging(string value); + partial void Onmsdyn_parentidChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string msdyn_name { get { - return this._versionnumber; + return this._msdyn_name; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); } } [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 string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -432808,49 +432837,49 @@ public virtual string msdyn_name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property msdyn_fileblob_name in the schema. + /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_fileblob_name + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._msdyn_fileblob_name; + return this.__owningbusinessunit_value; } set { - this.Onmsdyn_fileblob_nameChanging(value); - this._msdyn_fileblob_name = value; - this.Onmsdyn_fileblob_nameChanged(); - this.OnPropertyChanged("msdyn_fileblob_name"); + 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 string _msdyn_fileblob_name; - partial void Onmsdyn_fileblob_nameChanging(string value); - partial void Onmsdyn_fileblob_nameChanged(); + 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 createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable versionnumber { get { - return this._createdon; + return this._versionnumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -432874,27 +432903,49 @@ public virtual string msdyn_fileblob_name partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property msdyn_fileblob in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] msdyn_fileblob + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._msdyn_fileblob; + return this.__modifiedonbehalfby_value; } set { - this.Onmsdyn_fileblobChanging(value); - this._msdyn_fileblob = value; - this.Onmsdyn_fileblobChanged(); - this.OnPropertyChanged("msdyn_fileblob"); + 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 byte[] _msdyn_fileblob; - partial void Onmsdyn_fileblobChanging(byte[] value); - partial void Onmsdyn_fileblobChanged(); + 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 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 createdby in the schema. /// @@ -433823,28 +433874,6 @@ public static msdyn_salesinsightssettings Createmsdyn_salesinsightssettings(glob partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property msdyn_salesinsightssettingsid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_salesinsightssettingsid - { - get - { - return this._msdyn_salesinsightssettingsid; - } - set - { - this.Onmsdyn_salesinsightssettingsidChanging(value); - this._msdyn_salesinsightssettingsid = value; - this.Onmsdyn_salesinsightssettingsidChanged(); - this.OnPropertyChanged("msdyn_salesinsightssettingsid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_salesinsightssettingsid; - partial void Onmsdyn_salesinsightssettingsidChanging(global::System.Nullable value); - partial void Onmsdyn_salesinsightssettingsidChanged(); - /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -433889,71 +433918,49 @@ public static msdyn_salesinsightssettings Createmsdyn_salesinsightssettings(glob partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_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 utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _ownerid_value { get { - return this._utcconversiontimezonecode; + return this.__ownerid_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__ownerid_value; + return this._timezoneruleversionnumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property msdyn_isoctpreviewenabled in the schema. /// @@ -434043,27 +434050,49 @@ public static msdyn_salesinsightssettings Createmsdyn_salesinsightssettings(glob partial void Onmsdyn_islicensepurchasedChanging(global::System.Nullable value); partial void Onmsdyn_islicensepurchasedChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._versionnumber; + return this._utcconversiontimezonecode; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); + /// + /// There are no comments for Property msdyn_salesinsightssettingsid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_salesinsightssettingsid + { + get + { + return this._msdyn_salesinsightssettingsid; + } + set + { + this.Onmsdyn_salesinsightssettingsidChanging(value); + this._msdyn_salesinsightssettingsid = value; + this.Onmsdyn_salesinsightssettingsidChanged(); + this.OnPropertyChanged("msdyn_salesinsightssettingsid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_salesinsightssettingsid; + partial void Onmsdyn_salesinsightssettingsidChanging(global::System.Nullable value); + partial void Onmsdyn_salesinsightssettingsidChanged(); /// /// There are no comments for Property msdyn_name in the schema. /// @@ -434087,6 +434116,28 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// + /// 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#")] @@ -435036,27 +435087,27 @@ public static msdyn_siconfig Createmsdyn_siconfig(global::Microsoft.Dynamics.CRM partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._timezoneruleversionnumber; + return this.__modifiedonbehalfby_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 utcconversiontimezonecode in the schema. /// @@ -435190,27 +435241,27 @@ public static msdyn_siconfig Createmsdyn_siconfig(global::Microsoft.Dynamics.CRM partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property msdyn_version in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string msdyn_version { get { - return this.__modifiedonbehalfby_value; + return this._msdyn_version; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onmsdyn_versionChanging(value); + this._msdyn_version = value; + this.Onmsdyn_versionChanged(); + this.OnPropertyChanged("msdyn_version"); } } [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 string _msdyn_version; + partial void Onmsdyn_versionChanging(string value); + partial void Onmsdyn_versionChanged(); /// /// There are no comments for Property msdyn_siconfigid in the schema. /// @@ -435278,6 +435329,28 @@ public static msdyn_siconfig Createmsdyn_siconfig(global::Microsoft.Dynamics.CRM partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -435322,49 +435395,27 @@ public static msdyn_siconfig Createmsdyn_siconfig(global::Microsoft.Dynamics.CRM partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property msdyn_version in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_version - { - get - { - return this._msdyn_version; - } - set - { - this.Onmsdyn_versionChanging(value); - this._msdyn_version = value; - this.Onmsdyn_versionChanged(); - this.OnPropertyChanged("msdyn_version"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_version; - partial void Onmsdyn_versionChanging(string value); - partial void Onmsdyn_versionChanged(); - /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._overriddencreatedon; + return this._timezoneruleversionnumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -436053,6 +436104,28 @@ public static msdyn_sikeyvalueconfig Createmsdyn_sikeyvalueconfig(global::Micros partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// + /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -436097,28 +436170,6 @@ public static msdyn_sikeyvalueconfig Createmsdyn_sikeyvalueconfig(global::Micros partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// /// There are no comments for Property msdyn_configvalue in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -436163,49 +436214,27 @@ public virtual string msdyn_configvalue partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property msdyn_sikeyvalueconfigid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_sikeyvalueconfigid - { - get - { - return this._msdyn_sikeyvalueconfigid; - } - set - { - this.Onmsdyn_sikeyvalueconfigidChanging(value); - this._msdyn_sikeyvalueconfigid = value; - this.Onmsdyn_sikeyvalueconfigidChanged(); - this.OnPropertyChanged("msdyn_sikeyvalueconfigid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_sikeyvalueconfigid; - partial void Onmsdyn_sikeyvalueconfigidChanging(global::System.Nullable value); - partial void Onmsdyn_sikeyvalueconfigidChanged(); - /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable _organizationid_value { get { - return this._importsequencenumber; + return this.__organizationid_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -436229,49 +436258,27 @@ public virtual string msdyn_configvalue partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// 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 statecode 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 statecode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._statecode; + return this.__createdonbehalfby_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + 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 msdyn_configkey in the schema. /// @@ -436295,27 +436302,71 @@ public virtual string msdyn_configkey partial void Onmsdyn_configkeyChanging(string value); partial void Onmsdyn_configkeyChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property msdyn_sikeyvalueconfigid 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 msdyn_sikeyvalueconfigid { get { - return this.__createdonbehalfby_value; + return this._msdyn_sikeyvalueconfigid; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.Onmsdyn_sikeyvalueconfigidChanging(value); + this._msdyn_sikeyvalueconfigid = value; + this.Onmsdyn_sikeyvalueconfigidChanged(); + this.OnPropertyChanged("msdyn_sikeyvalueconfigid"); } } [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 _msdyn_sikeyvalueconfigid; + partial void Onmsdyn_sikeyvalueconfigidChanging(global::System.Nullable value); + partial void Onmsdyn_sikeyvalueconfigidChanged(); + /// + /// 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 _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 _createdby_value in the schema. /// @@ -436941,27 +436992,27 @@ public virtual string msdyn_isdefault partial void Onmsdyn_isdefaultChanging(string value); partial void Onmsdyn_isdefaultChanged(); /// - /// There are no comments for Property msdyn_sdkmessagename in the schema. + /// There are no comments for Property msdyn_iscustomizablename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_sdkmessagename + public virtual string msdyn_iscustomizablename { get { - return this._msdyn_sdkmessagename; + return this._msdyn_iscustomizablename; } set { - this.Onmsdyn_sdkmessagenameChanging(value); - this._msdyn_sdkmessagename = value; - this.Onmsdyn_sdkmessagenameChanged(); - this.OnPropertyChanged("msdyn_sdkmessagename"); + this.Onmsdyn_iscustomizablenameChanging(value); + this._msdyn_iscustomizablename = value; + this.Onmsdyn_iscustomizablenameChanged(); + this.OnPropertyChanged("msdyn_iscustomizablename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_sdkmessagename; - partial void Onmsdyn_sdkmessagenameChanging(string value); - partial void Onmsdyn_sdkmessagenameChanged(); + private string _msdyn_iscustomizablename; + partial void Onmsdyn_iscustomizablenameChanging(string value); + partial void Onmsdyn_iscustomizablenameChanged(); /// /// There are no comments for Property msdyn_subtype in the schema. /// @@ -437139,6 +437190,182 @@ public virtual string msdyn_modifiedon partial void Onmsdyn_totalChanging(global::System.Nullable value); partial void Onmsdyn_totalChanged(); /// + /// There are no comments for Property msdyn_publickeytoken in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_publickeytoken + { + get + { + return this._msdyn_publickeytoken; + } + set + { + this.Onmsdyn_publickeytokenChanging(value); + this._msdyn_publickeytoken = value; + this.Onmsdyn_publickeytokenChanged(); + this.OnPropertyChanged("msdyn_publickeytoken"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_publickeytoken; + partial void Onmsdyn_publickeytokenChanging(string value); + partial void Onmsdyn_publickeytokenChanged(); + /// + /// There are no comments for Property msdyn_canvasappuniqueid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_canvasappuniqueid + { + get + { + return this._msdyn_canvasappuniqueid; + } + set + { + this.Onmsdyn_canvasappuniqueidChanging(value); + this._msdyn_canvasappuniqueid = value; + this.Onmsdyn_canvasappuniqueidChanged(); + this.OnPropertyChanged("msdyn_canvasappuniqueid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_canvasappuniqueid; + partial void Onmsdyn_canvasappuniqueidChanging(string value); + partial void Onmsdyn_canvasappuniqueidChanged(); + /// + /// There are no comments for Property msdyn_owner in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_owner + { + get + { + return this._msdyn_owner; + } + set + { + this.Onmsdyn_ownerChanging(value); + this._msdyn_owner = value; + this.Onmsdyn_ownerChanged(); + this.OnPropertyChanged("msdyn_owner"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_owner; + partial void Onmsdyn_ownerChanging(string value); + partial void Onmsdyn_ownerChanged(); + /// + /// There are no comments for Property msdyn_description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_description + { + get + { + return this._msdyn_description; + } + set + { + this.Onmsdyn_descriptionChanging(value); + this._msdyn_description = value; + this.Onmsdyn_descriptionChanged(); + this.OnPropertyChanged("msdyn_description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_description; + partial void Onmsdyn_descriptionChanging(string value); + partial void Onmsdyn_descriptionChanged(); + /// + /// There are no comments for Property msdyn_createdon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_createdon + { + get + { + return this._msdyn_createdon; + } + set + { + this.Onmsdyn_createdonChanging(value); + this._msdyn_createdon = value; + this.Onmsdyn_createdonChanged(); + this.OnPropertyChanged("msdyn_createdon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_createdon; + partial void Onmsdyn_createdonChanging(string value); + partial void Onmsdyn_createdonChanged(); + /// + /// There are no comments for Property msdyn_logicalcollectionname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_logicalcollectionname + { + get + { + return this._msdyn_logicalcollectionname; + } + set + { + this.Onmsdyn_logicalcollectionnameChanging(value); + this._msdyn_logicalcollectionname = value; + this.Onmsdyn_logicalcollectionnameChanged(); + this.OnPropertyChanged("msdyn_logicalcollectionname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_logicalcollectionname; + partial void Onmsdyn_logicalcollectionnameChanging(string value); + partial void Onmsdyn_logicalcollectionnameChanged(); + /// + /// There are no comments for Property msdyn_relatedentity in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_relatedentity + { + get + { + return this._msdyn_relatedentity; + } + set + { + this.Onmsdyn_relatedentityChanging(value); + this._msdyn_relatedentity = value; + this.Onmsdyn_relatedentityChanged(); + this.OnPropertyChanged("msdyn_relatedentity"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_relatedentity; + partial void Onmsdyn_relatedentityChanging(string value); + partial void Onmsdyn_relatedentityChanged(); + /// + /// There are no comments for Property msdyn_componenttype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_componenttype + { + get + { + return this._msdyn_componenttype; + } + set + { + this.Onmsdyn_componenttypeChanging(value); + this._msdyn_componenttype = value; + this.Onmsdyn_componenttypeChanged(); + this.OnPropertyChanged("msdyn_componenttype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_componenttype; + partial void Onmsdyn_componenttypeChanging(global::System.Nullable value); + partial void Onmsdyn_componenttypeChanged(); + /// /// There are no comments for Property msdyn_isauditenabledname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -437161,204 +437388,6 @@ public virtual string msdyn_isauditenabledname partial void Onmsdyn_isauditenablednameChanging(string value); partial void Onmsdyn_isauditenablednameChanged(); /// - /// There are no comments for Property msdyn_publickeytoken in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_publickeytoken - { - get - { - return this._msdyn_publickeytoken; - } - set - { - this.Onmsdyn_publickeytokenChanging(value); - this._msdyn_publickeytoken = value; - this.Onmsdyn_publickeytokenChanged(); - this.OnPropertyChanged("msdyn_publickeytoken"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_publickeytoken; - partial void Onmsdyn_publickeytokenChanging(string value); - partial void Onmsdyn_publickeytokenChanged(); - /// - /// There are no comments for Property msdyn_canvasappuniqueid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_canvasappuniqueid - { - get - { - return this._msdyn_canvasappuniqueid; - } - set - { - this.Onmsdyn_canvasappuniqueidChanging(value); - this._msdyn_canvasappuniqueid = value; - this.Onmsdyn_canvasappuniqueidChanged(); - this.OnPropertyChanged("msdyn_canvasappuniqueid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_canvasappuniqueid; - partial void Onmsdyn_canvasappuniqueidChanging(string value); - partial void Onmsdyn_canvasappuniqueidChanged(); - /// - /// There are no comments for Property msdyn_owner in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_owner - { - get - { - return this._msdyn_owner; - } - set - { - this.Onmsdyn_ownerChanging(value); - this._msdyn_owner = value; - this.Onmsdyn_ownerChanged(); - this.OnPropertyChanged("msdyn_owner"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_owner; - partial void Onmsdyn_ownerChanging(string value); - partial void Onmsdyn_ownerChanged(); - /// - /// There are no comments for Property msdyn_description in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_description - { - get - { - return this._msdyn_description; - } - set - { - this.Onmsdyn_descriptionChanging(value); - this._msdyn_description = value; - this.Onmsdyn_descriptionChanged(); - this.OnPropertyChanged("msdyn_description"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_description; - partial void Onmsdyn_descriptionChanging(string value); - partial void Onmsdyn_descriptionChanged(); - /// - /// There are no comments for Property msdyn_createdon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_createdon - { - get - { - return this._msdyn_createdon; - } - set - { - this.Onmsdyn_createdonChanging(value); - this._msdyn_createdon = value; - this.Onmsdyn_createdonChanged(); - this.OnPropertyChanged("msdyn_createdon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_createdon; - partial void Onmsdyn_createdonChanging(string value); - partial void Onmsdyn_createdonChanged(); - /// - /// There are no comments for Property msdyn_logicalcollectionname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_logicalcollectionname - { - get - { - return this._msdyn_logicalcollectionname; - } - set - { - this.Onmsdyn_logicalcollectionnameChanging(value); - this._msdyn_logicalcollectionname = value; - this.Onmsdyn_logicalcollectionnameChanged(); - this.OnPropertyChanged("msdyn_logicalcollectionname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_logicalcollectionname; - partial void Onmsdyn_logicalcollectionnameChanging(string value); - partial void Onmsdyn_logicalcollectionnameChanged(); - /// - /// There are no comments for Property msdyn_relatedentity in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_relatedentity - { - get - { - return this._msdyn_relatedentity; - } - set - { - this.Onmsdyn_relatedentityChanging(value); - this._msdyn_relatedentity = value; - this.Onmsdyn_relatedentityChanged(); - this.OnPropertyChanged("msdyn_relatedentity"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_relatedentity; - partial void Onmsdyn_relatedentityChanging(string value); - partial void Onmsdyn_relatedentityChanged(); - /// - /// There are no comments for Property msdyn_componenttype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_componenttype - { - get - { - return this._msdyn_componenttype; - } - set - { - this.Onmsdyn_componenttypeChanging(value); - this._msdyn_componenttype = value; - this.Onmsdyn_componenttypeChanged(); - this.OnPropertyChanged("msdyn_componenttype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_componenttype; - partial void Onmsdyn_componenttypeChanging(global::System.Nullable value); - partial void Onmsdyn_componenttypeChanged(); - /// - /// There are no comments for Property msdyn_isappawarename in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_isappawarename - { - get - { - return this._msdyn_isappawarename; - } - set - { - this.Onmsdyn_isappawarenameChanging(value); - this._msdyn_isappawarename = value; - this.Onmsdyn_isappawarenameChanged(); - this.OnPropertyChanged("msdyn_isappawarename"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_isappawarename; - partial void Onmsdyn_isappawarenameChanging(string value); - partial void Onmsdyn_isappawarenameChanged(); - /// /// There are no comments for Property msdyn_solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -437821,6 +437850,28 @@ public virtual string msdyn_status partial void Onmsdyn_statusChanging(string value); partial void Onmsdyn_statusChanged(); /// + /// There are no comments for Property msdyn_sdkmessagename in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_sdkmessagename + { + get + { + return this._msdyn_sdkmessagename; + } + set + { + this.Onmsdyn_sdkmessagenameChanging(value); + this._msdyn_sdkmessagename = value; + this.Onmsdyn_sdkmessagenameChanged(); + this.OnPropertyChanged("msdyn_sdkmessagename"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_sdkmessagename; + partial void Onmsdyn_sdkmessagenameChanging(string value); + partial void Onmsdyn_sdkmessagenameChanged(); + /// /// There are no comments for Property msdyn_workflowidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -437887,6 +437938,28 @@ public virtual string msdyn_isauditenabled partial void Onmsdyn_isauditenabledChanging(string value); partial void Onmsdyn_isauditenabledChanged(); /// + /// There are no comments for Property msdyn_isappawarename in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_isappawarename + { + get + { + return this._msdyn_isappawarename; + } + set + { + this.Onmsdyn_isappawarenameChanging(value); + this._msdyn_isappawarename = value; + this.Onmsdyn_isappawarenameChanged(); + this.OnPropertyChanged("msdyn_isappawarename"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_isappawarename; + partial void Onmsdyn_isappawarenameChanging(string value); + partial void Onmsdyn_isappawarenameChanged(); + /// /// There are no comments for Property msdyn_connectorinternalid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -437909,27 +437982,27 @@ public virtual string msdyn_connectorinternalid partial void Onmsdyn_connectorinternalidChanging(string value); partial void Onmsdyn_connectorinternalidChanged(); /// - /// There are no comments for Property msdyn_iscustomizablename in the schema. + /// There are no comments for Property msdyn_ismanagedname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_iscustomizablename + public virtual string msdyn_ismanagedname { get { - return this._msdyn_iscustomizablename; + return this._msdyn_ismanagedname; } set { - this.Onmsdyn_iscustomizablenameChanging(value); - this._msdyn_iscustomizablename = value; - this.Onmsdyn_iscustomizablenameChanged(); - this.OnPropertyChanged("msdyn_iscustomizablename"); + this.Onmsdyn_ismanagednameChanging(value); + this._msdyn_ismanagedname = value; + this.Onmsdyn_ismanagednameChanged(); + this.OnPropertyChanged("msdyn_ismanagedname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_iscustomizablename; - partial void Onmsdyn_iscustomizablenameChanging(string value); - partial void Onmsdyn_iscustomizablenameChanged(); + private string _msdyn_ismanagedname; + partial void Onmsdyn_ismanagednameChanging(string value); + partial void Onmsdyn_ismanagednameChanged(); /// /// There are no comments for Property msdyn_solutioncomponentsummaryid in the schema. /// @@ -437975,28 +438048,6 @@ public virtual string msdyn_iscustom partial void Onmsdyn_iscustomChanging(string value); partial void Onmsdyn_iscustomChanged(); /// - /// There are no comments for Property msdyn_ismanagedname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_ismanagedname - { - get - { - return this._msdyn_ismanagedname; - } - set - { - this.Onmsdyn_ismanagednameChanging(value); - this._msdyn_ismanagedname = value; - this.Onmsdyn_ismanagednameChanged(); - this.OnPropertyChanged("msdyn_ismanagedname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_ismanagedname; - partial void Onmsdyn_ismanagednameChanging(string value); - partial void Onmsdyn_ismanagednameChanged(); - /// /// There are no comments for Property msdyn_uniquename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -438098,28 +438149,6 @@ public virtual string msdyn_exceptionstack partial void Onmsdyn_exceptionstackChanging(string value); partial void Onmsdyn_exceptionstackChanged(); /// - /// There are no comments for Property msdyn_packageversion in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_packageversion - { - get - { - return this._msdyn_packageversion; - } - set - { - this.Onmsdyn_packageversionChanging(value); - this._msdyn_packageversion = value; - this.Onmsdyn_packageversionChanged(); - this.OnPropertyChanged("msdyn_packageversion"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_packageversion; - partial void Onmsdyn_packageversionChanging(string value); - partial void Onmsdyn_packageversionChanged(); - /// /// There are no comments for Property msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -438142,93 +438171,93 @@ public virtual string msdyn_name partial void Onmsdyn_nameChanging(string value); partial void Onmsdyn_nameChanged(); /// - /// There are no comments for Property msdyn_solutionid in the schema. + /// There are no comments for Property msdyn_solutionhistoryid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_solutionid + public virtual global::System.Nullable msdyn_solutionhistoryid { get { - return this._msdyn_solutionid; + return this._msdyn_solutionhistoryid; } set { - this.Onmsdyn_solutionidChanging(value); - this._msdyn_solutionid = value; - this.Onmsdyn_solutionidChanged(); - this.OnPropertyChanged("msdyn_solutionid"); + this.Onmsdyn_solutionhistoryidChanging(value); + this._msdyn_solutionhistoryid = value; + this.Onmsdyn_solutionhistoryidChanged(); + this.OnPropertyChanged("msdyn_solutionhistoryid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_solutionid; - partial void Onmsdyn_solutionidChanging(string value); - partial void Onmsdyn_solutionidChanged(); + private global::System.Nullable _msdyn_solutionhistoryid; + partial void Onmsdyn_solutionhistoryidChanging(global::System.Nullable value); + partial void Onmsdyn_solutionhistoryidChanged(); /// - /// There are no comments for Property msdyn_solutionhistoryid in the schema. + /// There are no comments for Property msdyn_starttime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_solutionhistoryid + public virtual global::System.Nullable msdyn_starttime { get { - return this._msdyn_solutionhistoryid; + return this._msdyn_starttime; } set { - this.Onmsdyn_solutionhistoryidChanging(value); - this._msdyn_solutionhistoryid = value; - this.Onmsdyn_solutionhistoryidChanged(); - this.OnPropertyChanged("msdyn_solutionhistoryid"); + this.Onmsdyn_starttimeChanging(value); + this._msdyn_starttime = value; + this.Onmsdyn_starttimeChanged(); + this.OnPropertyChanged("msdyn_starttime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_solutionhistoryid; - partial void Onmsdyn_solutionhistoryidChanging(global::System.Nullable value); - partial void Onmsdyn_solutionhistoryidChanged(); + private global::System.Nullable _msdyn_starttime; + partial void Onmsdyn_starttimeChanging(global::System.Nullable value); + partial void Onmsdyn_starttimeChanged(); /// - /// There are no comments for Property msdyn_publishername in the schema. + /// There are no comments for Property msdyn_ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_publishername + public virtual global::System.Nullable msdyn_ismanaged { get { - return this._msdyn_publishername; + return this._msdyn_ismanaged; } set { - this.Onmsdyn_publishernameChanging(value); - this._msdyn_publishername = value; - this.Onmsdyn_publishernameChanged(); - this.OnPropertyChanged("msdyn_publishername"); + this.Onmsdyn_ismanagedChanging(value); + this._msdyn_ismanaged = value; + this.Onmsdyn_ismanagedChanged(); + this.OnPropertyChanged("msdyn_ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_publishername; - partial void Onmsdyn_publishernameChanging(string value); - partial void Onmsdyn_publishernameChanged(); + private global::System.Nullable _msdyn_ismanaged; + partial void Onmsdyn_ismanagedChanging(global::System.Nullable value); + partial void Onmsdyn_ismanagedChanged(); /// - /// There are no comments for Property msdyn_publisherid in the schema. + /// There are no comments for Property msdyn_publishername in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_publisherid + public virtual string msdyn_publishername { get { - return this._msdyn_publisherid; + return this._msdyn_publishername; } set { - this.Onmsdyn_publisheridChanging(value); - this._msdyn_publisherid = value; - this.Onmsdyn_publisheridChanged(); - this.OnPropertyChanged("msdyn_publisherid"); + this.Onmsdyn_publishernameChanging(value); + this._msdyn_publishername = value; + this.Onmsdyn_publishernameChanged(); + this.OnPropertyChanged("msdyn_publishername"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_publisherid; - partial void Onmsdyn_publisheridChanging(string value); - partial void Onmsdyn_publisheridChanged(); + private string _msdyn_publishername; + partial void Onmsdyn_publishernameChanging(string value); + partial void Onmsdyn_publishernameChanged(); /// /// There are no comments for Property msdyn_ispatch in the schema. /// @@ -438274,49 +438303,49 @@ public virtual string msdyn_publisherid partial void Onmsdyn_totaltimeChanging(global::System.Nullable value); partial void Onmsdyn_totaltimeChanged(); /// - /// There are no comments for Property msdyn_ismanaged in the schema. + /// There are no comments for Property msdyn_operation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_ismanaged + public virtual global::System.Nullable msdyn_operation { get { - return this._msdyn_ismanaged; + return this._msdyn_operation; } set { - this.Onmsdyn_ismanagedChanging(value); - this._msdyn_ismanaged = value; - this.Onmsdyn_ismanagedChanged(); - this.OnPropertyChanged("msdyn_ismanaged"); + this.Onmsdyn_operationChanging(value); + this._msdyn_operation = value; + this.Onmsdyn_operationChanged(); + this.OnPropertyChanged("msdyn_operation"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_ismanaged; - partial void Onmsdyn_ismanagedChanging(global::System.Nullable value); - partial void Onmsdyn_ismanagedChanged(); + private global::System.Nullable _msdyn_operation; + partial void Onmsdyn_operationChanging(global::System.Nullable value); + partial void Onmsdyn_operationChanged(); /// - /// There are no comments for Property msdyn_operation in the schema. + /// There are no comments for Property msdyn_solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_operation + public virtual string msdyn_solutionid { get { - return this._msdyn_operation; + return this._msdyn_solutionid; } set { - this.Onmsdyn_operationChanging(value); - this._msdyn_operation = value; - this.Onmsdyn_operationChanged(); - this.OnPropertyChanged("msdyn_operation"); + this.Onmsdyn_solutionidChanging(value); + this._msdyn_solutionid = value; + this.Onmsdyn_solutionidChanged(); + this.OnPropertyChanged("msdyn_solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_operation; - partial void Onmsdyn_operationChanging(global::System.Nullable value); - partial void Onmsdyn_operationChanged(); + private string _msdyn_solutionid; + partial void Onmsdyn_solutionidChanging(string value); + partial void Onmsdyn_solutionidChanged(); /// /// There are no comments for Property msdyn_activityid in the schema. /// @@ -438384,6 +438413,28 @@ public virtual string msdyn_packagename partial void Onmsdyn_packagenameChanging(string value); partial void Onmsdyn_packagenameChanged(); /// + /// There are no comments for Property msdyn_result in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_result + { + get + { + return this._msdyn_result; + } + set + { + this.Onmsdyn_resultChanging(value); + this._msdyn_result = value; + this.Onmsdyn_resultChanged(); + this.OnPropertyChanged("msdyn_result"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_result; + partial void Onmsdyn_resultChanging(global::System.Nullable value); + partial void Onmsdyn_resultChanged(); + /// /// There are no comments for Property msdyn_suboperation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -438406,49 +438457,49 @@ public virtual string msdyn_packagename partial void Onmsdyn_suboperationChanging(global::System.Nullable value); partial void Onmsdyn_suboperationChanged(); /// - /// There are no comments for Property msdyn_result in the schema. + /// There are no comments for Property msdyn_publisherid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_result + public virtual string msdyn_publisherid { get { - return this._msdyn_result; + return this._msdyn_publisherid; } set { - this.Onmsdyn_resultChanging(value); - this._msdyn_result = value; - this.Onmsdyn_resultChanged(); - this.OnPropertyChanged("msdyn_result"); + this.Onmsdyn_publisheridChanging(value); + this._msdyn_publisherid = value; + this.Onmsdyn_publisheridChanged(); + this.OnPropertyChanged("msdyn_publisherid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_result; - partial void Onmsdyn_resultChanging(global::System.Nullable value); - partial void Onmsdyn_resultChanged(); + private string _msdyn_publisherid; + partial void Onmsdyn_publisheridChanging(string value); + partial void Onmsdyn_publisheridChanged(); /// - /// There are no comments for Property msdyn_starttime in the schema. + /// There are no comments for Property msdyn_packageversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_starttime + public virtual string msdyn_packageversion { get { - return this._msdyn_starttime; + return this._msdyn_packageversion; } set { - this.Onmsdyn_starttimeChanging(value); - this._msdyn_starttime = value; - this.Onmsdyn_starttimeChanged(); - this.OnPropertyChanged("msdyn_starttime"); + this.Onmsdyn_packageversionChanging(value); + this._msdyn_packageversion = value; + this.Onmsdyn_packageversionChanged(); + this.OnPropertyChanged("msdyn_packageversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_starttime; - partial void Onmsdyn_starttimeChanging(global::System.Nullable value); - partial void Onmsdyn_starttimeChanged(); + private string _msdyn_packageversion; + partial void Onmsdyn_packageversionChanging(string value); + partial void Onmsdyn_packageversionChanged(); /// /// There are no comments for Property msdyn_errorcode in the schema. /// @@ -438674,27 +438725,49 @@ public msdyn_suggestedactivitySingle(global::Microsoft.OData.Client.DataServiceQ public partial class msdyn_suggestedactivity : crmbaseentity { /// - /// There are no comments for Property _msdyn_regardingid_value in the schema. + /// There are no comments for Property msdyn_suggestedactivityid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _msdyn_regardingid_value + public virtual global::System.Nullable msdyn_suggestedactivityid { get { - return this.__msdyn_regardingid_value; + return this._msdyn_suggestedactivityid; } set { - this.On_msdyn_regardingid_valueChanging(value); - this.__msdyn_regardingid_value = value; - this.On_msdyn_regardingid_valueChanged(); - this.OnPropertyChanged("_msdyn_regardingid_value"); + this.Onmsdyn_suggestedactivityidChanging(value); + this._msdyn_suggestedactivityid = value; + this.Onmsdyn_suggestedactivityidChanged(); + this.OnPropertyChanged("msdyn_suggestedactivityid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __msdyn_regardingid_value; - partial void On_msdyn_regardingid_valueChanging(global::System.Nullable value); - partial void On_msdyn_regardingid_valueChanged(); + private global::System.Nullable _msdyn_suggestedactivityid; + partial void Onmsdyn_suggestedactivityidChanging(global::System.Nullable value); + partial void Onmsdyn_suggestedactivityidChanged(); + /// + /// There are no comments for Property msdyn_bodypreview in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_bodypreview + { + get + { + return this._msdyn_bodypreview; + } + set + { + this.Onmsdyn_bodypreviewChanging(value); + this._msdyn_bodypreview = value; + this.Onmsdyn_bodypreviewChanged(); + this.OnPropertyChanged("msdyn_bodypreview"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_bodypreview; + partial void Onmsdyn_bodypreviewChanging(string value); + partial void Onmsdyn_bodypreviewChanged(); /// /// There are no comments for Property msdyn_sendername in the schema. /// @@ -438740,28 +438813,6 @@ public virtual string msdyn_subject partial void Onmsdyn_subjectChanging(string value); partial void Onmsdyn_subjectChanged(); /// - /// There are no comments for Property msdyn_bodypreview in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_bodypreview - { - get - { - return this._msdyn_bodypreview; - } - set - { - this.Onmsdyn_bodypreviewChanging(value); - this._msdyn_bodypreview = value; - this.Onmsdyn_bodypreviewChanged(); - this.OnPropertyChanged("msdyn_bodypreview"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_bodypreview; - partial void Onmsdyn_bodypreviewChanging(string value); - partial void Onmsdyn_bodypreviewChanged(); - /// /// There are no comments for Property msdyn_importance in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -438784,27 +438835,27 @@ public virtual string msdyn_importance partial void Onmsdyn_importanceChanging(string value); partial void Onmsdyn_importanceChanged(); /// - /// There are no comments for Property msdyn_endtime in the schema. + /// There are no comments for Property _msdyn_regardingid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_endtime + public virtual global::System.Nullable _msdyn_regardingid_value { get { - return this._msdyn_endtime; + return this.__msdyn_regardingid_value; } set { - this.Onmsdyn_endtimeChanging(value); - this._msdyn_endtime = value; - this.Onmsdyn_endtimeChanged(); - this.OnPropertyChanged("msdyn_endtime"); + this.On_msdyn_regardingid_valueChanging(value); + this.__msdyn_regardingid_value = value; + this.On_msdyn_regardingid_valueChanged(); + this.OnPropertyChanged("_msdyn_regardingid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_endtime; - partial void Onmsdyn_endtimeChanging(global::System.Nullable value); - partial void Onmsdyn_endtimeChanged(); + private global::System.Nullable __msdyn_regardingid_value; + partial void On_msdyn_regardingid_valueChanging(global::System.Nullable value); + partial void On_msdyn_regardingid_valueChanged(); /// /// There are no comments for Property msdyn_regardingname in the schema. /// @@ -438850,49 +438901,49 @@ public virtual string msdyn_regardingname partial void Onmsdyn_createddateChanging(global::System.Nullable value); partial void Onmsdyn_createddateChanged(); /// - /// There are no comments for Property msdyn_suggestedactivityid in the schema. + /// There are no comments for Property msdyn_to in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_suggestedactivityid + public virtual string msdyn_to { get { - return this._msdyn_suggestedactivityid; + return this._msdyn_to; } set { - this.Onmsdyn_suggestedactivityidChanging(value); - this._msdyn_suggestedactivityid = value; - this.Onmsdyn_suggestedactivityidChanged(); - this.OnPropertyChanged("msdyn_suggestedactivityid"); + this.Onmsdyn_toChanging(value); + this._msdyn_to = value; + this.Onmsdyn_toChanged(); + this.OnPropertyChanged("msdyn_to"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_suggestedactivityid; - partial void Onmsdyn_suggestedactivityidChanging(global::System.Nullable value); - partial void Onmsdyn_suggestedactivityidChanged(); + private string _msdyn_to; + partial void Onmsdyn_toChanging(string value); + partial void Onmsdyn_toChanged(); /// - /// There are no comments for Property msdyn_to in the schema. + /// There are no comments for Property msdyn_endtime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_to + public virtual global::System.Nullable msdyn_endtime { get { - return this._msdyn_to; + return this._msdyn_endtime; } set { - this.Onmsdyn_toChanging(value); - this._msdyn_to = value; - this.Onmsdyn_toChanged(); - this.OnPropertyChanged("msdyn_to"); + this.Onmsdyn_endtimeChanging(value); + this._msdyn_endtime = value; + this.Onmsdyn_endtimeChanged(); + this.OnPropertyChanged("msdyn_endtime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_to; - partial void Onmsdyn_toChanging(string value); - partial void Onmsdyn_toChanged(); + private global::System.Nullable _msdyn_endtime; + partial void Onmsdyn_endtimeChanging(global::System.Nullable value); + partial void Onmsdyn_endtimeChanged(); /// /// There are no comments for Property msdyn_location in the schema. /// @@ -438982,49 +439033,49 @@ public virtual string msdyn_activitytype partial void Onmsdyn_starttimeChanging(global::System.Nullable value); partial void Onmsdyn_starttimeChanged(); /// - /// There are no comments for Property msdyn_sender in the schema. + /// There are no comments for Property msdyn_duration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_sender + public virtual string msdyn_duration { get { - return this._msdyn_sender; + return this._msdyn_duration; } set { - this.Onmsdyn_senderChanging(value); - this._msdyn_sender = value; - this.Onmsdyn_senderChanged(); - this.OnPropertyChanged("msdyn_sender"); + this.Onmsdyn_durationChanging(value); + this._msdyn_duration = value; + this.Onmsdyn_durationChanged(); + this.OnPropertyChanged("msdyn_duration"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_sender; - partial void Onmsdyn_senderChanging(string value); - partial void Onmsdyn_senderChanged(); + private string _msdyn_duration; + partial void Onmsdyn_durationChanging(string value); + partial void Onmsdyn_durationChanged(); /// - /// There are no comments for Property msdyn_duration in the schema. + /// There are no comments for Property msdyn_sender in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_duration + public virtual string msdyn_sender { get { - return this._msdyn_duration; + return this._msdyn_sender; } set { - this.Onmsdyn_durationChanging(value); - this._msdyn_duration = value; - this.Onmsdyn_durationChanged(); - this.OnPropertyChanged("msdyn_duration"); + this.Onmsdyn_senderChanging(value); + this._msdyn_sender = value; + this.Onmsdyn_senderChanged(); + this.OnPropertyChanged("msdyn_sender"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_duration; - partial void Onmsdyn_durationChanging(string value); - partial void Onmsdyn_durationChanged(); + private string _msdyn_sender; + partial void Onmsdyn_senderChanging(string value); + partial void Onmsdyn_senderChanged(); } /// /// There are no comments for msdyn_suggestedactivitydatasourceSingle in the schema. @@ -439162,28 +439213,6 @@ public virtual string msdyn_description partial void Onmsdyn_descriptionChanging(string value); partial void Onmsdyn_descriptionChanged(); /// - /// There are no comments for Property msdyn_companyname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_companyname - { - get - { - return this._msdyn_companyname; - } - set - { - this.Onmsdyn_companynameChanging(value); - this._msdyn_companyname = value; - this.Onmsdyn_companynameChanged(); - this.OnPropertyChanged("msdyn_companyname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_companyname; - partial void Onmsdyn_companynameChanging(string value); - partial void Onmsdyn_companynameChanged(); - /// /// There are no comments for Property msdyn_addresspostalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -439250,27 +439279,27 @@ public virtual string msdyn_fullname partial void Onmsdyn_fullnameChanging(string value); partial void Onmsdyn_fullnameChanged(); /// - /// There are no comments for Property msdyn_addresscity in the schema. + /// There are no comments for Property msdyn_mobilephone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_addresscity + public virtual string msdyn_mobilephone { get { - return this._msdyn_addresscity; + return this._msdyn_mobilephone; } set { - this.Onmsdyn_addresscityChanging(value); - this._msdyn_addresscity = value; - this.Onmsdyn_addresscityChanged(); - this.OnPropertyChanged("msdyn_addresscity"); + this.Onmsdyn_mobilephoneChanging(value); + this._msdyn_mobilephone = value; + this.Onmsdyn_mobilephoneChanged(); + this.OnPropertyChanged("msdyn_mobilephone"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_addresscity; - partial void Onmsdyn_addresscityChanging(string value); - partial void Onmsdyn_addresscityChanged(); + private string _msdyn_mobilephone; + partial void Onmsdyn_mobilephoneChanging(string value); + partial void Onmsdyn_mobilephoneChanged(); /// /// There are no comments for Property msdyn_telephone in the schema. /// @@ -439382,27 +439411,49 @@ public virtual string msdyn_preferredcontactmethodcode partial void Onmsdyn_preferredcontactmethodcodeChanging(string value); partial void Onmsdyn_preferredcontactmethodcodeChanged(); /// - /// There are no comments for Property msdyn_firstname in the schema. + /// There are no comments for Property msdyn_addresscity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_firstname + public virtual string msdyn_addresscity { get { - return this._msdyn_firstname; + return this._msdyn_addresscity; } set { - this.Onmsdyn_firstnameChanging(value); - this._msdyn_firstname = value; - this.Onmsdyn_firstnameChanged(); - this.OnPropertyChanged("msdyn_firstname"); + this.Onmsdyn_addresscityChanging(value); + this._msdyn_addresscity = value; + this.Onmsdyn_addresscityChanged(); + this.OnPropertyChanged("msdyn_addresscity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_firstname; - partial void Onmsdyn_firstnameChanging(string value); - partial void Onmsdyn_firstnameChanged(); + private string _msdyn_addresscity; + partial void Onmsdyn_addresscityChanging(string value); + partial void Onmsdyn_addresscityChanged(); + /// + /// There are no comments for Property msdyn_email in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_email + { + get + { + return this._msdyn_email; + } + set + { + this.Onmsdyn_emailChanging(value); + this._msdyn_email = value; + this.Onmsdyn_emailChanged(); + this.OnPropertyChanged("msdyn_email"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_email; + partial void Onmsdyn_emailChanging(string value); + partial void Onmsdyn_emailChanged(); /// /// There are no comments for Property _msdyn_accountid_value in the schema. /// @@ -439470,27 +439521,27 @@ public virtual string msdyn_accountidname partial void Onmsdyn_createdonChanging(global::System.Nullable value); partial void Onmsdyn_createdonChanged(); /// - /// There are no comments for Property msdyn_email in the schema. + /// There are no comments for Property msdyn_firstname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_email + public virtual string msdyn_firstname { get { - return this._msdyn_email; + return this._msdyn_firstname; } set { - this.Onmsdyn_emailChanging(value); - this._msdyn_email = value; - this.Onmsdyn_emailChanged(); - this.OnPropertyChanged("msdyn_email"); + this.Onmsdyn_firstnameChanging(value); + this._msdyn_firstname = value; + this.Onmsdyn_firstnameChanged(); + this.OnPropertyChanged("msdyn_firstname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_email; - partial void Onmsdyn_emailChanging(string value); - partial void Onmsdyn_emailChanged(); + private string _msdyn_firstname; + partial void Onmsdyn_firstnameChanging(string value); + partial void Onmsdyn_firstnameChanged(); /// /// There are no comments for Property msdyn_jobtitle in the schema. /// @@ -439514,27 +439565,27 @@ public virtual string msdyn_jobtitle partial void Onmsdyn_jobtitleChanging(string value); partial void Onmsdyn_jobtitleChanged(); /// - /// There are no comments for Property msdyn_mobilephone in the schema. + /// There are no comments for Property msdyn_companyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_mobilephone + public virtual string msdyn_companyname { get { - return this._msdyn_mobilephone; + return this._msdyn_companyname; } set { - this.Onmsdyn_mobilephoneChanging(value); - this._msdyn_mobilephone = value; - this.Onmsdyn_mobilephoneChanged(); - this.OnPropertyChanged("msdyn_mobilephone"); + this.Onmsdyn_companynameChanging(value); + this._msdyn_companyname = value; + this.Onmsdyn_companynameChanged(); + this.OnPropertyChanged("msdyn_companyname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_mobilephone; - partial void Onmsdyn_mobilephoneChanging(string value); - partial void Onmsdyn_mobilephoneChanged(); + private string _msdyn_companyname; + partial void Onmsdyn_companynameChanging(string value); + partial void Onmsdyn_companynameChanged(); /// /// There are no comments for Property msdyn_addressline1 in the schema. /// @@ -439937,6 +439988,28 @@ public static msdyn_teamscollaboration Createmsdyn_teamscollaboration(global::Mi partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 msdyn_teamsiteurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -439959,71 +440032,49 @@ public virtual string msdyn_teamsiteurl partial void Onmsdyn_teamsiteurlChanging(string value); partial void Onmsdyn_teamsiteurlChanged(); /// - /// There are no comments for Property msdyn_groupid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_groupid - { - get - { - return this._msdyn_groupid; - } - set - { - this.Onmsdyn_groupidChanging(value); - this._msdyn_groupid = value; - this.Onmsdyn_groupidChanged(); - this.OnPropertyChanged("msdyn_groupid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_groupid; - partial void Onmsdyn_groupidChanging(global::System.Nullable value); - partial void Onmsdyn_groupidChanged(); - /// - /// There are no comments for Property msdyn_teamid in the schema. + /// There are no comments for Property msdyn_teamname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_teamid + public virtual string msdyn_teamname { get { - return this._msdyn_teamid; + return this._msdyn_teamname; } set { - this.Onmsdyn_teamidChanging(value); - this._msdyn_teamid = value; - this.Onmsdyn_teamidChanged(); - this.OnPropertyChanged("msdyn_teamid"); + this.Onmsdyn_teamnameChanging(value); + this._msdyn_teamname = value; + this.Onmsdyn_teamnameChanged(); + this.OnPropertyChanged("msdyn_teamname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_teamid; - partial void Onmsdyn_teamidChanging(string value); - partial void Onmsdyn_teamidChanged(); + private string _msdyn_teamname; + partial void Onmsdyn_teamnameChanging(string value); + partial void Onmsdyn_teamnameChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property msdyn_channeltype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string msdyn_channeltype { get { - return this._timezoneruleversionnumber; + return this._msdyn_channeltype; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onmsdyn_channeltypeChanging(value); + this._msdyn_channeltype = value; + this.Onmsdyn_channeltypeChanged(); + this.OnPropertyChanged("msdyn_channeltype"); } } [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 string _msdyn_channeltype; + partial void Onmsdyn_channeltypeChanging(string value); + partial void Onmsdyn_channeltypeChanged(); /// /// There are no comments for Property msdyn_appid in the schema. /// @@ -440047,159 +440098,159 @@ public virtual string msdyn_appid partial void Onmsdyn_appidChanging(string value); partial void Onmsdyn_appidChanged(); /// - /// There are no comments for Property msdyn_channeltype in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_channeltype + public virtual global::System.Nullable _organizationid_value { get { - return this._msdyn_channeltype; + return this.__organizationid_value; } set { - this.Onmsdyn_channeltypeChanging(value); - this._msdyn_channeltype = value; - this.Onmsdyn_channeltypeChanged(); - this.OnPropertyChanged("msdyn_channeltype"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_channeltype; - partial void Onmsdyn_channeltypeChanging(string value); - partial void Onmsdyn_channeltypeChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property regardingobjectid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable regardingobjectid { get { - return this.__organizationid_value; + return this._regardingobjectid; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OnregardingobjectidChanging(value); + this._regardingobjectid = value; + this.OnregardingobjectidChanged(); + this.OnPropertyChanged("regardingobjectid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _regardingobjectid; + partial void OnregardingobjectidChanging(global::System.Nullable value); + partial void OnregardingobjectidChanged(); /// - /// There are no comments for Property regardingobjecttypecode in the schema. + /// There are no comments for Property msdyn_teamscollaborationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable regardingobjecttypecode + public virtual global::System.Nullable msdyn_teamscollaborationid { get { - return this._regardingobjecttypecode; + return this._msdyn_teamscollaborationid; } set { - this.OnregardingobjecttypecodeChanging(value); - this._regardingobjecttypecode = value; - this.OnregardingobjecttypecodeChanged(); - this.OnPropertyChanged("regardingobjecttypecode"); + this.Onmsdyn_teamscollaborationidChanging(value); + this._msdyn_teamscollaborationid = value; + this.Onmsdyn_teamscollaborationidChanged(); + this.OnPropertyChanged("msdyn_teamscollaborationid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _regardingobjecttypecode; - partial void OnregardingobjecttypecodeChanging(global::System.Nullable value); - partial void OnregardingobjecttypecodeChanged(); + private global::System.Nullable _msdyn_teamscollaborationid; + partial void Onmsdyn_teamscollaborationidChanging(global::System.Nullable value); + partial void Onmsdyn_teamscollaborationidChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property msdyn_channelid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual string msdyn_channelid { get { - return this._modifiedon; + return this._msdyn_channelid; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.Onmsdyn_channelidChanging(value); + this._msdyn_channelid = value; + this.Onmsdyn_channelidChanged(); + this.OnPropertyChanged("msdyn_channelid"); } } [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 string _msdyn_channelid; + partial void Onmsdyn_channelidChanging(string value); + partial void Onmsdyn_channelidChanged(); /// - /// There are no comments for Property msdyn_teamscollaborationid in the schema. + /// 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 msdyn_teamscollaborationid + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._msdyn_teamscollaborationid; + return this._utcconversiontimezonecode; } set { - this.Onmsdyn_teamscollaborationidChanging(value); - this._msdyn_teamscollaborationid = value; - this.Onmsdyn_teamscollaborationidChanged(); - this.OnPropertyChanged("msdyn_teamscollaborationid"); + 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 _msdyn_teamscollaborationid; - partial void Onmsdyn_teamscollaborationidChanging(global::System.Nullable value); - partial void Onmsdyn_teamscollaborationidChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property msdyn_teamid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string msdyn_teamid { get { - return this.__modifiedonbehalfby_value; + return this._msdyn_teamid; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onmsdyn_teamidChanging(value); + this._msdyn_teamid = value; + this.Onmsdyn_teamidChanged(); + this.OnPropertyChanged("msdyn_teamid"); } } [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 string _msdyn_teamid; + partial void Onmsdyn_teamidChanging(string value); + partial void Onmsdyn_teamidChanged(); /// - /// There are no comments for Property msdyn_channelid in the schema. + /// There are no comments for Property regardingobjecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_channelid + public virtual global::System.Nullable regardingobjecttypecode { get { - return this._msdyn_channelid; + return this._regardingobjecttypecode; } set { - this.Onmsdyn_channelidChanging(value); - this._msdyn_channelid = value; - this.Onmsdyn_channelidChanged(); - this.OnPropertyChanged("msdyn_channelid"); + this.OnregardingobjecttypecodeChanging(value); + this._regardingobjecttypecode = value; + this.OnregardingobjecttypecodeChanged(); + this.OnPropertyChanged("regardingobjecttypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_channelid; - partial void Onmsdyn_channelidChanging(string value); - partial void Onmsdyn_channelidChanged(); + private global::System.Nullable _regardingobjecttypecode; + partial void OnregardingobjecttypecodeChanging(global::System.Nullable value); + partial void OnregardingobjecttypecodeChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -440223,6 +440274,28 @@ public virtual string msdyn_channelid partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// 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 msdyn_channelfolderrelativeurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -440311,71 +440384,49 @@ public virtual string msdyn_channelfolderrelativeurl partial void Onmsdyn_tenantidChanging(global::System.Nullable value); partial void Onmsdyn_tenantidChanged(); /// - /// There are no comments for Property msdyn_pipedentityid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_pipedentityid - { - get - { - return this._msdyn_pipedentityid; - } - set - { - this.Onmsdyn_pipedentityidChanging(value); - this._msdyn_pipedentityid = value; - this.Onmsdyn_pipedentityidChanged(); - this.OnPropertyChanged("msdyn_pipedentityid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_pipedentityid; - partial void Onmsdyn_pipedentityidChanging(string value); - partial void Onmsdyn_pipedentityidChanged(); - /// - /// There are no comments for Property regardingobjectid in the schema. + /// There are no comments for Property msdyn_channelname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable regardingobjectid + public virtual string msdyn_channelname { get { - return this._regardingobjectid; + return this._msdyn_channelname; } set { - this.OnregardingobjectidChanging(value); - this._regardingobjectid = value; - this.OnregardingobjectidChanged(); - this.OnPropertyChanged("regardingobjectid"); + this.Onmsdyn_channelnameChanging(value); + this._msdyn_channelname = value; + this.Onmsdyn_channelnameChanged(); + this.OnPropertyChanged("msdyn_channelname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _regardingobjectid; - partial void OnregardingobjectidChanging(global::System.Nullable value); - partial void OnregardingobjectidChanged(); + private string _msdyn_channelname; + partial void Onmsdyn_channelnameChanging(string value); + partial void Onmsdyn_channelnameChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_pipedentityid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string msdyn_pipedentityid { get { - return this._utcconversiontimezonecode; + return this._msdyn_pipedentityid; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_pipedentityidChanging(value); + this._msdyn_pipedentityid = value; + this.Onmsdyn_pipedentityidChanged(); + this.OnPropertyChanged("msdyn_pipedentityid"); } } [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 string _msdyn_pipedentityid; + partial void Onmsdyn_pipedentityidChanging(string value); + partial void Onmsdyn_pipedentityidChanged(); /// /// There are no comments for Property msdyn_contenturl in the schema. /// @@ -440421,71 +440472,71 @@ public virtual string msdyn_contenturl partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property msdyn_groupid 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 msdyn_groupid { get { - return this.__createdby_value; + return this._msdyn_groupid; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onmsdyn_groupidChanging(value); + this._msdyn_groupid = value; + this.Onmsdyn_groupidChanged(); + this.OnPropertyChanged("msdyn_groupid"); } } [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 _msdyn_groupid; + partial void Onmsdyn_groupidChanging(global::System.Nullable value); + partial void Onmsdyn_groupidChanged(); /// - /// There are no comments for Property msdyn_teamname in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_teamname + public virtual global::System.Nullable modifiedon { get { - return this._msdyn_teamname; + return this._modifiedon; } set { - this.Onmsdyn_teamnameChanging(value); - this._msdyn_teamname = value; - this.Onmsdyn_teamnameChanged(); - this.OnPropertyChanged("msdyn_teamname"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_teamname; - partial void Onmsdyn_teamnameChanging(string value); - partial void Onmsdyn_teamnameChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__modifiedby_value; + return this._timezoneruleversionnumber; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property msdyn_weburl in the schema. /// @@ -440509,28 +440560,6 @@ public virtual string msdyn_weburl partial void Onmsdyn_weburlChanging(string value); partial void Onmsdyn_weburlChanged(); /// - /// 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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -440575,27 +440604,49 @@ public virtual string regardingobjecttypename partial void OnregardingobjecttypenameChanging(string value); partial void OnregardingobjecttypenameChanged(); /// - /// There are no comments for Property msdyn_channelname in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_channelname + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._msdyn_channelname; + return this.__modifiedonbehalfby_value; } set { - this.Onmsdyn_channelnameChanging(value); - this._msdyn_channelname = value; - this.Onmsdyn_channelnameChanged(); - this.OnPropertyChanged("msdyn_channelname"); + 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 string _msdyn_channelname; - partial void Onmsdyn_channelnameChanging(string value); - partial void Onmsdyn_channelnameChanged(); + 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 _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 createdby in the schema. /// @@ -441126,6 +441177,28 @@ public static msdyn_tour Createmsdyn_tour(global::Microsoft.Dynamics.CRM.systemu return msdyn_tour; } /// + /// 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -441192,49 +441265,27 @@ public static msdyn_tour Createmsdyn_tour(global::Microsoft.Dynamics.CRM.systemu partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// - /// There are no comments for Property solutionid in the schema. + /// 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 solutionid + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._solutionid; + return this.__modifiedonbehalfby_value; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + 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 _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + 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 overriddencreatedon in the schema. /// @@ -441302,49 +441353,49 @@ public static msdyn_tour Createmsdyn_tour(global::Microsoft.Dynamics.CRM.systemu partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property msdyn_path in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual string msdyn_path { get { - return this._ismanaged; + return this._msdyn_path; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.Onmsdyn_pathChanging(value); + this._msdyn_path = value; + this.Onmsdyn_pathChanged(); + this.OnPropertyChanged("msdyn_path"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private string _msdyn_path; + partial void Onmsdyn_pathChanging(string value); + partial void Onmsdyn_pathChanged(); /// - /// There are no comments for Property msdyn_displayname in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_displayname + public virtual global::System.Nullable ismanaged { get { - return this._msdyn_displayname; + return this._ismanaged; } set { - this.Onmsdyn_displaynameChanging(value); - this._msdyn_displayname = value; - this.Onmsdyn_displaynameChanged(); - this.OnPropertyChanged("msdyn_displayname"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_displayname; - partial void Onmsdyn_displaynameChanging(string value); - partial void Onmsdyn_displaynameChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -441390,71 +441441,71 @@ public virtual string msdyn_displayname partial void OncomponentiduniqueChanging(global::System.Nullable value); partial void OncomponentiduniqueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable componentstate { get { - return this._importsequencenumber; + return this._componentstate; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property msdyn_path in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_path + public virtual global::System.Nullable _organizationid_value { get { - return this._msdyn_path; + return this.__organizationid_value; } set { - this.Onmsdyn_pathChanging(value); - this._msdyn_path = value; - this.Onmsdyn_pathChanged(); - this.OnPropertyChanged("msdyn_path"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_path; - partial void Onmsdyn_pathChanging(string value); - partial void Onmsdyn_pathChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// 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 overwritetime + public virtual global::System.Nullable versionnumber { get { - return this._overwritetime; + return this._versionnumber; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + 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 _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -441478,49 +441529,49 @@ public virtual string msdyn_path partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property msdyn_labelsresource in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_labelsresource + public virtual global::System.Nullable overwritetime { get { - return this._msdyn_labelsresource; + return this._overwritetime; } set { - this.Onmsdyn_labelsresourceChanging(value); - this._msdyn_labelsresource = value; - this.Onmsdyn_labelsresourceChanged(); - this.OnPropertyChanged("msdyn_labelsresource"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_labelsresource; - partial void Onmsdyn_labelsresourceChanging(string value); - partial void Onmsdyn_labelsresourceChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property msdyn_displayname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string msdyn_displayname { get { - return this.__modifiedonbehalfby_value; + return this._msdyn_displayname; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onmsdyn_displaynameChanging(value); + this._msdyn_displayname = value; + this.Onmsdyn_displaynameChanged(); + this.OnPropertyChanged("msdyn_displayname"); } } [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 string _msdyn_displayname; + partial void Onmsdyn_displaynameChanging(string value); + partial void Onmsdyn_displaynameChanged(); /// /// There are no comments for Property msdyn_tourid in the schema. /// @@ -441566,49 +441617,49 @@ public virtual string msdyn_tourdefinition partial void Onmsdyn_tourdefinitionChanging(string value); partial void Onmsdyn_tourdefinitionChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property msdyn_labelsresource in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string msdyn_labelsresource { get { - return this._versionnumber; + return this._msdyn_labelsresource; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onmsdyn_labelsresourceChanging(value); + this._msdyn_labelsresource = value; + this.Onmsdyn_labelsresourceChanged(); + this.OnPropertyChanged("msdyn_labelsresource"); } } [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 string _msdyn_labelsresource; + partial void Onmsdyn_labelsresourceChanging(string value); + partial void Onmsdyn_labelsresourceChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable solutionid { get { - return this._componentstate; + return this._solutionid; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -442358,27 +442409,27 @@ public static msdyn_untrackedappointment Createmsdyn_untrackedappointment(global return msdyn_untrackedappointment; } /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._timezoneruleversionnumber; + return this.__modifiedonbehalfby_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 _createdonbehalfby_value in the schema. /// @@ -442402,71 +442453,49 @@ public static msdyn_untrackedappointment Createmsdyn_untrackedappointment(global partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 utcconversiontimezonecode in the schema. + /// There are no comments for Property msdyn_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string msdyn_name { get { - return this._utcconversiontimezonecode; + return this._msdyn_name; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onmsdyn_nameChanging(value); + this._msdyn_name = value; + this.Onmsdyn_nameChanged(); + this.OnPropertyChanged("msdyn_name"); } } [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 string _msdyn_name; + partial void Onmsdyn_nameChanging(string value); + partial void Onmsdyn_nameChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable _ownerid_value { get { - return this._createdon; + return this.__ownerid_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + 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. /// @@ -442490,28 +442519,6 @@ public static msdyn_untrackedappointment Createmsdyn_untrackedappointment(global partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -442556,71 +442563,27 @@ public static msdyn_untrackedappointment Createmsdyn_untrackedappointment(global partial void Onmsdyn_untrackedappointmentidChanging(global::System.Nullable value); partial void Onmsdyn_untrackedappointmentidChanged(); /// - /// 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 msdyn_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_name - { - get - { - return this._msdyn_name; - } - set - { - this.Onmsdyn_nameChanging(value); - this._msdyn_name = value; - this.Onmsdyn_nameChanged(); - this.OnPropertyChanged("msdyn_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_name; - partial void Onmsdyn_nameChanging(string value); - partial void Onmsdyn_nameChanged(); - /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable importsequencenumber { get { - return this._statecode; + return this._importsequencenumber; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -442666,6 +442629,28 @@ public virtual string msdyn_name partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -442688,49 +442673,49 @@ public virtual string msdyn_name partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__modifiedonbehalfby_value; + return this.__owningteam_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 modifiedon 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 modifiedon + public virtual global::System.Nullable statecode { get { - return this._modifiedon; + return this._statecode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -442754,6 +442739,50 @@ public virtual string msdyn_name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -442776,6 +442805,28 @@ public virtual string msdyn_name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// 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 createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -443484,50 +443535,6 @@ public static msdyn_upgraderun Createmsdyn_upgraderun(global::Microsoft.Dynamics partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property msdyn_targetversion in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_targetversion - { - get - { - return this._msdyn_targetversion; - } - set - { - this.Onmsdyn_targetversionChanging(value); - this._msdyn_targetversion = value; - this.Onmsdyn_targetversionChanged(); - this.OnPropertyChanged("msdyn_targetversion"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_targetversion; - partial void Onmsdyn_targetversionChanging(string value); - partial void Onmsdyn_targetversionChanged(); - /// - /// 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 msdyn_startingversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -443594,27 +443601,27 @@ public virtual string msdyn_startingversion partial void Onmsdyn_finishedChanging(global::System.Nullable value); partial void Onmsdyn_finishedChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._importsequencenumber; + return this.__modifiedonbehalfby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 statecode in the schema. /// @@ -443682,49 +443689,49 @@ public virtual string msdyn_error partial void Onmsdyn_errorChanging(string value); partial void Onmsdyn_errorChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property msdyn_targetversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string msdyn_targetversion { get { - return this._timezoneruleversionnumber; + return this._msdyn_targetversion; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onmsdyn_targetversionChanging(value); + this._msdyn_targetversion = value; + this.Onmsdyn_targetversionChanged(); + this.OnPropertyChanged("msdyn_targetversion"); } } [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 string _msdyn_targetversion; + partial void Onmsdyn_targetversionChanging(string value); + partial void Onmsdyn_targetversionChanged(); /// - /// There are no comments for Property msdyn_summary in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_summary + public virtual global::System.Nullable importsequencenumber { get { - return this._msdyn_summary; + return this._importsequencenumber; } set { - this.Onmsdyn_summaryChanging(value); - this._msdyn_summary = value; - this.Onmsdyn_summaryChanged(); - this.OnPropertyChanged("msdyn_summary"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_summary; - partial void Onmsdyn_summaryChanging(string value); - partial void Onmsdyn_summaryChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -443748,6 +443755,28 @@ public virtual string msdyn_summary partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// 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 msdyn_status in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -443924,6 +443953,28 @@ public virtual string msdyn_solution partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// + /// There are no comments for Property msdyn_summary in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_summary + { + get + { + return this._msdyn_summary; + } + set + { + this.Onmsdyn_summaryChanging(value); + this._msdyn_summary = value; + this.Onmsdyn_summaryChanged(); + this.OnPropertyChanged("msdyn_summary"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_summary; + partial void Onmsdyn_summaryChanging(string value); + partial void Onmsdyn_summaryChanged(); + /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -443946,27 +443997,27 @@ public virtual string msdyn_solution partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._createdon; + return this._timezoneruleversionnumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -444684,6 +444735,28 @@ public virtual string msdyn_details partial void Onmsdyn_upgradestepidChanging(global::System.Nullable value); partial void Onmsdyn_upgradestepidChanged(); /// + /// 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 msdyn_dbversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -444728,6 +444801,28 @@ public virtual string msdyn_details partial void Onmsdyn_stepidChanging(global::System.Nullable value); partial void Onmsdyn_stepidChanged(); /// + /// 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 _msdyn_upgradeversion_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -444750,49 +444845,49 @@ public virtual string msdyn_details partial void On_msdyn_upgradeversion_valueChanging(global::System.Nullable value); partial void On_msdyn_upgradeversion_valueChanged(); /// - /// There are no comments for Property msdyn_status 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 msdyn_status + public virtual global::System.Nullable createdon { get { - return this._msdyn_status; + return this._createdon; } set { - this.Onmsdyn_statusChanging(value); - this._msdyn_status = value; - this.Onmsdyn_statusChanged(); - this.OnPropertyChanged("msdyn_status"); + 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 _msdyn_status; - partial void Onmsdyn_statusChanging(global::System.Nullable value); - partial void Onmsdyn_statusChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// 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 _organizationid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__organizationid_value; + return this._importsequencenumber; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property msdyn_finished in the schema. /// @@ -444860,27 +444955,49 @@ public virtual string msdyn_details partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property msdyn_status 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 msdyn_status { get { - return this._createdon; + return this._msdyn_status; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Onmsdyn_statusChanging(value); + this._msdyn_status = value; + this.Onmsdyn_statusChanged(); + this.OnPropertyChanged("msdyn_status"); } } [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 _msdyn_status; + partial void Onmsdyn_statusChanging(global::System.Nullable value); + partial void Onmsdyn_statusChanged(); + /// + /// There are no comments for Property _organizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _organizationid_value + { + get + { + return this.__organizationid_value; + } + set + { + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -444948,28 +445065,6 @@ public virtual string msdyn_name partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -445036,50 +445131,6 @@ public virtual string msdyn_errors partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 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 createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -445928,28 +445979,6 @@ public virtual string msdyn_targetversion partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -446170,6 +446199,28 @@ public virtual string msdyn_startingversion partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -446842,27 +446893,49 @@ public static msdyn_wallsavedquery Createmsdyn_wallsavedquery(global::Microsoft. partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property msdyn_wallsavedqueryid 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 msdyn_wallsavedqueryid { get { - return this.__createdonbehalfby_value; + return this._msdyn_wallsavedqueryid; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.Onmsdyn_wallsavedqueryidChanging(value); + this._msdyn_wallsavedqueryid = value; + this.Onmsdyn_wallsavedqueryidChanged(); + this.OnPropertyChanged("msdyn_wallsavedqueryid"); } } [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 _msdyn_wallsavedqueryid; + partial void Onmsdyn_wallsavedqueryidChanging(global::System.Nullable value); + partial void Onmsdyn_wallsavedqueryidChanged(); + /// + /// There are no comments for Property msdyn_savedqueryid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_savedqueryid + { + get + { + return this._msdyn_savedqueryid; + } + set + { + this.Onmsdyn_savedqueryidChanging(value); + this._msdyn_savedqueryid = value; + this.Onmsdyn_savedqueryidChanged(); + this.OnPropertyChanged("msdyn_savedqueryid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_savedqueryid; + partial void Onmsdyn_savedqueryidChanging(string value); + partial void Onmsdyn_savedqueryidChanged(); /// /// There are no comments for Property msdyn_savedqueryname in the schema. /// @@ -446996,28 +447069,6 @@ public virtual string msdyn_savedqueryname partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property msdyn_wallsavedqueryid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_wallsavedqueryid - { - get - { - return this._msdyn_wallsavedqueryid; - } - set - { - this.Onmsdyn_wallsavedqueryidChanging(value); - this._msdyn_wallsavedqueryid = value; - this.Onmsdyn_wallsavedqueryidChanged(); - this.OnPropertyChanged("msdyn_wallsavedqueryid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_wallsavedqueryid; - partial void Onmsdyn_wallsavedqueryidChanging(global::System.Nullable value); - partial void Onmsdyn_wallsavedqueryidChanged(); - /// /// There are no comments for Property msdyn_otc in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -447084,28 +447135,6 @@ public virtual string msdyn_entitydisplayname partial void Onmsdyn_entitydisplaynameChanging(string value); partial void Onmsdyn_entitydisplaynameChanged(); /// - /// There are no comments for Property msdyn_savedqueryid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_savedqueryid - { - get - { - return this._msdyn_savedqueryid; - } - set - { - this.Onmsdyn_savedqueryidChanging(value); - this._msdyn_savedqueryid = value; - this.Onmsdyn_savedqueryidChanged(); - this.OnPropertyChanged("msdyn_savedqueryid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_savedqueryid; - partial void Onmsdyn_savedqueryidChanging(string value); - partial void Onmsdyn_savedqueryidChanged(); - /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -447194,6 +447223,28 @@ public virtual string msdyn_savedqueryid partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 _msdyn_postconfigurationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -447238,6 +447289,28 @@ public virtual string msdyn_savedqueryid partial void Onmsdyn_isvisibleChanging(global::System.Nullable value); partial void Onmsdyn_isvisibleChanged(); /// + /// There are no comments for Property msdyn_entityname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string msdyn_entityname + { + get + { + return this._msdyn_entityname; + } + set + { + this.Onmsdyn_entitynameChanging(value); + this._msdyn_entityname = value; + this.Onmsdyn_entitynameChanged(); + this.OnPropertyChanged("msdyn_entityname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _msdyn_entityname; + partial void Onmsdyn_entitynameChanging(string value); + partial void Onmsdyn_entitynameChanged(); + /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -447304,28 +447377,6 @@ public virtual string msdyn_savedqueryid partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property msdyn_entityname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_entityname - { - get - { - return this._msdyn_entityname; - } - set - { - this.Onmsdyn_entitynameChanging(value); - this._msdyn_entityname = value; - this.Onmsdyn_entitynameChanged(); - this.OnPropertyChanged("msdyn_entityname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_entityname; - partial void Onmsdyn_entitynameChanging(string value); - partial void Onmsdyn_entitynameChanged(); - /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -448133,28 +448184,6 @@ public static msdyn_wallsavedqueryusersettings Createmsdyn_wallsavedqueryuserset partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property msdyn_entityname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string msdyn_entityname - { - get - { - return this._msdyn_entityname; - } - set - { - this.Onmsdyn_entitynameChanging(value); - this._msdyn_entityname = value; - this.Onmsdyn_entitynameChanged(); - this.OnPropertyChanged("msdyn_entityname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _msdyn_entityname; - partial void Onmsdyn_entitynameChanging(string value); - partial void Onmsdyn_entitynameChanged(); - /// /// There are no comments for Property msdyn_isvirtual in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -448199,28 +448228,6 @@ public virtual string msdyn_entityname partial void Onmsdyn_typeChanging(global::System.Nullable value); partial void Onmsdyn_typeChanged(); /// - /// 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 msdyn_default in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -448309,6 +448316,50 @@ public virtual string msdyn_entitydisplayname partial void Onmsdyn_entitydisplaynameChanging(string value); partial void Onmsdyn_entitydisplaynameChanged(); /// + /// 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 msdyn_includewallinresponse in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable msdyn_includewallinresponse + { + get + { + return this._msdyn_includewallinresponse; + } + set + { + this.Onmsdyn_includewallinresponseChanging(value); + this._msdyn_includewallinresponse = value; + this.Onmsdyn_includewallinresponseChanged(); + this.OnPropertyChanged("msdyn_includewallinresponse"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _msdyn_includewallinresponse; + partial void Onmsdyn_includewallinresponseChanging(global::System.Nullable value); + partial void Onmsdyn_includewallinresponseChanged(); + /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -448529,71 +448580,71 @@ public virtual string msdyn_entitydisplayname partial void Onmsdyn_isvisibleChanging(global::System.Nullable value); partial void Onmsdyn_isvisibleChanged(); /// - /// There are no comments for Property msdyn_isfollowing in the schema. + /// There are no comments for Property msdyn_entityname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_isfollowing + public virtual string msdyn_entityname { get { - return this._msdyn_isfollowing; + return this._msdyn_entityname; } set { - this.Onmsdyn_isfollowingChanging(value); - this._msdyn_isfollowing = value; - this.Onmsdyn_isfollowingChanged(); - this.OnPropertyChanged("msdyn_isfollowing"); + this.Onmsdyn_entitynameChanging(value); + this._msdyn_entityname = value; + this.Onmsdyn_entitynameChanged(); + this.OnPropertyChanged("msdyn_entityname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_isfollowing; - partial void Onmsdyn_isfollowingChanging(global::System.Nullable value); - partial void Onmsdyn_isfollowingChanged(); + private string _msdyn_entityname; + partial void Onmsdyn_entitynameChanging(string value); + partial void Onmsdyn_entitynameChanged(); /// - /// There are no comments for Property msdyn_includewallinresponse in the schema. + /// There are no comments for Property msdyn_isfollowing in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable msdyn_includewallinresponse + public virtual global::System.Nullable msdyn_isfollowing { get { - return this._msdyn_includewallinresponse; + return this._msdyn_isfollowing; } set { - this.Onmsdyn_includewallinresponseChanging(value); - this._msdyn_includewallinresponse = value; - this.Onmsdyn_includewallinresponseChanged(); - this.OnPropertyChanged("msdyn_includewallinresponse"); + this.Onmsdyn_isfollowingChanging(value); + this._msdyn_isfollowing = value; + this.Onmsdyn_isfollowingChanged(); + this.OnPropertyChanged("msdyn_isfollowing"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _msdyn_includewallinresponse; - partial void Onmsdyn_includewallinresponseChanging(global::System.Nullable value); - partial void Onmsdyn_includewallinresponseChanged(); + private global::System.Nullable _msdyn_isfollowing; + partial void Onmsdyn_isfollowingChanging(global::System.Nullable value); + partial void Onmsdyn_isfollowingChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__ownerid_value; + return this._importsequencenumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property _msdyn_userid_value in the schema. /// @@ -449570,28 +449621,6 @@ public static msdynce_botcontent Createmsdynce_botcontent(global::Microsoft.Dyna return msdynce_botcontent; } /// - /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -449614,93 +449643,93 @@ public static msdynce_botcontent Createmsdynce_botcontent(global::Microsoft.Dyna partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable modifiedon { get { - return this.__modifiedby_value; + return this._modifiedon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property msdynce_state in the schema. + /// 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 msdynce_state + public virtual global::System.Nullable overriddencreatedon { get { - return this._msdynce_state; + return this._overriddencreatedon; } set { - this.Onmsdynce_stateChanging(value); - this._msdynce_state = value; - this.Onmsdynce_stateChanged(); - this.OnPropertyChanged("msdynce_state"); + 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 _msdynce_state; - partial void Onmsdynce_stateChanging(global::System.Nullable value); - partial void Onmsdynce_stateChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable _modifiedby_value { get { - return this._overriddencreatedon; + return this.__modifiedby_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + 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 statuscode in the schema. + /// There are no comments for Property msdynce_state 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 msdynce_state { get { - return this._statuscode; + return this._msdynce_state; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.Onmsdynce_stateChanging(value); + this._msdynce_state = value; + this.Onmsdynce_stateChanged(); + this.OnPropertyChanged("msdynce_state"); } } [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 _msdynce_state; + partial void Onmsdynce_stateChanging(global::System.Nullable value); + partial void Onmsdynce_stateChanged(); /// /// There are no comments for Property msdynce_botcontentid in the schema. /// @@ -449768,6 +449797,28 @@ public static msdynce_botcontent Createmsdynce_botcontent(global::Microsoft.Dyna partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// 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 _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -449790,28 +449841,6 @@ public static msdynce_botcontent Createmsdynce_botcontent(global::Microsoft.Dyna partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// 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 msdynce_autonumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -449966,27 +449995,49 @@ public virtual string msdynce_botid partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable importsequencenumber { get { - return this._modifiedon; + return this._importsequencenumber; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// 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. /// @@ -450625,6 +450676,28 @@ public static navigationsetting Createnavigationsetting(global::Microsoft.Dynami partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -450669,6 +450742,28 @@ public virtual string name partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// + /// There are no comments for Property advancedsettingorder in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable advancedsettingorder + { + get + { + return this._advancedsettingorder; + } + set + { + this.OnadvancedsettingorderChanging(value); + this._advancedsettingorder = value; + this.OnadvancedsettingorderChanged(); + this.OnPropertyChanged("advancedsettingorder"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _advancedsettingorder; + partial void OnadvancedsettingorderChanging(global::System.Nullable value); + partial void OnadvancedsettingorderChanged(); + /// /// There are no comments for Property settingtype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -450735,71 +450830,71 @@ public virtual string name partial void OnresourceidChanging(global::System.Nullable value); partial void OnresourceidChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property _appconfigid_value 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 _appconfigid_value { get { - return this.__createdonbehalfby_value; + return this.__appconfigid_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.On_appconfigid_valueChanging(value); + this.__appconfigid_value = value; + this.On_appconfigid_valueChanged(); + this.OnPropertyChanged("_appconfigid_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(); + private global::System.Nullable __appconfigid_value; + partial void On_appconfigid_valueChanging(global::System.Nullable value); + partial void On_appconfigid_valueChanged(); /// - /// There are no comments for Property privileges in the schema. + /// 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 privileges + public virtual global::System.Nullable modifiedon { get { - return this._privileges; + return this._modifiedon; } set { - this.OnprivilegesChanging(value); - this._privileges = value; - this.OnprivilegesChanged(); - this.OnPropertyChanged("privileges"); + 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 _privileges; - partial void OnprivilegesChanging(global::System.Nullable value); - partial void OnprivilegesChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property importsequencenumber 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 importsequencenumber + public virtual global::System.Nullable createdon { get { - return this._importsequencenumber; + return this._createdon; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property ismanaged in the schema. /// @@ -450823,71 +450918,49 @@ public virtual string name partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property advancedsettingorder in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable advancedsettingorder - { - get - { - return this._advancedsettingorder; - } - set - { - this.OnadvancedsettingorderChanging(value); - this._advancedsettingorder = value; - this.OnadvancedsettingorderChanged(); - this.OnPropertyChanged("advancedsettingorder"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _advancedsettingorder; - partial void OnadvancedsettingorderChanging(global::System.Nullable value); - partial void OnadvancedsettingorderChanged(); - /// - /// There are no comments for Property _appconfigid_value in the schema. + /// There are no comments for Property privileges in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _appconfigid_value + public virtual global::System.Nullable privileges { get { - return this.__appconfigid_value; + return this._privileges; } set { - this.On_appconfigid_valueChanging(value); - this.__appconfigid_value = value; - this.On_appconfigid_valueChanged(); - this.OnPropertyChanged("_appconfigid_value"); + this.OnprivilegesChanging(value); + this._privileges = value; + this.OnprivilegesChanged(); + this.OnPropertyChanged("privileges"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __appconfigid_value; - partial void On_appconfigid_valueChanging(global::System.Nullable value); - partial void On_appconfigid_valueChanged(); + private global::System.Nullable _privileges; + partial void OnprivilegesChanging(global::System.Nullable value); + partial void OnprivilegesChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property groupname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string groupname { get { - return this._createdon; + return this._groupname; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OngroupnameChanging(value); + this._groupname = value; + this.OngroupnameChanged(); + this.OnPropertyChanged("groupname"); } } [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 string _groupname; + partial void OngroupnameChanging(string value); + partial void OngroupnameChanged(); /// /// There are no comments for Property iconresourceid in the schema. /// @@ -450911,28 +450984,6 @@ public virtual string name partial void OniconresourceidChanging(global::System.Nullable value); partial void OniconresourceidChanged(); /// - /// 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 _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -450977,28 +451028,6 @@ public virtual string name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property quicksettingorder in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable quicksettingorder - { - get - { - return this._quicksettingorder; - } - set - { - this.OnquicksettingorderChanging(value); - this._quicksettingorder = value; - this.OnquicksettingorderChanged(); - this.OnPropertyChanged("quicksettingorder"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _quicksettingorder; - partial void OnquicksettingorderChanging(global::System.Nullable value); - partial void OnquicksettingorderChanged(); - /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -451021,6 +451050,28 @@ public virtual string name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// 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#")] @@ -451043,27 +451094,27 @@ public virtual string name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._modifiedon; + return this.__modifiedonbehalfby_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 pageurl in the schema. /// @@ -451087,27 +451138,27 @@ public virtual string pageurl partial void OnpageurlChanging(string value); partial void OnpageurlChanged(); /// - /// There are no comments for Property groupname in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string groupname + public virtual global::System.Nullable importsequencenumber { get { - return this._groupname; + return this._importsequencenumber; } set { - this.OngroupnameChanging(value); - this._groupname = value; - this.OngroupnameChanged(); - this.OnPropertyChanged("groupname"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _groupname; - partial void OngroupnameChanging(string value); - partial void OngroupnameChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property objecttypecode in the schema. /// @@ -451131,28 +451182,6 @@ public virtual string groupname partial void OnobjecttypecodeChanging(global::System.Nullable value); partial void OnobjecttypecodeChanged(); /// - /// There are no comments for Property introducedversion in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion - { - get - { - return this._introducedversion; - } - set - { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); - /// /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -451219,6 +451248,28 @@ public virtual string description partial void OnnavigationsettingiduniqueChanging(global::System.Nullable value); partial void OnnavigationsettingiduniqueChanged(); /// + /// There are no comments for Property quicksettingorder in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable quicksettingorder + { + get + { + return this._quicksettingorder; + } + set + { + this.OnquicksettingorderChanging(value); + this._quicksettingorder = value; + this.OnquicksettingorderChanged(); + this.OnPropertyChanged("quicksettingorder"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _quicksettingorder; + partial void OnquicksettingorderChanging(global::System.Nullable value); + partial void OnquicksettingorderChanged(); + /// /// There are no comments for Property progressstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -451846,27 +451897,49 @@ public static adminsettingsentity Createadminsettingsentity(global::Microsoft.Dy partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._versionnumber; + return this.__modifiedonbehalfby_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 adminsettingsentityid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable adminsettingsentityid + { + get + { + return this._adminsettingsentityid; + } + set + { + this.OnadminsettingsentityidChanging(value); + this._adminsettingsentityid = value; + this.OnadminsettingsentityidChanged(); + this.OnPropertyChanged("adminsettingsentityid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _adminsettingsentityid; + partial void OnadminsettingsentityidChanging(global::System.Nullable value); + partial void OnadminsettingsentityidChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -451890,6 +451963,116 @@ public static adminsettingsentity Createadminsettingsentity(global::Microsoft.Dy partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// + /// 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 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 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 _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 new_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string new_name + { + get + { + return this._new_name; + } + set + { + this.Onnew_nameChanging(value); + this._new_name = value; + this.Onnew_nameChanged(); + this.OnPropertyChanged("new_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _new_name; + partial void Onnew_nameChanging(string value); + partial void Onnew_nameChanged(); + /// /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -451912,94 +452095,6 @@ public static adminsettingsentity Createadminsettingsentity(global::Microsoft.Dy partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// 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 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 _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 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -452022,28 +452117,6 @@ public static adminsettingsentity Createadminsettingsentity(global::Microsoft.Dy partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property adminsettingsentityid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable adminsettingsentityid - { - get - { - return this._adminsettingsentityid; - } - set - { - this.OnadminsettingsentityidChanging(value); - this._adminsettingsentityid = value; - this.OnadminsettingsentityidChanged(); - this.OnPropertyChanged("adminsettingsentityid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _adminsettingsentityid; - partial void OnadminsettingsentityidChanging(global::System.Nullable value); - partial void OnadminsettingsentityidChanged(); - /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -452088,28 +452161,6 @@ public static adminsettingsentity Createadminsettingsentity(global::Microsoft.Dy partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -452132,71 +452183,71 @@ public static adminsettingsentity Createadminsettingsentity(global::Microsoft.Dy partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable statuscode { get { - return this._modifiedon; + return this._statuscode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property new_name in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string new_name + public virtual global::System.Nullable modifiedon { get { - return this._new_name; + return this._modifiedon; } set { - this.Onnew_nameChanging(value); - this._new_name = value; - this.Onnew_nameChanged(); - this.OnPropertyChanged("new_name"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _new_name; - partial void Onnew_nameChanging(string value); - partial void Onnew_nameChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__ownerid_value; + return this.__modifiedby_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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. /// @@ -452220,27 +452271,27 @@ public virtual string new_name partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable versionnumber { get { - return this.__modifiedby_value; + return this._versionnumber; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -452960,28 +453011,6 @@ public static newprocess Createnewprocess(global::Microsoft.Dynamics.CRM.systemu return newprocess; } /// - /// 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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -453026,28 +453055,6 @@ public static newprocess Createnewprocess(global::Microsoft.Dynamics.CRM.systemu partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_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 _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -453070,49 +453077,49 @@ public static newprocess Createnewprocess(global::Microsoft.Dynamics.CRM.systemu partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property completedon in the schema. + /// There are no comments for Property _activestageid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable completedon + public virtual global::System.Nullable _activestageid_value { get { - return this._completedon; + return this.__activestageid_value; } set { - this.OncompletedonChanging(value); - this._completedon = value; - this.OncompletedonChanged(); - this.OnPropertyChanged("completedon"); + this.On_activestageid_valueChanging(value); + this.__activestageid_value = value; + this.On_activestageid_valueChanged(); + this.OnPropertyChanged("_activestageid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _completedon; - partial void OncompletedonChanging(global::System.Nullable value); - partial void OncompletedonChanged(); + private global::System.Nullable __activestageid_value; + partial void On_activestageid_valueChanging(global::System.Nullable value); + partial void On_activestageid_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property _knowledgearticleid_value 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 _knowledgearticleid_value { get { - return this._statecode; + return this.__knowledgearticleid_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.On_knowledgearticleid_valueChanging(value); + this.__knowledgearticleid_value = value; + this.On_knowledgearticleid_valueChanged(); + this.OnPropertyChanged("_knowledgearticleid_value"); } } [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 __knowledgearticleid_value; + partial void On_knowledgearticleid_valueChanging(global::System.Nullable value); + partial void On_knowledgearticleid_valueChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -453180,6 +453187,28 @@ public static newprocess Createnewprocess(global::Microsoft.Dynamics.CRM.systemu partial void OnactivestagestartedonChanging(global::System.Nullable value); partial void OnactivestagestartedonChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -453290,71 +453319,93 @@ public static newprocess Createnewprocess(global::Microsoft.Dynamics.CRM.systemu partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property importsequencenumber 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 importsequencenumber + public virtual global::System.Nullable _createdby_value { get { - return this._importsequencenumber; + return this.__createdby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 name 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 string name + public virtual global::System.Nullable statecode { get { - return this._name; + return this._statecode; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnstatecodeChanging(value); + this._statecode = value; + this.OnstatecodeChanged(); + this.OnPropertyChanged("statecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property traversedpath in the schema. + /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath + public virtual global::System.Nullable statuscode { get { - return this._traversedpath; + return this._statuscode; } set { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); + /// + /// There are no comments for Property businessprocessflowinstanceid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable businessprocessflowinstanceid + { + get + { + return this._businessprocessflowinstanceid; + } + set + { + this.OnbusinessprocessflowinstanceidChanging(value); + this._businessprocessflowinstanceid = value; + this.OnbusinessprocessflowinstanceidChanged(); + this.OnPropertyChanged("businessprocessflowinstanceid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _businessprocessflowinstanceid; + partial void OnbusinessprocessflowinstanceidChanging(global::System.Nullable value); + partial void OnbusinessprocessflowinstanceidChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -453378,27 +453429,27 @@ public virtual string traversedpath partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _knowledgearticleid_value in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _knowledgearticleid_value + public virtual string traversedpath { get { - return this.__knowledgearticleid_value; + return this._traversedpath; } set { - this.On_knowledgearticleid_valueChanging(value); - this.__knowledgearticleid_value = value; - this.On_knowledgearticleid_valueChanged(); - this.OnPropertyChanged("_knowledgearticleid_value"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __knowledgearticleid_value; - partial void On_knowledgearticleid_valueChanging(global::System.Nullable value); - partial void On_knowledgearticleid_valueChanged(); + private string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); /// /// There are no comments for Property _processid_value in the schema. /// @@ -453422,49 +453473,49 @@ public virtual string traversedpath partial void On_processid_valueChanging(global::System.Nullable value); partial void On_processid_valueChanged(); /// - /// There are no comments for Property _activestageid_value in the schema. + /// There are no comments for Property completedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _activestageid_value + public virtual global::System.Nullable completedon { get { - return this.__activestageid_value; + return this._completedon; } set { - this.On_activestageid_valueChanging(value); - this.__activestageid_value = value; - this.On_activestageid_valueChanged(); - this.OnPropertyChanged("_activestageid_value"); + this.OncompletedonChanging(value); + this._completedon = value; + this.OncompletedonChanged(); + this.OnPropertyChanged("completedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __activestageid_value; - partial void On_activestageid_valueChanging(global::System.Nullable value); - partial void On_activestageid_valueChanged(); + private global::System.Nullable _completedon; + partial void OncompletedonChanging(global::System.Nullable value); + partial void OncompletedonChanged(); /// - /// There are no comments for Property businessprocessflowinstanceid in the schema. + /// 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 businessprocessflowinstanceid + public virtual global::System.Nullable importsequencenumber { get { - return this._businessprocessflowinstanceid; + return this._importsequencenumber; } set { - this.OnbusinessprocessflowinstanceidChanging(value); - this._businessprocessflowinstanceid = value; - this.OnbusinessprocessflowinstanceidChanged(); - this.OnPropertyChanged("businessprocessflowinstanceid"); + 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 _businessprocessflowinstanceid; - partial void OnbusinessprocessflowinstanceidChanging(global::System.Nullable value); - partial void OnbusinessprocessflowinstanceidChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property createdbyname in the schema. /// @@ -453891,27 +453942,49 @@ public static officegraphdocument Createofficegraphdocument(global::Microsoft.Dy return officegraphdocument; } /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property documentid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string documentid { get { - return this.__modifiedonbehalfby_value; + return this._documentid; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OndocumentidChanging(value); + this._documentid = value; + this.OndocumentidChanged(); + this.OnPropertyChanged("documentid"); } } [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 string _documentid; + partial void OndocumentidChanging(string value); + partial void OndocumentidChanged(); + /// + /// There are no comments for Property authornames in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string authornames + { + get + { + return this._authornames; + } + set + { + this.OnauthornamesChanging(value); + this._authornames = value; + this.OnauthornamesChanged(); + this.OnPropertyChanged("authornames"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _authornames; + partial void OnauthornamesChanging(string value); + partial void OnauthornamesChanged(); /// /// There are no comments for Property modifiedby in the schema. /// @@ -454001,94 +454074,6 @@ public virtual string readurl partial void OnreadurlChanging(string value); partial void OnreadurlChanged(); /// - /// There are no comments for Property viewcount in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable viewcount - { - get - { - return this._viewcount; - } - set - { - this.OnviewcountChanging(value); - this._viewcount = value; - this.OnviewcountChanged(); - this.OnPropertyChanged("viewcount"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _viewcount; - partial void OnviewcountChanging(global::System.Nullable value); - partial void OnviewcountChanged(); - /// - /// There are no comments for Property sitetitle in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sitetitle - { - get - { - return this._sitetitle; - } - set - { - this.OnsitetitleChanging(value); - this._sitetitle = value; - this.OnsitetitleChanged(); - this.OnPropertyChanged("sitetitle"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _sitetitle; - partial void OnsitetitleChanging(string value); - partial void OnsitetitleChanged(); - /// - /// There are no comments for Property documentid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string documentid - { - get - { - return this._documentid; - } - set - { - this.OndocumentidChanging(value); - this._documentid = value; - this.OndocumentidChanged(); - this.OnPropertyChanged("documentid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _documentid; - partial void OndocumentidChanging(string value); - partial void OndocumentidChanged(); - /// - /// There are no comments for Property authornames in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string authornames - { - get - { - return this._authornames; - } - set - { - this.OnauthornamesChanging(value); - this._authornames = value; - this.OnauthornamesChanged(); - this.OnPropertyChanged("authornames"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _authornames; - partial void OnauthornamesChanging(string value); - partial void OnauthornamesChanged(); - /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -454111,49 +454096,93 @@ public virtual string authornames partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property sitetitle in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string sitetitle { get { - return this.__createdonbehalfby_value; + return this._sitetitle; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnsitetitleChanging(value); + this._sitetitle = value; + this.OnsitetitleChanged(); + this.OnPropertyChanged("sitetitle"); } } [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 string _sitetitle; + partial void OnsitetitleChanging(string value); + partial void OnsitetitleChanged(); /// - /// There are no comments for Property createdtime in the schema. + /// There are no comments for Property title in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdtime + public virtual string title { get { - return this._createdtime; + return this._title; } set { - this.OncreatedtimeChanging(value); - this._createdtime = value; - this.OncreatedtimeChanged(); - this.OnPropertyChanged("createdtime"); + this.OntitleChanging(value); + this._title = value; + this.OntitleChanged(); + this.OnPropertyChanged("title"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _createdtime; - partial void OncreatedtimeChanging(global::System.Nullable value); - partial void OncreatedtimeChanged(); + private string _title; + partial void OntitleChanging(string value); + partial void OntitleChanged(); + /// + /// There are no comments for Property officegraphdocumentid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable officegraphdocumentid + { + get + { + return this._officegraphdocumentid; + } + set + { + this.OnofficegraphdocumentidChanging(value); + this._officegraphdocumentid = value; + this.OnofficegraphdocumentidChanged(); + this.OnPropertyChanged("officegraphdocumentid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _officegraphdocumentid; + partial void OnofficegraphdocumentidChanging(global::System.Nullable value); + partial void OnofficegraphdocumentidChanged(); + /// + /// 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 documentpreviewmetadata in the schema. /// @@ -454177,6 +454206,72 @@ public virtual string documentpreviewmetadata partial void OndocumentpreviewmetadataChanging(string value); partial void OndocumentpreviewmetadataChanged(); /// + /// There are no comments for Property modifiedtime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable modifiedtime + { + get + { + return this._modifiedtime; + } + set + { + this.OnmodifiedtimeChanging(value); + this._modifiedtime = value; + this.OnmodifiedtimeChanged(); + this.OnPropertyChanged("modifiedtime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _modifiedtime; + partial void OnmodifiedtimeChanging(global::System.Nullable value); + partial void OnmodifiedtimeChanged(); + /// + /// There are no comments for Property createdtime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable createdtime + { + get + { + return this._createdtime; + } + set + { + this.OncreatedtimeChanging(value); + this._createdtime = value; + this.OncreatedtimeChanged(); + this.OnPropertyChanged("createdtime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _createdtime; + partial void OncreatedtimeChanging(global::System.Nullable value); + partial void OncreatedtimeChanged(); + /// + /// There are no comments for Property weblocationurl in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string weblocationurl + { + get + { + return this._weblocationurl; + } + set + { + this.OnweblocationurlChanging(value); + this._weblocationurl = value; + this.OnweblocationurlChanged(); + this.OnPropertyChanged("weblocationurl"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _weblocationurl; + partial void OnweblocationurlChanging(string value); + partial void OnweblocationurlChanged(); + /// /// There are no comments for Property documentlastmodifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -454243,71 +454338,27 @@ public virtual string previewimageurl partial void OnrankChanging(global::System.Nullable value); partial void OnrankChanged(); /// - /// There are no comments for Property title in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string title - { - get - { - return this._title; - } - set - { - this.OntitleChanging(value); - this._title = value; - this.OntitleChanged(); - this.OnPropertyChanged("title"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _title; - partial void OntitleChanging(string value); - partial void OntitleChanged(); - /// - /// There are no comments for Property modifiedtime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedtime - { - get - { - return this._modifiedtime; - } - set - { - this.OnmodifiedtimeChanging(value); - this._modifiedtime = value; - this.OnmodifiedtimeChanged(); - this.OnPropertyChanged("modifiedtime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _modifiedtime; - partial void OnmodifiedtimeChanging(global::System.Nullable value); - partial void OnmodifiedtimeChanged(); - /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property filetype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string filetype { get { - return this._utcconversiontimezonecode; + return this._filetype; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OnfiletypeChanging(value); + this._filetype = value; + this.OnfiletypeChanged(); + this.OnPropertyChanged("filetype"); } } [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 string _filetype; + partial void OnfiletypeChanging(string value); + partial void OnfiletypeChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -454397,115 +454448,115 @@ public virtual string secondaryfileextension partial void OnquerytypeChanging(global::System.Nullable value); partial void OnquerytypeChanged(); /// - /// There are no comments for Property weblocationurl in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string weblocationurl + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._weblocationurl; + return this._utcconversiontimezonecode; } set { - this.OnweblocationurlChanging(value); - this._weblocationurl = value; - this.OnweblocationurlChanged(); - this.OnPropertyChanged("weblocationurl"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _weblocationurl; - partial void OnweblocationurlChanging(string value); - partial void OnweblocationurlChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property filetype in the schema. + /// There are no comments for Property siteurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string filetype + public virtual string siteurl { get { - return this._filetype; + return this._siteurl; } set { - this.OnfiletypeChanging(value); - this._filetype = value; - this.OnfiletypeChanged(); - this.OnPropertyChanged("filetype"); + this.OnsiteurlChanging(value); + this._siteurl = value; + this.OnsiteurlChanged(); + this.OnPropertyChanged("siteurl"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _filetype; - partial void OnfiletypeChanging(string value); - partial void OnfiletypeChanged(); + private string _siteurl; + partial void OnsiteurlChanging(string value); + partial void OnsiteurlChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._timezoneruleversionnumber; + return this.__modifiedonbehalfby_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 siteurl 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 string siteurl + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._siteurl; + return this.__createdonbehalfby_value; } set { - this.OnsiteurlChanging(value); - this._siteurl = value; - this.OnsiteurlChanged(); - this.OnPropertyChanged("siteurl"); + 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 string _siteurl; - partial void OnsiteurlChanging(string value); - partial void OnsiteurlChanged(); + 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 officegraphdocumentid in the schema. + /// There are no comments for Property viewcount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable officegraphdocumentid + public virtual global::System.Nullable viewcount { get { - return this._officegraphdocumentid; + return this._viewcount; } set { - this.OnofficegraphdocumentidChanging(value); - this._officegraphdocumentid = value; - this.OnofficegraphdocumentidChanged(); - this.OnPropertyChanged("officegraphdocumentid"); + this.OnviewcountChanging(value); + this._viewcount = value; + this.OnviewcountChanged(); + this.OnPropertyChanged("viewcount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _officegraphdocumentid; - partial void OnofficegraphdocumentidChanging(global::System.Nullable value); - partial void OnofficegraphdocumentidChanged(); + private global::System.Nullable _viewcount; + partial void OnviewcountChanging(global::System.Nullable value); + partial void OnviewcountChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -456122,71 +456173,93 @@ public static opportunity Createopportunity(global::Microsoft.Dynamics.CRM.campa partial void OndecisionmakerChanging(global::System.Nullable value); partial void OndecisionmakerChanged(); /// - /// There are no comments for Property stageid in the schema. + /// There are no comments for Property initialcommunication in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid + public virtual global::System.Nullable initialcommunication { get { - return this._stageid; + return this._initialcommunication; } set { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); + this.OninitialcommunicationChanging(value); + this._initialcommunication = value; + this.OninitialcommunicationChanged(); + this.OnPropertyChanged("initialcommunication"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); + private global::System.Nullable _initialcommunication; + partial void OninitialcommunicationChanging(global::System.Nullable value); + partial void OninitialcommunicationChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property totalamountlessfreight 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 totalamountlessfreight { get { - return this.__createdby_value; + return this._totalamountlessfreight; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OntotalamountlessfreightChanging(value); + this._totalamountlessfreight = value; + this.OntotalamountlessfreightChanged(); + this.OnPropertyChanged("totalamountlessfreight"); } } [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 _totalamountlessfreight; + partial void OntotalamountlessfreightChanging(global::System.Nullable value); + partial void OntotalamountlessfreightChanged(); /// - /// There are no comments for Property purchaseprocess in the schema. + /// There are no comments for Property closeprobability in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable purchaseprocess + public virtual global::System.Nullable closeprobability { get { - return this._purchaseprocess; + return this._closeprobability; } set { - this.OnpurchaseprocessChanging(value); - this._purchaseprocess = value; - this.OnpurchaseprocessChanged(); - this.OnPropertyChanged("purchaseprocess"); + this.OncloseprobabilityChanging(value); + this._closeprobability = value; + this.OncloseprobabilityChanged(); + this.OnPropertyChanged("closeprobability"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _purchaseprocess; - partial void OnpurchaseprocessChanging(global::System.Nullable value); - partial void OnpurchaseprocessChanged(); + private global::System.Nullable _closeprobability; + partial void OncloseprobabilityChanging(global::System.Nullable value); + partial void OncloseprobabilityChanged(); + /// + /// There are no comments for Property totaldiscountamount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable totaldiscountamount + { + get + { + return this._totaldiscountamount; + } + set + { + this.OntotaldiscountamountChanging(value); + this._totaldiscountamount = value; + this.OntotaldiscountamountChanged(); + this.OnPropertyChanged("totaldiscountamount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _totaldiscountamount; + partial void OntotaldiscountamountChanging(global::System.Nullable value); + partial void OntotaldiscountamountChanged(); /// /// There are no comments for Property sendthankyounote in the schema. /// @@ -456210,6 +456283,28 @@ public static opportunity Createopportunity(global::Microsoft.Dynamics.CRM.campa partial void OnsendthankyounoteChanging(global::System.Nullable value); partial void OnsendthankyounoteChanged(); /// + /// There are no comments for Property evaluatefit in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable evaluatefit + { + get + { + return this._evaluatefit; + } + set + { + this.OnevaluatefitChanging(value); + this._evaluatefit = value; + this.OnevaluatefitChanged(); + this.OnPropertyChanged("evaluatefit"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _evaluatefit; + partial void OnevaluatefitChanging(global::System.Nullable value); + partial void OnevaluatefitChanged(); + /// /// There are no comments for Property budgetamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -456232,71 +456327,71 @@ public static opportunity Createopportunity(global::Microsoft.Dynamics.CRM.campa partial void Onbudgetamount_baseChanging(global::System.Nullable value); partial void Onbudgetamount_baseChanged(); /// - /// There are no comments for Property finaldecisiondate in the schema. + /// There are no comments for Property freightamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable finaldecisiondate + public virtual global::System.Nullable freightamount_base { get { - return this._finaldecisiondate; + return this._freightamount_base; } set { - this.OnfinaldecisiondateChanging(value); - this._finaldecisiondate = value; - this.OnfinaldecisiondateChanged(); - this.OnPropertyChanged("finaldecisiondate"); + this.Onfreightamount_baseChanging(value); + this._freightamount_base = value; + this.Onfreightamount_baseChanged(); + this.OnPropertyChanged("freightamount_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _finaldecisiondate; - partial void OnfinaldecisiondateChanging(global::System.Nullable value); - partial void OnfinaldecisiondateChanged(); + private global::System.Nullable _freightamount_base; + partial void Onfreightamount_baseChanging(global::System.Nullable value); + partial void Onfreightamount_baseChanged(); /// - /// There are no comments for Property lastonholdtime in the schema. + /// There are no comments for Property scheduleproposalmeeting in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastonholdtime + public virtual global::System.Nullable scheduleproposalmeeting { get { - return this._lastonholdtime; + return this._scheduleproposalmeeting; } set { - this.OnlastonholdtimeChanging(value); - this._lastonholdtime = value; - this.OnlastonholdtimeChanged(); - this.OnPropertyChanged("lastonholdtime"); + this.OnscheduleproposalmeetingChanging(value); + this._scheduleproposalmeeting = value; + this.OnscheduleproposalmeetingChanged(); + this.OnPropertyChanged("scheduleproposalmeeting"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastonholdtime; - partial void OnlastonholdtimeChanging(global::System.Nullable value); - partial void OnlastonholdtimeChanged(); + private global::System.Nullable _scheduleproposalmeeting; + partial void OnscheduleproposalmeetingChanging(global::System.Nullable value); + partial void OnscheduleproposalmeetingChanged(); /// - /// There are no comments for Property budgetstatus in the schema. + /// 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 budgetstatus + public virtual global::System.Nullable _owninguser_value { get { - return this._budgetstatus; + return this.__owninguser_value; } set { - this.OnbudgetstatusChanging(value); - this._budgetstatus = value; - this.OnbudgetstatusChanged(); - this.OnPropertyChanged("budgetstatus"); + 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 _budgetstatus; - partial void OnbudgetstatusChanging(global::System.Nullable value); - partial void OnbudgetstatusChanged(); + 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 _campaignid_value in the schema. /// @@ -456386,27 +456481,49 @@ public static opportunity Createopportunity(global::Microsoft.Dynamics.CRM.campa partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property salesstagecode in the schema. + /// There are no comments for Property pricingerrorcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable salesstagecode + public virtual global::System.Nullable pricingerrorcode { get { - return this._salesstagecode; + return this._pricingerrorcode; } set { - this.OnsalesstagecodeChanging(value); - this._salesstagecode = value; - this.OnsalesstagecodeChanged(); - this.OnPropertyChanged("salesstagecode"); + this.OnpricingerrorcodeChanging(value); + this._pricingerrorcode = value; + this.OnpricingerrorcodeChanged(); + this.OnPropertyChanged("pricingerrorcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _salesstagecode; - partial void OnsalesstagecodeChanging(global::System.Nullable value); - partial void OnsalesstagecodeChanged(); + private global::System.Nullable _pricingerrorcode; + partial void OnpricingerrorcodeChanging(global::System.Nullable value); + partial void OnpricingerrorcodeChanged(); + /// + /// There are no comments for Property schedulefollowup_qualify in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable schedulefollowup_qualify + { + get + { + return this._schedulefollowup_qualify; + } + set + { + this.Onschedulefollowup_qualifyChanging(value); + this._schedulefollowup_qualify = value; + this.Onschedulefollowup_qualifyChanged(); + this.OnPropertyChanged("schedulefollowup_qualify"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _schedulefollowup_qualify; + partial void Onschedulefollowup_qualifyChanging(global::System.Nullable value); + partial void Onschedulefollowup_qualifyChanged(); /// /// There are no comments for Property skippricecalculation in the schema. /// @@ -456430,6 +456547,28 @@ public static opportunity Createopportunity(global::Microsoft.Dynamics.CRM.campa partial void OnskippricecalculationChanging(global::System.Nullable value); partial void OnskippricecalculationChanged(); /// + /// There are no comments for Property budgetstatus in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable budgetstatus + { + get + { + return this._budgetstatus; + } + set + { + this.OnbudgetstatusChanging(value); + this._budgetstatus = value; + this.OnbudgetstatusChanged(); + this.OnPropertyChanged("budgetstatus"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _budgetstatus; + partial void OnbudgetstatusChanging(global::System.Nullable value); + partial void OnbudgetstatusChanged(); + /// /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -456452,71 +456591,71 @@ public static opportunity Createopportunity(global::Microsoft.Dynamics.CRM.campa partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property purchasetimeframe 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 purchasetimeframe + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._purchasetimeframe; + return this.__createdonbehalfby_value; } set { - this.OnpurchasetimeframeChanging(value); - this._purchasetimeframe = value; - this.OnpurchasetimeframeChanged(); - this.OnPropertyChanged("purchasetimeframe"); + 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 _purchasetimeframe; - partial void OnpurchasetimeframeChanging(global::System.Nullable value); - partial void OnpurchasetimeframeChanged(); + 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 quotecomments in the schema. + /// There are no comments for Property purchasetimeframe in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string quotecomments + public virtual global::System.Nullable purchasetimeframe { get { - return this._quotecomments; + return this._purchasetimeframe; } set { - this.OnquotecommentsChanging(value); - this._quotecomments = value; - this.OnquotecommentsChanged(); - this.OnPropertyChanged("quotecomments"); + this.OnpurchasetimeframeChanging(value); + this._purchasetimeframe = value; + this.OnpurchasetimeframeChanged(); + this.OnPropertyChanged("purchasetimeframe"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _quotecomments; - partial void OnquotecommentsChanging(string value); - partial void OnquotecommentsChanged(); + private global::System.Nullable _purchasetimeframe; + partial void OnpurchasetimeframeChanging(global::System.Nullable value); + partial void OnpurchasetimeframeChanged(); /// - /// There are no comments for Property pricingerrorcode in the schema. + /// There are no comments for Property finaldecisiondate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pricingerrorcode + public virtual global::System.Nullable finaldecisiondate { get { - return this._pricingerrorcode; + return this._finaldecisiondate; } set { - this.OnpricingerrorcodeChanging(value); - this._pricingerrorcode = value; - this.OnpricingerrorcodeChanged(); - this.OnPropertyChanged("pricingerrorcode"); + this.OnfinaldecisiondateChanging(value); + this._finaldecisiondate = value; + this.OnfinaldecisiondateChanged(); + this.OnPropertyChanged("finaldecisiondate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pricingerrorcode; - partial void OnpricingerrorcodeChanging(global::System.Nullable value); - partial void OnpricingerrorcodeChanged(); + private global::System.Nullable _finaldecisiondate; + partial void OnfinaldecisiondateChanging(global::System.Nullable value); + partial void OnfinaldecisiondateChanged(); /// /// There are no comments for Property totallineitemamount_base in the schema. /// @@ -456540,6 +456679,28 @@ public virtual string quotecomments partial void Ontotallineitemamount_baseChanging(global::System.Nullable value); partial void Ontotallineitemamount_baseChanged(); /// + /// There are no comments for Property prioritycode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable prioritycode + { + get + { + return this._prioritycode; + } + set + { + this.OnprioritycodeChanging(value); + this._prioritycode = value; + this.OnprioritycodeChanged(); + this.OnPropertyChanged("prioritycode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _prioritycode; + partial void OnprioritycodeChanging(global::System.Nullable value); + partial void OnprioritycodeChanged(); + /// /// There are no comments for Property resolvefeedback in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -456584,28 +456745,6 @@ public virtual string quotecomments partial void OncompletefinalproposalChanging(global::System.Nullable value); partial void OncompletefinalproposalChanged(); /// - /// There are no comments for Property participatesinworkflow in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable participatesinworkflow - { - get - { - return this._participatesinworkflow; - } - set - { - this.OnparticipatesinworkflowChanging(value); - this._participatesinworkflow = value; - this.OnparticipatesinworkflowChanged(); - this.OnPropertyChanged("participatesinworkflow"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _participatesinworkflow; - partial void OnparticipatesinworkflowChanging(global::System.Nullable value); - partial void OnparticipatesinworkflowChanged(); - /// /// There are no comments for Property _accountid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -456694,93 +456833,93 @@ public virtual string customerpainpoints partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property timespentbymeonemailandmeetings in the schema. + /// There are no comments for Property captureproposalfeedback in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string timespentbymeonemailandmeetings + public virtual global::System.Nullable captureproposalfeedback { get { - return this._timespentbymeonemailandmeetings; + return this._captureproposalfeedback; } set { - this.OntimespentbymeonemailandmeetingsChanging(value); - this._timespentbymeonemailandmeetings = value; - this.OntimespentbymeonemailandmeetingsChanged(); - this.OnPropertyChanged("timespentbymeonemailandmeetings"); + this.OncaptureproposalfeedbackChanging(value); + this._captureproposalfeedback = value; + this.OncaptureproposalfeedbackChanged(); + this.OnPropertyChanged("captureproposalfeedback"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _timespentbymeonemailandmeetings; - partial void OntimespentbymeonemailandmeetingsChanging(string value); - partial void OntimespentbymeonemailandmeetingsChanged(); + private global::System.Nullable _captureproposalfeedback; + partial void OncaptureproposalfeedbackChanging(global::System.Nullable value); + partial void OncaptureproposalfeedbackChanged(); /// - /// There are no comments for Property totaltax in the schema. + /// There are no comments for Property estimatedvalue_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totaltax + public virtual global::System.Nullable estimatedvalue_base { get { - return this._totaltax; + return this._estimatedvalue_base; } set { - this.OntotaltaxChanging(value); - this._totaltax = value; - this.OntotaltaxChanged(); - this.OnPropertyChanged("totaltax"); + this.Onestimatedvalue_baseChanging(value); + this._estimatedvalue_base = value; + this.Onestimatedvalue_baseChanged(); + this.OnPropertyChanged("estimatedvalue_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totaltax; - partial void OntotaltaxChanging(global::System.Nullable value); - partial void OntotaltaxChanged(); + private global::System.Nullable _estimatedvalue_base; + partial void Onestimatedvalue_baseChanging(global::System.Nullable value); + partial void Onestimatedvalue_baseChanged(); /// - /// There are no comments for Property identifycompetitors in the schema. + /// There are no comments for Property totaltax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable identifycompetitors + public virtual global::System.Nullable totaltax { get { - return this._identifycompetitors; + return this._totaltax; } set { - this.OnidentifycompetitorsChanging(value); - this._identifycompetitors = value; - this.OnidentifycompetitorsChanged(); - this.OnPropertyChanged("identifycompetitors"); + this.OntotaltaxChanging(value); + this._totaltax = value; + this.OntotaltaxChanged(); + this.OnPropertyChanged("totaltax"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _identifycompetitors; - partial void OnidentifycompetitorsChanging(global::System.Nullable value); - partial void OnidentifycompetitorsChanged(); + private global::System.Nullable _totaltax; + partial void OntotaltaxChanging(global::System.Nullable value); + partial void OntotaltaxChanged(); /// - /// There are no comments for Property initialcommunication in the schema. + /// There are no comments for Property lastonholdtime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable initialcommunication + public virtual global::System.Nullable lastonholdtime { get { - return this._initialcommunication; + return this._lastonholdtime; } set { - this.OninitialcommunicationChanging(value); - this._initialcommunication = value; - this.OninitialcommunicationChanged(); - this.OnPropertyChanged("initialcommunication"); + this.OnlastonholdtimeChanging(value); + this._lastonholdtime = value; + this.OnlastonholdtimeChanged(); + this.OnPropertyChanged("lastonholdtime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _initialcommunication; - partial void OninitialcommunicationChanging(global::System.Nullable value); - partial void OninitialcommunicationChanged(); + private global::System.Nullable _lastonholdtime; + partial void OnlastonholdtimeChanging(global::System.Nullable value); + partial void OnlastonholdtimeChanged(); /// /// There are no comments for Property opportunityid in the schema. /// @@ -456804,115 +456943,137 @@ public virtual string timespentbymeonemailandmeetings partial void OnopportunityidChanging(global::System.Nullable value); partial void OnopportunityidChanged(); /// - /// There are no comments for Property totallineitemdiscountamount in the schema. + /// 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 totallineitemdiscountamount + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._totallineitemdiscountamount; + return this._timezoneruleversionnumber; } set { - this.OntotallineitemdiscountamountChanging(value); - this._totallineitemdiscountamount = value; - this.OntotallineitemdiscountamountChanged(); - this.OnPropertyChanged("totallineitemdiscountamount"); + 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 _totallineitemdiscountamount; - partial void OntotallineitemdiscountamountChanging(global::System.Nullable value); - partial void OntotallineitemdiscountamountChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property totallineitemdiscountamount_base in the schema. + /// There are no comments for Property need in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totallineitemdiscountamount_base + public virtual global::System.Nullable need { get { - return this._totallineitemdiscountamount_base; + return this._need; } set { - this.Ontotallineitemdiscountamount_baseChanging(value); - this._totallineitemdiscountamount_base = value; - this.Ontotallineitemdiscountamount_baseChanged(); - this.OnPropertyChanged("totallineitemdiscountamount_base"); + this.OnneedChanging(value); + this._need = value; + this.OnneedChanged(); + this.OnPropertyChanged("need"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totallineitemdiscountamount_base; - partial void Ontotallineitemdiscountamount_baseChanging(global::System.Nullable value); - partial void Ontotallineitemdiscountamount_baseChanged(); + private global::System.Nullable _need; + partial void OnneedChanging(global::System.Nullable value); + partial void OnneedChanged(); /// - /// There are no comments for Property estimatedvalue_base in the schema. + /// There are no comments for Property completeinternalreview in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable estimatedvalue_base + public virtual global::System.Nullable completeinternalreview { get { - return this._estimatedvalue_base; + return this._completeinternalreview; } set { - this.Onestimatedvalue_baseChanging(value); - this._estimatedvalue_base = value; - this.Onestimatedvalue_baseChanged(); - this.OnPropertyChanged("estimatedvalue_base"); + this.OncompleteinternalreviewChanging(value); + this._completeinternalreview = value; + this.OncompleteinternalreviewChanged(); + this.OnPropertyChanged("completeinternalreview"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _estimatedvalue_base; - partial void Onestimatedvalue_baseChanging(global::System.Nullable value); - partial void Onestimatedvalue_baseChanged(); + private global::System.Nullable _completeinternalreview; + partial void OncompleteinternalreviewChanging(global::System.Nullable value); + partial void OncompleteinternalreviewChanged(); /// - /// There are no comments for Property completeinternalreview in the schema. + /// There are no comments for Property currentsituation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable completeinternalreview + public virtual string currentsituation { get { - return this._completeinternalreview; + return this._currentsituation; } set { - this.OncompleteinternalreviewChanging(value); - this._completeinternalreview = value; - this.OncompleteinternalreviewChanged(); - this.OnPropertyChanged("completeinternalreview"); + this.OncurrentsituationChanging(value); + this._currentsituation = value; + this.OncurrentsituationChanged(); + this.OnPropertyChanged("currentsituation"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _completeinternalreview; - partial void OncompleteinternalreviewChanging(global::System.Nullable value); - partial void OncompleteinternalreviewChanged(); + private string _currentsituation; + partial void OncurrentsituationChanging(string value); + partial void OncurrentsituationChanged(); /// - /// There are no comments for Property evaluatefit in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable evaluatefit + public virtual string traversedpath { get { - return this._evaluatefit; + return this._traversedpath; } set { - this.OnevaluatefitChanging(value); - this._evaluatefit = value; - this.OnevaluatefitChanged(); - this.OnPropertyChanged("evaluatefit"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _evaluatefit; - partial void OnevaluatefitChanging(global::System.Nullable value); - partial void OnevaluatefitChanged(); + private string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); + /// + /// There are no comments for Property salesstage in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable salesstage + { + get + { + return this._salesstage; + } + set + { + this.OnsalesstageChanging(value); + this._salesstage = value; + this.OnsalesstageChanged(); + this.OnPropertyChanged("salesstage"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _salesstage; + partial void OnsalesstageChanging(global::System.Nullable value); + partial void OnsalesstageChanged(); /// /// There are no comments for Property _parentcontactid_value in the schema. /// @@ -456958,115 +457119,93 @@ public virtual string timespentbymeonemailandmeetings partial void OnactualvalueChanging(global::System.Nullable value); partial void OnactualvalueChanged(); /// - /// There are no comments for Property currentsituation in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string currentsituation - { - get - { - return this._currentsituation; - } - set - { - this.OncurrentsituationChanging(value); - this._currentsituation = value; - this.OncurrentsituationChanged(); - this.OnPropertyChanged("currentsituation"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _currentsituation; - partial void OncurrentsituationChanging(string value); - partial void OncurrentsituationChanged(); - /// - /// There are no comments for Property need in the schema. + /// There are no comments for Property estimatedvalue in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable need + public virtual global::System.Nullable estimatedvalue { get { - return this._need; + return this._estimatedvalue; } set { - this.OnneedChanging(value); - this._need = value; - this.OnneedChanged(); - this.OnPropertyChanged("need"); + this.OnestimatedvalueChanging(value); + this._estimatedvalue = value; + this.OnestimatedvalueChanged(); + this.OnPropertyChanged("estimatedvalue"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _need; - partial void OnneedChanging(global::System.Nullable value); - partial void OnneedChanged(); + private global::System.Nullable _estimatedvalue; + partial void OnestimatedvalueChanging(global::System.Nullable value); + partial void OnestimatedvalueChanged(); /// - /// There are no comments for Property captureproposalfeedback in the schema. + /// There are no comments for Property actualvalue_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable captureproposalfeedback + public virtual global::System.Nullable actualvalue_base { get { - return this._captureproposalfeedback; + return this._actualvalue_base; } set { - this.OncaptureproposalfeedbackChanging(value); - this._captureproposalfeedback = value; - this.OncaptureproposalfeedbackChanged(); - this.OnPropertyChanged("captureproposalfeedback"); + this.Onactualvalue_baseChanging(value); + this._actualvalue_base = value; + this.Onactualvalue_baseChanged(); + this.OnPropertyChanged("actualvalue_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _captureproposalfeedback; - partial void OncaptureproposalfeedbackChanging(global::System.Nullable value); - partial void OncaptureproposalfeedbackChanged(); + private global::System.Nullable _actualvalue_base; + partial void Onactualvalue_baseChanging(global::System.Nullable value); + partial void Onactualvalue_baseChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property customerneed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string customerneed { get { - return this.__modifiedby_value; + return this._customerneed; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OncustomerneedChanging(value); + this._customerneed = value; + this.OncustomerneedChanged(); + this.OnPropertyChanged("customerneed"); } } [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(); + private string _customerneed; + partial void OncustomerneedChanging(string value); + partial void OncustomerneedChanged(); /// - /// There are no comments for Property actualvalue_base in the schema. + /// 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 actualvalue_base + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._actualvalue_base; + return this._utcconversiontimezonecode; } set { - this.Onactualvalue_baseChanging(value); - this._actualvalue_base = value; - this.Onactualvalue_baseChanged(); - this.OnPropertyChanged("actualvalue_base"); + 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 _actualvalue_base; - partial void Onactualvalue_baseChanging(global::System.Nullable value); - partial void Onactualvalue_baseChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property totaldiscountamount_base in the schema. /// @@ -457090,28 +457229,6 @@ public virtual string currentsituation partial void Ontotaldiscountamount_baseChanging(global::System.Nullable value); partial void Ontotaldiscountamount_baseChanged(); /// - /// 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 totalamountlessfreight_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -457134,49 +457251,49 @@ public virtual string currentsituation partial void Ontotalamountlessfreight_baseChanging(global::System.Nullable value); partial void Ontotalamountlessfreight_baseChanged(); /// - /// There are no comments for Property identifycustomercontacts in the schema. + /// There are no comments for Property totaltax_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable identifycustomercontacts + public virtual global::System.Nullable totaltax_base { get { - return this._identifycustomercontacts; + return this._totaltax_base; } set { - this.OnidentifycustomercontactsChanging(value); - this._identifycustomercontacts = value; - this.OnidentifycustomercontactsChanged(); - this.OnPropertyChanged("identifycustomercontacts"); + this.Ontotaltax_baseChanging(value); + this._totaltax_base = value; + this.Ontotaltax_baseChanged(); + this.OnPropertyChanged("totaltax_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _identifycustomercontacts; - partial void OnidentifycustomercontactsChanging(global::System.Nullable value); - partial void OnidentifycustomercontactsChanged(); + private global::System.Nullable _totaltax_base; + partial void Ontotaltax_baseChanging(global::System.Nullable value); + partial void Ontotaltax_baseChanged(); /// - /// There are no comments for Property closeprobability in the schema. + /// There are no comments for Property timespentbymeonemailandmeetings in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable closeprobability + public virtual string timespentbymeonemailandmeetings { get { - return this._closeprobability; + return this._timespentbymeonemailandmeetings; } set { - this.OncloseprobabilityChanging(value); - this._closeprobability = value; - this.OncloseprobabilityChanged(); - this.OnPropertyChanged("closeprobability"); + this.OntimespentbymeonemailandmeetingsChanging(value); + this._timespentbymeonemailandmeetings = value; + this.OntimespentbymeonemailandmeetingsChanged(); + this.OnPropertyChanged("timespentbymeonemailandmeetings"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _closeprobability; - partial void OncloseprobabilityChanging(global::System.Nullable value); - partial void OncloseprobabilityChanged(); + private string _timespentbymeonemailandmeetings; + partial void OntimespentbymeonemailandmeetingsChanging(string value); + partial void OntimespentbymeonemailandmeetingsChanged(); /// /// There are no comments for Property _contactid_value in the schema. /// @@ -457244,28 +457361,6 @@ public virtual string currentsituation partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// 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 name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -457354,94 +457449,6 @@ public virtual string name partial void On_slaid_valueChanging(global::System.Nullable value); partial void On_slaid_valueChanged(); /// - /// There are no comments for Property actualclosedate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable actualclosedate - { - get - { - return this._actualclosedate; - } - set - { - this.OnactualclosedateChanging(value); - this._actualclosedate = value; - this.OnactualclosedateChanged(); - this.OnPropertyChanged("actualclosedate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _actualclosedate; - partial void OnactualclosedateChanging(global::System.Nullable value); - partial void OnactualclosedateChanged(); - /// - /// There are no comments for Property processid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processid - { - get - { - return this._processid; - } - set - { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); - /// - /// There are no comments for Property estimatedvalue in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable estimatedvalue - { - get - { - return this._estimatedvalue; - } - set - { - this.OnestimatedvalueChanging(value); - this._estimatedvalue = value; - this.OnestimatedvalueChanged(); - this.OnPropertyChanged("estimatedvalue"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _estimatedvalue; - partial void OnestimatedvalueChanging(global::System.Nullable value); - partial void OnestimatedvalueChanged(); - /// - /// There are no comments for Property opportunityratingcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable opportunityratingcode - { - get - { - return this._opportunityratingcode; - } - set - { - this.OnopportunityratingcodeChanging(value); - this._opportunityratingcode = value; - this.OnopportunityratingcodeChanged(); - this.OnPropertyChanged("opportunityratingcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _opportunityratingcode; - partial void OnopportunityratingcodeChanging(global::System.Nullable value); - partial void OnopportunityratingcodeChanged(); - /// /// There are no comments for Property onholdtime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -457464,28 +457471,6 @@ public virtual string name partial void OnonholdtimeChanging(global::System.Nullable value); partial void OnonholdtimeChanged(); /// - /// 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 teamsfollowed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -457508,71 +457493,71 @@ public virtual string name partial void OnteamsfollowedChanging(global::System.Nullable value); partial void OnteamsfollowedChanged(); /// - /// There are no comments for Property budgetamount in the schema. + /// There are no comments for Property totalamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable budgetamount + public virtual global::System.Nullable totalamount_base { get { - return this._budgetamount; + return this._totalamount_base; } set { - this.OnbudgetamountChanging(value); - this._budgetamount = value; - this.OnbudgetamountChanged(); - this.OnPropertyChanged("budgetamount"); + this.Ontotalamount_baseChanging(value); + this._totalamount_base = value; + this.Ontotalamount_baseChanged(); + this.OnPropertyChanged("totalamount_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _budgetamount; - partial void OnbudgetamountChanging(global::System.Nullable value); - partial void OnbudgetamountChanged(); + private global::System.Nullable _totalamount_base; + partial void Ontotalamount_baseChanging(global::System.Nullable value); + partial void Ontotalamount_baseChanged(); /// - /// There are no comments for Property _originatingleadid_value in the schema. + /// There are no comments for Property totalamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _originatingleadid_value + public virtual global::System.Nullable totalamount { get { - return this.__originatingleadid_value; + return this._totalamount; } set { - this.On_originatingleadid_valueChanging(value); - this.__originatingleadid_value = value; - this.On_originatingleadid_valueChanged(); - this.OnPropertyChanged("_originatingleadid_value"); + this.OntotalamountChanging(value); + this._totalamount = value; + this.OntotalamountChanged(); + this.OnPropertyChanged("totalamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __originatingleadid_value; - partial void On_originatingleadid_valueChanging(global::System.Nullable value); - partial void On_originatingleadid_valueChanged(); + private global::System.Nullable _totalamount; + partial void OntotalamountChanging(global::System.Nullable value); + partial void OntotalamountChanged(); /// - /// There are no comments for Property scheduleproposalmeeting in the schema. + /// There are no comments for Property totallineitemdiscountamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable scheduleproposalmeeting + public virtual global::System.Nullable totallineitemdiscountamount { get { - return this._scheduleproposalmeeting; + return this._totallineitemdiscountamount; } set { - this.OnscheduleproposalmeetingChanging(value); - this._scheduleproposalmeeting = value; - this.OnscheduleproposalmeetingChanged(); - this.OnPropertyChanged("scheduleproposalmeeting"); + this.OntotallineitemdiscountamountChanging(value); + this._totallineitemdiscountamount = value; + this.OntotallineitemdiscountamountChanged(); + this.OnPropertyChanged("totallineitemdiscountamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _scheduleproposalmeeting; - partial void OnscheduleproposalmeetingChanging(global::System.Nullable value); - partial void OnscheduleproposalmeetingChanged(); + private global::System.Nullable _totallineitemdiscountamount; + partial void OntotallineitemdiscountamountChanging(global::System.Nullable value); + partial void OntotallineitemdiscountamountChanged(); /// /// There are no comments for Property presentproposal in the schema. /// @@ -457596,27 +457581,49 @@ public virtual string name partial void OnpresentproposalChanging(global::System.Nullable value); partial void OnpresentproposalChanged(); /// - /// There are no comments for Property schedulefollowup_prospect in the schema. + /// There are no comments for Property purchaseprocess in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable schedulefollowup_prospect + public virtual global::System.Nullable purchaseprocess { get { - return this._schedulefollowup_prospect; + return this._purchaseprocess; } set { - this.Onschedulefollowup_prospectChanging(value); - this._schedulefollowup_prospect = value; - this.Onschedulefollowup_prospectChanged(); - this.OnPropertyChanged("schedulefollowup_prospect"); + this.OnpurchaseprocessChanging(value); + this._purchaseprocess = value; + this.OnpurchaseprocessChanged(); + this.OnPropertyChanged("purchaseprocess"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _schedulefollowup_prospect; - partial void Onschedulefollowup_prospectChanging(global::System.Nullable value); - partial void Onschedulefollowup_prospectChanged(); + private global::System.Nullable _purchaseprocess; + partial void OnpurchaseprocessChanging(global::System.Nullable value); + partial void OnpurchaseprocessChanged(); + /// + /// There are no comments for Property totallineitemdiscountamount_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable totallineitemdiscountamount_base + { + get + { + return this._totallineitemdiscountamount_base; + } + set + { + this.Ontotallineitemdiscountamount_baseChanging(value); + this._totallineitemdiscountamount_base = value; + this.Ontotallineitemdiscountamount_baseChanged(); + this.OnPropertyChanged("totallineitemdiscountamount_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _totallineitemdiscountamount_base; + partial void Ontotallineitemdiscountamount_baseChanging(global::System.Nullable value); + partial void Ontotallineitemdiscountamount_baseChanged(); /// /// There are no comments for Property _slainvokedid_value in the schema. /// @@ -457640,27 +457647,27 @@ public virtual string name partial void On_slainvokedid_valueChanging(global::System.Nullable value); partial void On_slainvokedid_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable stageid { get { - return this._importsequencenumber; + return this._stageid; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [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(); + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); /// /// There are no comments for Property presentfinalproposal in the schema. /// @@ -457684,49 +457691,27 @@ public virtual string name partial void OnpresentfinalproposalChanging(global::System.Nullable value); partial void OnpresentfinalproposalChanged(); /// - /// 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 utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._utcconversiontimezonecode; + return this.__owningbusinessunit_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 createdon in the schema. /// @@ -457772,93 +457757,137 @@ public virtual string name partial void OnconfirminterestChanging(global::System.Nullable value); partial void OnconfirminterestChanged(); /// - /// There are no comments for Property stepname in the schema. + /// There are no comments for Property budgetamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string stepname + public virtual global::System.Nullable budgetamount { get { - return this._stepname; + return this._budgetamount; } set { - this.OnstepnameChanging(value); - this._stepname = value; - this.OnstepnameChanged(); - this.OnPropertyChanged("stepname"); + this.OnbudgetamountChanging(value); + this._budgetamount = value; + this.OnbudgetamountChanged(); + this.OnPropertyChanged("budgetamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _stepname; - partial void OnstepnameChanging(string value); - partial void OnstepnameChanged(); + private global::System.Nullable _budgetamount; + partial void OnbudgetamountChanging(global::System.Nullable value); + partial void OnbudgetamountChanged(); /// - /// There are no comments for Property freightamount_base in the schema. + /// There are no comments for Property actualclosedate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable freightamount_base + public virtual global::System.Nullable actualclosedate { get { - return this._freightamount_base; + return this._actualclosedate; } set { - this.Onfreightamount_baseChanging(value); - this._freightamount_base = value; - this.Onfreightamount_baseChanged(); - this.OnPropertyChanged("freightamount_base"); + this.OnactualclosedateChanging(value); + this._actualclosedate = value; + this.OnactualclosedateChanged(); + this.OnPropertyChanged("actualclosedate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _freightamount_base; - partial void Onfreightamount_baseChanging(global::System.Nullable value); - partial void Onfreightamount_baseChanged(); + private global::System.Nullable _actualclosedate; + partial void OnactualclosedateChanging(global::System.Nullable value); + partial void OnactualclosedateChanged(); /// - /// There are no comments for Property qualificationcomments in the schema. + /// There are no comments for Property salesstagecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string qualificationcomments + public virtual global::System.Nullable salesstagecode { get { - return this._qualificationcomments; + return this._salesstagecode; } set { - this.OnqualificationcommentsChanging(value); - this._qualificationcomments = value; - this.OnqualificationcommentsChanged(); - this.OnPropertyChanged("qualificationcomments"); + this.OnsalesstagecodeChanging(value); + this._salesstagecode = value; + this.OnsalesstagecodeChanged(); + this.OnPropertyChanged("salesstagecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _qualificationcomments; - partial void OnqualificationcommentsChanging(string value); - partial void OnqualificationcommentsChanged(); + private global::System.Nullable _salesstagecode; + partial void OnsalesstagecodeChanging(global::System.Nullable value); + partial void OnsalesstagecodeChanged(); /// - /// There are no comments for Property totalamount_base in the schema. + /// There are no comments for Property opportunityratingcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totalamount_base + public virtual global::System.Nullable opportunityratingcode { get { - return this._totalamount_base; + return this._opportunityratingcode; } set { - this.Ontotalamount_baseChanging(value); - this._totalamount_base = value; - this.Ontotalamount_baseChanged(); - this.OnPropertyChanged("totalamount_base"); + this.OnopportunityratingcodeChanging(value); + this._opportunityratingcode = value; + this.OnopportunityratingcodeChanged(); + this.OnPropertyChanged("opportunityratingcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totalamount_base; - partial void Ontotalamount_baseChanging(global::System.Nullable value); - partial void Ontotalamount_baseChanged(); + private global::System.Nullable _opportunityratingcode; + partial void OnopportunityratingcodeChanging(global::System.Nullable value); + partial void OnopportunityratingcodeChanged(); + /// + /// There are no comments for Property stepname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string stepname + { + get + { + return this._stepname; + } + set + { + this.OnstepnameChanging(value); + this._stepname = value; + this.OnstepnameChanged(); + this.OnPropertyChanged("stepname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _stepname; + partial void OnstepnameChanging(string value); + partial void OnstepnameChanged(); + /// + /// There are no comments for Property qualificationcomments in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string qualificationcomments + { + get + { + return this._qualificationcomments; + } + set + { + this.OnqualificationcommentsChanging(value); + this._qualificationcomments = value; + this.OnqualificationcommentsChanged(); + this.OnPropertyChanged("qualificationcomments"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _qualificationcomments; + partial void OnqualificationcommentsChanging(string value); + partial void OnqualificationcommentsChanged(); /// /// There are no comments for Property discountamount in the schema. /// @@ -457904,27 +457933,27 @@ public virtual string qualificationcomments partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property discountamount_base in the schema. + /// There are no comments for Property quotecomments in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable discountamount_base + public virtual string quotecomments { get { - return this._discountamount_base; + return this._quotecomments; } set { - this.Ondiscountamount_baseChanging(value); - this._discountamount_base = value; - this.Ondiscountamount_baseChanged(); - this.OnPropertyChanged("discountamount_base"); + this.OnquotecommentsChanging(value); + this._quotecomments = value; + this.OnquotecommentsChanged(); + this.OnPropertyChanged("quotecomments"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _discountamount_base; - partial void Ondiscountamount_baseChanging(global::System.Nullable value); - partial void Ondiscountamount_baseChanged(); + private string _quotecomments; + partial void OnquotecommentsChanging(string value); + partial void OnquotecommentsChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -457948,93 +457977,93 @@ public virtual string qualificationcomments partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property description 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 string description + public virtual global::System.Nullable _createdby_value { get { - return this._description; + return this.__createdby_value; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + 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 string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + 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 traversedpath in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath + public virtual string description { get { - return this._traversedpath; + return this._description; } set { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// - /// There are no comments for Property totalamount in the schema. + /// 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 totalamount + public virtual global::System.Nullable _modifiedby_value { get { - return this._totalamount; + return this.__modifiedby_value; } set { - this.OntotalamountChanging(value); - this._totalamount = value; - this.OntotalamountChanged(); - this.OnPropertyChanged("totalamount"); + 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 _totalamount; - partial void OntotalamountChanging(global::System.Nullable value); - partial void OntotalamountChanged(); + 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 customerneed in the schema. + /// There are no comments for Property stepid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string customerneed + public virtual global::System.Nullable stepid { get { - return this._customerneed; + return this._stepid; } set { - this.OncustomerneedChanging(value); - this._customerneed = value; - this.OncustomerneedChanged(); - this.OnPropertyChanged("customerneed"); + this.OnstepidChanging(value); + this._stepid = value; + this.OnstepidChanged(); + this.OnPropertyChanged("stepid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _customerneed; - partial void OncustomerneedChanging(string value); - partial void OncustomerneedChanged(); + private global::System.Nullable _stepid; + partial void OnstepidChanging(global::System.Nullable value); + partial void OnstepidChanged(); /// /// There are no comments for Property identifypursuitteam in the schema. /// @@ -458058,27 +458087,49 @@ public virtual string customerneed partial void OnidentifypursuitteamChanging(global::System.Nullable value); partial void OnidentifypursuitteamChanged(); /// - /// There are no comments for Property totalamountlessfreight in the schema. + /// There are no comments for Property identifycustomercontacts in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totalamountlessfreight + public virtual global::System.Nullable identifycustomercontacts { get { - return this._totalamountlessfreight; + return this._identifycustomercontacts; } set { - this.OntotalamountlessfreightChanging(value); - this._totalamountlessfreight = value; - this.OntotalamountlessfreightChanged(); - this.OnPropertyChanged("totalamountlessfreight"); + this.OnidentifycustomercontactsChanging(value); + this._identifycustomercontacts = value; + this.OnidentifycustomercontactsChanged(); + this.OnPropertyChanged("identifycustomercontacts"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totalamountlessfreight; - partial void OntotalamountlessfreightChanging(global::System.Nullable value); - partial void OntotalamountlessfreightChanged(); + private global::System.Nullable _identifycustomercontacts; + partial void OnidentifycustomercontactsChanging(global::System.Nullable value); + partial void OnidentifycustomercontactsChanged(); + /// + /// There are no comments for Property identifycompetitors in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable identifycompetitors + { + get + { + return this._identifycompetitors; + } + set + { + this.OnidentifycompetitorsChanging(value); + this._identifycompetitors = value; + this.OnidentifycompetitorsChanged(); + this.OnPropertyChanged("identifycompetitors"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _identifycompetitors; + partial void OnidentifycompetitorsChanging(global::System.Nullable value); + partial void OnidentifycompetitorsChanged(); /// /// There are no comments for Property emailaddress in the schema. /// @@ -458124,49 +458175,93 @@ public virtual string emailaddress partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property schedulefollowup_qualify in the schema. + /// There are no comments for Property _parentaccountid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable schedulefollowup_qualify + public virtual global::System.Nullable _parentaccountid_value { get { - return this._schedulefollowup_qualify; + return this.__parentaccountid_value; } set { - this.Onschedulefollowup_qualifyChanging(value); - this._schedulefollowup_qualify = value; - this.Onschedulefollowup_qualifyChanged(); - this.OnPropertyChanged("schedulefollowup_qualify"); + this.On_parentaccountid_valueChanging(value); + this.__parentaccountid_value = value; + this.On_parentaccountid_valueChanged(); + this.OnPropertyChanged("_parentaccountid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _schedulefollowup_qualify; - partial void Onschedulefollowup_qualifyChanging(global::System.Nullable value); - partial void Onschedulefollowup_qualifyChanged(); + private global::System.Nullable __parentaccountid_value; + partial void On_parentaccountid_valueChanging(global::System.Nullable value); + partial void On_parentaccountid_valueChanged(); /// - /// There are no comments for Property prioritycode in the schema. + /// There are no comments for Property _originatingleadid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable prioritycode + public virtual global::System.Nullable _originatingleadid_value { get { - return this._prioritycode; + return this.__originatingleadid_value; } set { - this.OnprioritycodeChanging(value); - this._prioritycode = value; - this.OnprioritycodeChanged(); - this.OnPropertyChanged("prioritycode"); + this.On_originatingleadid_valueChanging(value); + this.__originatingleadid_value = value; + this.On_originatingleadid_valueChanged(); + this.OnPropertyChanged("_originatingleadid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _prioritycode; - partial void OnprioritycodeChanging(global::System.Nullable value); - partial void OnprioritycodeChanged(); + private global::System.Nullable __originatingleadid_value; + partial void On_originatingleadid_valueChanging(global::System.Nullable value); + partial void On_originatingleadid_valueChanged(); + /// + /// There are no comments for Property participatesinworkflow in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable participatesinworkflow + { + get + { + return this._participatesinworkflow; + } + set + { + this.OnparticipatesinworkflowChanging(value); + this._participatesinworkflow = value; + this.OnparticipatesinworkflowChanged(); + this.OnPropertyChanged("participatesinworkflow"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _participatesinworkflow; + partial void OnparticipatesinworkflowChanging(global::System.Nullable value); + partial void OnparticipatesinworkflowChanged(); + /// + /// There are no comments for Property schedulefollowup_prospect in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable schedulefollowup_prospect + { + get + { + return this._schedulefollowup_prospect; + } + set + { + this.Onschedulefollowup_prospectChanging(value); + this._schedulefollowup_prospect = value; + this.Onschedulefollowup_prospectChanged(); + this.OnPropertyChanged("schedulefollowup_prospect"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _schedulefollowup_prospect; + partial void Onschedulefollowup_prospectChanging(global::System.Nullable value); + partial void Onschedulefollowup_prospectChanged(); /// /// There are no comments for Property filedebrief in the schema. /// @@ -458212,6 +458307,28 @@ public virtual string proposedsolution partial void OnproposedsolutionChanging(string value); partial void OnproposedsolutionChanged(); /// + /// There are no comments for Property processid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processid + { + get + { + return this._processid; + } + set + { + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); + /// /// There are no comments for Property discountpercentage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -458256,28 +458373,6 @@ public virtual string proposedsolution partial void OnestimatedclosedateChanging(global::System.Nullable value); partial void OnestimatedclosedateChanged(); /// - /// There are no comments for Property totaltax_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totaltax_base - { - get - { - return this._totaltax_base; - } - set - { - this.Ontotaltax_baseChanging(value); - this._totaltax_base = value; - this.Ontotaltax_baseChanged(); - this.OnPropertyChanged("totaltax_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totaltax_base; - partial void Ontotaltax_baseChanging(global::System.Nullable value); - partial void Ontotaltax_baseChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -458300,27 +458395,27 @@ public virtual string proposedsolution partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _parentaccountid_value in the schema. + /// 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 _parentaccountid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__parentaccountid_value; + return this._importsequencenumber; } set { - this.On_parentaccountid_valueChanging(value); - this.__parentaccountid_value = value; - this.On_parentaccountid_valueChanged(); - this.OnPropertyChanged("_parentaccountid_value"); + 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 __parentaccountid_value; - partial void On_parentaccountid_valueChanging(global::System.Nullable value); - partial void On_parentaccountid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property _pricelevelid_value in the schema. /// @@ -458344,28 +458439,6 @@ public virtual string proposedsolution partial void On_pricelevelid_valueChanging(global::System.Nullable value); partial void On_pricelevelid_valueChanged(); /// - /// There are no comments for Property totaldiscountamount in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totaldiscountamount - { - get - { - return this._totaldiscountamount; - } - set - { - this.OntotaldiscountamountChanging(value); - this._totaldiscountamount = value; - this.OntotaldiscountamountChanged(); - this.OnPropertyChanged("totaldiscountamount"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totaldiscountamount; - partial void OntotaldiscountamountChanging(global::System.Nullable value); - partial void OntotaldiscountamountChanged(); - /// /// There are no comments for Property freightamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -458388,28 +458461,6 @@ public virtual string proposedsolution partial void OnfreightamountChanging(global::System.Nullable value); partial void OnfreightamountChanged(); /// - /// There are no comments for Property salesstage in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable salesstage - { - get - { - return this._salesstage; - } - set - { - this.OnsalesstageChanging(value); - this._salesstage = value; - this.OnsalesstageChanged(); - this.OnPropertyChanged("salesstage"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _salesstage; - partial void OnsalesstageChanging(global::System.Nullable value); - partial void OnsalesstageChanged(); - /// /// There are no comments for Property developproposal in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -458432,27 +458483,27 @@ public virtual string proposedsolution partial void OndevelopproposalChanging(global::System.Nullable value); partial void OndevelopproposalChanged(); /// - /// There are no comments for Property stepid in the schema. + /// There are no comments for Property discountamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stepid + public virtual global::System.Nullable discountamount_base { get { - return this._stepid; + return this._discountamount_base; } set { - this.OnstepidChanging(value); - this._stepid = value; - this.OnstepidChanged(); - this.OnPropertyChanged("stepid"); + this.Ondiscountamount_baseChanging(value); + this._discountamount_base = value; + this.Ondiscountamount_baseChanged(); + this.OnPropertyChanged("discountamount_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stepid; - partial void OnstepidChanging(global::System.Nullable value); - partial void OnstepidChanged(); + private global::System.Nullable _discountamount_base; + partial void Ondiscountamount_baseChanging(global::System.Nullable value); + partial void Ondiscountamount_baseChanged(); /// /// There are no comments for Property pursuitdecision in the schema. /// @@ -462729,28 +462780,6 @@ public virtual string subcategory partial void OnactualrevenueChanging(global::System.Nullable value); partial void OnactualrevenueChanged(); /// - /// There are no comments for Property actualrevenue_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable actualrevenue_base - { - get - { - return this._actualrevenue_base; - } - set - { - this.Onactualrevenue_baseChanging(value); - this._actualrevenue_base = value; - this.Onactualrevenue_baseChanged(); - this.OnPropertyChanged("actualrevenue_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _actualrevenue_base; - partial void Onactualrevenue_baseChanging(global::System.Nullable value); - partial void Onactualrevenue_baseChanged(); - /// /// There are no comments for Property _competitorid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -462795,6 +462824,28 @@ public virtual string category partial void OncategoryChanging(string value); partial void OncategoryChanged(); /// + /// There are no comments for Property actualrevenue_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable actualrevenue_base + { + get + { + return this._actualrevenue_base; + } + set + { + this.Onactualrevenue_baseChanging(value); + this._actualrevenue_base = value; + this.Onactualrevenue_baseChanged(); + this.OnPropertyChanged("actualrevenue_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _actualrevenue_base; + partial void Onactualrevenue_baseChanging(global::System.Nullable value); + partial void Onactualrevenue_baseChanged(); + /// /// There are no comments for Property opportunitystatuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -464773,28 +464824,6 @@ public static opportunityproduct Createopportunityproduct(global::Microsoft.Dyna partial void OnpropertyconfigurationstatusChanging(global::System.Nullable value); partial void OnpropertyconfigurationstatusChanged(); /// - /// There are no comments for Property entityimage in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] entityimage - { - get - { - return this._entityimage; - } - set - { - this.OnentityimageChanging(value); - this._entityimage = value; - this.OnentityimageChanged(); - this.OnPropertyChanged("entityimage"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _entityimage; - partial void OnentityimageChanging(byte[] value); - partial void OnentityimageChanged(); - /// /// There are no comments for Property priceperunit_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -464839,27 +464868,27 @@ public virtual byte[] entityimage partial void OnextendedamountChanging(global::System.Nullable value); partial void OnextendedamountChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable overriddencreatedon { get { - return this._modifiedon; + return this._overriddencreatedon; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property sequencenumber in the schema. /// @@ -464905,27 +464934,27 @@ public virtual byte[] entityimage partial void On_productid_valueChanging(global::System.Nullable value); partial void On_productid_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable exchangerate { get { - return this.__createdonbehalfby_value; + return this._exchangerate; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// /// There are no comments for Property opportunitystatecode in the schema. /// @@ -464949,71 +464978,71 @@ public virtual byte[] entityimage partial void OnopportunitystatecodeChanging(global::System.Nullable value); partial void OnopportunitystatecodeChanged(); /// - /// There are no comments for Property producttypecode 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 producttypecode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._producttypecode; + return this.__createdonbehalfby_value; } set { - this.OnproducttypecodeChanging(value); - this._producttypecode = value; - this.OnproducttypecodeChanged(); - this.OnPropertyChanged("producttypecode"); + 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 _producttypecode; - partial void OnproducttypecodeChanging(global::System.Nullable value); - partial void OnproducttypecodeChanged(); + 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 quantity in the schema. + /// 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 quantity + public virtual global::System.Nullable importsequencenumber { get { - return this._quantity; + return this._importsequencenumber; } set { - this.OnquantityChanging(value); - this._quantity = value; - this.OnquantityChanged(); - this.OnPropertyChanged("quantity"); + 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 _quantity; - partial void OnquantityChanging(global::System.Nullable value); - partial void OnquantityChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property opportunityproductname in the schema. + /// There are no comments for Property volumediscountamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string opportunityproductname + public virtual global::System.Nullable volumediscountamount { get { - return this._opportunityproductname; + return this._volumediscountamount; } set { - this.OnopportunityproductnameChanging(value); - this._opportunityproductname = value; - this.OnopportunityproductnameChanged(); - this.OnPropertyChanged("opportunityproductname"); + this.OnvolumediscountamountChanging(value); + this._volumediscountamount = value; + this.OnvolumediscountamountChanged(); + this.OnPropertyChanged("volumediscountamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _opportunityproductname; - partial void OnopportunityproductnameChanging(string value); - partial void OnopportunityproductnameChanged(); + private global::System.Nullable _volumediscountamount; + partial void OnvolumediscountamountChanging(global::System.Nullable value); + partial void OnvolumediscountamountChanged(); /// /// There are no comments for Property _parentbundleidref_value in the schema. /// @@ -465059,6 +465088,28 @@ public virtual string opportunityproductname partial void Onentityimage_timestampChanging(global::System.Nullable value); partial void Onentityimage_timestampChanged(); /// + /// There are no comments for Property manualdiscountamount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable manualdiscountamount + { + get + { + return this._manualdiscountamount; + } + set + { + this.OnmanualdiscountamountChanging(value); + this._manualdiscountamount = value; + this.OnmanualdiscountamountChanged(); + this.OnPropertyChanged("manualdiscountamount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _manualdiscountamount; + partial void OnmanualdiscountamountChanging(global::System.Nullable value); + partial void OnmanualdiscountamountChanged(); + /// /// There are no comments for Property skippricecalculation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -465235,28 +465286,6 @@ public virtual string opportunityproductname partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// 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 lineitemnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -465301,6 +465330,28 @@ public virtual string opportunityproductname partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property isproductoverridden in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isproductoverridden + { + get + { + return this._isproductoverridden; + } + set + { + this.OnisproductoverriddenChanging(value); + this._isproductoverridden = value; + this.OnisproductoverriddenChanged(); + this.OnPropertyChanged("isproductoverridden"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isproductoverridden; + partial void OnisproductoverriddenChanging(global::System.Nullable value); + partial void OnisproductoverriddenChanged(); + /// /// There are no comments for Property productdescription in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -465323,27 +465374,27 @@ public virtual string productdescription partial void OnproductdescriptionChanging(string value); partial void OnproductdescriptionChanged(); /// - /// There are no comments for Property volumediscountamount in the schema. + /// There are no comments for Property quantity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable volumediscountamount + public virtual global::System.Nullable quantity { get { - return this._volumediscountamount; + return this._quantity; } set { - this.OnvolumediscountamountChanging(value); - this._volumediscountamount = value; - this.OnvolumediscountamountChanged(); - this.OnPropertyChanged("volumediscountamount"); + this.OnquantityChanging(value); + this._quantity = value; + this.OnquantityChanged(); + this.OnPropertyChanged("quantity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _volumediscountamount; - partial void OnvolumediscountamountChanging(global::System.Nullable value); - partial void OnvolumediscountamountChanged(); + private global::System.Nullable _quantity; + partial void OnquantityChanging(global::System.Nullable value); + partial void OnquantityChanged(); /// /// There are no comments for Property pricingerrorcode in the schema. /// @@ -465389,27 +465440,27 @@ public virtual string productdescription partial void OnproductassociationidChanging(global::System.Nullable value); partial void OnproductassociationidChanged(); /// - /// There are no comments for Property ispriceoverridden in the schema. + /// There are no comments for Property opportunityproductid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispriceoverridden + public virtual global::System.Nullable opportunityproductid { get { - return this._ispriceoverridden; + return this._opportunityproductid; } set { - this.OnispriceoverriddenChanging(value); - this._ispriceoverridden = value; - this.OnispriceoverriddenChanged(); - this.OnPropertyChanged("ispriceoverridden"); + this.OnopportunityproductidChanging(value); + this._opportunityproductid = value; + this.OnopportunityproductidChanged(); + this.OnPropertyChanged("opportunityproductid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispriceoverridden; - partial void OnispriceoverriddenChanging(global::System.Nullable value); - partial void OnispriceoverriddenChanged(); + private global::System.Nullable _opportunityproductid; + partial void OnopportunityproductidChanging(global::System.Nullable value); + partial void OnopportunityproductidChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -465433,28 +465484,6 @@ public virtual string productdescription partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property baseamount in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable baseamount - { - get - { - return this._baseamount; - } - set - { - this.OnbaseamountChanging(value); - this._baseamount = value; - this.OnbaseamountChanged(); - this.OnPropertyChanged("baseamount"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _baseamount; - partial void OnbaseamountChanging(global::System.Nullable value); - partial void OnbaseamountChanged(); - /// /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -465499,115 +465528,115 @@ public virtual string description partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property manualdiscountamount_base in the schema. + /// There are no comments for Property tax_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable manualdiscountamount_base + public virtual global::System.Nullable tax_base { get { - return this._manualdiscountamount_base; + return this._tax_base; } set { - this.Onmanualdiscountamount_baseChanging(value); - this._manualdiscountamount_base = value; - this.Onmanualdiscountamount_baseChanged(); - this.OnPropertyChanged("manualdiscountamount_base"); + this.Ontax_baseChanging(value); + this._tax_base = value; + this.Ontax_baseChanged(); + this.OnPropertyChanged("tax_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _manualdiscountamount_base; - partial void Onmanualdiscountamount_baseChanging(global::System.Nullable value); - partial void Onmanualdiscountamount_baseChanged(); + private global::System.Nullable _tax_base; + partial void Ontax_baseChanging(global::System.Nullable value); + partial void Ontax_baseChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property manualdiscountamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable manualdiscountamount_base { get { - return this._exchangerate; + return this._manualdiscountamount_base; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.Onmanualdiscountamount_baseChanging(value); + this._manualdiscountamount_base = value; + this.Onmanualdiscountamount_baseChanged(); + this.OnPropertyChanged("manualdiscountamount_base"); } } [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::System.Nullable _manualdiscountamount_base; + partial void Onmanualdiscountamount_baseChanging(global::System.Nullable value); + partial void Onmanualdiscountamount_baseChanged(); /// - /// There are no comments for Property manualdiscountamount in the schema. + /// 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 manualdiscountamount + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._manualdiscountamount; + return this._utcconversiontimezonecode; } set { - this.OnmanualdiscountamountChanging(value); - this._manualdiscountamount = value; - this.OnmanualdiscountamountChanged(); - this.OnPropertyChanged("manualdiscountamount"); + 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 _manualdiscountamount; - partial void OnmanualdiscountamountChanging(global::System.Nullable value); - partial void OnmanualdiscountamountChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string entityimage_url { get { - return this.__modifiedby_value; + return this._entityimage_url; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); } } [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(); + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); /// - /// There are no comments for Property isproductoverridden in the schema. + /// 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 isproductoverridden + public virtual global::System.Nullable versionnumber { get { - return this._isproductoverridden; + return this._versionnumber; } set { - this.OnisproductoverriddenChanging(value); - this._isproductoverridden = value; - this.OnisproductoverriddenChanged(); - this.OnPropertyChanged("isproductoverridden"); + 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 _isproductoverridden; - partial void OnisproductoverriddenChanging(global::System.Nullable value); - partial void OnisproductoverriddenChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property tax in the schema. /// @@ -465631,6 +465660,28 @@ public virtual string description partial void OntaxChanging(global::System.Nullable value); partial void OntaxChanged(); /// + /// There are no comments for Property ispriceoverridden in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ispriceoverridden + { + get + { + return this._ispriceoverridden; + } + set + { + this.OnispriceoverriddenChanging(value); + this._ispriceoverridden = value; + this.OnispriceoverriddenChanged(); + this.OnPropertyChanged("ispriceoverridden"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ispriceoverridden; + partial void OnispriceoverriddenChanging(global::System.Nullable value); + partial void OnispriceoverriddenChanged(); + /// /// There are no comments for Property entityimageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -465653,71 +465704,71 @@ public virtual string description partial void OnentityimageidChanging(global::System.Nullable value); partial void OnentityimageidChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property producttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable producttypecode { get { - return this._overriddencreatedon; + return this._producttypecode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OnproducttypecodeChanging(value); + this._producttypecode = value; + this.OnproducttypecodeChanged(); + this.OnPropertyChanged("producttypecode"); } } [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::System.Nullable _producttypecode; + partial void OnproducttypecodeChanging(global::System.Nullable value); + partial void OnproducttypecodeChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property baseamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable baseamount { get { - return this._versionnumber; + return this._baseamount; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnbaseamountChanging(value); + this._baseamount = value; + this.OnbaseamountChanged(); + this.OnPropertyChanged("baseamount"); } } [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::System.Nullable _baseamount; + partial void OnbaseamountChanging(global::System.Nullable value); + partial void OnbaseamountChanged(); /// - /// There are no comments for Property tax_base in the schema. + /// There are no comments for Property priceperunit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable tax_base + public virtual global::System.Nullable priceperunit { get { - return this._tax_base; + return this._priceperunit; } set { - this.Ontax_baseChanging(value); - this._tax_base = value; - this.Ontax_baseChanged(); - this.OnPropertyChanged("tax_base"); + this.OnpriceperunitChanging(value); + this._priceperunit = value; + this.OnpriceperunitChanged(); + this.OnPropertyChanged("priceperunit"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _tax_base; - partial void Ontax_baseChanging(global::System.Nullable value); - partial void Ontax_baseChanged(); + private global::System.Nullable _priceperunit; + partial void OnpriceperunitChanging(global::System.Nullable value); + partial void OnpriceperunitChanged(); /// /// There are no comments for Property productname in the schema. /// @@ -465741,6 +465792,28 @@ public virtual string productname partial void OnproductnameChanging(string value); partial void OnproductnameChanged(); /// + /// There are no comments for Property entityimage in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual byte[] entityimage + { + get + { + return this._entityimage; + } + set + { + this.OnentityimageChanging(value); + this._entityimage = value; + this.OnentityimageChanged(); + this.OnPropertyChanged("entityimage"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private byte[] _entityimage; + partial void OnentityimageChanging(byte[] value); + partial void OnentityimageChanged(); + /// /// There are no comments for Property extendedamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -465785,50 +465858,6 @@ public virtual string productname partial void Onvolumediscountamount_baseChanging(global::System.Nullable value); partial void Onvolumediscountamount_baseChanged(); /// - /// There are no comments for Property entityimage_url in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url - { - get - { - return this._entityimage_url; - } - set - { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); - /// - /// There are no comments for Property priceperunit in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable priceperunit - { - get - { - return this._priceperunit; - } - set - { - this.OnpriceperunitChanging(value); - this._priceperunit = value; - this.OnpriceperunitChanged(); - this.OnPropertyChanged("priceperunit"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _priceperunit; - partial void OnpriceperunitChanging(global::System.Nullable value); - partial void OnpriceperunitChanged(); - /// /// There are no comments for Property _opportunityid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -465873,27 +465902,27 @@ public virtual string entityimage_url partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property opportunityproductid in the schema. + /// 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 opportunityproductid + public virtual global::System.Nullable _modifiedby_value { get { - return this._opportunityproductid; + return this.__modifiedby_value; } set { - this.OnopportunityproductidChanging(value); - this._opportunityproductid = value; - this.OnopportunityproductidChanged(); - this.OnPropertyChanged("opportunityproductid"); + 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 _opportunityproductid; - partial void OnopportunityproductidChanging(global::System.Nullable value); - partial void OnopportunityproductidChanged(); + 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 _ownerid_value in the schema. /// @@ -465917,27 +465946,49 @@ public virtual string entityimage_url partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable modifiedon { get { - return this._utcconversiontimezonecode; + return this._modifiedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// There are no comments for Property opportunityproductname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string opportunityproductname + { + get + { + return this._opportunityproductname; + } + set + { + this.OnopportunityproductnameChanging(value); + this._opportunityproductname = value; + this.OnopportunityproductnameChanged(); + this.OnPropertyChanged("opportunityproductname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _opportunityproductname; + partial void OnopportunityproductnameChanging(string value); + partial void OnopportunityproductnameChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -466965,71 +467016,49 @@ public static opportunitysalesprocess Createopportunitysalesprocess(global::Micr partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 traversedpath in the schema. + /// There are no comments for Property completedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath + public virtual global::System.Nullable completedon { get { - return this._traversedpath; + return this._completedon; } set { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); + this.OncompletedonChanging(value); + this._completedon = value; + this.OncompletedonChanged(); + this.OnPropertyChanged("completedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); + private global::System.Nullable _completedon; + partial void OncompletedonChanging(global::System.Nullable value); + partial void OncompletedonChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._utcconversiontimezonecode; + return this.__modifiedonbehalfby_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 _modifiedby_value in the schema. /// @@ -467207,49 +467236,115 @@ public virtual string name partial void On_activestageid_valueChanging(global::System.Nullable value); partial void On_activestageid_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__modifiedonbehalfby_value; + return this._utcconversiontimezonecode; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property _quoteid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable _quoteid_value { get { - return this._exchangerate; + return this.__quoteid_value; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.On_quoteid_valueChanging(value); + this.__quoteid_value = value; + this.On_quoteid_valueChanged(); + this.OnPropertyChanged("_quoteid_value"); } } [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::System.Nullable __quoteid_value; + partial void On_quoteid_valueChanging(global::System.Nullable value); + partial void On_quoteid_valueChanged(); + /// + /// 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 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 _processid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _processid_value + { + get + { + return this.__processid_value; + } + set + { + this.On_processid_valueChanging(value); + this.__processid_value = value; + this.On_processid_valueChanged(); + this.OnPropertyChanged("_processid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __processid_value; + partial void On_processid_valueChanging(global::System.Nullable value); + partial void On_processid_valueChanged(); /// /// There are no comments for Property activestagestartedon in the schema. /// @@ -467317,49 +467412,49 @@ public virtual string name partial void OndurationChanging(global::System.Nullable value); partial void OndurationChanged(); /// - /// There are no comments for Property completedon in the schema. + /// 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 completedon + public virtual global::System.Nullable versionnumber { get { - return this._completedon; + return this._versionnumber; } set { - this.OncompletedonChanging(value); - this._completedon = value; - this.OncompletedonChanged(); - this.OnPropertyChanged("completedon"); + 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 _completedon; - partial void OncompletedonChanging(global::System.Nullable value); - partial void OncompletedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property _opportunityid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable _opportunityid_value { get { - return this._versionnumber; + return this.__opportunityid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.On_opportunityid_valueChanging(value); + this.__opportunityid_value = value; + this.On_opportunityid_valueChanged(); + this.OnPropertyChanged("_opportunityid_value"); } } [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::System.Nullable __opportunityid_value; + partial void On_opportunityid_valueChanging(global::System.Nullable value); + partial void On_opportunityid_valueChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -467383,49 +467478,49 @@ public virtual string name partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _opportunityid_value 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 _opportunityid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__opportunityid_value; + return this.__createdby_value; } set { - this.On_opportunityid_valueChanging(value); - this.__opportunityid_value = value; - this.On_opportunityid_valueChanged(); - this.OnPropertyChanged("_opportunityid_value"); + 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 __opportunityid_value; - partial void On_opportunityid_valueChanging(global::System.Nullable value); - partial void On_opportunityid_valueChanged(); + 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 _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this.__createdby_value; + return this.__transactioncurrencyid_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 modifiedon in the schema. /// @@ -467449,93 +467544,49 @@ public virtual string name partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _processid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _processid_value - { - get - { - return this.__processid_value; - } - set - { - this.On_processid_valueChanging(value); - this.__processid_value = value; - this.On_processid_valueChanged(); - this.OnPropertyChanged("_processid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __processid_value; - partial void On_processid_valueChanging(global::System.Nullable value); - partial void On_processid_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 _quoteid_value in the schema. + /// 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 _quoteid_value + public virtual global::System.Nullable exchangerate { get { - return this.__quoteid_value; + return this._exchangerate; } set { - this.On_quoteid_valueChanging(value); - this.__quoteid_value = value; - this.On_quoteid_valueChanged(); - this.OnPropertyChanged("_quoteid_value"); + 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 __quoteid_value; - partial void On_quoteid_valueChanging(global::System.Nullable value); - partial void On_quoteid_valueChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string traversedpath { get { - return this._createdon; + return this._traversedpath; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [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 string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); /// /// There are no comments for Property createdbyname in the schema. /// @@ -470863,28 +470914,6 @@ public virtual string ordernumber partial void OnordernumberChanging(string value); partial void OnordernumberChanged(); /// - /// 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 subcategory in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -470951,49 +470980,71 @@ public virtual string category partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property revision in the schema. + /// There are no comments for Property _salesorderid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable revision + public virtual global::System.Nullable _salesorderid_value { get { - return this._revision; + return this.__salesorderid_value; } set { - this.OnrevisionChanging(value); - this._revision = value; - this.OnrevisionChanged(); - this.OnPropertyChanged("revision"); + this.On_salesorderid_valueChanging(value); + this.__salesorderid_value = value; + this.On_salesorderid_valueChanged(); + this.OnPropertyChanged("_salesorderid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _revision; - partial void OnrevisionChanging(global::System.Nullable value); - partial void OnrevisionChanged(); + private global::System.Nullable __salesorderid_value; + partial void On_salesorderid_valueChanging(global::System.Nullable value); + partial void On_salesorderid_valueChanged(); /// - /// There are no comments for Property _salesorderid_value in the schema. + /// 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 _salesorderid_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__salesorderid_value; + return this._overriddencreatedon; } set { - this.On_salesorderid_valueChanging(value); - this.__salesorderid_value = value; - this.On_salesorderid_valueChanged(); - this.OnPropertyChanged("_salesorderid_value"); + 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 __salesorderid_value; - partial void On_salesorderid_valueChanging(global::System.Nullable value); - partial void On_salesorderid_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); + /// + /// There are no comments for Property revision in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable revision + { + get + { + return this._revision; + } + set + { + this.OnrevisionChanging(value); + this._revision = value; + this.OnrevisionChanged(); + this.OnPropertyChanged("revision"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _revision; + partial void OnrevisionChanging(global::System.Nullable value); + partial void OnrevisionChanged(); /// /// There are no comments for Property regardingobjectid_new_interactionforemail_orderclose in the schema. /// @@ -475096,28 +475147,6 @@ public static organization Createorganization(global::Microsoft.Dynamics.CRM.sys return organization; } /// - /// There are no comments for Property autoapplydefaultoncasecreate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable autoapplydefaultoncasecreate - { - get - { - return this._autoapplydefaultoncasecreate; - } - set - { - this.OnautoapplydefaultoncasecreateChanging(value); - this._autoapplydefaultoncasecreate = value; - this.OnautoapplydefaultoncasecreateChanged(); - this.OnPropertyChanged("autoapplydefaultoncasecreate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _autoapplydefaultoncasecreate; - partial void OnautoapplydefaultoncasecreateChanging(global::System.Nullable value); - partial void OnautoapplydefaultoncasecreateChanged(); - /// /// There are no comments for Property maxverboseloggingsynccycles in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -475184,27 +475213,71 @@ public static organization Createorganization(global::Microsoft.Dynamics.CRM.sys partial void OnprivilegeusergroupidChanging(global::System.Nullable value); partial void OnprivilegeusergroupidChanged(); /// - /// There are no comments for Property expiresubscriptionsindays in the schema. + /// There are no comments for Property entityimageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable expiresubscriptionsindays + public virtual global::System.Nullable entityimageid { get { - return this._expiresubscriptionsindays; + return this._entityimageid; } set { - this.OnexpiresubscriptionsindaysChanging(value); - this._expiresubscriptionsindays = value; - this.OnexpiresubscriptionsindaysChanged(); - this.OnPropertyChanged("expiresubscriptionsindays"); + this.OnentityimageidChanging(value); + this._entityimageid = value; + this.OnentityimageidChanged(); + this.OnPropertyChanged("entityimageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _expiresubscriptionsindays; - partial void OnexpiresubscriptionsindaysChanging(global::System.Nullable value); - partial void OnexpiresubscriptionsindaysChanged(); + private global::System.Nullable _entityimageid; + partial void OnentityimageidChanging(global::System.Nullable value); + partial void OnentityimageidChanged(); + /// + /// There are no comments for Property minaddressbooksyncinterval in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable minaddressbooksyncinterval + { + get + { + return this._minaddressbooksyncinterval; + } + set + { + this.OnminaddressbooksyncintervalChanging(value); + this._minaddressbooksyncinterval = value; + this.OnminaddressbooksyncintervalChanged(); + this.OnPropertyChanged("minaddressbooksyncinterval"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _minaddressbooksyncinterval; + partial void OnminaddressbooksyncintervalChanging(global::System.Nullable value); + partial void OnminaddressbooksyncintervalChanged(); + /// + /// There are no comments for Property showkbarticledeprecationnotification in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable showkbarticledeprecationnotification + { + get + { + return this._showkbarticledeprecationnotification; + } + set + { + this.OnshowkbarticledeprecationnotificationChanging(value); + this._showkbarticledeprecationnotification = value; + this.OnshowkbarticledeprecationnotificationChanged(); + this.OnPropertyChanged("showkbarticledeprecationnotification"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _showkbarticledeprecationnotification; + partial void OnshowkbarticledeprecationnotificationChanging(global::System.Nullable value); + partial void OnshowkbarticledeprecationnotificationChanged(); /// /// There are no comments for Property globalhelpurlenabled in the schema. /// @@ -475250,27 +475323,27 @@ public virtual string widgetproperties partial void OnwidgetpropertiesChanging(string value); partial void OnwidgetpropertiesChanged(); /// - /// There are no comments for Property taskbasedflowenabled in the schema. + /// There are no comments for Property maxappointmentdurationdays in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable taskbasedflowenabled + public virtual global::System.Nullable maxappointmentdurationdays { get { - return this._taskbasedflowenabled; + return this._maxappointmentdurationdays; } set { - this.OntaskbasedflowenabledChanging(value); - this._taskbasedflowenabled = value; - this.OntaskbasedflowenabledChanged(); - this.OnPropertyChanged("taskbasedflowenabled"); + this.OnmaxappointmentdurationdaysChanging(value); + this._maxappointmentdurationdays = value; + this.OnmaxappointmentdurationdaysChanged(); + this.OnPropertyChanged("maxappointmentdurationdays"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _taskbasedflowenabled; - partial void OntaskbasedflowenabledChanging(global::System.Nullable value); - partial void OntaskbasedflowenabledChanged(); + private global::System.Nullable _maxappointmentdurationdays; + partial void OnmaxappointmentdurationdaysChanging(global::System.Nullable value); + partial void OnmaxappointmentdurationdaysChanged(); /// /// There are no comments for Property iscontextualhelpenabled in the schema. /// @@ -475426,50 +475499,6 @@ public virtual string currencysymbol partial void OncurrencysymbolChanging(string value); partial void OncurrencysymbolChanged(); /// - /// There are no comments for Property sessiontimeoutreminderinmins in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sessiontimeoutreminderinmins - { - get - { - return this._sessiontimeoutreminderinmins; - } - set - { - this.OnsessiontimeoutreminderinminsChanging(value); - this._sessiontimeoutreminderinmins = value; - this.OnsessiontimeoutreminderinminsChanged(); - this.OnPropertyChanged("sessiontimeoutreminderinmins"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sessiontimeoutreminderinmins; - partial void OnsessiontimeoutreminderinminsChanging(global::System.Nullable value); - partial void OnsessiontimeoutreminderinminsChanged(); - /// - /// There are no comments for Property mailboxpermanentissueminrange in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable mailboxpermanentissueminrange - { - get - { - return this._mailboxpermanentissueminrange; - } - set - { - this.OnmailboxpermanentissueminrangeChanging(value); - this._mailboxpermanentissueminrange = value; - this.OnmailboxpermanentissueminrangeChanged(); - this.OnPropertyChanged("mailboxpermanentissueminrange"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _mailboxpermanentissueminrange; - partial void OnmailboxpermanentissueminrangeChanging(global::System.Nullable value); - partial void OnmailboxpermanentissueminrangeChanged(); - /// /// There are no comments for Property allowwebexcelexport in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -475536,27 +475565,27 @@ public virtual string caseprefix partial void OncaseprefixChanging(string value); partial void OncaseprefixChanged(); /// - /// There are no comments for Property longdateformatcode in the schema. + /// There are no comments for Property pastexpansionwindow in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable longdateformatcode + public virtual global::System.Nullable pastexpansionwindow { get { - return this._longdateformatcode; + return this._pastexpansionwindow; } set { - this.OnlongdateformatcodeChanging(value); - this._longdateformatcode = value; - this.OnlongdateformatcodeChanged(); - this.OnPropertyChanged("longdateformatcode"); + this.OnpastexpansionwindowChanging(value); + this._pastexpansionwindow = value; + this.OnpastexpansionwindowChanged(); + this.OnPropertyChanged("pastexpansionwindow"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _longdateformatcode; - partial void OnlongdateformatcodeChanging(global::System.Nullable value); - partial void OnlongdateformatcodeChanged(); + private global::System.Nullable _pastexpansionwindow; + partial void OnpastexpansionwindowChanging(global::System.Nullable value); + partial void OnpastexpansionwindowChanged(); /// /// There are no comments for Property usepositionhierarchy in the schema. /// @@ -475602,49 +475631,49 @@ public virtual string caseprefix partial void OntrackingtokenidbaseChanging(global::System.Nullable value); partial void OntrackingtokenidbaseChanged(); /// - /// There are no comments for Property allowentityonlyaudit in the schema. + /// There are no comments for Property defaultemailsettings in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable allowentityonlyaudit + public virtual string defaultemailsettings { get { - return this._allowentityonlyaudit; + return this._defaultemailsettings; } set { - this.OnallowentityonlyauditChanging(value); - this._allowentityonlyaudit = value; - this.OnallowentityonlyauditChanged(); - this.OnPropertyChanged("allowentityonlyaudit"); + this.OndefaultemailsettingsChanging(value); + this._defaultemailsettings = value; + this.OndefaultemailsettingsChanged(); + this.OnPropertyChanged("defaultemailsettings"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _allowentityonlyaudit; - partial void OnallowentityonlyauditChanging(global::System.Nullable value); - partial void OnallowentityonlyauditChanged(); + private string _defaultemailsettings; + partial void OndefaultemailsettingsChanging(string value); + partial void OndefaultemailsettingsChanged(); /// - /// There are no comments for Property globalappendurlparametersenabled in the schema. + /// There are no comments for Property hashfilterkeywords in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable globalappendurlparametersenabled + public virtual string hashfilterkeywords { get { - return this._globalappendurlparametersenabled; + return this._hashfilterkeywords; } set { - this.OnglobalappendurlparametersenabledChanging(value); - this._globalappendurlparametersenabled = value; - this.OnglobalappendurlparametersenabledChanged(); - this.OnPropertyChanged("globalappendurlparametersenabled"); + this.OnhashfilterkeywordsChanging(value); + this._hashfilterkeywords = value; + this.OnhashfilterkeywordsChanged(); + this.OnPropertyChanged("hashfilterkeywords"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _globalappendurlparametersenabled; - partial void OnglobalappendurlparametersenabledChanging(global::System.Nullable value); - partial void OnglobalappendurlparametersenabledChanged(); + private string _hashfilterkeywords; + partial void OnhashfilterkeywordsChanging(string value); + partial void OnhashfilterkeywordsChanged(); /// /// There are no comments for Property generatealertsforwarnings in the schema. /// @@ -475734,27 +475763,27 @@ public virtual string invoiceprefix partial void OninvoiceprefixChanging(string value); partial void OninvoiceprefixChanged(); /// - /// There are no comments for Property quoteprefix in the schema. + /// There are no comments for Property campaignprefix in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string quoteprefix + public virtual string campaignprefix { get { - return this._quoteprefix; + return this._campaignprefix; } set { - this.OnquoteprefixChanging(value); - this._quoteprefix = value; - this.OnquoteprefixChanged(); - this.OnPropertyChanged("quoteprefix"); + this.OncampaignprefixChanging(value); + this._campaignprefix = value; + this.OncampaignprefixChanged(); + this.OnPropertyChanged("campaignprefix"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _quoteprefix; - partial void OnquoteprefixChanging(string value); - partial void OnquoteprefixChanged(); + private string _campaignprefix; + partial void OncampaignprefixChanging(string value); + partial void OncampaignprefixChanged(); /// /// There are no comments for Property mailboxintermittentissueminrange in the schema. /// @@ -475822,49 +475851,49 @@ public virtual string quoteprefix partial void OnissopintegrationenabledChanging(global::System.Nullable value); partial void OnissopintegrationenabledChanged(); /// - /// There are no comments for Property ismobileclientondemandsyncenabled in the schema. + /// There are no comments for Property allowautounsubscribeacknowledgement in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismobileclientondemandsyncenabled + public virtual global::System.Nullable allowautounsubscribeacknowledgement { get { - return this._ismobileclientondemandsyncenabled; + return this._allowautounsubscribeacknowledgement; } set { - this.OnismobileclientondemandsyncenabledChanging(value); - this._ismobileclientondemandsyncenabled = value; - this.OnismobileclientondemandsyncenabledChanged(); - this.OnPropertyChanged("ismobileclientondemandsyncenabled"); + this.OnallowautounsubscribeacknowledgementChanging(value); + this._allowautounsubscribeacknowledgement = value; + this.OnallowautounsubscribeacknowledgementChanged(); + this.OnPropertyChanged("allowautounsubscribeacknowledgement"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismobileclientondemandsyncenabled; - partial void OnismobileclientondemandsyncenabledChanging(global::System.Nullable value); - partial void OnismobileclientondemandsyncenabledChanged(); + private global::System.Nullable _allowautounsubscribeacknowledgement; + partial void OnallowautounsubscribeacknowledgementChanging(global::System.Nullable value); + partial void OnallowautounsubscribeacknowledgementChanged(); /// - /// There are no comments for Property enableimmersiveskypeintegration in the schema. + /// There are no comments for Property ismsteamssettingchangedbyuser in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable enableimmersiveskypeintegration + public virtual global::System.Nullable ismsteamssettingchangedbyuser { get { - return this._enableimmersiveskypeintegration; + return this._ismsteamssettingchangedbyuser; } set { - this.OnenableimmersiveskypeintegrationChanging(value); - this._enableimmersiveskypeintegration = value; - this.OnenableimmersiveskypeintegrationChanged(); - this.OnPropertyChanged("enableimmersiveskypeintegration"); + this.OnismsteamssettingchangedbyuserChanging(value); + this._ismsteamssettingchangedbyuser = value; + this.OnismsteamssettingchangedbyuserChanged(); + this.OnPropertyChanged("ismsteamssettingchangedbyuser"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _enableimmersiveskypeintegration; - partial void OnenableimmersiveskypeintegrationChanging(global::System.Nullable value); - partial void OnenableimmersiveskypeintegrationChanged(); + private global::System.Nullable _ismsteamssettingchangedbyuser; + partial void OnismsteamssettingchangedbyuserChanging(global::System.Nullable value); + partial void OnismsteamssettingchangedbyuserChanged(); /// /// There are no comments for Property isgeospatialazuremapsintegrationenabled in the schema. /// @@ -475998,27 +476027,71 @@ public virtual string quoteprefix partial void Onisluisenabledford365botChanging(global::System.Nullable value); partial void Onisluisenabledford365botChanged(); /// - /// There are no comments for Property blockedattachments in the schema. + /// There are no comments for Property usergroupid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string blockedattachments + public virtual global::System.Nullable usergroupid { get { - return this._blockedattachments; + return this._usergroupid; } set { - this.OnblockedattachmentsChanging(value); - this._blockedattachments = value; - this.OnblockedattachmentsChanged(); - this.OnPropertyChanged("blockedattachments"); + this.OnusergroupidChanging(value); + this._usergroupid = value; + this.OnusergroupidChanged(); + this.OnPropertyChanged("usergroupid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _blockedattachments; - partial void OnblockedattachmentsChanging(string value); - partial void OnblockedattachmentsChanged(); + private global::System.Nullable _usergroupid; + partial void OnusergroupidChanging(global::System.Nullable value); + partial void OnusergroupidChanged(); + /// + /// There are no comments for Property useinbuiltrulefordefaultpricelistselection in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable useinbuiltrulefordefaultpricelistselection + { + get + { + return this._useinbuiltrulefordefaultpricelistselection; + } + set + { + this.OnuseinbuiltrulefordefaultpricelistselectionChanging(value); + this._useinbuiltrulefordefaultpricelistselection = value; + this.OnuseinbuiltrulefordefaultpricelistselectionChanged(); + this.OnPropertyChanged("useinbuiltrulefordefaultpricelistselection"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _useinbuiltrulefordefaultpricelistselection; + partial void OnuseinbuiltrulefordefaultpricelistselectionChanging(global::System.Nullable value); + partial void OnuseinbuiltrulefordefaultpricelistselectionChanged(); + /// + /// There are no comments for Property bounddashboarddefaultcardexpanded in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable bounddashboarddefaultcardexpanded + { + get + { + return this._bounddashboarddefaultcardexpanded; + } + set + { + this.OnbounddashboarddefaultcardexpandedChanging(value); + this._bounddashboarddefaultcardexpanded = value; + this.OnbounddashboarddefaultcardexpandedChanged(); + this.OnPropertyChanged("bounddashboarddefaultcardexpanded"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _bounddashboarddefaultcardexpanded; + partial void OnbounddashboarddefaultcardexpandedChanging(global::System.Nullable value); + partial void OnbounddashboarddefaultcardexpandedChanged(); /// /// There are no comments for Property isconflictdetectionenabledformobileclient in the schema. /// @@ -476152,49 +476225,71 @@ public virtual string parsedtableprefix partial void OnrequireapprovalforuseremailChanging(global::System.Nullable value); partial void OnrequireapprovalforuseremailChanged(); /// - /// There are no comments for Property emailsendpollingperiod in the schema. + /// There are no comments for Property maxconditionsformobileofflinefilters in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable emailsendpollingperiod + public virtual global::System.Nullable maxconditionsformobileofflinefilters { get { - return this._emailsendpollingperiod; + return this._maxconditionsformobileofflinefilters; } set { - this.OnemailsendpollingperiodChanging(value); - this._emailsendpollingperiod = value; - this.OnemailsendpollingperiodChanged(); - this.OnPropertyChanged("emailsendpollingperiod"); + this.OnmaxconditionsformobileofflinefiltersChanging(value); + this._maxconditionsformobileofflinefilters = value; + this.OnmaxconditionsformobileofflinefiltersChanged(); + this.OnPropertyChanged("maxconditionsformobileofflinefilters"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _emailsendpollingperiod; - partial void OnemailsendpollingperiodChanging(global::System.Nullable value); - partial void OnemailsendpollingperiodChanged(); + private global::System.Nullable _maxconditionsformobileofflinefilters; + partial void OnmaxconditionsformobileofflinefiltersChanging(global::System.Nullable value); + partial void OnmaxconditionsformobileofflinefiltersChanged(); /// - /// There are no comments for Property useinbuiltrulefordefaultpricelistselection in the schema. + /// There are no comments for Property minoutlooksyncinterval in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable useinbuiltrulefordefaultpricelistselection + public virtual global::System.Nullable minoutlooksyncinterval { get { - return this._useinbuiltrulefordefaultpricelistselection; + return this._minoutlooksyncinterval; } set { - this.OnuseinbuiltrulefordefaultpricelistselectionChanging(value); - this._useinbuiltrulefordefaultpricelistselection = value; - this.OnuseinbuiltrulefordefaultpricelistselectionChanged(); - this.OnPropertyChanged("useinbuiltrulefordefaultpricelistselection"); + this.OnminoutlooksyncintervalChanging(value); + this._minoutlooksyncinterval = value; + this.OnminoutlooksyncintervalChanged(); + this.OnPropertyChanged("minoutlooksyncinterval"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _useinbuiltrulefordefaultpricelistselection; - partial void OnuseinbuiltrulefordefaultpricelistselectionChanging(global::System.Nullable value); - partial void OnuseinbuiltrulefordefaultpricelistselectionChanged(); + private global::System.Nullable _minoutlooksyncinterval; + partial void OnminoutlooksyncintervalChanging(global::System.Nullable value); + partial void OnminoutlooksyncintervalChanged(); + /// + /// There are no comments for Property requireapprovalforqueueemail in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable requireapprovalforqueueemail + { + get + { + return this._requireapprovalforqueueemail; + } + set + { + this.OnrequireapprovalforqueueemailChanging(value); + this._requireapprovalforqueueemail = value; + this.OnrequireapprovalforqueueemailChanged(); + this.OnPropertyChanged("requireapprovalforqueueemail"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _requireapprovalforqueueemail; + partial void OnrequireapprovalforqueueemailChanging(global::System.Nullable value); + partial void OnrequireapprovalforqueueemailChanged(); /// /// There are no comments for Property isrichtextnotesenabled in the schema. /// @@ -476218,6 +476313,28 @@ public virtual string parsedtableprefix partial void OnisrichtextnotesenabledChanging(global::System.Nullable value); partial void OnisrichtextnotesenabledChanged(); /// + /// There are no comments for Property ismsteamscollaborationenabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ismsteamscollaborationenabled + { + get + { + return this._ismsteamscollaborationenabled; + } + set + { + this.OnismsteamscollaborationenabledChanging(value); + this._ismsteamscollaborationenabled = value; + this.OnismsteamscollaborationenabledChanged(); + this.OnPropertyChanged("ismsteamscollaborationenabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ismsteamscollaborationenabled; + partial void OnismsteamscollaborationenabledChanging(global::System.Nullable value); + partial void OnismsteamscollaborationenabledChanged(); + /// /// There are no comments for Property hashdeltasubjectcount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -476372,49 +476489,27 @@ public virtual string officegraphdelveurl partial void OnisrelationshipinsightsenabledChanging(global::System.Nullable value); partial void OnisrelationshipinsightsenabledChanged(); /// - /// There are no comments for Property requireapprovalforqueueemail in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable requireapprovalforqueueemail - { - get - { - return this._requireapprovalforqueueemail; - } - set - { - this.OnrequireapprovalforqueueemailChanging(value); - this._requireapprovalforqueueemail = value; - this.OnrequireapprovalforqueueemailChanged(); - this.OnPropertyChanged("requireapprovalforqueueemail"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _requireapprovalforqueueemail; - partial void OnrequireapprovalforqueueemailChanging(global::System.Nullable value); - partial void OnrequireapprovalforqueueemailChanged(); - /// - /// There are no comments for Property tokenexpiry in the schema. + /// There are no comments for Property emailsendpollingperiod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable tokenexpiry + public virtual global::System.Nullable emailsendpollingperiod { get { - return this._tokenexpiry; + return this._emailsendpollingperiod; } set { - this.OntokenexpiryChanging(value); - this._tokenexpiry = value; - this.OntokenexpiryChanged(); - this.OnPropertyChanged("tokenexpiry"); + this.OnemailsendpollingperiodChanging(value); + this._emailsendpollingperiod = value; + this.OnemailsendpollingperiodChanged(); + this.OnPropertyChanged("emailsendpollingperiod"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _tokenexpiry; - partial void OntokenexpiryChanging(global::System.Nullable value); - partial void OntokenexpiryChanged(); + private global::System.Nullable _emailsendpollingperiod; + partial void OnemailsendpollingperiodChanging(global::System.Nullable value); + partial void OnemailsendpollingperiodChanged(); /// /// There are no comments for Property postmessagewhitelistdomains in the schema. /// @@ -476482,71 +476577,71 @@ public virtual string postmessagewhitelistdomains partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property isduplicatedetectionenabledforonlinecreateupdate in the schema. + /// There are no comments for Property longdateformatcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isduplicatedetectionenabledforonlinecreateupdate + public virtual global::System.Nullable longdateformatcode { get { - return this._isduplicatedetectionenabledforonlinecreateupdate; + return this._longdateformatcode; } set { - this.OnisduplicatedetectionenabledforonlinecreateupdateChanging(value); - this._isduplicatedetectionenabledforonlinecreateupdate = value; - this.OnisduplicatedetectionenabledforonlinecreateupdateChanged(); - this.OnPropertyChanged("isduplicatedetectionenabledforonlinecreateupdate"); + this.OnlongdateformatcodeChanging(value); + this._longdateformatcode = value; + this.OnlongdateformatcodeChanged(); + this.OnPropertyChanged("longdateformatcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isduplicatedetectionenabledforonlinecreateupdate; - partial void OnisduplicatedetectionenabledforonlinecreateupdateChanging(global::System.Nullable value); - partial void OnisduplicatedetectionenabledforonlinecreateupdateChanged(); + private global::System.Nullable _longdateformatcode; + partial void OnlongdateformatcodeChanging(global::System.Nullable value); + partial void OnlongdateformatcodeChanged(); /// - /// There are no comments for Property contentsecuritypolicyconfiguration in the schema. + /// There are no comments for Property isduplicatedetectionenabledforonlinecreateupdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string contentsecuritypolicyconfiguration + public virtual global::System.Nullable isduplicatedetectionenabledforonlinecreateupdate { get { - return this._contentsecuritypolicyconfiguration; + return this._isduplicatedetectionenabledforonlinecreateupdate; } set { - this.OncontentsecuritypolicyconfigurationChanging(value); - this._contentsecuritypolicyconfiguration = value; - this.OncontentsecuritypolicyconfigurationChanged(); - this.OnPropertyChanged("contentsecuritypolicyconfiguration"); + this.OnisduplicatedetectionenabledforonlinecreateupdateChanging(value); + this._isduplicatedetectionenabledforonlinecreateupdate = value; + this.OnisduplicatedetectionenabledforonlinecreateupdateChanged(); + this.OnPropertyChanged("isduplicatedetectionenabledforonlinecreateupdate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _contentsecuritypolicyconfiguration; - partial void OncontentsecuritypolicyconfigurationChanging(string value); - partial void OncontentsecuritypolicyconfigurationChanged(); + private global::System.Nullable _isduplicatedetectionenabledforonlinecreateupdate; + partial void OnisduplicatedetectionenabledforonlinecreateupdateChanging(global::System.Nullable value); + partial void OnisduplicatedetectionenabledforonlinecreateupdateChanged(); /// - /// There are no comments for Property inactivitytimeoutenabled in the schema. + /// There are no comments for Property _defaultemailserverprofileid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable inactivitytimeoutenabled + public virtual global::System.Nullable _defaultemailserverprofileid_value { get { - return this._inactivitytimeoutenabled; + return this.__defaultemailserverprofileid_value; } set { - this.OninactivitytimeoutenabledChanging(value); - this._inactivitytimeoutenabled = value; - this.OninactivitytimeoutenabledChanged(); - this.OnPropertyChanged("inactivitytimeoutenabled"); + this.On_defaultemailserverprofileid_valueChanging(value); + this.__defaultemailserverprofileid_value = value; + this.On_defaultemailserverprofileid_valueChanged(); + this.OnPropertyChanged("_defaultemailserverprofileid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _inactivitytimeoutenabled; - partial void OninactivitytimeoutenabledChanging(global::System.Nullable value); - partial void OninactivitytimeoutenabledChanged(); + private global::System.Nullable __defaultemailserverprofileid_value; + partial void On_defaultemailserverprofileid_valueChanging(global::System.Nullable value); + partial void On_defaultemailserverprofileid_valueChanged(); /// /// There are no comments for Property isresourcebookingexchangesyncenabled in the schema. /// @@ -476614,71 +476709,27 @@ public virtual string contentsecuritypolicyconfiguration partial void OnisautosaveenabledChanging(global::System.Nullable value); partial void OnisautosaveenabledChanged(); /// - /// There are no comments for Property supportuserid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable supportuserid - { - get - { - return this._supportuserid; - } - set - { - this.OnsupportuseridChanging(value); - this._supportuserid = value; - this.OnsupportuseridChanged(); - this.OnPropertyChanged("supportuserid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _supportuserid; - partial void OnsupportuseridChanging(global::System.Nullable value); - partial void OnsupportuseridChanged(); - /// - /// There are no comments for Property currencydisplayoption in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable currencydisplayoption - { - get - { - return this._currencydisplayoption; - } - set - { - this.OncurrencydisplayoptionChanging(value); - this._currencydisplayoption = value; - this.OncurrencydisplayoptionChanged(); - this.OnPropertyChanged("currencydisplayoption"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _currencydisplayoption; - partial void OncurrencydisplayoptionChanging(global::System.Nullable value); - partial void OncurrencydisplayoptionChanged(); - /// - /// There are no comments for Property tokenkey in the schema. + /// There are no comments for Property fiscalyearformatyear in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string tokenkey + public virtual global::System.Nullable fiscalyearformatyear { get { - return this._tokenkey; + return this._fiscalyearformatyear; } set { - this.OntokenkeyChanging(value); - this._tokenkey = value; - this.OntokenkeyChanged(); - this.OnPropertyChanged("tokenkey"); + this.OnfiscalyearformatyearChanging(value); + this._fiscalyearformatyear = value; + this.OnfiscalyearformatyearChanged(); + this.OnPropertyChanged("fiscalyearformatyear"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _tokenkey; - partial void OntokenkeyChanging(string value); - partial void OntokenkeyChanged(); + private global::System.Nullable _fiscalyearformatyear; + partial void OnfiscalyearformatyearChanging(global::System.Nullable value); + partial void OnfiscalyearformatyearChanged(); /// /// There are no comments for Property pinpointlanguagecode in the schema. /// @@ -476702,49 +476753,49 @@ public virtual string tokenkey partial void OnpinpointlanguagecodeChanging(global::System.Nullable value); partial void OnpinpointlanguagecodeChanged(); /// - /// There are no comments for Property isappointmentattachmentsyncenabled in the schema. + /// There are no comments for Property tokenkey in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isappointmentattachmentsyncenabled + public virtual string tokenkey { get { - return this._isappointmentattachmentsyncenabled; + return this._tokenkey; } set { - this.OnisappointmentattachmentsyncenabledChanging(value); - this._isappointmentattachmentsyncenabled = value; - this.OnisappointmentattachmentsyncenabledChanged(); - this.OnPropertyChanged("isappointmentattachmentsyncenabled"); + this.OntokenkeyChanging(value); + this._tokenkey = value; + this.OntokenkeyChanged(); + this.OnPropertyChanged("tokenkey"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isappointmentattachmentsyncenabled; - partial void OnisappointmentattachmentsyncenabledChanging(global::System.Nullable value); - partial void OnisappointmentattachmentsyncenabledChanged(); + private string _tokenkey; + partial void OntokenkeyChanging(string value); + partial void OntokenkeyChanged(); /// - /// There are no comments for Property isenabledforallroles in the schema. + /// There are no comments for Property isactionsupportfeatureenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isenabledforallroles + public virtual global::System.Nullable isactionsupportfeatureenabled { get { - return this._isenabledforallroles; + return this._isactionsupportfeatureenabled; } set { - this.OnisenabledforallrolesChanging(value); - this._isenabledforallroles = value; - this.OnisenabledforallrolesChanged(); - this.OnPropertyChanged("isenabledforallroles"); + this.OnisactionsupportfeatureenabledChanging(value); + this._isactionsupportfeatureenabled = value; + this.OnisactionsupportfeatureenabledChanged(); + this.OnPropertyChanged("isactionsupportfeatureenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isenabledforallroles; - partial void OnisenabledforallrolesChanging(global::System.Nullable value); - partial void OnisenabledforallrolesChanged(); + private global::System.Nullable _isactionsupportfeatureenabled; + partial void OnisactionsupportfeatureenabledChanging(global::System.Nullable value); + partial void OnisactionsupportfeatureenabledChanged(); /// /// There are no comments for Property enablelpauthoring in the schema. /// @@ -476790,27 +476841,27 @@ public virtual string tokenkey partial void OnmobileofflineminlicensetrialChanging(global::System.Nullable value); partial void OnmobileofflineminlicensetrialChanged(); /// - /// There are no comments for Property calendartype in the schema. + /// There are no comments for Property auditretentionperiod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable calendartype + public virtual global::System.Nullable auditretentionperiod { get { - return this._calendartype; + return this._auditretentionperiod; } set { - this.OncalendartypeChanging(value); - this._calendartype = value; - this.OncalendartypeChanged(); - this.OnPropertyChanged("calendartype"); + this.OnauditretentionperiodChanging(value); + this._auditretentionperiod = value; + this.OnauditretentionperiodChanged(); + this.OnPropertyChanged("auditretentionperiod"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _calendartype; - partial void OncalendartypeChanging(global::System.Nullable value); - partial void OncalendartypeChanged(); + private global::System.Nullable _auditretentionperiod; + partial void OnauditretentionperiodChanging(global::System.Nullable value); + partial void OnauditretentionperiodChanged(); /// /// There are no comments for Property officeappsautodeploymentenabled in the schema. /// @@ -476834,49 +476885,71 @@ public virtual string tokenkey partial void OnofficeappsautodeploymentenabledChanging(global::System.Nullable value); partial void OnofficeappsautodeploymentenabledChanged(); /// - /// There are no comments for Property hashfilterkeywords in the schema. + /// There are no comments for Property autoapplydefaultoncasecreate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string hashfilterkeywords + public virtual global::System.Nullable autoapplydefaultoncasecreate { get { - return this._hashfilterkeywords; + return this._autoapplydefaultoncasecreate; } set { - this.OnhashfilterkeywordsChanging(value); - this._hashfilterkeywords = value; - this.OnhashfilterkeywordsChanged(); - this.OnPropertyChanged("hashfilterkeywords"); + this.OnautoapplydefaultoncasecreateChanging(value); + this._autoapplydefaultoncasecreate = value; + this.OnautoapplydefaultoncasecreateChanged(); + this.OnPropertyChanged("autoapplydefaultoncasecreate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _hashfilterkeywords; - partial void OnhashfilterkeywordsChanging(string value); - partial void OnhashfilterkeywordsChanged(); + private global::System.Nullable _autoapplydefaultoncasecreate; + partial void OnautoapplydefaultoncasecreateChanging(global::System.Nullable value); + partial void OnautoapplydefaultoncasecreateChanged(); /// - /// There are no comments for Property ismsteamsusersyncenabled in the schema. + /// There are no comments for Property isnotesanalysisenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismsteamsusersyncenabled + public virtual global::System.Nullable isnotesanalysisenabled { get { - return this._ismsteamsusersyncenabled; + return this._isnotesanalysisenabled; } set { - this.OnismsteamsusersyncenabledChanging(value); - this._ismsteamsusersyncenabled = value; - this.OnismsteamsusersyncenabledChanged(); - this.OnPropertyChanged("ismsteamsusersyncenabled"); + this.OnisnotesanalysisenabledChanging(value); + this._isnotesanalysisenabled = value; + this.OnisnotesanalysisenabledChanged(); + this.OnPropertyChanged("isnotesanalysisenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismsteamsusersyncenabled; - partial void OnismsteamsusersyncenabledChanging(global::System.Nullable value); - partial void OnismsteamsusersyncenabledChanged(); + private global::System.Nullable _isnotesanalysisenabled; + partial void OnisnotesanalysisenabledChanging(global::System.Nullable value); + partial void OnisnotesanalysisenabledChanged(); + /// + /// There are no comments for Property iscontactmailingaddresssyncenabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable iscontactmailingaddresssyncenabled + { + get + { + return this._iscontactmailingaddresssyncenabled; + } + set + { + this.OniscontactmailingaddresssyncenabledChanging(value); + this._iscontactmailingaddresssyncenabled = value; + this.OniscontactmailingaddresssyncenabledChanged(); + this.OnPropertyChanged("iscontactmailingaddresssyncenabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _iscontactmailingaddresssyncenabled; + partial void OniscontactmailingaddresssyncenabledChanging(global::System.Nullable value); + partial void OniscontactmailingaddresssyncenabledChanged(); /// /// There are no comments for Property ismailboxforcedunlockingenabled in the schema. /// @@ -476966,93 +477039,115 @@ public virtual string hashfilterkeywords partial void OntagmaxaggressivecyclesChanging(global::System.Nullable value); partial void OntagmaxaggressivecyclesChanged(); /// - /// There are no comments for Property utcconversiontimezonecode 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 utcconversiontimezonecode + public virtual global::System.Nullable _createdby_value { get { - return this._utcconversiontimezonecode; + return this.__createdby_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 grantaccesstonetworkservice in the schema. + /// 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 grantaccesstonetworkservice + public virtual global::System.Nullable _modifiedby_value { get { - return this._grantaccesstonetworkservice; + return this.__modifiedby_value; } set { - this.OngrantaccesstonetworkserviceChanging(value); - this._grantaccesstonetworkservice = value; - this.OngrantaccesstonetworkserviceChanged(); - this.OnPropertyChanged("grantaccesstonetworkservice"); + 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 _grantaccesstonetworkservice; - partial void OngrantaccesstonetworkserviceChanging(global::System.Nullable value); - partial void OngrantaccesstonetworkserviceChanged(); + 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 isdelveactionhubintegrationenabled in the schema. + /// There are no comments for Property rendersecureiframeforemail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isdelveactionhubintegrationenabled + public virtual global::System.Nullable rendersecureiframeforemail { get { - return this._isdelveactionhubintegrationenabled; + return this._rendersecureiframeforemail; } set { - this.OnisdelveactionhubintegrationenabledChanging(value); - this._isdelveactionhubintegrationenabled = value; - this.OnisdelveactionhubintegrationenabledChanged(); - this.OnPropertyChanged("isdelveactionhubintegrationenabled"); + this.OnrendersecureiframeforemailChanging(value); + this._rendersecureiframeforemail = value; + this.OnrendersecureiframeforemailChanged(); + this.OnPropertyChanged("rendersecureiframeforemail"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isdelveactionhubintegrationenabled; - partial void OnisdelveactionhubintegrationenabledChanging(global::System.Nullable value); - partial void OnisdelveactionhubintegrationenabledChanged(); + private global::System.Nullable _rendersecureiframeforemail; + partial void OnrendersecureiframeforemailChanging(global::System.Nullable value); + partial void OnrendersecureiframeforemailChanged(); /// - /// There are no comments for Property futureexpansionwindow in the schema. + /// There are no comments for Property ispresenceenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable futureexpansionwindow + public virtual global::System.Nullable ispresenceenabled { get { - return this._futureexpansionwindow; + return this._ispresenceenabled; } set { - this.OnfutureexpansionwindowChanging(value); - this._futureexpansionwindow = value; - this.OnfutureexpansionwindowChanged(); - this.OnPropertyChanged("futureexpansionwindow"); + this.OnispresenceenabledChanging(value); + this._ispresenceenabled = value; + this.OnispresenceenabledChanged(); + this.OnPropertyChanged("ispresenceenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _futureexpansionwindow; - partial void OnfutureexpansionwindowChanging(global::System.Nullable value); - partial void OnfutureexpansionwindowChanged(); + private global::System.Nullable _ispresenceenabled; + partial void OnispresenceenabledChanging(global::System.Nullable value); + partial void OnispresenceenabledChanged(); + /// + /// There are no comments for Property allowoutlookscheduledsyncs in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable allowoutlookscheduledsyncs + { + get + { + return this._allowoutlookscheduledsyncs; + } + set + { + this.OnallowoutlookscheduledsyncsChanging(value); + this._allowoutlookscheduledsyncs = value; + this.OnallowoutlookscheduledsyncsChanged(); + this.OnPropertyChanged("allowoutlookscheduledsyncs"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _allowoutlookscheduledsyncs; + partial void OnallowoutlookscheduledsyncsChanging(global::System.Nullable value); + partial void OnallowoutlookscheduledsyncsChanged(); /// /// There are no comments for Property maximumdynamicpropertiesallowed in the schema. /// @@ -477076,49 +477171,137 @@ public virtual string hashfilterkeywords partial void OnmaximumdynamicpropertiesallowedChanging(global::System.Nullable value); partial void OnmaximumdynamicpropertiesallowedChanged(); /// - /// There are no comments for Property entityimageid in the schema. + /// There are no comments for Property numbergroupformat in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable entityimageid + public virtual string numbergroupformat { get { - return this._entityimageid; + return this._numbergroupformat; } set { - this.OnentityimageidChanging(value); - this._entityimageid = value; - this.OnentityimageidChanged(); - this.OnPropertyChanged("entityimageid"); + this.OnnumbergroupformatChanging(value); + this._numbergroupformat = value; + this.OnnumbergroupformatChanged(); + this.OnPropertyChanged("numbergroupformat"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _entityimageid; - partial void OnentityimageidChanging(global::System.Nullable value); - partial void OnentityimageidChanged(); + private string _numbergroupformat; + partial void OnnumbergroupformatChanging(string value); + partial void OnnumbergroupformatChanged(); /// - /// There are no comments for Property currencyformatcode in the schema. + /// There are no comments for Property blockedattachments in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable currencyformatcode + public virtual string blockedattachments { get { - return this._currencyformatcode; + return this._blockedattachments; } set { - this.OncurrencyformatcodeChanging(value); - this._currencyformatcode = value; - this.OncurrencyformatcodeChanged(); - this.OnPropertyChanged("currencyformatcode"); + this.OnblockedattachmentsChanging(value); + this._blockedattachments = value; + this.OnblockedattachmentsChanged(); + this.OnPropertyChanged("blockedattachments"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _currencyformatcode; - partial void OncurrencyformatcodeChanging(global::System.Nullable value); - partial void OncurrencyformatcodeChanged(); + private string _blockedattachments; + partial void OnblockedattachmentsChanging(string value); + partial void OnblockedattachmentsChanged(); + /// + /// There are no comments for Property inactivitytimeoutenabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable inactivitytimeoutenabled + { + get + { + return this._inactivitytimeoutenabled; + } + set + { + this.OninactivitytimeoutenabledChanging(value); + this._inactivitytimeoutenabled = value; + this.OninactivitytimeoutenabledChanged(); + this.OnPropertyChanged("inactivitytimeoutenabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _inactivitytimeoutenabled; + partial void OninactivitytimeoutenabledChanging(global::System.Nullable value); + partial void OninactivitytimeoutenabledChanged(); + /// + /// There are no comments for Property trackingprefix in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string trackingprefix + { + get + { + return this._trackingprefix; + } + set + { + this.OntrackingprefixChanging(value); + this._trackingprefix = value; + this.OntrackingprefixChanged(); + this.OnPropertyChanged("trackingprefix"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _trackingprefix; + partial void OntrackingprefixChanging(string value); + partial void OntrackingprefixChanged(); + /// + /// There are no comments for Property unresolveemailaddressifmultiplematch in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable unresolveemailaddressifmultiplematch + { + get + { + return this._unresolveemailaddressifmultiplematch; + } + set + { + this.OnunresolveemailaddressifmultiplematchChanging(value); + this._unresolveemailaddressifmultiplematch = value; + this.OnunresolveemailaddressifmultiplematchChanged(); + this.OnPropertyChanged("unresolveemailaddressifmultiplematch"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _unresolveemailaddressifmultiplematch; + partial void OnunresolveemailaddressifmultiplematchChanging(global::System.Nullable value); + partial void OnunresolveemailaddressifmultiplematchChanged(); + /// + /// There are no comments for Property calendartype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable calendartype + { + get + { + return this._calendartype; + } + set + { + this.OncalendartypeChanging(value); + this._calendartype = value; + this.OncalendartypeChanged(); + this.OnPropertyChanged("calendartype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _calendartype; + partial void OncalendartypeChanging(global::System.Nullable value); + partial void OncalendartypeChanged(); /// /// There are no comments for Property defaultrecurrenceendrangetype in the schema. /// @@ -477142,27 +477325,27 @@ public virtual string hashfilterkeywords partial void OndefaultrecurrenceendrangetypeChanging(global::System.Nullable value); partial void OndefaultrecurrenceendrangetypeChanged(); /// - /// There are no comments for Property yammernetworkpermalink in the schema. + /// There are no comments for Property sessiontimeoutenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string yammernetworkpermalink + public virtual global::System.Nullable sessiontimeoutenabled { get { - return this._yammernetworkpermalink; + return this._sessiontimeoutenabled; } set { - this.OnyammernetworkpermalinkChanging(value); - this._yammernetworkpermalink = value; - this.OnyammernetworkpermalinkChanged(); - this.OnPropertyChanged("yammernetworkpermalink"); + this.OnsessiontimeoutenabledChanging(value); + this._sessiontimeoutenabled = value; + this.OnsessiontimeoutenabledChanged(); + this.OnPropertyChanged("sessiontimeoutenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _yammernetworkpermalink; - partial void OnyammernetworkpermalinkChanging(string value); - partial void OnyammernetworkpermalinkChanged(); + private global::System.Nullable _sessiontimeoutenabled; + partial void OnsessiontimeoutenabledChanging(global::System.Nullable value); + partial void OnsessiontimeoutenabledChanged(); /// /// There are no comments for Property bulkoperationprefix in the schema. /// @@ -477208,71 +477391,49 @@ public virtual string bulkoperationprefix partial void OnoobpricecalculationenabledChanging(global::System.Nullable value); partial void OnoobpricecalculationenabledChanged(); /// - /// There are no comments for Property trackingtokeniddigits in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable trackingtokeniddigits - { - get - { - return this._trackingtokeniddigits; - } - set - { - this.OntrackingtokeniddigitsChanging(value); - this._trackingtokeniddigits = value; - this.OntrackingtokeniddigitsChanged(); - this.OnPropertyChanged("trackingtokeniddigits"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _trackingtokeniddigits; - partial void OntrackingtokeniddigitsChanging(global::System.Nullable value); - partial void OntrackingtokeniddigitsChanged(); - /// - /// There are no comments for Property ispresenceenabled in the schema. + /// There are no comments for Property futureexpansionwindow in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispresenceenabled + public virtual global::System.Nullable futureexpansionwindow { get { - return this._ispresenceenabled; + return this._futureexpansionwindow; } set { - this.OnispresenceenabledChanging(value); - this._ispresenceenabled = value; - this.OnispresenceenabledChanged(); - this.OnPropertyChanged("ispresenceenabled"); + this.OnfutureexpansionwindowChanging(value); + this._futureexpansionwindow = value; + this.OnfutureexpansionwindowChanged(); + this.OnPropertyChanged("futureexpansionwindow"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispresenceenabled; - partial void OnispresenceenabledChanging(global::System.Nullable value); - partial void OnispresenceenabledChanged(); + private global::System.Nullable _futureexpansionwindow; + partial void OnfutureexpansionwindowChanging(global::System.Nullable value); + partial void OnfutureexpansionwindowChanged(); /// - /// There are no comments for Property pastexpansionwindow in the schema. + /// There are no comments for Property isexternalsearchindexenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pastexpansionwindow + public virtual global::System.Nullable isexternalsearchindexenabled { get { - return this._pastexpansionwindow; + return this._isexternalsearchindexenabled; } set { - this.OnpastexpansionwindowChanging(value); - this._pastexpansionwindow = value; - this.OnpastexpansionwindowChanged(); - this.OnPropertyChanged("pastexpansionwindow"); + this.OnisexternalsearchindexenabledChanging(value); + this._isexternalsearchindexenabled = value; + this.OnisexternalsearchindexenabledChanged(); + this.OnPropertyChanged("isexternalsearchindexenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pastexpansionwindow; - partial void OnpastexpansionwindowChanging(global::System.Nullable value); - partial void OnpastexpansionwindowChanged(); + private global::System.Nullable _isexternalsearchindexenabled; + partial void OnisexternalsearchindexenabledChanging(global::System.Nullable value); + partial void OnisexternalsearchindexenabledChanged(); /// /// There are no comments for Property maximumslakpiperentitywithactivesla in the schema. /// @@ -477296,27 +477457,27 @@ public virtual string bulkoperationprefix partial void OnmaximumslakpiperentitywithactiveslaChanging(global::System.Nullable value); partial void OnmaximumslakpiperentitywithactiveslaChanged(); /// - /// There are no comments for Property ismsteamssettingchangedbyuser in the schema. + /// There are no comments for Property yammerpostmethod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismsteamssettingchangedbyuser + public virtual global::System.Nullable yammerpostmethod { get { - return this._ismsteamssettingchangedbyuser; + return this._yammerpostmethod; } set { - this.OnismsteamssettingchangedbyuserChanging(value); - this._ismsteamssettingchangedbyuser = value; - this.OnismsteamssettingchangedbyuserChanged(); - this.OnPropertyChanged("ismsteamssettingchangedbyuser"); + this.OnyammerpostmethodChanging(value); + this._yammerpostmethod = value; + this.OnyammerpostmethodChanged(); + this.OnPropertyChanged("yammerpostmethod"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismsteamssettingchangedbyuser; - partial void OnismsteamssettingchangedbyuserChanging(global::System.Nullable value); - partial void OnismsteamssettingchangedbyuserChanged(); + private global::System.Nullable _yammerpostmethod; + partial void OnyammerpostmethodChanging(global::System.Nullable value); + partial void OnyammerpostmethodChanged(); /// /// There are no comments for Property picture in the schema. /// @@ -477340,6 +477501,28 @@ public virtual string picture partial void OnpictureChanging(string value); partial void OnpictureChanged(); /// + /// There are no comments for Property isdelveactionhubintegrationenabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isdelveactionhubintegrationenabled + { + get + { + return this._isdelveactionhubintegrationenabled; + } + set + { + this.OnisdelveactionhubintegrationenabledChanging(value); + this._isdelveactionhubintegrationenabled = value; + this.OnisdelveactionhubintegrationenabledChanged(); + this.OnPropertyChanged("isdelveactionhubintegrationenabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isdelveactionhubintegrationenabled; + partial void OnisdelveactionhubintegrationenabledChanging(global::System.Nullable value); + partial void OnisdelveactionhubintegrationenabledChanged(); + /// /// There are no comments for Property azureschedulerjobcollectionname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -477362,27 +477545,27 @@ public virtual string azureschedulerjobcollectionname partial void OnazureschedulerjobcollectionnameChanging(string value); partial void OnazureschedulerjobcollectionnameChanged(); /// - /// There are no comments for Property numbergroupformat in the schema. + /// There are no comments for Property isofficegraphenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string numbergroupformat + public virtual global::System.Nullable isofficegraphenabled { get { - return this._numbergroupformat; + return this._isofficegraphenabled; } set { - this.OnnumbergroupformatChanging(value); - this._numbergroupformat = value; - this.OnnumbergroupformatChanged(); - this.OnPropertyChanged("numbergroupformat"); + this.OnisofficegraphenabledChanging(value); + this._isofficegraphenabled = value; + this.OnisofficegraphenabledChanged(); + this.OnPropertyChanged("isofficegraphenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _numbergroupformat; - partial void OnnumbergroupformatChanging(string value); - partial void OnnumbergroupformatChanged(); + private global::System.Nullable _isofficegraphenabled; + partial void OnisofficegraphenabledChanging(global::System.Nullable value); + partial void OnisofficegraphenabledChanged(); /// /// There are no comments for Property orgdborgsettings in the schema. /// @@ -477406,115 +477589,115 @@ public virtual string orgdborgsettings partial void OnorgdborgsettingsChanging(string value); partial void OnorgdborgsettingsChanged(); /// - /// There are no comments for Property rierrorstatus in the schema. + /// There are no comments for Property trackingtokeniddigits in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable rierrorstatus + public virtual global::System.Nullable trackingtokeniddigits { get { - return this._rierrorstatus; + return this._trackingtokeniddigits; } set { - this.OnrierrorstatusChanging(value); - this._rierrorstatus = value; - this.OnrierrorstatusChanged(); - this.OnPropertyChanged("rierrorstatus"); + this.OntrackingtokeniddigitsChanging(value); + this._trackingtokeniddigits = value; + this.OntrackingtokeniddigitsChanged(); + this.OnPropertyChanged("trackingtokeniddigits"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _rierrorstatus; - partial void OnrierrorstatusChanging(global::System.Nullable value); - partial void OnrierrorstatusChanged(); + private global::System.Nullable _trackingtokeniddigits; + partial void OntrackingtokeniddigitsChanging(global::System.Nullable value); + partial void OntrackingtokeniddigitsChanged(); /// - /// There are no comments for Property allowlegacydialogsembedding in the schema. + /// There are no comments for Property discountcalculationmethod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable allowlegacydialogsembedding + public virtual global::System.Nullable discountcalculationmethod { get { - return this._allowlegacydialogsembedding; + return this._discountcalculationmethod; } set { - this.OnallowlegacydialogsembeddingChanging(value); - this._allowlegacydialogsembedding = value; - this.OnallowlegacydialogsembeddingChanged(); - this.OnPropertyChanged("allowlegacydialogsembedding"); + this.OndiscountcalculationmethodChanging(value); + this._discountcalculationmethod = value; + this.OndiscountcalculationmethodChanged(); + this.OnPropertyChanged("discountcalculationmethod"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _allowlegacydialogsembedding; - partial void OnallowlegacydialogsembeddingChanging(global::System.Nullable value); - partial void OnallowlegacydialogsembeddingChanged(); + private global::System.Nullable _discountcalculationmethod; + partial void OndiscountcalculationmethodChanging(global::System.Nullable value); + partial void OndiscountcalculationmethodChanged(); /// - /// There are no comments for Property mobileofflineminlicenseprod in the schema. + /// There are no comments for Property ismanualsalesforecastingenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable mobileofflineminlicenseprod + public virtual global::System.Nullable ismanualsalesforecastingenabled { get { - return this._mobileofflineminlicenseprod; + return this._ismanualsalesforecastingenabled; } set { - this.OnmobileofflineminlicenseprodChanging(value); - this._mobileofflineminlicenseprod = value; - this.OnmobileofflineminlicenseprodChanged(); - this.OnPropertyChanged("mobileofflineminlicenseprod"); + this.OnismanualsalesforecastingenabledChanging(value); + this._ismanualsalesforecastingenabled = value; + this.OnismanualsalesforecastingenabledChanged(); + this.OnPropertyChanged("ismanualsalesforecastingenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _mobileofflineminlicenseprod; - partial void OnmobileofflineminlicenseprodChanging(global::System.Nullable value); - partial void OnmobileofflineminlicenseprodChanged(); + private global::System.Nullable _ismanualsalesforecastingenabled; + partial void OnismanualsalesforecastingenabledChanging(global::System.Nullable value); + partial void OnismanualsalesforecastingenabledChanged(); /// - /// There are no comments for Property maxappointmentdurationdays in the schema. + /// There are no comments for Property mobileofflineminlicenseprod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable maxappointmentdurationdays + public virtual global::System.Nullable mobileofflineminlicenseprod { get { - return this._maxappointmentdurationdays; + return this._mobileofflineminlicenseprod; } set { - this.OnmaxappointmentdurationdaysChanging(value); - this._maxappointmentdurationdays = value; - this.OnmaxappointmentdurationdaysChanged(); - this.OnPropertyChanged("maxappointmentdurationdays"); + this.OnmobileofflineminlicenseprodChanging(value); + this._mobileofflineminlicenseprod = value; + this.OnmobileofflineminlicenseprodChanged(); + this.OnPropertyChanged("mobileofflineminlicenseprod"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _maxappointmentdurationdays; - partial void OnmaxappointmentdurationdaysChanging(global::System.Nullable value); - partial void OnmaxappointmentdurationdaysChanged(); + private global::System.Nullable _mobileofflineminlicenseprod; + partial void OnmobileofflineminlicenseprodChanging(global::System.Nullable value); + partial void OnmobileofflineminlicenseprodChanged(); /// - /// There are no comments for Property minaddressbooksyncinterval in the schema. + /// There are no comments for Property fiscalyeardisplaycode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable minaddressbooksyncinterval + public virtual global::System.Nullable fiscalyeardisplaycode { get { - return this._minaddressbooksyncinterval; + return this._fiscalyeardisplaycode; } set { - this.OnminaddressbooksyncintervalChanging(value); - this._minaddressbooksyncinterval = value; - this.OnminaddressbooksyncintervalChanged(); - this.OnPropertyChanged("minaddressbooksyncinterval"); + this.OnfiscalyeardisplaycodeChanging(value); + this._fiscalyeardisplaycode = value; + this.OnfiscalyeardisplaycodeChanged(); + this.OnPropertyChanged("fiscalyeardisplaycode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _minaddressbooksyncinterval; - partial void OnminaddressbooksyncintervalChanging(global::System.Nullable value); - partial void OnminaddressbooksyncintervalChanged(); + private global::System.Nullable _fiscalyeardisplaycode; + partial void OnfiscalyeardisplaycodeChanging(global::System.Nullable value); + partial void OnfiscalyeardisplaycodeChanged(); /// /// There are no comments for Property tracelogmaximumageindays in the schema. /// @@ -477538,71 +477721,71 @@ public virtual string orgdborgsettings partial void OntracelogmaximumageindaysChanging(global::System.Nullable value); partial void OntracelogmaximumageindaysChanged(); /// - /// There are no comments for Property isduplicatedetectionenabledforimport in the schema. + /// There are no comments for Property goalrollupexpirytime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isduplicatedetectionenabledforimport + public virtual global::System.Nullable goalrollupexpirytime { get { - return this._isduplicatedetectionenabledforimport; + return this._goalrollupexpirytime; } set { - this.OnisduplicatedetectionenabledforimportChanging(value); - this._isduplicatedetectionenabledforimport = value; - this.OnisduplicatedetectionenabledforimportChanged(); - this.OnPropertyChanged("isduplicatedetectionenabledforimport"); + this.OngoalrollupexpirytimeChanging(value); + this._goalrollupexpirytime = value; + this.OngoalrollupexpirytimeChanged(); + this.OnPropertyChanged("goalrollupexpirytime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isduplicatedetectionenabledforimport; - partial void OnisduplicatedetectionenabledforimportChanging(global::System.Nullable value); - partial void OnisduplicatedetectionenabledforimportChanged(); + private global::System.Nullable _goalrollupexpirytime; + partial void OngoalrollupexpirytimeChanging(global::System.Nullable value); + partial void OngoalrollupexpirytimeChanged(); /// - /// There are no comments for Property iscustomcontrolsincanvasappsenabled in the schema. + /// There are no comments for Property enforcereadonlyplugins in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable iscustomcontrolsincanvasappsenabled + public virtual global::System.Nullable enforcereadonlyplugins { get { - return this._iscustomcontrolsincanvasappsenabled; + return this._enforcereadonlyplugins; } set { - this.OniscustomcontrolsincanvasappsenabledChanging(value); - this._iscustomcontrolsincanvasappsenabled = value; - this.OniscustomcontrolsincanvasappsenabledChanged(); - this.OnPropertyChanged("iscustomcontrolsincanvasappsenabled"); + this.OnenforcereadonlypluginsChanging(value); + this._enforcereadonlyplugins = value; + this.OnenforcereadonlypluginsChanged(); + this.OnPropertyChanged("enforcereadonlyplugins"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _iscustomcontrolsincanvasappsenabled; - partial void OniscustomcontrolsincanvasappsenabledChanging(global::System.Nullable value); - partial void OniscustomcontrolsincanvasappsenabledChanged(); + private global::System.Nullable _enforcereadonlyplugins; + partial void OnenforcereadonlypluginsChanging(global::System.Nullable value); + partial void OnenforcereadonlypluginsChanged(); /// - /// There are no comments for Property enforcereadonlyplugins in the schema. + /// There are no comments for Property ismsteamsusersyncenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable enforcereadonlyplugins + public virtual global::System.Nullable ismsteamsusersyncenabled { get { - return this._enforcereadonlyplugins; + return this._ismsteamsusersyncenabled; } set { - this.OnenforcereadonlypluginsChanging(value); - this._enforcereadonlyplugins = value; - this.OnenforcereadonlypluginsChanged(); - this.OnPropertyChanged("enforcereadonlyplugins"); + this.OnismsteamsusersyncenabledChanging(value); + this._ismsteamsusersyncenabled = value; + this.OnismsteamsusersyncenabledChanged(); + this.OnPropertyChanged("ismsteamsusersyncenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _enforcereadonlyplugins; - partial void OnenforcereadonlypluginsChanging(global::System.Nullable value); - partial void OnenforcereadonlypluginsChanged(); + private global::System.Nullable _ismsteamsusersyncenabled; + partial void OnismsteamsusersyncenabledChanging(global::System.Nullable value); + partial void OnismsteamsusersyncenabledChanged(); /// /// There are no comments for Property createproductswithoutparentinactivestate in the schema. /// @@ -477626,27 +477809,27 @@ public virtual string orgdborgsettings partial void OncreateproductswithoutparentinactivestateChanging(global::System.Nullable value); partial void OncreateproductswithoutparentinactivestateChanged(); /// - /// There are no comments for Property enableunifiedinterfaceshellrefresh in the schema. + /// There are no comments for Property entityimage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable enableunifiedinterfaceshellrefresh + public virtual byte[] entityimage { get { - return this._enableunifiedinterfaceshellrefresh; + return this._entityimage; } set { - this.OnenableunifiedinterfaceshellrefreshChanging(value); - this._enableunifiedinterfaceshellrefresh = value; - this.OnenableunifiedinterfaceshellrefreshChanged(); - this.OnPropertyChanged("enableunifiedinterfaceshellrefresh"); + this.OnentityimageChanging(value); + this._entityimage = value; + this.OnentityimageChanged(); + this.OnPropertyChanged("entityimage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _enableunifiedinterfaceshellrefresh; - partial void OnenableunifiedinterfaceshellrefreshChanging(global::System.Nullable value); - partial void OnenableunifiedinterfaceshellrefreshChanged(); + private byte[] _entityimage; + partial void OnentityimageChanging(byte[] value); + partial void OnentityimageChanged(); /// /// There are no comments for Property textanalyticsenabled in the schema. /// @@ -477714,6 +477897,28 @@ public virtual string orgdborgsettings partial void OnusereadformChanging(global::System.Nullable value); partial void OnusereadformChanged(); /// + /// There are no comments for Property ismobileclientondemandsyncenabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ismobileclientondemandsyncenabled + { + get + { + return this._ismobileclientondemandsyncenabled; + } + set + { + this.OnismobileclientondemandsyncenabledChanging(value); + this._ismobileclientondemandsyncenabled = value; + this.OnismobileclientondemandsyncenabledChanged(); + this.OnPropertyChanged("ismobileclientondemandsyncenabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ismobileclientondemandsyncenabled; + partial void OnismobileclientondemandsyncenabledChanging(global::System.Nullable value); + partial void OnismobileclientondemandsyncenabledChanged(); + /// /// There are no comments for Property basecurrencysymbol in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -477824,27 +478029,27 @@ public virtual string bingmapsapikey partial void OnbingmapsapikeyChanging(string value); partial void OnbingmapsapikeyChanged(); /// - /// There are no comments for Property isactionsupportfeatureenabled in the schema. + /// There are no comments for Property ismobileofflineenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isactionsupportfeatureenabled + public virtual global::System.Nullable ismobileofflineenabled { get { - return this._isactionsupportfeatureenabled; + return this._ismobileofflineenabled; } set { - this.OnisactionsupportfeatureenabledChanging(value); - this._isactionsupportfeatureenabled = value; - this.OnisactionsupportfeatureenabledChanged(); - this.OnPropertyChanged("isactionsupportfeatureenabled"); + this.OnismobileofflineenabledChanging(value); + this._ismobileofflineenabled = value; + this.OnismobileofflineenabledChanged(); + this.OnPropertyChanged("ismobileofflineenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isactionsupportfeatureenabled; - partial void OnisactionsupportfeatureenabledChanging(global::System.Nullable value); - partial void OnisactionsupportfeatureenabledChanged(); + private global::System.Nullable _ismobileofflineenabled; + partial void OnismobileofflineenabledChanging(global::System.Nullable value); + partial void OnismobileofflineenabledChanged(); /// /// There are no comments for Property restrictstatusupdate in the schema. /// @@ -477868,71 +478073,71 @@ public virtual string bingmapsapikey partial void OnrestrictstatusupdateChanging(global::System.Nullable value); partial void OnrestrictstatusupdateChanged(); /// - /// There are no comments for Property defaultthemedata in the schema. + /// There are no comments for Property isonedriveenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string defaultthemedata + public virtual global::System.Nullable isonedriveenabled { get { - return this._defaultthemedata; + return this._isonedriveenabled; } set { - this.OndefaultthemedataChanging(value); - this._defaultthemedata = value; - this.OndefaultthemedataChanged(); - this.OnPropertyChanged("defaultthemedata"); + this.OnisonedriveenabledChanging(value); + this._isonedriveenabled = value; + this.OnisonedriveenabledChanged(); + this.OnPropertyChanged("isonedriveenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _defaultthemedata; - partial void OndefaultthemedataChanging(string value); - partial void OndefaultthemedataChanged(); + private global::System.Nullable _isonedriveenabled; + partial void OnisonedriveenabledChanging(global::System.Nullable value); + partial void OnisonedriveenabledChanged(); /// - /// There are no comments for Property isonedriveenabled in the schema. + /// There are no comments for Property allowlegacyclientexperience in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isonedriveenabled + public virtual global::System.Nullable allowlegacyclientexperience { get { - return this._isonedriveenabled; + return this._allowlegacyclientexperience; } set { - this.OnisonedriveenabledChanging(value); - this._isonedriveenabled = value; - this.OnisonedriveenabledChanged(); - this.OnPropertyChanged("isonedriveenabled"); + this.OnallowlegacyclientexperienceChanging(value); + this._allowlegacyclientexperience = value; + this.OnallowlegacyclientexperienceChanged(); + this.OnPropertyChanged("allowlegacyclientexperience"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isonedriveenabled; - partial void OnisonedriveenabledChanging(global::System.Nullable value); - partial void OnisonedriveenabledChanged(); + private global::System.Nullable _allowlegacyclientexperience; + partial void OnallowlegacyclientexperienceChanging(global::System.Nullable value); + partial void OnallowlegacyclientexperienceChanged(); /// - /// There are no comments for Property minoutlooksyncinterval in the schema. + /// There are no comments for Property externalpartycorrelationkeys in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable minoutlooksyncinterval + public virtual string externalpartycorrelationkeys { get { - return this._minoutlooksyncinterval; + return this._externalpartycorrelationkeys; } set { - this.OnminoutlooksyncintervalChanging(value); - this._minoutlooksyncinterval = value; - this.OnminoutlooksyncintervalChanged(); - this.OnPropertyChanged("minoutlooksyncinterval"); + this.OnexternalpartycorrelationkeysChanging(value); + this._externalpartycorrelationkeys = value; + this.OnexternalpartycorrelationkeysChanged(); + this.OnPropertyChanged("externalpartycorrelationkeys"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _minoutlooksyncinterval; - partial void OnminoutlooksyncintervalChanging(global::System.Nullable value); - partial void OnminoutlooksyncintervalChanged(); + private string _externalpartycorrelationkeys; + partial void OnexternalpartycorrelationkeysChanging(string value); + partial void OnexternalpartycorrelationkeysChanged(); /// /// There are no comments for Property getstartedpanecontentenabled in the schema. /// @@ -477956,49 +478161,49 @@ public virtual string defaultthemedata partial void OngetstartedpanecontentenabledChanging(global::System.Nullable value); partial void OngetstartedpanecontentenabledChanged(); /// - /// There are no comments for Property auditretentionperiodv2 in the schema. + /// There are no comments for Property expiresubscriptionsindays in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable auditretentionperiodv2 + public virtual global::System.Nullable expiresubscriptionsindays { get { - return this._auditretentionperiodv2; + return this._expiresubscriptionsindays; } set { - this.Onauditretentionperiodv2Changing(value); - this._auditretentionperiodv2 = value; - this.Onauditretentionperiodv2Changed(); - this.OnPropertyChanged("auditretentionperiodv2"); + this.OnexpiresubscriptionsindaysChanging(value); + this._expiresubscriptionsindays = value; + this.OnexpiresubscriptionsindaysChanged(); + this.OnPropertyChanged("expiresubscriptionsindays"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _auditretentionperiodv2; - partial void Onauditretentionperiodv2Changing(global::System.Nullable value); - partial void Onauditretentionperiodv2Changed(); + private global::System.Nullable _expiresubscriptionsindays; + partial void OnexpiresubscriptionsindaysChanging(global::System.Nullable value); + partial void OnexpiresubscriptionsindaysChanged(); /// - /// There are no comments for Property negativeformatcode in the schema. + /// There are no comments for Property istextwrapenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable negativeformatcode + public virtual global::System.Nullable istextwrapenabled { get { - return this._negativeformatcode; + return this._istextwrapenabled; } set { - this.OnnegativeformatcodeChanging(value); - this._negativeformatcode = value; - this.OnnegativeformatcodeChanged(); - this.OnPropertyChanged("negativeformatcode"); + this.OnistextwrapenabledChanging(value); + this._istextwrapenabled = value; + this.OnistextwrapenabledChanged(); + this.OnPropertyChanged("istextwrapenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _negativeformatcode; - partial void OnnegativeformatcodeChanging(global::System.Nullable value); - partial void OnnegativeformatcodeChanged(); + private global::System.Nullable _istextwrapenabled; + partial void OnistextwrapenabledChanging(global::System.Nullable value); + partial void OnistextwrapenabledChanged(); /// /// There are no comments for Property ispricelistmandatory in the schema. /// @@ -478044,49 +478249,27 @@ public virtual string timeseparator partial void OntimeseparatorChanging(string value); partial void OntimeseparatorChanged(); /// - /// There are no comments for Property maxproductsinbundle in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable maxproductsinbundle - { - get - { - return this._maxproductsinbundle; - } - set - { - this.OnmaxproductsinbundleChanging(value); - this._maxproductsinbundle = value; - this.OnmaxproductsinbundleChanged(); - this.OnPropertyChanged("maxproductsinbundle"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _maxproductsinbundle; - partial void OnmaxproductsinbundleChanging(global::System.Nullable value); - partial void OnmaxproductsinbundleChanged(); - /// - /// There are no comments for Property slapausestates in the schema. + /// There are no comments for Property nexttrackingnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string slapausestates + public virtual global::System.Nullable nexttrackingnumber { get { - return this._slapausestates; + return this._nexttrackingnumber; } set { - this.OnslapausestatesChanging(value); - this._slapausestates = value; - this.OnslapausestatesChanged(); - this.OnPropertyChanged("slapausestates"); + this.OnnexttrackingnumberChanging(value); + this._nexttrackingnumber = value; + this.OnnexttrackingnumberChanged(); + this.OnPropertyChanged("nexttrackingnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _slapausestates; - partial void OnslapausestatesChanging(string value); - partial void OnslapausestatesChanged(); + private global::System.Nullable _nexttrackingnumber; + partial void OnnexttrackingnumberChanging(global::System.Nullable value); + partial void OnnexttrackingnumberChanged(); /// /// There are no comments for Property v3calloutconfighash in the schema. /// @@ -478132,6 +478315,28 @@ public virtual string v3calloutconfighash partial void OnplugintracelogsettingChanging(global::System.Nullable value); partial void OnplugintracelogsettingChanged(); /// + /// There are no comments for Property yearstartweekcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable yearstartweekcode + { + get + { + return this._yearstartweekcode; + } + set + { + this.OnyearstartweekcodeChanging(value); + this._yearstartweekcode = value; + this.OnyearstartweekcodeChanged(); + this.OnPropertyChanged("yearstartweekcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _yearstartweekcode; + partial void OnyearstartweekcodeChanging(global::System.Nullable value); + partial void OnyearstartweekcodeChanged(); + /// /// There are no comments for Property syncoptinselectionstatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -478220,6 +478425,28 @@ public virtual string v3calloutconfighash partial void OnbasecurrencyprecisionChanging(global::System.Nullable value); partial void OnbasecurrencyprecisionChanged(); /// + /// There are no comments for Property delegatedadminuserid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable delegatedadminuserid + { + get + { + return this._delegatedadminuserid; + } + set + { + this.OndelegatedadminuseridChanging(value); + this._delegatedadminuserid = value; + this.OndelegatedadminuseridChanged(); + this.OnPropertyChanged("delegatedadminuserid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _delegatedadminuserid; + partial void OndelegatedadminuseridChanging(global::System.Nullable value); + partial void OndelegatedadminuseridChanged(); + /// /// There are no comments for Property socialinsightsinstance in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -478264,28 +478491,6 @@ public virtual string socialinsightsinstance partial void OnishierarchicalsecuritymodelenabledChanging(global::System.Nullable value); partial void OnishierarchicalsecuritymodelenabledChanged(); /// - /// There are no comments for Property privacystatementurl in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string privacystatementurl - { - get - { - return this._privacystatementurl; - } - set - { - this.OnprivacystatementurlChanging(value); - this._privacystatementurl = value; - this.OnprivacystatementurlChanged(); - this.OnPropertyChanged("privacystatementurl"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _privacystatementurl; - partial void OnprivacystatementurlChanging(string value); - partial void OnprivacystatementurlChanged(); - /// /// There are no comments for Property iswriteinproductsallowed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -478440,49 +478645,49 @@ public virtual string privacystatementurl partial void OnsyncbulkoperationbatchsizeChanging(global::System.Nullable value); partial void OnsyncbulkoperationbatchsizeChanged(); /// - /// There are no comments for Property tagpollingperiod in the schema. + /// 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 tagpollingperiod + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._tagpollingperiod; + return this._timezoneruleversionnumber; } set { - this.OntagpollingperiodChanging(value); - this._tagpollingperiod = value; - this.OntagpollingperiodChanged(); - this.OnPropertyChanged("tagpollingperiod"); + 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 _tagpollingperiod; - partial void OntagpollingperiodChanging(global::System.Nullable value); - partial void OntagpollingperiodChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property allowoutlookscheduledsyncs in the schema. + /// There are no comments for Property tagpollingperiod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable allowoutlookscheduledsyncs + public virtual global::System.Nullable tagpollingperiod { get { - return this._allowoutlookscheduledsyncs; + return this._tagpollingperiod; } set { - this.OnallowoutlookscheduledsyncsChanging(value); - this._allowoutlookscheduledsyncs = value; - this.OnallowoutlookscheduledsyncsChanged(); - this.OnPropertyChanged("allowoutlookscheduledsyncs"); + this.OntagpollingperiodChanging(value); + this._tagpollingperiod = value; + this.OntagpollingperiodChanged(); + this.OnPropertyChanged("tagpollingperiod"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _allowoutlookscheduledsyncs; - partial void OnallowoutlookscheduledsyncsChanging(global::System.Nullable value); - partial void OnallowoutlookscheduledsyncsChanged(); + private global::System.Nullable _tagpollingperiod; + partial void OntagpollingperiodChanging(global::System.Nullable value); + partial void OntagpollingperiodChanged(); /// /// There are no comments for Property suppresssla in the schema. /// @@ -478506,27 +478711,27 @@ public virtual string privacystatementurl partial void OnsuppressslaChanging(global::System.Nullable value); partial void OnsuppressslaChanged(); /// - /// There are no comments for Property clientfeatureset in the schema. + /// There are no comments for Property reportinggroupname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string clientfeatureset + public virtual string reportinggroupname { get { - return this._clientfeatureset; + return this._reportinggroupname; } set { - this.OnclientfeaturesetChanging(value); - this._clientfeatureset = value; - this.OnclientfeaturesetChanged(); - this.OnPropertyChanged("clientfeatureset"); + this.OnreportinggroupnameChanging(value); + this._reportinggroupname = value; + this.OnreportinggroupnameChanged(); + this.OnPropertyChanged("reportinggroupname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _clientfeatureset; - partial void OnclientfeaturesetChanging(string value); - partial void OnclientfeaturesetChanged(); + private string _reportinggroupname; + partial void OnreportinggroupnameChanging(string value); + partial void OnreportinggroupnameChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -478550,71 +478755,49 @@ public virtual string clientfeatureset partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property maxverboseloggingmailbox in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable maxverboseloggingmailbox - { - get - { - return this._maxverboseloggingmailbox; - } - set - { - this.OnmaxverboseloggingmailboxChanging(value); - this._maxverboseloggingmailbox = value; - this.OnmaxverboseloggingmailboxChanged(); - this.OnPropertyChanged("maxverboseloggingmailbox"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _maxverboseloggingmailbox; - partial void OnmaxverboseloggingmailboxChanging(global::System.Nullable value); - partial void OnmaxverboseloggingmailboxChanged(); - /// - /// There are no comments for Property ismanualsalesforecastingenabled in the schema. + /// There are no comments for Property isemailmonitoringallowed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanualsalesforecastingenabled + public virtual global::System.Nullable isemailmonitoringallowed { get { - return this._ismanualsalesforecastingenabled; + return this._isemailmonitoringallowed; } set { - this.OnismanualsalesforecastingenabledChanging(value); - this._ismanualsalesforecastingenabled = value; - this.OnismanualsalesforecastingenabledChanged(); - this.OnPropertyChanged("ismanualsalesforecastingenabled"); + this.OnisemailmonitoringallowedChanging(value); + this._isemailmonitoringallowed = value; + this.OnisemailmonitoringallowedChanged(); + this.OnPropertyChanged("isemailmonitoringallowed"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanualsalesforecastingenabled; - partial void OnismanualsalesforecastingenabledChanging(global::System.Nullable value); - partial void OnismanualsalesforecastingenabledChanged(); + private global::System.Nullable _isemailmonitoringallowed; + partial void OnisemailmonitoringallowedChanging(global::System.Nullable value); + partial void OnisemailmonitoringallowedChanged(); /// - /// There are no comments for Property isduplicatedetectionenabled in the schema. + /// 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 isduplicatedetectionenabled + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._isduplicatedetectionenabled; + return this._utcconversiontimezonecode; } set { - this.OnisduplicatedetectionenabledChanging(value); - this._isduplicatedetectionenabled = value; - this.OnisduplicatedetectionenabledChanged(); - this.OnPropertyChanged("isduplicatedetectionenabled"); + 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 _isduplicatedetectionenabled; - partial void OnisduplicatedetectionenabledChanging(global::System.Nullable value); - partial void OnisduplicatedetectionenabledChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property schemanameprefix in the schema. /// @@ -478660,49 +478843,49 @@ public virtual string schemanameprefix partial void OnpaipreviewscenarioenabledChanging(global::System.Nullable value); partial void OnpaipreviewscenarioenabledChanged(); /// - /// There are no comments for Property autoapplysla in the schema. + /// There are no comments for Property quickfindrecordlimitenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable autoapplysla + public virtual global::System.Nullable quickfindrecordlimitenabled { get { - return this._autoapplysla; + return this._quickfindrecordlimitenabled; } set { - this.OnautoapplyslaChanging(value); - this._autoapplysla = value; - this.OnautoapplyslaChanged(); - this.OnPropertyChanged("autoapplysla"); + this.OnquickfindrecordlimitenabledChanging(value); + this._quickfindrecordlimitenabled = value; + this.OnquickfindrecordlimitenabledChanged(); + this.OnPropertyChanged("quickfindrecordlimitenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _autoapplysla; - partial void OnautoapplyslaChanging(global::System.Nullable value); - partial void OnautoapplyslaChanged(); + private global::System.Nullable _quickfindrecordlimitenabled; + partial void OnquickfindrecordlimitenabledChanging(global::System.Nullable value); + partial void OnquickfindrecordlimitenabledChanged(); /// - /// There are no comments for Property ismsteamscollaborationenabled in the schema. + /// There are no comments for Property isfiscalperiodmonthbased in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismsteamscollaborationenabled + public virtual global::System.Nullable isfiscalperiodmonthbased { get { - return this._ismsteamscollaborationenabled; + return this._isfiscalperiodmonthbased; } set { - this.OnismsteamscollaborationenabledChanging(value); - this._ismsteamscollaborationenabled = value; - this.OnismsteamscollaborationenabledChanged(); - this.OnPropertyChanged("ismsteamscollaborationenabled"); + this.OnisfiscalperiodmonthbasedChanging(value); + this._isfiscalperiodmonthbased = value; + this.OnisfiscalperiodmonthbasedChanged(); + this.OnPropertyChanged("isfiscalperiodmonthbased"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismsteamscollaborationenabled; - partial void OnismsteamscollaborationenabledChanging(global::System.Nullable value); - partial void OnismsteamscollaborationenabledChanged(); + private global::System.Nullable _isfiscalperiodmonthbased; + partial void OnisfiscalperiodmonthbasedChanging(global::System.Nullable value); + partial void OnisfiscalperiodmonthbasedChanged(); /// /// There are no comments for Property incomingemailexchangeemailretrievalbatchsize in the schema. /// @@ -478748,71 +478931,49 @@ public virtual string schemanameprefix partial void OnismailboxinactivebackoffenabledChanging(global::System.Nullable value); partial void OnismailboxinactivebackoffenabledChanged(); /// - /// There are no comments for Property cortanaproactiveexperienceenabled in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable cortanaproactiveexperienceenabled - { - get - { - return this._cortanaproactiveexperienceenabled; - } - set - { - this.OncortanaproactiveexperienceenabledChanging(value); - this._cortanaproactiveexperienceenabled = value; - this.OncortanaproactiveexperienceenabledChanged(); - this.OnPropertyChanged("cortanaproactiveexperienceenabled"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _cortanaproactiveexperienceenabled; - partial void OncortanaproactiveexperienceenabledChanging(global::System.Nullable value); - partial void OncortanaproactiveexperienceenabledChanged(); - /// - /// There are no comments for Property goalrollupexpirytime in the schema. + /// There are no comments for Property globalhelpurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable goalrollupexpirytime + public virtual string globalhelpurl { get { - return this._goalrollupexpirytime; + return this._globalhelpurl; } set { - this.OngoalrollupexpirytimeChanging(value); - this._goalrollupexpirytime = value; - this.OngoalrollupexpirytimeChanged(); - this.OnPropertyChanged("goalrollupexpirytime"); + this.OnglobalhelpurlChanging(value); + this._globalhelpurl = value; + this.OnglobalhelpurlChanged(); + this.OnPropertyChanged("globalhelpurl"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _goalrollupexpirytime; - partial void OngoalrollupexpirytimeChanging(global::System.Nullable value); - partial void OngoalrollupexpirytimeChanged(); + private string _globalhelpurl; + partial void OnglobalhelpurlChanging(string value); + partial void OnglobalhelpurlChanged(); /// - /// There are no comments for Property showkbarticledeprecationnotification in the schema. + /// There are no comments for Property supportuserid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable showkbarticledeprecationnotification + public virtual global::System.Nullable supportuserid { get { - return this._showkbarticledeprecationnotification; + return this._supportuserid; } set { - this.OnshowkbarticledeprecationnotificationChanging(value); - this._showkbarticledeprecationnotification = value; - this.OnshowkbarticledeprecationnotificationChanged(); - this.OnPropertyChanged("showkbarticledeprecationnotification"); + this.OnsupportuseridChanging(value); + this._supportuserid = value; + this.OnsupportuseridChanged(); + this.OnPropertyChanged("supportuserid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _showkbarticledeprecationnotification; - partial void OnshowkbarticledeprecationnotificationChanging(global::System.Nullable value); - partial void OnshowkbarticledeprecationnotificationChanged(); + private global::System.Nullable _supportuserid; + partial void OnsupportuseridChanging(global::System.Nullable value); + partial void OnsupportuseridChanged(); /// /// There are no comments for Property isappmode in the schema. /// @@ -478836,27 +478997,27 @@ public virtual string schemanameprefix partial void OnisappmodeChanging(global::System.Nullable value); partial void OnisappmodeChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property iscustomcontrolsincanvasappsenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable iscustomcontrolsincanvasappsenabled { get { - return this.__modifiedby_value; + return this._iscustomcontrolsincanvasappsenabled; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OniscustomcontrolsincanvasappsenabledChanging(value); + this._iscustomcontrolsincanvasappsenabled = value; + this.OniscustomcontrolsincanvasappsenabledChanged(); + this.OnPropertyChanged("iscustomcontrolsincanvasappsenabled"); } } [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(); + private global::System.Nullable _iscustomcontrolsincanvasappsenabled; + partial void OniscustomcontrolsincanvasappsenabledChanging(global::System.Nullable value); + partial void OniscustomcontrolsincanvasappsenabledChanged(); /// /// There are no comments for Property contractprefix in the schema. /// @@ -478902,49 +479063,71 @@ public virtual string contractprefix partial void OnallowautounsubscribeChanging(global::System.Nullable value); partial void OnallowautounsubscribeChanged(); /// - /// There are no comments for Property schedulingengine in the schema. + /// There are no comments for Property quoteprefix in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable schedulingengine + public virtual string quoteprefix { get { - return this._schedulingengine; + return this._quoteprefix; } set { - this.OnschedulingengineChanging(value); - this._schedulingengine = value; - this.OnschedulingengineChanged(); - this.OnPropertyChanged("schedulingengine"); + this.OnquoteprefixChanging(value); + this._quoteprefix = value; + this.OnquoteprefixChanged(); + this.OnPropertyChanged("quoteprefix"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _schedulingengine; - partial void OnschedulingengineChanging(global::System.Nullable value); - partial void OnschedulingengineChanged(); + private string _quoteprefix; + partial void OnquoteprefixChanging(string value); + partial void OnquoteprefixChanged(); /// - /// There are no comments for Property ignoreinternalemail in the schema. + /// There are no comments for Property pmdesignator in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ignoreinternalemail + public virtual string pmdesignator { get { - return this._ignoreinternalemail; + return this._pmdesignator; } set { - this.OnignoreinternalemailChanging(value); - this._ignoreinternalemail = value; - this.OnignoreinternalemailChanged(); - this.OnPropertyChanged("ignoreinternalemail"); + this.OnpmdesignatorChanging(value); + this._pmdesignator = value; + this.OnpmdesignatorChanged(); + this.OnPropertyChanged("pmdesignator"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ignoreinternalemail; - partial void OnignoreinternalemailChanging(global::System.Nullable value); - partial void OnignoreinternalemailChanged(); + private string _pmdesignator; + partial void OnpmdesignatorChanging(string value); + partial void OnpmdesignatorChanged(); + /// + /// There are no comments for Property auditretentionperiodv2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable auditretentionperiodv2 + { + get + { + return this._auditretentionperiodv2; + } + set + { + this.Onauditretentionperiodv2Changing(value); + this._auditretentionperiodv2 = value; + this.Onauditretentionperiodv2Changed(); + this.OnPropertyChanged("auditretentionperiodv2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _auditretentionperiodv2; + partial void Onauditretentionperiodv2Changing(global::System.Nullable value); + partial void Onauditretentionperiodv2Changed(); /// /// There are no comments for Property ispreviewforautocaptureenabled in the schema. /// @@ -479078,71 +479261,71 @@ public virtual string numberformat partial void OnmaxactionstepsinbpfChanging(global::System.Nullable value); partial void OnmaxactionstepsinbpfChanged(); /// - /// There are no comments for Property socialinsightstermsaccepted in the schema. + /// There are no comments for Property autoapplysla in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable socialinsightstermsaccepted + public virtual global::System.Nullable autoapplysla { get { - return this._socialinsightstermsaccepted; + return this._autoapplysla; } set { - this.OnsocialinsightstermsacceptedChanging(value); - this._socialinsightstermsaccepted = value; - this.OnsocialinsightstermsacceptedChanged(); - this.OnPropertyChanged("socialinsightstermsaccepted"); + this.OnautoapplyslaChanging(value); + this._autoapplysla = value; + this.OnautoapplyslaChanged(); + this.OnPropertyChanged("autoapplysla"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _socialinsightstermsaccepted; - partial void OnsocialinsightstermsacceptedChanging(global::System.Nullable value); - partial void OnsocialinsightstermsacceptedChanged(); + private global::System.Nullable _autoapplysla; + partial void OnautoapplyslaChanging(global::System.Nullable value); + partial void OnautoapplyslaChanged(); /// - /// There are no comments for Property defaultemailsettings in the schema. + /// There are no comments for Property socialinsightstermsaccepted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string defaultemailsettings + public virtual global::System.Nullable socialinsightstermsaccepted { get { - return this._defaultemailsettings; + return this._socialinsightstermsaccepted; } set { - this.OndefaultemailsettingsChanging(value); - this._defaultemailsettings = value; - this.OndefaultemailsettingsChanged(); - this.OnPropertyChanged("defaultemailsettings"); + this.OnsocialinsightstermsacceptedChanging(value); + this._socialinsightstermsaccepted = value; + this.OnsocialinsightstermsacceptedChanged(); + this.OnPropertyChanged("socialinsightstermsaccepted"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _defaultemailsettings; - partial void OndefaultemailsettingsChanging(string value); - partial void OndefaultemailsettingsChanged(); + private global::System.Nullable _socialinsightstermsaccepted; + partial void OnsocialinsightstermsacceptedChanging(global::System.Nullable value); + partial void OnsocialinsightstermsacceptedChanged(); /// - /// There are no comments for Property generatealertsforerrors in the schema. + /// There are no comments for Property isdisabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable generatealertsforerrors + public virtual global::System.Nullable isdisabled { get { - return this._generatealertsforerrors; + return this._isdisabled; } set { - this.OngeneratealertsforerrorsChanging(value); - this._generatealertsforerrors = value; - this.OngeneratealertsforerrorsChanged(); - this.OnPropertyChanged("generatealertsforerrors"); + this.OnisdisabledChanging(value); + this._isdisabled = value; + this.OnisdisabledChanged(); + this.OnPropertyChanged("isdisabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _generatealertsforerrors; - partial void OngeneratealertsforerrorsChanging(global::System.Nullable value); - partial void OngeneratealertsforerrorsChanged(); + private global::System.Nullable _isdisabled; + partial void OnisdisabledChanging(global::System.Nullable value); + partial void OnisdisabledChanged(); /// /// There are no comments for Property isplaybookenabled in the schema. /// @@ -479276,6 +479459,28 @@ public virtual string sqlaccessgroupname partial void OnpowerbifeatureenabledChanging(global::System.Nullable value); partial void OnpowerbifeatureenabledChanged(); /// + /// There are no comments for Property fiscalcalendarstart in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable fiscalcalendarstart + { + get + { + return this._fiscalcalendarstart; + } + set + { + this.OnfiscalcalendarstartChanging(value); + this._fiscalcalendarstart = value; + this.OnfiscalcalendarstartChanged(); + this.OnPropertyChanged("fiscalcalendarstart"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _fiscalcalendarstart; + partial void OnfiscalcalendarstartChanging(global::System.Nullable value); + partial void OnfiscalcalendarstartChanged(); + /// /// There are no comments for Property fullnameconventioncode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -479364,71 +479569,71 @@ public virtual string sqlaccessgroupname partial void OnusequickfindviewforgridsearchChanging(global::System.Nullable value); partial void OnusequickfindviewforgridsearchChanged(); /// - /// There are no comments for Property discountcalculationmethod in the schema. + /// There are no comments for Property organizationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable discountcalculationmethod + public virtual global::System.Nullable organizationid { get { - return this._discountcalculationmethod; + return this._organizationid; } set { - this.OndiscountcalculationmethodChanging(value); - this._discountcalculationmethod = value; - this.OndiscountcalculationmethodChanged(); - this.OnPropertyChanged("discountcalculationmethod"); + this.OnorganizationidChanging(value); + this._organizationid = value; + this.OnorganizationidChanged(); + this.OnPropertyChanged("organizationid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _discountcalculationmethod; - partial void OndiscountcalculationmethodChanging(global::System.Nullable value); - partial void OndiscountcalculationmethodChanged(); + private global::System.Nullable _organizationid; + partial void OnorganizationidChanging(global::System.Nullable value); + partial void OnorganizationidChanged(); /// - /// There are no comments for Property organizationid in the schema. + /// There are no comments for Property mailboxpermanentissueminrange in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable organizationid + public virtual global::System.Nullable mailboxpermanentissueminrange { get { - return this._organizationid; + return this._mailboxpermanentissueminrange; } set { - this.OnorganizationidChanging(value); - this._organizationid = value; - this.OnorganizationidChanged(); - this.OnPropertyChanged("organizationid"); + this.OnmailboxpermanentissueminrangeChanging(value); + this._mailboxpermanentissueminrange = value; + this.OnmailboxpermanentissueminrangeChanged(); + this.OnPropertyChanged("mailboxpermanentissueminrange"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _organizationid; - partial void OnorganizationidChanging(global::System.Nullable value); - partial void OnorganizationidChanged(); + private global::System.Nullable _mailboxpermanentissueminrange; + partial void OnmailboxpermanentissueminrangeChanging(global::System.Nullable value); + partial void OnmailboxpermanentissueminrangeChanged(); /// - /// There are no comments for Property maximumactivebusinessprocessflowsallowedperentity in the schema. + /// There are no comments for Property allowentityonlyaudit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable maximumactivebusinessprocessflowsallowedperentity + public virtual global::System.Nullable allowentityonlyaudit { get { - return this._maximumactivebusinessprocessflowsallowedperentity; + return this._allowentityonlyaudit; } set { - this.OnmaximumactivebusinessprocessflowsallowedperentityChanging(value); - this._maximumactivebusinessprocessflowsallowedperentity = value; - this.OnmaximumactivebusinessprocessflowsallowedperentityChanged(); - this.OnPropertyChanged("maximumactivebusinessprocessflowsallowedperentity"); + this.OnallowentityonlyauditChanging(value); + this._allowentityonlyaudit = value; + this.OnallowentityonlyauditChanged(); + this.OnPropertyChanged("allowentityonlyaudit"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _maximumactivebusinessprocessflowsallowedperentity; - partial void OnmaximumactivebusinessprocessflowsallowedperentityChanging(global::System.Nullable value); - partial void OnmaximumactivebusinessprocessflowsallowedperentityChanged(); + private global::System.Nullable _allowentityonlyaudit; + partial void OnallowentityonlyauditChanging(global::System.Nullable value); + partial void OnallowentityonlyauditChanged(); /// /// There are no comments for Property kmsettings in the schema. /// @@ -479474,28 +479679,6 @@ public virtual string kmsettings partial void OnisfulltextsearchenabledChanging(global::System.Nullable value); partial void OnisfulltextsearchenabledChanged(); /// - /// There are no comments for Property externalpartycorrelationkeys in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string externalpartycorrelationkeys - { - get - { - return this._externalpartycorrelationkeys; - } - set - { - this.OnexternalpartycorrelationkeysChanging(value); - this._externalpartycorrelationkeys = value; - this.OnexternalpartycorrelationkeysChanged(); - this.OnPropertyChanged("externalpartycorrelationkeys"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _externalpartycorrelationkeys; - partial void OnexternalpartycorrelationkeysChanging(string value); - partial void OnexternalpartycorrelationkeysChanged(); - /// /// There are no comments for Property hashminaddresscount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -479518,27 +479701,27 @@ public virtual string externalpartycorrelationkeys partial void OnhashminaddresscountChanging(global::System.Nullable value); partial void OnhashminaddresscountChanged(); /// - /// There are no comments for Property dateseparator in the schema. + /// There are no comments for Property clientfeatureset in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string dateseparator + public virtual string clientfeatureset { get { - return this._dateseparator; + return this._clientfeatureset; } set { - this.OndateseparatorChanging(value); - this._dateseparator = value; - this.OndateseparatorChanged(); - this.OnPropertyChanged("dateseparator"); + this.OnclientfeaturesetChanging(value); + this._clientfeatureset = value; + this.OnclientfeaturesetChanged(); + this.OnPropertyChanged("clientfeatureset"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _dateseparator; - partial void OndateseparatorChanging(string value); - partial void OndateseparatorChanged(); + private string _clientfeatureset; + partial void OnclientfeaturesetChanging(string value); + partial void OnclientfeaturesetChanged(); /// /// There are no comments for Property weekstartdaycode in the schema. /// @@ -479562,27 +479745,27 @@ public virtual string dateseparator partial void OnweekstartdaycodeChanging(global::System.Nullable value); partial void OnweekstartdaycodeChanged(); /// - /// There are no comments for Property allowuserformmodepreference in the schema. + /// There are no comments for Property integrationuserid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable allowuserformmodepreference + public virtual global::System.Nullable integrationuserid { get { - return this._allowuserformmodepreference; + return this._integrationuserid; } set { - this.OnallowuserformmodepreferenceChanging(value); - this._allowuserformmodepreference = value; - this.OnallowuserformmodepreferenceChanged(); - this.OnPropertyChanged("allowuserformmodepreference"); + this.OnintegrationuseridChanging(value); + this._integrationuserid = value; + this.OnintegrationuseridChanged(); + this.OnPropertyChanged("integrationuserid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _allowuserformmodepreference; - partial void OnallowuserformmodepreferenceChanging(global::System.Nullable value); - partial void OnallowuserformmodepreferenceChanged(); + private global::System.Nullable _integrationuserid; + partial void OnintegrationuseridChanging(global::System.Nullable value); + partial void OnintegrationuseridChanged(); /// /// There are no comments for Property numberseparator in the schema. /// @@ -479606,27 +479789,27 @@ public virtual string numberseparator partial void OnnumberseparatorChanging(string value); partial void OnnumberseparatorChanged(); /// - /// There are no comments for Property campaignprefix in the schema. + /// There are no comments for Property enableunifiedinterfaceshellrefresh in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string campaignprefix + public virtual global::System.Nullable enableunifiedinterfaceshellrefresh { get { - return this._campaignprefix; + return this._enableunifiedinterfaceshellrefresh; } set { - this.OncampaignprefixChanging(value); - this._campaignprefix = value; - this.OncampaignprefixChanged(); - this.OnPropertyChanged("campaignprefix"); + this.OnenableunifiedinterfaceshellrefreshChanging(value); + this._enableunifiedinterfaceshellrefresh = value; + this.OnenableunifiedinterfaceshellrefreshChanged(); + this.OnPropertyChanged("enableunifiedinterfaceshellrefresh"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _campaignprefix; - partial void OncampaignprefixChanging(string value); - partial void OncampaignprefixChanged(); + private global::System.Nullable _enableunifiedinterfaceshellrefresh; + partial void OnenableunifiedinterfaceshellrefreshChanging(global::System.Nullable value); + partial void OnenableunifiedinterfaceshellrefreshChanged(); /// /// There are no comments for Property productrecommendationsenabled in the schema. /// @@ -479672,137 +479855,93 @@ public virtual string campaignprefix partial void OnrecurrencedefaultnumberofoccurrencesChanging(global::System.Nullable value); partial void OnrecurrencedefaultnumberofoccurrencesChanged(); /// - /// There are no comments for Property quickfindrecordlimitenabled in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable quickfindrecordlimitenabled - { - get - { - return this._quickfindrecordlimitenabled; - } - set - { - this.OnquickfindrecordlimitenabledChanging(value); - this._quickfindrecordlimitenabled = value; - this.OnquickfindrecordlimitenabledChanged(); - this.OnPropertyChanged("quickfindrecordlimitenabled"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _quickfindrecordlimitenabled; - partial void OnquickfindrecordlimitenabledChanging(global::System.Nullable value); - partial void OnquickfindrecordlimitenabledChanged(); - /// - /// There are no comments for Property organizationstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable organizationstate - { - get - { - return this._organizationstate; - } - set - { - this.OnorganizationstateChanging(value); - this._organizationstate = value; - this.OnorganizationstateChanged(); - this.OnPropertyChanged("organizationstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _organizationstate; - partial void OnorganizationstateChanging(global::System.Nullable value); - partial void OnorganizationstateChanged(); - /// - /// There are no comments for Property rendersecureiframeforemail in the schema. + /// There are no comments for Property grantaccesstonetworkservice in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable rendersecureiframeforemail + public virtual global::System.Nullable grantaccesstonetworkservice { get { - return this._rendersecureiframeforemail; + return this._grantaccesstonetworkservice; } set { - this.OnrendersecureiframeforemailChanging(value); - this._rendersecureiframeforemail = value; - this.OnrendersecureiframeforemailChanged(); - this.OnPropertyChanged("rendersecureiframeforemail"); + this.OngrantaccesstonetworkserviceChanging(value); + this._grantaccesstonetworkservice = value; + this.OngrantaccesstonetworkserviceChanged(); + this.OnPropertyChanged("grantaccesstonetworkservice"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _rendersecureiframeforemail; - partial void OnrendersecureiframeforemailChanging(global::System.Nullable value); - partial void OnrendersecureiframeforemailChanged(); + private global::System.Nullable _grantaccesstonetworkservice; + partial void OngrantaccesstonetworkserviceChanging(global::System.Nullable value); + partial void OngrantaccesstonetworkserviceChanged(); /// - /// There are no comments for Property inactivitytimeoutinmins in the schema. + /// There are no comments for Property tokenexpiry in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable inactivitytimeoutinmins + public virtual global::System.Nullable tokenexpiry { get { - return this._inactivitytimeoutinmins; + return this._tokenexpiry; } set { - this.OninactivitytimeoutinminsChanging(value); - this._inactivitytimeoutinmins = value; - this.OninactivitytimeoutinminsChanged(); - this.OnPropertyChanged("inactivitytimeoutinmins"); + this.OntokenexpiryChanging(value); + this._tokenexpiry = value; + this.OntokenexpiryChanged(); + this.OnPropertyChanged("tokenexpiry"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _inactivitytimeoutinmins; - partial void OninactivitytimeoutinminsChanging(global::System.Nullable value); - partial void OninactivitytimeoutinminsChanged(); + private global::System.Nullable _tokenexpiry; + partial void OntokenexpiryChanging(global::System.Nullable value); + partial void OntokenexpiryChanged(); /// - /// There are no comments for Property sessiontimeoutenabled in the schema. + /// There are no comments for Property organizationstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sessiontimeoutenabled + public virtual global::System.Nullable organizationstate { get { - return this._sessiontimeoutenabled; + return this._organizationstate; } set { - this.OnsessiontimeoutenabledChanging(value); - this._sessiontimeoutenabled = value; - this.OnsessiontimeoutenabledChanged(); - this.OnPropertyChanged("sessiontimeoutenabled"); + this.OnorganizationstateChanging(value); + this._organizationstate = value; + this.OnorganizationstateChanged(); + this.OnPropertyChanged("organizationstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sessiontimeoutenabled; - partial void OnsessiontimeoutenabledChanging(global::System.Nullable value); - partial void OnsessiontimeoutenabledChanged(); + private global::System.Nullable _organizationstate; + partial void OnorganizationstateChanging(global::System.Nullable value); + partial void OnorganizationstateChanged(); /// - /// There are no comments for Property iscontactmailingaddresssyncenabled in the schema. + /// There are no comments for Property currencydisplayoption in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable iscontactmailingaddresssyncenabled + public virtual global::System.Nullable currencydisplayoption { get { - return this._iscontactmailingaddresssyncenabled; + return this._currencydisplayoption; } set { - this.OniscontactmailingaddresssyncenabledChanging(value); - this._iscontactmailingaddresssyncenabled = value; - this.OniscontactmailingaddresssyncenabledChanged(); - this.OnPropertyChanged("iscontactmailingaddresssyncenabled"); + this.OncurrencydisplayoptionChanging(value); + this._currencydisplayoption = value; + this.OncurrencydisplayoptionChanged(); + this.OnPropertyChanged("currencydisplayoption"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _iscontactmailingaddresssyncenabled; - partial void OniscontactmailingaddresssyncenabledChanging(global::System.Nullable value); - partial void OniscontactmailingaddresssyncenabledChanged(); + private global::System.Nullable _currencydisplayoption; + partial void OncurrencydisplayoptionChanging(global::System.Nullable value); + partial void OncurrencydisplayoptionChanged(); /// /// There are no comments for Property externalbaseurl in the schema. /// @@ -479826,27 +479965,27 @@ public virtual string externalbaseurl partial void OnexternalbaseurlChanging(string value); partial void OnexternalbaseurlChanged(); /// - /// There are no comments for Property isemailmonitoringallowed in the schema. + /// There are no comments for Property dateseparator in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isemailmonitoringallowed + public virtual string dateseparator { get { - return this._isemailmonitoringallowed; + return this._dateseparator; } set { - this.OnisemailmonitoringallowedChanging(value); - this._isemailmonitoringallowed = value; - this.OnisemailmonitoringallowedChanged(); - this.OnPropertyChanged("isemailmonitoringallowed"); + this.OndateseparatorChanging(value); + this._dateseparator = value; + this.OndateseparatorChanged(); + this.OnPropertyChanged("dateseparator"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isemailmonitoringallowed; - partial void OnisemailmonitoringallowedChanging(global::System.Nullable value); - partial void OnisemailmonitoringallowedChanged(); + private string _dateseparator; + partial void OndateseparatorChanging(string value); + partial void OndateseparatorChanged(); /// /// There are no comments for Property issalesassistantenabled in the schema. /// @@ -479870,28 +480009,6 @@ public virtual string externalbaseurl partial void OnissalesassistantenabledChanging(global::System.Nullable value); partial void OnissalesassistantenabledChanged(); /// - /// There are no comments for Property _defaultmobileofflineprofileid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _defaultmobileofflineprofileid_value - { - get - { - return this.__defaultmobileofflineprofileid_value; - } - set - { - this.On_defaultmobileofflineprofileid_valueChanging(value); - this.__defaultmobileofflineprofileid_value = value; - this.On_defaultmobileofflineprofileid_valueChanged(); - this.OnPropertyChanged("_defaultmobileofflineprofileid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __defaultmobileofflineprofileid_value; - partial void On_defaultmobileofflineprofileid_valueChanging(global::System.Nullable value); - partial void On_defaultmobileofflineprofileid_valueChanged(); - /// /// There are no comments for Property amdesignator in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -479914,27 +480031,27 @@ public virtual string amdesignator partial void OnamdesignatorChanging(string value); partial void OnamdesignatorChanged(); /// - /// There are no comments for Property pricingdecimalprecision in the schema. + /// There are no comments for Property enableimmersiveskypeintegration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pricingdecimalprecision + public virtual global::System.Nullable enableimmersiveskypeintegration { get { - return this._pricingdecimalprecision; + return this._enableimmersiveskypeintegration; } set { - this.OnpricingdecimalprecisionChanging(value); - this._pricingdecimalprecision = value; - this.OnpricingdecimalprecisionChanged(); - this.OnPropertyChanged("pricingdecimalprecision"); + this.OnenableimmersiveskypeintegrationChanging(value); + this._enableimmersiveskypeintegration = value; + this.OnenableimmersiveskypeintegrationChanged(); + this.OnPropertyChanged("enableimmersiveskypeintegration"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pricingdecimalprecision; - partial void OnpricingdecimalprecisionChanging(global::System.Nullable value); - partial void OnpricingdecimalprecisionChanged(); + private global::System.Nullable _enableimmersiveskypeintegration; + partial void OnenableimmersiveskypeintegrationChanging(global::System.Nullable value); + partial void OnenableimmersiveskypeintegrationChanged(); /// /// There are no comments for Property kbprefix in the schema. /// @@ -479958,27 +480075,27 @@ public virtual string kbprefix partial void OnkbprefixChanging(string value); partial void OnkbprefixChanged(); /// - /// There are no comments for Property bounddashboarddefaultcardexpanded in the schema. + /// There are no comments for Property isduplicatedetectionenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bounddashboarddefaultcardexpanded + public virtual global::System.Nullable isduplicatedetectionenabled { get { - return this._bounddashboarddefaultcardexpanded; + return this._isduplicatedetectionenabled; } set { - this.OnbounddashboarddefaultcardexpandedChanging(value); - this._bounddashboarddefaultcardexpanded = value; - this.OnbounddashboarddefaultcardexpandedChanged(); - this.OnPropertyChanged("bounddashboarddefaultcardexpanded"); + this.OnisduplicatedetectionenabledChanging(value); + this._isduplicatedetectionenabled = value; + this.OnisduplicatedetectionenabledChanged(); + this.OnPropertyChanged("isduplicatedetectionenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bounddashboarddefaultcardexpanded; - partial void OnbounddashboarddefaultcardexpandedChanging(global::System.Nullable value); - partial void OnbounddashboarddefaultcardexpandedChanged(); + private global::System.Nullable _isduplicatedetectionenabled; + partial void OnisduplicatedetectionenabledChanging(global::System.Nullable value); + partial void OnisduplicatedetectionenabledChanged(); /// /// There are no comments for Property hashmaxcount in the schema. /// @@ -480002,28 +480119,6 @@ public virtual string kbprefix partial void OnhashmaxcountChanging(global::System.Nullable value); partial void OnhashmaxcountChanged(); /// - /// There are no comments for Property reportinggroupname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string reportinggroupname - { - get - { - return this._reportinggroupname; - } - set - { - this.OnreportinggroupnameChanging(value); - this._reportinggroupname = value; - this.OnreportinggroupnameChanged(); - this.OnPropertyChanged("reportinggroupname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _reportinggroupname; - partial void OnreportinggroupnameChanging(string value); - partial void OnreportinggroupnameChanged(); - /// /// There are no comments for Property isdelegateaccessenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -480090,6 +480185,28 @@ public virtual string featureset partial void OnfeaturesetChanging(string value); partial void OnfeaturesetChanged(); /// + /// There are no comments for Property sessiontimeoutreminderinmins in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable sessiontimeoutreminderinmins + { + get + { + return this._sessiontimeoutreminderinmins; + } + set + { + this.OnsessiontimeoutreminderinminsChanging(value); + this._sessiontimeoutreminderinmins = value; + this.OnsessiontimeoutreminderinminsChanged(); + this.OnPropertyChanged("sessiontimeoutreminderinmins"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _sessiontimeoutreminderinmins; + partial void OnsessiontimeoutreminderinminsChanging(global::System.Nullable value); + partial void OnsessiontimeoutreminderinminsChanged(); + /// /// There are no comments for Property reportscripterrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -480134,27 +480251,27 @@ public virtual string featureset partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property fiscalyeardisplaycode in the schema. + /// There are no comments for Property fiscalyearformatsuffix in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable fiscalyeardisplaycode + public virtual global::System.Nullable fiscalyearformatsuffix { get { - return this._fiscalyeardisplaycode; + return this._fiscalyearformatsuffix; } set { - this.OnfiscalyeardisplaycodeChanging(value); - this._fiscalyeardisplaycode = value; - this.OnfiscalyeardisplaycodeChanged(); - this.OnPropertyChanged("fiscalyeardisplaycode"); + this.OnfiscalyearformatsuffixChanging(value); + this._fiscalyearformatsuffix = value; + this.OnfiscalyearformatsuffixChanged(); + this.OnPropertyChanged("fiscalyearformatsuffix"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _fiscalyeardisplaycode; - partial void OnfiscalyeardisplaycodeChanging(global::System.Nullable value); - partial void OnfiscalyeardisplaycodeChanged(); + private global::System.Nullable _fiscalyearformatsuffix; + partial void OnfiscalyearformatsuffixChanging(global::System.Nullable value); + partial void OnfiscalyearformatsuffixChanged(); /// /// There are no comments for Property yammeroauthaccesstokenexpired in the schema. /// @@ -480178,49 +480295,49 @@ public virtual string featureset partial void OnyammeroauthaccesstokenexpiredChanging(global::System.Nullable value); partial void OnyammeroauthaccesstokenexpiredChanged(); /// - /// There are no comments for Property externalpartyentitysettings in the schema. + /// There are no comments for Property allowusersseeappdownloadmessage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string externalpartyentitysettings + public virtual global::System.Nullable allowusersseeappdownloadmessage { get { - return this._externalpartyentitysettings; + return this._allowusersseeappdownloadmessage; } set { - this.OnexternalpartyentitysettingsChanging(value); - this._externalpartyentitysettings = value; - this.OnexternalpartyentitysettingsChanged(); - this.OnPropertyChanged("externalpartyentitysettings"); + this.OnallowusersseeappdownloadmessageChanging(value); + this._allowusersseeappdownloadmessage = value; + this.OnallowusersseeappdownloadmessageChanged(); + this.OnPropertyChanged("allowusersseeappdownloadmessage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _externalpartyentitysettings; - partial void OnexternalpartyentitysettingsChanging(string value); - partial void OnexternalpartyentitysettingsChanged(); + private global::System.Nullable _allowusersseeappdownloadmessage; + partial void OnallowusersseeappdownloadmessageChanging(global::System.Nullable value); + partial void OnallowusersseeappdownloadmessageChanged(); /// - /// There are no comments for Property defaultcountrycode in the schema. + /// There are no comments for Property currencyformatcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string defaultcountrycode + public virtual global::System.Nullable currencyformatcode { get { - return this._defaultcountrycode; + return this._currencyformatcode; } set { - this.OndefaultcountrycodeChanging(value); - this._defaultcountrycode = value; - this.OndefaultcountrycodeChanged(); - this.OnPropertyChanged("defaultcountrycode"); + this.OncurrencyformatcodeChanging(value); + this._currencyformatcode = value; + this.OncurrencyformatcodeChanged(); + this.OnPropertyChanged("currencyformatcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _defaultcountrycode; - partial void OndefaultcountrycodeChanging(string value); - partial void OndefaultcountrycodeChanged(); + private global::System.Nullable _currencyformatcode; + partial void OncurrencyformatcodeChanging(global::System.Nullable value); + partial void OncurrencyformatcodeChanged(); /// /// There are no comments for Property isactivityanalysisenabled in the schema. /// @@ -480266,27 +480383,27 @@ public virtual string defaultcountrycode partial void OniscontentsecuritypolicyenabledChanging(global::System.Nullable value); partial void OniscontentsecuritypolicyenabledChanged(); /// - /// There are no comments for Property _basecurrencyid_value in the schema. + /// There are no comments for Property isduplicatedetectionenabledforimport in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _basecurrencyid_value + public virtual global::System.Nullable isduplicatedetectionenabledforimport { get { - return this.__basecurrencyid_value; + return this._isduplicatedetectionenabledforimport; } set { - this.On_basecurrencyid_valueChanging(value); - this.__basecurrencyid_value = value; - this.On_basecurrencyid_valueChanged(); - this.OnPropertyChanged("_basecurrencyid_value"); + this.OnisduplicatedetectionenabledforimportChanging(value); + this._isduplicatedetectionenabledforimport = value; + this.OnisduplicatedetectionenabledforimportChanged(); + this.OnPropertyChanged("isduplicatedetectionenabledforimport"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __basecurrencyid_value; - partial void On_basecurrencyid_valueChanging(global::System.Nullable value); - partial void On_basecurrencyid_valueChanged(); + private global::System.Nullable _isduplicatedetectionenabledforimport; + partial void OnisduplicatedetectionenabledforimportChanging(global::System.Nullable value); + partial void OnisduplicatedetectionenabledforimportChanged(); /// /// There are no comments for Property ismodeldrivenappsinmsteamsenabled in the schema. /// @@ -480310,49 +480427,27 @@ public virtual string defaultcountrycode partial void OnismodeldrivenappsinmsteamsenabledChanging(global::System.Nullable value); partial void OnismodeldrivenappsinmsteamsenabledChanged(); /// - /// There are no comments for Property istextwrapenabled in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable istextwrapenabled - { - get - { - return this._istextwrapenabled; - } - set - { - this.OnistextwrapenabledChanging(value); - this._istextwrapenabled = value; - this.OnistextwrapenabledChanged(); - this.OnPropertyChanged("istextwrapenabled"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _istextwrapenabled; - partial void OnistextwrapenabledChanging(global::System.Nullable value); - partial void OnistextwrapenabledChanged(); - /// - /// There are no comments for Property isnotesanalysisenabled in the schema. + /// There are no comments for Property negativeformatcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isnotesanalysisenabled + public virtual global::System.Nullable negativeformatcode { get { - return this._isnotesanalysisenabled; + return this._negativeformatcode; } set { - this.OnisnotesanalysisenabledChanging(value); - this._isnotesanalysisenabled = value; - this.OnisnotesanalysisenabledChanged(); - this.OnPropertyChanged("isnotesanalysisenabled"); + this.OnnegativeformatcodeChanging(value); + this._negativeformatcode = value; + this.OnnegativeformatcodeChanged(); + this.OnPropertyChanged("negativeformatcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isnotesanalysisenabled; - partial void OnisnotesanalysisenabledChanging(global::System.Nullable value); - partial void OnisnotesanalysisenabledChanged(); + private global::System.Nullable _negativeformatcode; + partial void OnnegativeformatcodeChanging(global::System.Nullable value); + partial void OnnegativeformatcodeChanged(); /// /// There are no comments for Property allowclientmessagebarad in the schema. /// @@ -480376,71 +480471,49 @@ public virtual string defaultcountrycode partial void OnallowclientmessagebaradChanging(global::System.Nullable value); partial void OnallowclientmessagebaradChanged(); /// - /// There are no comments for Property usergroupid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable usergroupid - { - get - { - return this._usergroupid; - } - set - { - this.OnusergroupidChanging(value); - this._usergroupid = value; - this.OnusergroupidChanged(); - this.OnPropertyChanged("usergroupid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _usergroupid; - partial void OnusergroupidChanging(global::System.Nullable value); - partial void OnusergroupidChanged(); - /// - /// There are no comments for Property isdisabled in the schema. + /// There are no comments for Property taskbasedflowenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isdisabled + public virtual global::System.Nullable taskbasedflowenabled { get { - return this._isdisabled; + return this._taskbasedflowenabled; } set { - this.OnisdisabledChanging(value); - this._isdisabled = value; - this.OnisdisabledChanged(); - this.OnPropertyChanged("isdisabled"); + this.OntaskbasedflowenabledChanging(value); + this._taskbasedflowenabled = value; + this.OntaskbasedflowenabledChanged(); + this.OnPropertyChanged("taskbasedflowenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isdisabled; - partial void OnisdisabledChanging(global::System.Nullable value); - partial void OnisdisabledChanged(); + private global::System.Nullable _taskbasedflowenabled; + partial void OntaskbasedflowenabledChanging(global::System.Nullable value); + partial void OntaskbasedflowenabledChanged(); /// - /// There are no comments for Property isduplicatedetectionenabledforofflinesync in the schema. + /// There are no comments for Property contentsecuritypolicyconfiguration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isduplicatedetectionenabledforofflinesync + public virtual string contentsecuritypolicyconfiguration { get { - return this._isduplicatedetectionenabledforofflinesync; + return this._contentsecuritypolicyconfiguration; } set { - this.OnisduplicatedetectionenabledforofflinesyncChanging(value); - this._isduplicatedetectionenabledforofflinesync = value; - this.OnisduplicatedetectionenabledforofflinesyncChanged(); - this.OnPropertyChanged("isduplicatedetectionenabledforofflinesync"); + this.OncontentsecuritypolicyconfigurationChanging(value); + this._contentsecuritypolicyconfiguration = value; + this.OncontentsecuritypolicyconfigurationChanged(); + this.OnPropertyChanged("contentsecuritypolicyconfiguration"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isduplicatedetectionenabledforofflinesync; - partial void OnisduplicatedetectionenabledforofflinesyncChanging(global::System.Nullable value); - partial void OnisduplicatedetectionenabledforofflinesyncChanged(); + private string _contentsecuritypolicyconfiguration; + partial void OncontentsecuritypolicyconfigurationChanging(string value); + partial void OncontentsecuritypolicyconfigurationChanged(); /// /// There are no comments for Property languagecode in the schema. /// @@ -480530,71 +480603,115 @@ public virtual string categoryprefix partial void OnispreviewenabledforactioncardChanging(global::System.Nullable value); partial void OnispreviewenabledforactioncardChanged(); /// - /// There are no comments for Property ismobileofflineenabled in the schema. + /// There are no comments for Property microsoftflowenvironment in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismobileofflineenabled + public virtual string microsoftflowenvironment { get { - return this._ismobileofflineenabled; + return this._microsoftflowenvironment; } set { - this.OnismobileofflineenabledChanging(value); - this._ismobileofflineenabled = value; - this.OnismobileofflineenabledChanged(); - this.OnPropertyChanged("ismobileofflineenabled"); + this.OnmicrosoftflowenvironmentChanging(value); + this._microsoftflowenvironment = value; + this.OnmicrosoftflowenvironmentChanged(); + this.OnPropertyChanged("microsoftflowenvironment"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismobileofflineenabled; - partial void OnismobileofflineenabledChanging(global::System.Nullable value); - partial void OnismobileofflineenabledChanged(); + private string _microsoftflowenvironment; + partial void OnmicrosoftflowenvironmentChanging(string value); + partial void OnmicrosoftflowenvironmentChanged(); /// - /// There are no comments for Property microsoftflowenvironment in the schema. + /// There are no comments for Property ispaienabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string microsoftflowenvironment + public virtual global::System.Nullable ispaienabled { get { - return this._microsoftflowenvironment; + return this._ispaienabled; } set { - this.OnmicrosoftflowenvironmentChanging(value); - this._microsoftflowenvironment = value; - this.OnmicrosoftflowenvironmentChanged(); - this.OnPropertyChanged("microsoftflowenvironment"); + this.OnispaienabledChanging(value); + this._ispaienabled = value; + this.OnispaienabledChanged(); + this.OnPropertyChanged("ispaienabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _microsoftflowenvironment; - partial void OnmicrosoftflowenvironmentChanging(string value); - partial void OnmicrosoftflowenvironmentChanged(); + private global::System.Nullable _ispaienabled; + partial void OnispaienabledChanging(global::System.Nullable value); + partial void OnispaienabledChanged(); /// - /// There are no comments for Property isexternalsearchindexenabled in the schema. + /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isexternalsearchindexenabled + public virtual string entityimage_url { get { - return this._isexternalsearchindexenabled; + return this._entityimage_url; } set { - this.OnisexternalsearchindexenabledChanging(value); - this._isexternalsearchindexenabled = value; - this.OnisexternalsearchindexenabledChanged(); - this.OnPropertyChanged("isexternalsearchindexenabled"); + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isexternalsearchindexenabled; - partial void OnisexternalsearchindexenabledChanging(global::System.Nullable value); - partial void OnisexternalsearchindexenabledChanged(); + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); + /// + /// There are no comments for Property sessiontimeoutinmins in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable sessiontimeoutinmins + { + get + { + return this._sessiontimeoutinmins; + } + set + { + this.OnsessiontimeoutinminsChanging(value); + this._sessiontimeoutinmins = value; + this.OnsessiontimeoutinminsChanged(); + this.OnPropertyChanged("sessiontimeoutinmins"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _sessiontimeoutinmins; + partial void OnsessiontimeoutinminsChanging(global::System.Nullable value); + partial void OnsessiontimeoutinminsChanged(); + /// + /// There are no comments for Property cortanaproactiveexperienceenabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable cortanaproactiveexperienceenabled + { + get + { + return this._cortanaproactiveexperienceenabled; + } + set + { + this.OncortanaproactiveexperienceenabledChanging(value); + this._cortanaproactiveexperienceenabled = value; + this.OncortanaproactiveexperienceenabledChanged(); + this.OnPropertyChanged("cortanaproactiveexperienceenabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _cortanaproactiveexperienceenabled; + partial void OncortanaproactiveexperienceenabledChanging(global::System.Nullable value); + partial void OncortanaproactiveexperienceenabledChanged(); /// /// There are no comments for Property enablelivepersonacarduci in the schema. /// @@ -480772,71 +480889,27 @@ public virtual string microsoftflowenvironment partial void OnisdefaultcountrycodecheckenabledChanging(global::System.Nullable value); partial void OnisdefaultcountrycodecheckenabledChanged(); /// - /// There are no comments for Property auditretentionperiod in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable auditretentionperiod - { - get - { - return this._auditretentionperiod; - } - set - { - this.OnauditretentionperiodChanging(value); - this._auditretentionperiod = value; - this.OnauditretentionperiodChanged(); - this.OnPropertyChanged("auditretentionperiod"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _auditretentionperiod; - partial void OnauditretentionperiodChanging(global::System.Nullable value); - partial void OnauditretentionperiodChanged(); - /// - /// There are no comments for Property entityimage in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] entityimage - { - get - { - return this._entityimage; - } - set - { - this.OnentityimageChanging(value); - this._entityimage = value; - this.OnentityimageChanged(); - this.OnPropertyChanged("entityimage"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _entityimage; - partial void OnentityimageChanging(byte[] value); - partial void OnentityimageChanged(); - /// - /// There are no comments for Property fiscalyearformatyear in the schema. + /// There are no comments for Property generatealertsforerrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable fiscalyearformatyear + public virtual global::System.Nullable generatealertsforerrors { get { - return this._fiscalyearformatyear; + return this._generatealertsforerrors; } set { - this.OnfiscalyearformatyearChanging(value); - this._fiscalyearformatyear = value; - this.OnfiscalyearformatyearChanged(); - this.OnPropertyChanged("fiscalyearformatyear"); + this.OngeneratealertsforerrorsChanging(value); + this._generatealertsforerrors = value; + this.OngeneratealertsforerrorsChanged(); + this.OnPropertyChanged("generatealertsforerrors"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _fiscalyearformatyear; - partial void OnfiscalyearformatyearChanging(global::System.Nullable value); - partial void OnfiscalyearformatyearChanged(); + private global::System.Nullable _generatealertsforerrors; + partial void OngeneratealertsforerrorsChanging(global::System.Nullable value); + partial void OngeneratealertsforerrorsChanged(); /// /// There are no comments for Property entityimage_timestamp in the schema. /// @@ -480882,28 +480955,6 @@ public virtual string privreportinggroupname partial void OnprivreportinggroupnameChanging(string value); partial void OnprivreportinggroupnameChanged(); /// - /// There are no comments for Property yearstartweekcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable yearstartweekcode - { - get - { - return this._yearstartweekcode; - } - set - { - this.OnyearstartweekcodeChanging(value); - this._yearstartweekcode = value; - this.OnyearstartweekcodeChanged(); - this.OnPropertyChanged("yearstartweekcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _yearstartweekcode; - partial void OnyearstartweekcodeChanging(global::System.Nullable value); - partial void OnyearstartweekcodeChanged(); - /// /// There are no comments for Property uselegacyrendering in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -480948,28 +480999,6 @@ public virtual string privreportinggroupname partial void OnmaximumtrackingnumberChanging(global::System.Nullable value); partial void OnmaximumtrackingnumberChanged(); /// - /// There are no comments for Property isofficegraphenabled in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isofficegraphenabled - { - get - { - return this._isofficegraphenabled; - } - set - { - this.OnisofficegraphenabledChanging(value); - this._isofficegraphenabled = value; - this.OnisofficegraphenabledChanged(); - this.OnPropertyChanged("isofficegraphenabled"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isofficegraphenabled; - partial void OnisofficegraphenabledChanging(global::System.Nullable value); - partial void OnisofficegraphenabledChanged(); - /// /// There are no comments for Property allowautoresponsecreation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -480992,27 +481021,27 @@ public virtual string privreportinggroupname partial void OnallowautoresponsecreationChanging(global::System.Nullable value); partial void OnallowautoresponsecreationChanged(); /// - /// There are no comments for Property allowlegacyclientexperience in the schema. + /// There are no comments for Property schedulingengine in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable allowlegacyclientexperience + public virtual global::System.Nullable schedulingengine { get { - return this._allowlegacyclientexperience; + return this._schedulingengine; } set { - this.OnallowlegacyclientexperienceChanging(value); - this._allowlegacyclientexperience = value; - this.OnallowlegacyclientexperienceChanged(); - this.OnPropertyChanged("allowlegacyclientexperience"); + this.OnschedulingengineChanging(value); + this._schedulingengine = value; + this.OnschedulingengineChanged(); + this.OnPropertyChanged("schedulingengine"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _allowlegacyclientexperience; - partial void OnallowlegacyclientexperienceChanging(global::System.Nullable value); - partial void OnallowlegacyclientexperienceChanged(); + private global::System.Nullable _schedulingengine; + partial void OnschedulingengineChanging(global::System.Nullable value); + partial void OnschedulingengineChanged(); /// /// There are no comments for Property ismsteamsenabled in the schema. /// @@ -481058,71 +481087,71 @@ public virtual string privreportinggroupname partial void OnenablemicrosoftflowintegrationChanging(global::System.Nullable value); partial void OnenablemicrosoftflowintegrationChanged(); /// - /// There are no comments for Property emailcorrelationenabled in the schema. + /// There are no comments for Property yammernetworkpermalink in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable emailcorrelationenabled + public virtual string yammernetworkpermalink { get { - return this._emailcorrelationenabled; + return this._yammernetworkpermalink; } set { - this.OnemailcorrelationenabledChanging(value); - this._emailcorrelationenabled = value; - this.OnemailcorrelationenabledChanged(); - this.OnPropertyChanged("emailcorrelationenabled"); + this.OnyammernetworkpermalinkChanging(value); + this._yammernetworkpermalink = value; + this.OnyammernetworkpermalinkChanged(); + this.OnPropertyChanged("yammernetworkpermalink"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _emailcorrelationenabled; - partial void OnemailcorrelationenabledChanging(global::System.Nullable value); - partial void OnemailcorrelationenabledChanged(); + private string _yammernetworkpermalink; + partial void OnyammernetworkpermalinkChanging(string value); + partial void OnyammernetworkpermalinkChanged(); /// - /// There are no comments for Property socialinsightsenabled in the schema. + /// There are no comments for Property allowlegacydialogsembedding in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable socialinsightsenabled + public virtual global::System.Nullable allowlegacydialogsembedding { get { - return this._socialinsightsenabled; + return this._allowlegacydialogsembedding; } set { - this.OnsocialinsightsenabledChanging(value); - this._socialinsightsenabled = value; - this.OnsocialinsightsenabledChanged(); - this.OnPropertyChanged("socialinsightsenabled"); + this.OnallowlegacydialogsembeddingChanging(value); + this._allowlegacydialogsembedding = value; + this.OnallowlegacydialogsembeddingChanged(); + this.OnPropertyChanged("allowlegacydialogsembedding"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _socialinsightsenabled; - partial void OnsocialinsightsenabledChanging(global::System.Nullable value); - partial void OnsocialinsightsenabledChanged(); + private global::System.Nullable _allowlegacydialogsembedding; + partial void OnallowlegacydialogsembeddingChanging(global::System.Nullable value); + partial void OnallowlegacydialogsembeddingChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property enablepricingoncreate 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 enablepricingoncreate { get { - return this.__createdby_value; + return this._enablepricingoncreate; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnenablepricingoncreateChanging(value); + this._enablepricingoncreate = value; + this.OnenablepricingoncreateChanged(); + this.OnPropertyChanged("enablepricingoncreate"); } } [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 _enablepricingoncreate; + partial void OnenablepricingoncreateChanging(global::System.Nullable value); + partial void OnenablepricingoncreateChanged(); /// /// There are no comments for Property initialversion in the schema. /// @@ -481146,49 +481175,49 @@ public virtual string initialversion partial void OninitialversionChanging(string value); partial void OninitialversionChanged(); /// - /// There are no comments for Property delegatedadminuserid in the schema. + /// There are no comments for Property maximumactivebusinessprocessflowsallowedperentity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable delegatedadminuserid + public virtual global::System.Nullable maximumactivebusinessprocessflowsallowedperentity { get { - return this._delegatedadminuserid; + return this._maximumactivebusinessprocessflowsallowedperentity; } set { - this.OndelegatedadminuseridChanging(value); - this._delegatedadminuserid = value; - this.OndelegatedadminuseridChanged(); - this.OnPropertyChanged("delegatedadminuserid"); + this.OnmaximumactivebusinessprocessflowsallowedperentityChanging(value); + this._maximumactivebusinessprocessflowsallowedperentity = value; + this.OnmaximumactivebusinessprocessflowsallowedperentityChanged(); + this.OnPropertyChanged("maximumactivebusinessprocessflowsallowedperentity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _delegatedadminuserid; - partial void OndelegatedadminuseridChanging(global::System.Nullable value); - partial void OndelegatedadminuseridChanged(); + private global::System.Nullable _maximumactivebusinessprocessflowsallowedperentity; + partial void OnmaximumactivebusinessprocessflowsallowedperentityChanging(global::System.Nullable value); + partial void OnmaximumactivebusinessprocessflowsallowedperentityChanged(); /// - /// There are no comments for Property isfiscalperiodmonthbased in the schema. + /// There are no comments for Property pricingdecimalprecision in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isfiscalperiodmonthbased + public virtual global::System.Nullable pricingdecimalprecision { get { - return this._isfiscalperiodmonthbased; + return this._pricingdecimalprecision; } set { - this.OnisfiscalperiodmonthbasedChanging(value); - this._isfiscalperiodmonthbased = value; - this.OnisfiscalperiodmonthbasedChanged(); - this.OnPropertyChanged("isfiscalperiodmonthbased"); + this.OnpricingdecimalprecisionChanging(value); + this._pricingdecimalprecision = value; + this.OnpricingdecimalprecisionChanged(); + this.OnPropertyChanged("pricingdecimalprecision"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isfiscalperiodmonthbased; - partial void OnisfiscalperiodmonthbasedChanging(global::System.Nullable value); - partial void OnisfiscalperiodmonthbasedChanged(); + private global::System.Nullable _pricingdecimalprecision; + partial void OnpricingdecimalprecisionChanging(global::System.Nullable value); + partial void OnpricingdecimalprecisionChanged(); /// /// There are no comments for Property fiscalperiodtype in the schema. /// @@ -481256,28 +481285,6 @@ public virtual string disabledreason partial void OndisabledreasonChanging(string value); partial void OndisabledreasonChanged(); /// - /// There are no comments for Property uniquespecifierlength in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable uniquespecifierlength - { - get - { - return this._uniquespecifierlength; - } - set - { - this.OnuniquespecifierlengthChanging(value); - this._uniquespecifierlength = value; - this.OnuniquespecifierlengthChanged(); - this.OnPropertyChanged("uniquespecifierlength"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _uniquespecifierlength; - partial void OnuniquespecifierlengthChanging(global::System.Nullable value); - partial void OnuniquespecifierlengthChanged(); - /// /// There are no comments for Property ispdfgenerationenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -481300,27 +481307,27 @@ public virtual string ispdfgenerationenabled partial void OnispdfgenerationenabledChanging(string value); partial void OnispdfgenerationenabledChanged(); /// - /// There are no comments for Property enablelivepersoncardintegrationinoffice in the schema. + /// There are no comments for Property isduplicatedetectionenabledforofflinesync in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable enablelivepersoncardintegrationinoffice + public virtual global::System.Nullable isduplicatedetectionenabledforofflinesync { get { - return this._enablelivepersoncardintegrationinoffice; + return this._isduplicatedetectionenabledforofflinesync; } set { - this.OnenablelivepersoncardintegrationinofficeChanging(value); - this._enablelivepersoncardintegrationinoffice = value; - this.OnenablelivepersoncardintegrationinofficeChanged(); - this.OnPropertyChanged("enablelivepersoncardintegrationinoffice"); + this.OnisduplicatedetectionenabledforofflinesyncChanging(value); + this._isduplicatedetectionenabledforofflinesync = value; + this.OnisduplicatedetectionenabledforofflinesyncChanged(); + this.OnPropertyChanged("isduplicatedetectionenabledforofflinesync"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _enablelivepersoncardintegrationinoffice; - partial void OnenablelivepersoncardintegrationinofficeChanging(global::System.Nullable value); - partial void OnenablelivepersoncardintegrationinofficeChanged(); + private global::System.Nullable _isduplicatedetectionenabledforofflinesync; + partial void OnisduplicatedetectionenabledforofflinesyncChanging(global::System.Nullable value); + partial void OnisduplicatedetectionenabledforofflinesyncChanged(); /// /// There are no comments for Property maxrecordsforexporttoexcel in the schema. /// @@ -481432,28 +481439,6 @@ public virtual string kaprefix partial void OnallowmarketingemailexecutionChanging(global::System.Nullable value); partial void OnallowmarketingemailexecutionChanged(); /// - /// There are no comments for Property sqmenabled in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sqmenabled - { - get - { - return this._sqmenabled; - } - set - { - this.OnsqmenabledChanging(value); - this._sqmenabled = value; - this.OnsqmenabledChanged(); - this.OnPropertyChanged("sqmenabled"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sqmenabled; - partial void OnsqmenabledChanging(global::System.Nullable value); - partial void OnsqmenabledChanged(); - /// /// There are no comments for Property timeformatstring in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -481586,27 +481571,27 @@ public virtual string webresourcehash partial void OnsortidChanging(global::System.Nullable value); partial void OnsortidChanged(); /// - /// There are no comments for Property globalhelpurl in the schema. + /// There are no comments for Property defaultcountrycode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string globalhelpurl + public virtual string defaultcountrycode { get { - return this._globalhelpurl; + return this._defaultcountrycode; } set { - this.OnglobalhelpurlChanging(value); - this._globalhelpurl = value; - this.OnglobalhelpurlChanged(); - this.OnPropertyChanged("globalhelpurl"); + this.OndefaultcountrycodeChanging(value); + this._defaultcountrycode = value; + this.OndefaultcountrycodeChanged(); + this.OnPropertyChanged("defaultcountrycode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _globalhelpurl; - partial void OnglobalhelpurlChanging(string value); - partial void OnglobalhelpurlChanged(); + private string _defaultcountrycode; + partial void OndefaultcountrycodeChanging(string value); + partial void OndefaultcountrycodeChanged(); /// /// There are no comments for Property isallmoneydecimal in the schema. /// @@ -481630,28 +481615,6 @@ public virtual string globalhelpurl partial void OnisallmoneydecimalChanging(global::System.Nullable value); partial void OnisallmoneydecimalChanged(); /// - /// There are no comments for Property fiscalyearformatsuffix in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable fiscalyearformatsuffix - { - get - { - return this._fiscalyearformatsuffix; - } - set - { - this.OnfiscalyearformatsuffixChanging(value); - this._fiscalyearformatsuffix = value; - this.OnfiscalyearformatsuffixChanged(); - this.OnPropertyChanged("fiscalyearformatsuffix"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _fiscalyearformatsuffix; - partial void OnfiscalyearformatsuffixChanging(global::System.Nullable value); - partial void OnfiscalyearformatsuffixChanged(); - /// /// There are no comments for Property isauditenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -481696,27 +481659,71 @@ public virtual string fiscalyearformat partial void OnfiscalyearformatChanging(string value); partial void OnfiscalyearformatChanged(); /// - /// There are no comments for Property sendbulkemailinuci in the schema. + /// There are no comments for Property ignoreinternalemail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sendbulkemailinuci + public virtual global::System.Nullable ignoreinternalemail { get { - return this._sendbulkemailinuci; + return this._ignoreinternalemail; } set { - this.OnsendbulkemailinuciChanging(value); - this._sendbulkemailinuci = value; - this.OnsendbulkemailinuciChanged(); - this.OnPropertyChanged("sendbulkemailinuci"); + this.OnignoreinternalemailChanging(value); + this._ignoreinternalemail = value; + this.OnignoreinternalemailChanged(); + this.OnPropertyChanged("ignoreinternalemail"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sendbulkemailinuci; - partial void OnsendbulkemailinuciChanging(global::System.Nullable value); - partial void OnsendbulkemailinuciChanged(); + private global::System.Nullable _ignoreinternalemail; + partial void OnignoreinternalemailChanging(global::System.Nullable value); + partial void OnignoreinternalemailChanged(); + /// + /// There are no comments for Property _basecurrencyid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _basecurrencyid_value + { + get + { + return this.__basecurrencyid_value; + } + set + { + this.On_basecurrencyid_valueChanging(value); + this.__basecurrencyid_value = value; + this.On_basecurrencyid_valueChanged(); + this.OnPropertyChanged("_basecurrencyid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __basecurrencyid_value; + partial void On_basecurrencyid_valueChanging(global::System.Nullable value); + partial void On_basecurrencyid_valueChanged(); + /// + /// There are no comments for Property rierrorstatus in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable rierrorstatus + { + get + { + return this._rierrorstatus; + } + set + { + this.OnrierrorstatusChanging(value); + this._rierrorstatus = value; + this.OnrierrorstatusChanged(); + this.OnPropertyChanged("rierrorstatus"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _rierrorstatus; + partial void OnrierrorstatusChanging(global::System.Nullable value); + partial void OnrierrorstatusChanged(); /// /// There are no comments for Property defaultcrmcustomname in the schema. /// @@ -481740,6 +481747,28 @@ public virtual string defaultcrmcustomname partial void OndefaultcrmcustomnameChanging(string value); partial void OndefaultcrmcustomnameChanged(); /// + /// There are no comments for Property emailcorrelationenabled in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable emailcorrelationenabled + { + get + { + return this._emailcorrelationenabled; + } + set + { + this.OnemailcorrelationenabledChanging(value); + this._emailcorrelationenabled = value; + this.OnemailcorrelationenabledChanged(); + this.OnPropertyChanged("emailcorrelationenabled"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _emailcorrelationenabled; + partial void OnemailcorrelationenabledChanging(global::System.Nullable value); + partial void OnemailcorrelationenabledChanged(); + /// /// There are no comments for Property maxslaitemspersla in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -481784,27 +481813,27 @@ public virtual string defaultcrmcustomname partial void OnisbpfentitycustomizationfeatureenabledChanging(global::System.Nullable value); partial void OnisbpfentitycustomizationfeatureenabledChanged(); /// - /// There are no comments for Property maxconditionsformobileofflinefilters in the schema. + /// There are no comments for Property privacystatementurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable maxconditionsformobileofflinefilters + public virtual string privacystatementurl { get { - return this._maxconditionsformobileofflinefilters; + return this._privacystatementurl; } set { - this.OnmaxconditionsformobileofflinefiltersChanging(value); - this._maxconditionsformobileofflinefilters = value; - this.OnmaxconditionsformobileofflinefiltersChanged(); - this.OnPropertyChanged("maxconditionsformobileofflinefilters"); + this.OnprivacystatementurlChanging(value); + this._privacystatementurl = value; + this.OnprivacystatementurlChanged(); + this.OnPropertyChanged("privacystatementurl"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _maxconditionsformobileofflinefilters; - partial void OnmaxconditionsformobileofflinefiltersChanging(global::System.Nullable value); - partial void OnmaxconditionsformobileofflinefiltersChanged(); + private string _privacystatementurl; + partial void OnprivacystatementurlChanging(string value); + partial void OnprivacystatementurlChanged(); /// /// There are no comments for Property businessclosurecalendarid in the schema. /// @@ -481850,49 +481879,49 @@ public virtual string defaultcrmcustomname partial void OnshowweeknumberChanging(global::System.Nullable value); partial void OnshowweeknumberChanged(); /// - /// There are no comments for Property fiscalcalendarstart in the schema. + /// There are no comments for Property uniquespecifierlength in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable fiscalcalendarstart + public virtual global::System.Nullable uniquespecifierlength { get { - return this._fiscalcalendarstart; + return this._uniquespecifierlength; } set { - this.OnfiscalcalendarstartChanging(value); - this._fiscalcalendarstart = value; - this.OnfiscalcalendarstartChanged(); - this.OnPropertyChanged("fiscalcalendarstart"); + this.OnuniquespecifierlengthChanging(value); + this._uniquespecifierlength = value; + this.OnuniquespecifierlengthChanged(); + this.OnPropertyChanged("uniquespecifierlength"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _fiscalcalendarstart; - partial void OnfiscalcalendarstartChanging(global::System.Nullable value); - partial void OnfiscalcalendarstartChanged(); + private global::System.Nullable _uniquespecifierlength; + partial void OnuniquespecifierlengthChanging(global::System.Nullable value); + partial void OnuniquespecifierlengthChanged(); /// - /// There are no comments for Property sessiontimeoutinmins in the schema. + /// There are no comments for Property sendbulkemailinuci in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sessiontimeoutinmins + public virtual global::System.Nullable sendbulkemailinuci { get { - return this._sessiontimeoutinmins; + return this._sendbulkemailinuci; } set { - this.OnsessiontimeoutinminsChanging(value); - this._sessiontimeoutinmins = value; - this.OnsessiontimeoutinminsChanged(); - this.OnPropertyChanged("sessiontimeoutinmins"); + this.OnsendbulkemailinuciChanging(value); + this._sendbulkemailinuci = value; + this.OnsendbulkemailinuciChanged(); + this.OnPropertyChanged("sendbulkemailinuci"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sessiontimeoutinmins; - partial void OnsessiontimeoutinminsChanging(global::System.Nullable value); - partial void OnsessiontimeoutinminsChanged(); + private global::System.Nullable _sendbulkemailinuci; + partial void OnsendbulkemailinuciChanging(global::System.Nullable value); + partial void OnsendbulkemailinuciChanged(); /// /// There are no comments for Property appointmentricheditorexperience in the schema. /// @@ -481916,71 +481945,71 @@ public virtual string defaultcrmcustomname partial void OnappointmentricheditorexperienceChanging(global::System.Nullable value); partial void OnappointmentricheditorexperienceChanged(); /// - /// There are no comments for Property _defaultemailserverprofileid_value in the schema. + /// There are no comments for Property isenabledforallroles in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _defaultemailserverprofileid_value + public virtual global::System.Nullable isenabledforallroles { get { - return this.__defaultemailserverprofileid_value; + return this._isenabledforallroles; } set { - this.On_defaultemailserverprofileid_valueChanging(value); - this.__defaultemailserverprofileid_value = value; - this.On_defaultemailserverprofileid_valueChanged(); - this.OnPropertyChanged("_defaultemailserverprofileid_value"); + this.OnisenabledforallrolesChanging(value); + this._isenabledforallroles = value; + this.OnisenabledforallrolesChanged(); + this.OnPropertyChanged("isenabledforallroles"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __defaultemailserverprofileid_value; - partial void On_defaultemailserverprofileid_valueChanging(global::System.Nullable value); - partial void On_defaultemailserverprofileid_valueChanged(); + private global::System.Nullable _isenabledforallroles; + partial void OnisenabledforallrolesChanging(global::System.Nullable value); + partial void OnisenabledforallrolesChanged(); /// - /// There are no comments for Property integrationuserid in the schema. + /// There are no comments for Property _defaultmobileofflineprofileid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable integrationuserid + public virtual global::System.Nullable _defaultmobileofflineprofileid_value { get { - return this._integrationuserid; + return this.__defaultmobileofflineprofileid_value; } set { - this.OnintegrationuseridChanging(value); - this._integrationuserid = value; - this.OnintegrationuseridChanged(); - this.OnPropertyChanged("integrationuserid"); + this.On_defaultmobileofflineprofileid_valueChanging(value); + this.__defaultmobileofflineprofileid_value = value; + this.On_defaultmobileofflineprofileid_valueChanged(); + this.OnPropertyChanged("_defaultmobileofflineprofileid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _integrationuserid; - partial void OnintegrationuseridChanging(global::System.Nullable value); - partial void OnintegrationuseridChanged(); + private global::System.Nullable __defaultmobileofflineprofileid_value; + partial void On_defaultmobileofflineprofileid_valueChanging(global::System.Nullable value); + partial void On_defaultmobileofflineprofileid_valueChanged(); /// - /// There are no comments for Property entityimage_url in the schema. + /// There are no comments for Property isappointmentattachmentsyncenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url + public virtual global::System.Nullable isappointmentattachmentsyncenabled { get { - return this._entityimage_url; + return this._isappointmentattachmentsyncenabled; } set { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); + this.OnisappointmentattachmentsyncenabledChanging(value); + this._isappointmentattachmentsyncenabled = value; + this.OnisappointmentattachmentsyncenabledChanged(); + this.OnPropertyChanged("isappointmentattachmentsyncenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); + private global::System.Nullable _isappointmentattachmentsyncenabled; + partial void OnisappointmentattachmentsyncenabledChanging(global::System.Nullable value); + partial void OnisappointmentattachmentsyncenabledChanged(); /// /// There are no comments for Property isnewaddproductexperienceenabled in the schema. /// @@ -482004,27 +482033,71 @@ public virtual string entityimage_url partial void OnisnewaddproductexperienceenabledChanging(global::System.Nullable value); partial void OnisnewaddproductexperienceenabledChanged(); /// - /// There are no comments for Property pmdesignator in the schema. + /// There are no comments for Property maxverboseloggingmailbox in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string pmdesignator + public virtual global::System.Nullable maxverboseloggingmailbox { get { - return this._pmdesignator; + return this._maxverboseloggingmailbox; } set { - this.OnpmdesignatorChanging(value); - this._pmdesignator = value; - this.OnpmdesignatorChanged(); - this.OnPropertyChanged("pmdesignator"); + this.OnmaxverboseloggingmailboxChanging(value); + this._maxverboseloggingmailbox = value; + this.OnmaxverboseloggingmailboxChanged(); + this.OnPropertyChanged("maxverboseloggingmailbox"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _pmdesignator; - partial void OnpmdesignatorChanging(string value); - partial void OnpmdesignatorChanged(); + private global::System.Nullable _maxverboseloggingmailbox; + partial void OnmaxverboseloggingmailboxChanging(global::System.Nullable value); + partial void OnmaxverboseloggingmailboxChanged(); + /// + /// There are no comments for Property slapausestates in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string slapausestates + { + get + { + return this._slapausestates; + } + set + { + this.OnslapausestatesChanging(value); + this._slapausestates = value; + this.OnslapausestatesChanged(); + this.OnPropertyChanged("slapausestates"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _slapausestates; + partial void OnslapausestatesChanging(string value); + partial void OnslapausestatesChanged(); + /// + /// There are no comments for Property enablelivepersoncardintegrationinoffice in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable enablelivepersoncardintegrationinoffice + { + get + { + return this._enablelivepersoncardintegrationinoffice; + } + set + { + this.OnenablelivepersoncardintegrationinofficeChanging(value); + this._enablelivepersoncardintegrationinoffice = value; + this.OnenablelivepersoncardintegrationinofficeChanged(); + this.OnPropertyChanged("enablelivepersoncardintegrationinoffice"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _enablelivepersoncardintegrationinoffice; + partial void OnenablelivepersoncardintegrationinofficeChanging(global::System.Nullable value); + partial void OnenablelivepersoncardintegrationinofficeChanged(); /// /// There are no comments for Property sampledataimportid in the schema. /// @@ -482070,28 +482143,6 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property currencydecimalprecision in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable currencydecimalprecision - { - get - { - return this._currencydecimalprecision; - } - set - { - this.OncurrencydecimalprecisionChanging(value); - this._currencydecimalprecision = value; - this.OncurrencydecimalprecisionChanged(); - this.OnPropertyChanged("currencydecimalprecision"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _currencydecimalprecision; - partial void OncurrencydecimalprecisionChanging(global::System.Nullable value); - partial void OncurrencydecimalprecisionChanged(); - /// /// There are no comments for Property emailconnectionchannel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -482158,115 +482209,115 @@ public virtual string name partial void OnallowunresolvedpartiesonemailsendChanging(global::System.Nullable value); partial void OnallowunresolvedpartiesonemailsendChanged(); /// - /// There are no comments for Property ispaienabled in the schema. + /// There are no comments for Property isautodatacapturev2enabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispaienabled + public virtual global::System.Nullable isautodatacapturev2enabled { get { - return this._ispaienabled; + return this._isautodatacapturev2enabled; } set { - this.OnispaienabledChanging(value); - this._ispaienabled = value; - this.OnispaienabledChanged(); - this.OnPropertyChanged("ispaienabled"); + this.Onisautodatacapturev2enabledChanging(value); + this._isautodatacapturev2enabled = value; + this.Onisautodatacapturev2enabledChanged(); + this.OnPropertyChanged("isautodatacapturev2enabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispaienabled; - partial void OnispaienabledChanging(global::System.Nullable value); - partial void OnispaienabledChanged(); + private global::System.Nullable _isautodatacapturev2enabled; + partial void Onisautodatacapturev2enabledChanging(global::System.Nullable value); + partial void Onisautodatacapturev2enabledChanged(); /// - /// There are no comments for Property isautodatacapturev2enabled in the schema. + /// There are no comments for Property externalpartyentitysettings in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isautodatacapturev2enabled + public virtual string externalpartyentitysettings { get { - return this._isautodatacapturev2enabled; + return this._externalpartyentitysettings; } set { - this.Onisautodatacapturev2enabledChanging(value); - this._isautodatacapturev2enabled = value; - this.Onisautodatacapturev2enabledChanged(); - this.OnPropertyChanged("isautodatacapturev2enabled"); + this.OnexternalpartyentitysettingsChanging(value); + this._externalpartyentitysettings = value; + this.OnexternalpartyentitysettingsChanged(); + this.OnPropertyChanged("externalpartyentitysettings"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isautodatacapturev2enabled; - partial void Onisautodatacapturev2enabledChanging(global::System.Nullable value); - partial void Onisautodatacapturev2enabledChanged(); + private string _externalpartyentitysettings; + partial void OnexternalpartyentitysettingsChanging(string value); + partial void OnexternalpartyentitysettingsChanged(); /// - /// There are no comments for Property allowautounsubscribeacknowledgement in the schema. + /// There are no comments for Property globalappendurlparametersenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable allowautounsubscribeacknowledgement + public virtual global::System.Nullable globalappendurlparametersenabled { get { - return this._allowautounsubscribeacknowledgement; + return this._globalappendurlparametersenabled; } set { - this.OnallowautounsubscribeacknowledgementChanging(value); - this._allowautounsubscribeacknowledgement = value; - this.OnallowautounsubscribeacknowledgementChanged(); - this.OnPropertyChanged("allowautounsubscribeacknowledgement"); + this.OnglobalappendurlparametersenabledChanging(value); + this._globalappendurlparametersenabled = value; + this.OnglobalappendurlparametersenabledChanged(); + this.OnPropertyChanged("globalappendurlparametersenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _allowautounsubscribeacknowledgement; - partial void OnallowautounsubscribeacknowledgementChanging(global::System.Nullable value); - partial void OnallowautounsubscribeacknowledgementChanged(); + private global::System.Nullable _globalappendurlparametersenabled; + partial void OnglobalappendurlparametersenabledChanging(global::System.Nullable value); + partial void OnglobalappendurlparametersenabledChanged(); /// - /// There are no comments for Property nexttrackingnumber in the schema. + /// There are no comments for Property inactivitytimeoutinmins in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable nexttrackingnumber + public virtual global::System.Nullable inactivitytimeoutinmins { get { - return this._nexttrackingnumber; + return this._inactivitytimeoutinmins; } set { - this.OnnexttrackingnumberChanging(value); - this._nexttrackingnumber = value; - this.OnnexttrackingnumberChanged(); - this.OnPropertyChanged("nexttrackingnumber"); + this.OninactivitytimeoutinminsChanging(value); + this._inactivitytimeoutinmins = value; + this.OninactivitytimeoutinminsChanged(); + this.OnPropertyChanged("inactivitytimeoutinmins"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _nexttrackingnumber; - partial void OnnexttrackingnumberChanging(global::System.Nullable value); - partial void OnnexttrackingnumberChanged(); + private global::System.Nullable _inactivitytimeoutinmins; + partial void OninactivitytimeoutinminsChanging(global::System.Nullable value); + partial void OninactivitytimeoutinminsChanged(); /// - /// There are no comments for Property enablepricingoncreate in the schema. + /// There are no comments for Property sqmenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable enablepricingoncreate + public virtual global::System.Nullable sqmenabled { get { - return this._enablepricingoncreate; + return this._sqmenabled; } set { - this.OnenablepricingoncreateChanging(value); - this._enablepricingoncreate = value; - this.OnenablepricingoncreateChanged(); - this.OnPropertyChanged("enablepricingoncreate"); + this.OnsqmenabledChanging(value); + this._sqmenabled = value; + this.OnsqmenabledChanged(); + this.OnPropertyChanged("sqmenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _enablepricingoncreate; - partial void OnenablepricingoncreateChanging(global::System.Nullable value); - partial void OnenablepricingoncreateChanged(); + private global::System.Nullable _sqmenabled; + partial void OnsqmenabledChanging(global::System.Nullable value); + partial void OnsqmenabledChanged(); /// /// There are no comments for Property parsedtablecolumnprefix in the schema. /// @@ -482290,27 +482341,27 @@ public virtual string parsedtablecolumnprefix partial void OnparsedtablecolumnprefixChanging(string value); partial void OnparsedtablecolumnprefixChanged(); /// - /// There are no comments for Property allowusersseeappdownloadmessage in the schema. + /// There are no comments for Property socialinsightsenabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable allowusersseeappdownloadmessage + public virtual global::System.Nullable socialinsightsenabled { get { - return this._allowusersseeappdownloadmessage; + return this._socialinsightsenabled; } set { - this.OnallowusersseeappdownloadmessageChanging(value); - this._allowusersseeappdownloadmessage = value; - this.OnallowusersseeappdownloadmessageChanged(); - this.OnPropertyChanged("allowusersseeappdownloadmessage"); + this.OnsocialinsightsenabledChanging(value); + this._socialinsightsenabled = value; + this.OnsocialinsightsenabledChanged(); + this.OnPropertyChanged("socialinsightsenabled"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _allowusersseeappdownloadmessage; - partial void OnallowusersseeappdownloadmessageChanging(global::System.Nullable value); - partial void OnallowusersseeappdownloadmessageChanged(); + private global::System.Nullable _socialinsightsenabled; + partial void OnsocialinsightsenabledChanging(global::System.Nullable value); + partial void OnsocialinsightsenabledChanged(); /// /// There are no comments for Property decimalsymbol in the schema. /// @@ -482422,27 +482473,27 @@ public virtual string signupoutlookdownloadfwlink partial void OnresolvesimilarunresolvedemailaddressChanging(global::System.Nullable value); partial void OnresolvesimilarunresolvedemailaddressChanged(); /// - /// There are no comments for Property unresolveemailaddressifmultiplematch in the schema. + /// There are no comments for Property maxproductsinbundle in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable unresolveemailaddressifmultiplematch + public virtual global::System.Nullable maxproductsinbundle { get { - return this._unresolveemailaddressifmultiplematch; + return this._maxproductsinbundle; } set { - this.OnunresolveemailaddressifmultiplematchChanging(value); - this._unresolveemailaddressifmultiplematch = value; - this.OnunresolveemailaddressifmultiplematchChanged(); - this.OnPropertyChanged("unresolveemailaddressifmultiplematch"); + this.OnmaxproductsinbundleChanging(value); + this._maxproductsinbundle = value; + this.OnmaxproductsinbundleChanged(); + this.OnPropertyChanged("maxproductsinbundle"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _unresolveemailaddressifmultiplematch; - partial void OnunresolveemailaddressifmultiplematchChanging(global::System.Nullable value); - partial void OnunresolveemailaddressifmultiplematchChanged(); + private global::System.Nullable _maxproductsinbundle; + partial void OnmaxproductsinbundleChanging(global::System.Nullable value); + partial void OnmaxproductsinbundleChanged(); /// /// There are no comments for Property sharetopreviousowneronassign in the schema. /// @@ -482598,27 +482649,27 @@ public virtual string qualifyleadadditionaloptions partial void OnsqlaccessgroupidChanging(global::System.Nullable value); partial void OnsqlaccessgroupidChanged(); /// - /// There are no comments for Property trackingprefix in the schema. + /// There are no comments for Property currencydecimalprecision in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string trackingprefix + public virtual global::System.Nullable currencydecimalprecision { get { - return this._trackingprefix; + return this._currencydecimalprecision; } set { - this.OntrackingprefixChanging(value); - this._trackingprefix = value; - this.OntrackingprefixChanged(); - this.OnPropertyChanged("trackingprefix"); + this.OncurrencydecimalprecisionChanging(value); + this._currencydecimalprecision = value; + this.OncurrencydecimalprecisionChanged(); + this.OnPropertyChanged("currencydecimalprecision"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _trackingprefix; - partial void OntrackingprefixChanging(string value); - partial void OntrackingprefixChanged(); + private global::System.Nullable _currencydecimalprecision; + partial void OncurrencydecimalprecisionChanging(global::System.Nullable value); + partial void OncurrencydecimalprecisionChanged(); /// /// There are no comments for Property yammergroupid in the schema. /// @@ -482664,49 +482715,49 @@ public virtual string dateformatstring partial void OndateformatstringChanging(string value); partial void OndateformatstringChanged(); /// - /// There are no comments for Property yammerpostmethod in the schema. + /// There are no comments for Property defaultthemedata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable yammerpostmethod + public virtual string defaultthemedata { get { - return this._yammerpostmethod; + return this._defaultthemedata; } set { - this.OnyammerpostmethodChanging(value); - this._yammerpostmethod = value; - this.OnyammerpostmethodChanged(); - this.OnPropertyChanged("yammerpostmethod"); + this.OndefaultthemedataChanging(value); + this._defaultthemedata = value; + this.OndefaultthemedataChanged(); + this.OnPropertyChanged("defaultthemedata"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _yammerpostmethod; - partial void OnyammerpostmethodChanging(global::System.Nullable value); - partial void OnyammerpostmethodChanged(); + private string _defaultthemedata; + partial void OndefaultthemedataChanging(string value); + partial void OndefaultthemedataChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property allowuserformmodepreference in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable allowuserformmodepreference { get { - return this._timezoneruleversionnumber; + return this._allowuserformmodepreference; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OnallowuserformmodepreferenceChanging(value); + this._allowuserformmodepreference = value; + this.OnallowuserformmodepreferenceChanged(); + this.OnPropertyChanged("allowuserformmodepreference"); } } [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::System.Nullable _allowuserformmodepreference; + partial void OnallowuserformmodepreferenceChanging(global::System.Nullable value); + partial void OnallowuserformmodepreferenceChanged(); /// /// There are no comments for Property lk_principalobjectattributeaccess_organizationid in the schema. /// @@ -486238,93 +486289,93 @@ public static ownermapping Createownermapping(global::Microsoft.Dynamics.CRM.sys partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property ownermappingid in the schema. + /// There are no comments for Property targetuservalueforsourcecrmuserlink in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ownermappingid + public virtual string targetuservalueforsourcecrmuserlink { get { - return this._ownermappingid; + return this._targetuservalueforsourcecrmuserlink; } set { - this.OnownermappingidChanging(value); - this._ownermappingid = value; - this.OnownermappingidChanged(); - this.OnPropertyChanged("ownermappingid"); + this.OntargetuservalueforsourcecrmuserlinkChanging(value); + this._targetuservalueforsourcecrmuserlink = value; + this.OntargetuservalueforsourcecrmuserlinkChanged(); + this.OnPropertyChanged("targetuservalueforsourcecrmuserlink"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ownermappingid; - partial void OnownermappingidChanging(global::System.Nullable value); - partial void OnownermappingidChanged(); + private string _targetuservalueforsourcecrmuserlink; + partial void OntargetuservalueforsourcecrmuserlinkChanging(string value); + partial void OntargetuservalueforsourcecrmuserlinkChanged(); /// - /// There are no comments for Property targetuservalueforsourcecrmuserlink in the schema. + /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string targetuservalueforsourcecrmuserlink + public virtual global::System.Nullable statuscode { get { - return this._targetuservalueforsourcecrmuserlink; + return this._statuscode; } set { - this.OntargetuservalueforsourcecrmuserlinkChanging(value); - this._targetuservalueforsourcecrmuserlink = value; - this.OntargetuservalueforsourcecrmuserlinkChanged(); - this.OnPropertyChanged("targetuservalueforsourcecrmuserlink"); + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _targetuservalueforsourcecrmuserlink; - partial void OntargetuservalueforsourcecrmuserlinkChanging(string value); - partial void OntargetuservalueforsourcecrmuserlinkChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable _createdby_value { get { - return this._modifiedon; + return this.__createdby_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._statuscode; + return this.__modifiedonbehalfby_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 _targetsystemuserid_value in the schema. /// @@ -486348,71 +486399,71 @@ public virtual string targetuservalueforsourcecrmuserlink partial void On_targetsystemuserid_valueChanging(global::System.Nullable value); partial void On_targetsystemuserid_valueChanged(); /// - /// There are no comments for Property introducedversion in the schema. + /// There are no comments for Property processcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable processcode { get { - return this._introducedversion; + return this._processcode; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + this.OnprocesscodeChanging(value); + this._processcode = value; + this.OnprocesscodeChanged(); + this.OnPropertyChanged("processcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + private global::System.Nullable _processcode; + partial void OnprocesscodeChanging(global::System.Nullable value); + partial void OnprocesscodeChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value 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 _modifiedonbehalfby_value + public virtual global::System.Nullable statecode { get { - return this.__modifiedonbehalfby_value; + return this._statecode; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property processcode in the schema. + /// 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 processcode + public virtual global::System.Nullable _modifiedby_value { get { - return this._processcode; + return this.__modifiedby_value; } set { - this.OnprocesscodeChanging(value); - this._processcode = value; - this.OnprocesscodeChanged(); - this.OnPropertyChanged("processcode"); + 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 _processcode; - partial void OnprocesscodeChanging(global::System.Nullable value); - partial void OnprocesscodeChanged(); + 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 ownermappingidunique in the schema. /// @@ -486436,28 +486487,6 @@ public virtual string introducedversion partial void OnownermappingiduniqueChanging(global::System.Nullable value); partial void OnownermappingiduniqueChanged(); /// - /// There are no comments for Property ismanaged in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged - { - get - { - return this._ismanaged; - } - set - { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); - /// /// There are no comments for Property targetsystemuserdomainname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -486480,115 +486509,115 @@ public virtual string targetsystemuserdomainname partial void OntargetsystemuserdomainnameChanging(string value); partial void OntargetsystemuserdomainnameChanged(); /// - /// There are no comments for Property _importmapid_value in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _importmapid_value + public virtual global::System.Nullable componentstate { get { - return this.__importmapid_value; + return this._componentstate; } set { - this.On_importmapid_valueChanging(value); - this.__importmapid_value = value; - this.On_importmapid_valueChanged(); - this.OnPropertyChanged("_importmapid_value"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __importmapid_value; - partial void On_importmapid_valueChanging(global::System.Nullable value); - partial void On_importmapid_valueChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string introducedversion { get { - return this._createdon; + return this._introducedversion; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); } } [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 string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property _importmapid_value 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 _importmapid_value { get { - return this.__createdby_value; + return this.__importmapid_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.On_importmapid_valueChanging(value); + this.__importmapid_value = value; + this.On_importmapid_valueChanged(); + this.OnPropertyChanged("_importmapid_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(); + private global::System.Nullable __importmapid_value; + partial void On_importmapid_valueChanging(global::System.Nullable value); + partial void On_importmapid_valueChanged(); /// - /// There are no comments for Property _modifiedby_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 _modifiedby_value + public virtual global::System.Nullable createdon { get { - return this.__modifiedby_value; + return this._createdon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property sourceuservalueforsourcecrmuserlink in the schema. + /// There are no comments for Property sourcesystemusername in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sourceuservalueforsourcecrmuserlink + public virtual string sourcesystemusername { get { - return this._sourceuservalueforsourcecrmuserlink; + return this._sourcesystemusername; } set { - this.OnsourceuservalueforsourcecrmuserlinkChanging(value); - this._sourceuservalueforsourcecrmuserlink = value; - this.OnsourceuservalueforsourcecrmuserlinkChanged(); - this.OnPropertyChanged("sourceuservalueforsourcecrmuserlink"); + this.OnsourcesystemusernameChanging(value); + this._sourcesystemusername = value; + this.OnsourcesystemusernameChanged(); + this.OnPropertyChanged("sourcesystemusername"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _sourceuservalueforsourcecrmuserlink; - partial void OnsourceuservalueforsourcecrmuserlinkChanging(string value); - partial void OnsourceuservalueforsourcecrmuserlinkChanged(); + private string _sourcesystemusername; + partial void OnsourcesystemusernameChanging(string value); + partial void OnsourcesystemusernameChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -486612,27 +486641,27 @@ public virtual string sourceuservalueforsourcecrmuserlink partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property sourcesystemusername in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sourcesystemusername + public virtual global::System.Nullable modifiedon { get { - return this._sourcesystemusername; + return this._modifiedon; } set { - this.OnsourcesystemusernameChanging(value); - this._sourcesystemusername = value; - this.OnsourcesystemusernameChanged(); - this.OnPropertyChanged("sourcesystemusername"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _sourcesystemusername; - partial void OnsourcesystemusernameChanging(string value); - partial void OnsourcesystemusernameChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -486656,49 +486685,71 @@ public virtual string sourcesystemusername partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property ownermappingid 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 ownermappingid { get { - return this._statecode; + return this._ownermappingid; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.OnownermappingidChanging(value); + this._ownermappingid = value; + this.OnownermappingidChanged(); + this.OnPropertyChanged("ownermappingid"); } } [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 _ownermappingid; + partial void OnownermappingidChanging(global::System.Nullable value); + partial void OnownermappingidChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable ismanaged { get { - return this._componentstate; + return this._ismanaged; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); + /// + /// There are no comments for Property sourceuservalueforsourcecrmuserlink in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string sourceuservalueforsourcecrmuserlink + { + get + { + return this._sourceuservalueforsourcecrmuserlink; + } + set + { + this.OnsourceuservalueforsourcecrmuserlinkChanging(value); + this._sourceuservalueforsourcecrmuserlink = value; + this.OnsourceuservalueforsourcecrmuserlinkChanged(); + this.OnPropertyChanged("sourceuservalueforsourcecrmuserlink"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _sourceuservalueforsourcecrmuserlink; + partial void OnsourceuservalueforsourcecrmuserlinkChanging(string value); + partial void OnsourceuservalueforsourcecrmuserlinkChanged(); /// /// There are no comments for Property modifiedonbehalfby in the schema. /// @@ -494868,27 +494919,27 @@ public static package Createpackage(global::Microsoft.Dynamics.CRM.systemuser cr partial void OntpspackageidChanging(global::System.Nullable value); partial void OntpspackageidChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable importsequencenumber { get { - return this._statuscode; + return this._importsequencenumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property packageversion in the schema. /// @@ -494934,49 +494985,27 @@ public virtual string packageversion partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 _organizationid_value in the schema. + /// 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 _organizationid_value + public virtual global::System.Nullable statuscode { get { - return this.__organizationid_value; + return this._statuscode; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property packageinstanceid in the schema. /// @@ -495022,49 +495051,27 @@ public virtual string packageversion partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// 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 importsequencenumber in the schema. + /// There are no comments for Property packageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable packageid { get { - return this._importsequencenumber; + return this._packageid; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OnpackageidChanging(value); + this._packageid = value; + this.OnpackageidChanged(); + this.OnPropertyChanged("packageid"); } } [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(); + private global::System.Nullable _packageid; + partial void OnpackageidChanging(global::System.Nullable value); + partial void OnpackageidChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -495110,6 +495117,94 @@ public virtual string packageversion partial void OnpublisheridChanging(global::System.Nullable value); partial void OnpublisheridChanged(); /// + /// 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 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 appid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable appid + { + get + { + return this._appid; + } + set + { + this.OnappidChanging(value); + this._appid = value; + this.OnappidChanged(); + this.OnPropertyChanged("appid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _appid; + partial void OnappidChanging(global::System.Nullable value); + partial void OnappidChanged(); + /// + /// There are no comments for Property applicationname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string applicationname + { + get + { + return this._applicationname; + } + set + { + this.OnapplicationnameChanging(value); + this._applicationname = value; + this.OnapplicationnameChanged(); + this.OnPropertyChanged("applicationname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _applicationname; + partial void OnapplicationnameChanging(string value); + partial void OnapplicationnameChanged(); + /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -495132,28 +495227,6 @@ public virtual string packageversion partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property appid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable appid - { - get - { - return this._appid; - } - set - { - this.OnappidChanging(value); - this._appid = value; - this.OnappidChanged(); - this.OnPropertyChanged("appid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _appid; - partial void OnappidChanging(global::System.Nullable value); - partial void OnappidChanged(); - /// /// There are no comments for Property packageinstanceoperationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -495198,27 +495271,27 @@ public virtual string packageversion 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 _organizationid_value 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 _organizationid_value { get { - return this._createdon; + return this.__organizationid_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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 __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property publishername in the schema. /// @@ -495242,49 +495315,49 @@ public virtual string publishername partial void OnpublishernameChanging(string value); partial void OnpublishernameChanged(); /// - /// There are no comments for Property applicationname in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string applicationname + public virtual global::System.Nullable modifiedon { get { - return this._applicationname; + return this._modifiedon; } set { - this.OnapplicationnameChanging(value); - this._applicationname = value; - this.OnapplicationnameChanged(); - this.OnPropertyChanged("applicationname"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _applicationname; - partial void OnapplicationnameChanging(string value); - partial void OnapplicationnameChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property installedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable installedon { get { - return this.__modifiedby_value; + return this._installedon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OninstalledonChanging(value); + this._installedon = value; + this.OninstalledonChanged(); + this.OnPropertyChanged("installedon"); } } [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(); + private global::System.Nullable _installedon; + partial void OninstalledonChanging(global::System.Nullable value); + partial void OninstalledonChanged(); /// /// There are no comments for Property packageuniquename in the schema. /// @@ -495308,27 +495381,27 @@ public virtual string packageuniquename partial void OnpackageuniquenameChanging(string value); partial void OnpackageuniquenameChanged(); /// - /// There are no comments for Property installedon 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 installedon + public virtual global::System.Nullable createdon { get { - return this._installedon; + return this._createdon; } set { - this.OninstalledonChanging(value); - this._installedon = value; - this.OninstalledonChanged(); - this.OnPropertyChanged("installedon"); + 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 _installedon; - partial void OninstalledonChanging(global::System.Nullable value); - partial void OninstalledonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -495352,28 +495425,6 @@ public virtual string packageuniquename partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property packageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable packageid - { - get - { - return this._packageid; - } - set - { - this.OnpackageidChanging(value); - this._packageid = value; - this.OnpackageidChanged(); - this.OnPropertyChanged("packageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _packageid; - partial void OnpackageidChanging(global::System.Nullable value); - partial void OnpackageidChanged(); - /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -495898,6 +495949,28 @@ public static personaldocumenttemplate Createpersonaldocumenttemplate(global::Mi return personaldocumenttemplate; } /// + /// 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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -496008,27 +496081,27 @@ public virtual string content partial void OncontentChanging(string value); partial void OncontentChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__createdonbehalfby_value; + return this.__ownerid_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 status in the schema. /// @@ -496052,27 +496125,27 @@ public virtual string content partial void OnstatusChanging(global::System.Nullable value); partial void OnstatusChanged(); /// - /// There are no comments for Property name 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 string name + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._name; + return this.__createdonbehalfby_value; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + 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 string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + 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 documenttype in the schema. /// @@ -496096,6 +496169,28 @@ public virtual string name partial void OndocumenttypeChanging(global::System.Nullable value); partial void OndocumenttypeChanged(); /// + /// 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 clientdata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -496162,49 +496257,27 @@ public virtual string clientdata partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 _ownerid_value in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual string name { get { - return this.__ownerid_value; + return this._name; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property _owningteam_value in the schema. /// @@ -496294,28 +496367,6 @@ public virtual string description partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 associatedentitytypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -501579,137 +501630,137 @@ public static phonetocaseprocess Createphonetocaseprocess(global::Microsoft.Dyna return phonetocaseprocess; } /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property duration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable duration { get { - return this._exchangerate; + return this._duration; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.OndurationChanging(value); + this._duration = value; + this.OndurationChanged(); + this.OnPropertyChanged("duration"); } } [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::System.Nullable _duration; + partial void OndurationChanging(global::System.Nullable value); + partial void OndurationChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable modifiedon { get { - return this._name; + return this._modifiedon; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual string name { get { - return this._statuscode; + return this._name; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable _organizationid_value { get { - return this._importsequencenumber; + return this.__organizationid_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// 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 _transactioncurrencyid_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__transactioncurrencyid_value; + return this._overriddencreatedon; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + 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 __transactioncurrencyid_value; - partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); - partial void On_transactioncurrencyid_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property activestagestartedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable activestagestartedon { get { - return this.__organizationid_value; + return this._activestagestartedon; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OnactivestagestartedonChanging(value); + this._activestagestartedon = value; + this.OnactivestagestartedonChanged(); + this.OnPropertyChanged("activestagestartedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _activestagestartedon; + partial void OnactivestagestartedonChanging(global::System.Nullable value); + partial void OnactivestagestartedonChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -501733,28 +501784,6 @@ public virtual string name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property duration in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable duration - { - get - { - return this._duration; - } - set - { - this.OndurationChanging(value); - this._duration = value; - this.OndurationChanged(); - this.OnPropertyChanged("duration"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _duration; - partial void OndurationChanging(global::System.Nullable value); - partial void OndurationChanged(); - /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -501777,27 +501806,27 @@ public virtual string name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _incidentid_value in the schema. + /// 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 _incidentid_value + public virtual global::System.Nullable statuscode { get { - return this.__incidentid_value; + return this._statuscode; } set { - this.On_incidentid_valueChanging(value); - this.__incidentid_value = value; - this.On_incidentid_valueChanged(); - this.OnPropertyChanged("_incidentid_value"); + 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 __incidentid_value; - partial void On_incidentid_valueChanging(global::System.Nullable value); - partial void On_incidentid_valueChanged(); + 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. /// @@ -501821,115 +501850,93 @@ public virtual string name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._modifiedon; + return this._utcconversiontimezonecode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property _incidentid_value 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 _incidentid_value { get { - return this.__createdonbehalfby_value; + return this.__incidentid_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.On_incidentid_valueChanging(value); + this.__incidentid_value = value; + this.On_incidentid_valueChanged(); + this.OnPropertyChanged("_incidentid_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(); + private global::System.Nullable __incidentid_value; + partial void On_incidentid_valueChanging(global::System.Nullable value); + partial void On_incidentid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual string traversedpath { get { - return this.__createdby_value; + return this._traversedpath; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [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 string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._overriddencreatedon; + return this.__createdonbehalfby_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + 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 _processid_value in the schema. /// @@ -501953,27 +501960,49 @@ public virtual string name partial void On_processid_valueChanging(global::System.Nullable value); partial void On_processid_valueChanged(); /// - /// There are no comments for Property traversedpath in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath + public virtual global::System.Nullable importsequencenumber { get { - return this._traversedpath; + return this._importsequencenumber; } set { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// 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 createdon in the schema. /// @@ -502019,93 +502048,93 @@ public virtual string traversedpath partial void OnbusinessprocessflowinstanceidChanging(global::System.Nullable value); partial void OnbusinessprocessflowinstanceidChanged(); /// - /// There are no comments for Property _activestageid_value in the schema. + /// 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 _activestageid_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__activestageid_value; + return this.__modifiedby_value; } set { - this.On_activestageid_valueChanging(value); - this.__activestageid_value = value; - this.On_activestageid_valueChanged(); - this.OnPropertyChanged("_activestageid_value"); + 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 __activestageid_value; - partial void On_activestageid_valueChanging(global::System.Nullable value); - partial void On_activestageid_valueChanged(); + 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 activestagestartedon in the schema. + /// 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 activestagestartedon + public virtual global::System.Nullable versionnumber { get { - return this._activestagestartedon; + return this._versionnumber; } set { - this.OnactivestagestartedonChanging(value); - this._activestagestartedon = value; - this.OnactivestagestartedonChanged(); - this.OnPropertyChanged("activestagestartedon"); + 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 _activestagestartedon; - partial void OnactivestagestartedonChanging(global::System.Nullable value); - partial void OnactivestagestartedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property versionnumber 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 versionnumber + public virtual global::System.Nullable _createdby_value { get { - return this._versionnumber; + return this.__createdby_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._utcconversiontimezonecode; + return this.__transactioncurrencyid_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 completedon in the schema. /// @@ -502129,6 +502158,28 @@ public virtual string traversedpath partial void OncompletedonChanging(global::System.Nullable value); partial void OncompletedonChanged(); /// + /// There are no comments for Property _activestageid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _activestageid_value + { + get + { + return this.__activestageid_value; + } + set + { + this.On_activestageid_valueChanging(value); + this.__activestageid_value = value; + this.On_activestageid_valueChanged(); + this.OnPropertyChanged("_activestageid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __activestageid_value; + partial void On_activestageid_valueChanging(global::System.Nullable value); + partial void On_activestageid_valueChanged(); + /// /// There are no comments for Property createdbyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -502691,6 +502742,28 @@ public static picklistmapping Createpicklistmapping(global::Microsoft.Dynamics.C partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -502823,28 +502896,6 @@ public virtual string sourcevalue partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -502889,27 +502940,27 @@ public virtual string sourcevalue partial void OntargetvalueChanging(global::System.Nullable value); partial void OntargetvalueChanged(); /// - /// There are no comments for Property _columnmappingid_value in the schema. + /// There are no comments for Property processcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _columnmappingid_value + public virtual global::System.Nullable processcode { get { - return this.__columnmappingid_value; + return this._processcode; } set { - this.On_columnmappingid_valueChanging(value); - this.__columnmappingid_value = value; - this.On_columnmappingid_valueChanged(); - this.OnPropertyChanged("_columnmappingid_value"); + this.OnprocesscodeChanging(value); + this._processcode = value; + this.OnprocesscodeChanged(); + this.OnPropertyChanged("processcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __columnmappingid_value; - partial void On_columnmappingid_valueChanging(global::System.Nullable value); - partial void On_columnmappingid_valueChanged(); + private global::System.Nullable _processcode; + partial void OnprocesscodeChanging(global::System.Nullable value); + partial void OnprocesscodeChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -502977,71 +503028,71 @@ public virtual string sourcevalue partial void OnpicklistmappingiduniqueChanging(global::System.Nullable value); partial void OnpicklistmappingiduniqueChanged(); /// - /// There are no comments for Property processcode in the schema. + /// There are no comments for Property _columnmappingid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processcode + public virtual global::System.Nullable _columnmappingid_value { get { - return this._processcode; + return this.__columnmappingid_value; } set { - this.OnprocesscodeChanging(value); - this._processcode = value; - this.OnprocesscodeChanged(); - this.OnPropertyChanged("processcode"); + this.On_columnmappingid_valueChanging(value); + this.__columnmappingid_value = value; + this.On_columnmappingid_valueChanged(); + this.OnPropertyChanged("_columnmappingid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processcode; - partial void OnprocesscodeChanging(global::System.Nullable value); - partial void OnprocesscodeChanged(); + private global::System.Nullable __columnmappingid_value; + partial void On_columnmappingid_valueChanging(global::System.Nullable value); + partial void On_columnmappingid_valueChanged(); /// - /// There are no comments for Property introducedversion 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 string introducedversion + public virtual global::System.Nullable _createdby_value { get { - return this._introducedversion; + return this.__createdby_value; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + 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 string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + 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 _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__createdby_value; + return this.__modifiedonbehalfby_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 statecode in the schema. /// @@ -503402,6 +503453,28 @@ public static pluginassembly Createpluginassembly(global::Microsoft.Dynamics.CRM return pluginassembly; } /// + /// There are no comments for Property url in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string url + { + get + { + return this._url; + } + set + { + this.OnurlChanging(value); + this._url = value; + this.OnurlChanged(); + this.OnPropertyChanged("url"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _url; + partial void OnurlChanging(string value); + partial void OnurlChanged(); + /// /// There are no comments for Property culture in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -503424,27 +503497,27 @@ public virtual string culture partial void OncultureChanging(string value); partial void OncultureChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property path in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string path { get { - return this.__modifiedby_value; + return this._path; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OnpathChanging(value); + this._path = value; + this.OnpathChanged(); + this.OnPropertyChanged("path"); } } [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(); + private string _path; + partial void OnpathChanging(string value); + partial void OnpathChanged(); /// /// There are no comments for Property version in the schema. /// @@ -503490,6 +503563,50 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// + /// There are no comments for Property ispasswordset in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ispasswordset + { + get + { + return this._ispasswordset; + } + set + { + this.OnispasswordsetChanging(value); + this._ispasswordset = value; + this.OnispasswordsetChanged(); + this.OnPropertyChanged("ispasswordset"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ispasswordset; + partial void OnispasswordsetChanging(global::System.Nullable value); + partial void OnispasswordsetChanged(); + /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// /// There are no comments for Property sourcehash in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -503578,49 +503695,49 @@ public virtual string username partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property introducedversion in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable _modifiedby_value { get { - return this._introducedversion; + return this.__modifiedby_value; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + 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 string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + 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 createdon in the schema. + /// There are no comments for Property componentstate 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 componentstate { get { - return this._createdon; + return this._componentstate; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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 _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property customizationlevel in the schema. /// @@ -503710,27 +503827,27 @@ public virtual byte[] content_binary partial void Oncontent_binaryChanging(byte[] value); partial void Oncontent_binaryChanged(); /// - /// There are no comments for Property path in the schema. + /// There are no comments for Property pluginassemblyid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string path + public virtual global::System.Nullable pluginassemblyid { get { - return this._path; + return this._pluginassemblyid; } set { - this.OnpathChanging(value); - this._path = value; - this.OnpathChanged(); - this.OnPropertyChanged("path"); + this.OnpluginassemblyidChanging(value); + this._pluginassemblyid = value; + this.OnpluginassemblyidChanged(); + this.OnPropertyChanged("pluginassemblyid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _path; - partial void OnpathChanging(string value); - partial void OnpathChanged(); + private global::System.Nullable _pluginassemblyid; + partial void OnpluginassemblyidChanging(global::System.Nullable value); + partial void OnpluginassemblyidChanged(); /// /// There are no comments for Property name in the schema. /// @@ -503754,71 +503871,71 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property minor 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 minor { get { - return this.__createdonbehalfby_value; + return this._minor; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnminorChanging(value); + this._minor = value; + this.OnminorChanged(); + this.OnPropertyChanged("minor"); } } [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 _minor; + partial void OnminorChanging(global::System.Nullable value); + partial void OnminorChanged(); /// - /// There are no comments for Property ispasswordset in the schema. + /// There are no comments for Property pluginassemblyidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispasswordset + public virtual global::System.Nullable pluginassemblyidunique { get { - return this._ispasswordset; + return this._pluginassemblyidunique; } set { - this.OnispasswordsetChanging(value); - this._ispasswordset = value; - this.OnispasswordsetChanged(); - this.OnPropertyChanged("ispasswordset"); + this.OnpluginassemblyiduniqueChanging(value); + this._pluginassemblyidunique = value; + this.OnpluginassemblyiduniqueChanged(); + this.OnPropertyChanged("pluginassemblyidunique"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispasswordset; - partial void OnispasswordsetChanging(global::System.Nullable value); - partial void OnispasswordsetChanged(); + private global::System.Nullable _pluginassemblyidunique; + partial void OnpluginassemblyiduniqueChanging(global::System.Nullable value); + partial void OnpluginassemblyiduniqueChanged(); /// - /// There are no comments for Property password in the schema. + /// There are no comments for Property introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string password + public virtual string introducedversion { get { - return this._password; + return this._introducedversion; } set { - this.OnpasswordChanging(value); - this._password = value; - this.OnpasswordChanged(); - this.OnPropertyChanged("password"); + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _password; - partial void OnpasswordChanging(string value); - partial void OnpasswordChanged(); + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -503864,27 +503981,27 @@ public virtual string password partial void OnisolationmodeChanging(global::System.Nullable value); partial void OnisolationmodeChanged(); /// - /// There are no comments for Property url 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 string url + public virtual global::System.Nullable createdon { get { - return this._url; + return this._createdon; } set { - this.OnurlChanging(value); - this._url = value; - this.OnurlChanged(); - this.OnPropertyChanged("url"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _url; - partial void OnurlChanging(string value); - partial void OnurlChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property iscustomizable in the schema. /// @@ -503952,49 +504069,49 @@ public virtual string url partial void OnmajorChanging(global::System.Nullable value); partial void OnmajorChanged(); /// - /// There are no comments for Property minor 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 minor + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._minor; + return this.__createdonbehalfby_value; } set { - this.OnminorChanging(value); - this._minor = value; - this.OnminorChanged(); - this.OnPropertyChanged("minor"); + 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 _minor; - partial void OnminorChanging(global::System.Nullable value); - partial void OnminorChanged(); + 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 componentstate in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable solutionid { get { - return this._componentstate; + return this._solutionid; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -504018,28 +504135,6 @@ public virtual string url partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property solutionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid - { - get - { - return this._solutionid; - } - set - { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); - /// /// There are no comments for Property authtype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -504084,28 +504179,6 @@ public virtual string url partial void OnsourcetypeChanging(global::System.Nullable value); partial void OnsourcetypeChanged(); /// - /// There are no comments for Property pluginassemblyid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pluginassemblyid - { - get - { - return this._pluginassemblyid; - } - set - { - this.OnpluginassemblyidChanging(value); - this._pluginassemblyid = value; - this.OnpluginassemblyidChanged(); - this.OnPropertyChanged("pluginassemblyid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pluginassemblyid; - partial void OnpluginassemblyidChanging(global::System.Nullable value); - partial void OnpluginassemblyidChanged(); - /// /// There are no comments for Property ishidden in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -504128,49 +504201,27 @@ public virtual string url partial void OnishiddenChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OnishiddenChanged(); /// - /// There are no comments for Property pluginassemblyidunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pluginassemblyidunique - { - get - { - return this._pluginassemblyidunique; - } - set - { - this.OnpluginassemblyiduniqueChanging(value); - this._pluginassemblyidunique = value; - this.OnpluginassemblyiduniqueChanged(); - this.OnPropertyChanged("pluginassemblyidunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pluginassemblyidunique; - partial void OnpluginassemblyiduniqueChanging(global::System.Nullable value); - partial void OnpluginassemblyiduniqueChanged(); - /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property password in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual string password { get { - return this._overwritetime; + return this._password; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OnpasswordChanging(value); + this._password = value; + this.OnpasswordChanged(); + this.OnPropertyChanged("password"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private string _password; + partial void OnpasswordChanging(string value); + partial void OnpasswordChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -504473,225 +504524,225 @@ public virtual string secureconfiguration partial void OnorganizationidChanging(global::System.Nullable value); partial void OnorganizationidChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property pluginstepid 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 pluginstepid { get { - return this.__createdby_value; + return this._pluginstepid; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnpluginstepidChanging(value); + this._pluginstepid = value; + this.OnpluginstepidChanged(); + this.OnPropertyChanged("pluginstepid"); } } [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 _pluginstepid; + partial void OnpluginstepidChanging(global::System.Nullable value); + partial void OnpluginstepidChanged(); /// - /// There are no comments for Property performanceexecutionduration in the schema. + /// There are no comments for Property persistencekey in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable performanceexecutionduration + public virtual global::System.Nullable persistencekey { get { - return this._performanceexecutionduration; + return this._persistencekey; } set { - this.OnperformanceexecutiondurationChanging(value); - this._performanceexecutionduration = value; - this.OnperformanceexecutiondurationChanged(); - this.OnPropertyChanged("performanceexecutionduration"); + this.OnpersistencekeyChanging(value); + this._persistencekey = value; + this.OnpersistencekeyChanged(); + this.OnPropertyChanged("persistencekey"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _performanceexecutionduration; - partial void OnperformanceexecutiondurationChanging(global::System.Nullable value); - partial void OnperformanceexecutiondurationChanged(); + private global::System.Nullable _persistencekey; + partial void OnpersistencekeyChanging(global::System.Nullable value); + partial void OnpersistencekeyChanged(); /// - /// There are no comments for Property plugintracelogid 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 plugintracelogid + public virtual global::System.Nullable _createdby_value { get { - return this._plugintracelogid; + return this.__createdby_value; } set { - this.OnplugintracelogidChanging(value); - this._plugintracelogid = value; - this.OnplugintracelogidChanged(); - this.OnPropertyChanged("plugintracelogid"); + 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 _plugintracelogid; - partial void OnplugintracelogidChanging(global::System.Nullable value); - partial void OnplugintracelogidChanged(); + 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 createdon in the schema. + /// There are no comments for Property performanceexecutionstarttime 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 performanceexecutionstarttime { get { - return this._createdon; + return this._performanceexecutionstarttime; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnperformanceexecutionstarttimeChanging(value); + this._performanceexecutionstarttime = value; + this.OnperformanceexecutionstarttimeChanged(); + this.OnPropertyChanged("performanceexecutionstarttime"); } } [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 _performanceexecutionstarttime; + partial void OnperformanceexecutionstarttimeChanging(global::System.Nullable value); + partial void OnperformanceexecutionstarttimeChanged(); /// - /// There are no comments for Property primaryentity in the schema. + /// There are no comments for Property performanceexecutionduration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string primaryentity + public virtual global::System.Nullable performanceexecutionduration { get { - return this._primaryentity; + return this._performanceexecutionduration; } set { - this.OnprimaryentityChanging(value); - this._primaryentity = value; - this.OnprimaryentityChanged(); - this.OnPropertyChanged("primaryentity"); + this.OnperformanceexecutiondurationChanging(value); + this._performanceexecutionduration = value; + this.OnperformanceexecutiondurationChanged(); + this.OnPropertyChanged("performanceexecutionduration"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _primaryentity; - partial void OnprimaryentityChanging(string value); - partial void OnprimaryentityChanged(); + private global::System.Nullable _performanceexecutionduration; + partial void OnperformanceexecutiondurationChanging(global::System.Nullable value); + partial void OnperformanceexecutiondurationChanged(); /// - /// There are no comments for Property performanceconstructorstarttime in the schema. + /// There are no comments for Property issystemcreated in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable performanceconstructorstarttime + public virtual global::System.Nullable issystemcreated { get { - return this._performanceconstructorstarttime; + return this._issystemcreated; } set { - this.OnperformanceconstructorstarttimeChanging(value); - this._performanceconstructorstarttime = value; - this.OnperformanceconstructorstarttimeChanged(); - this.OnPropertyChanged("performanceconstructorstarttime"); + this.OnissystemcreatedChanging(value); + this._issystemcreated = value; + this.OnissystemcreatedChanged(); + this.OnPropertyChanged("issystemcreated"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _performanceconstructorstarttime; - partial void OnperformanceconstructorstarttimeChanging(global::System.Nullable value); - partial void OnperformanceconstructorstarttimeChanged(); + private global::System.Nullable _issystemcreated; + partial void OnissystemcreatedChanging(global::System.Nullable value); + partial void OnissystemcreatedChanged(); /// - /// There are no comments for Property persistencekey in the schema. + /// There are no comments for Property primaryentity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable persistencekey + public virtual string primaryentity { get { - return this._persistencekey; + return this._primaryentity; } set { - this.OnpersistencekeyChanging(value); - this._persistencekey = value; - this.OnpersistencekeyChanged(); - this.OnPropertyChanged("persistencekey"); + this.OnprimaryentityChanging(value); + this._primaryentity = value; + this.OnprimaryentityChanged(); + this.OnPropertyChanged("primaryentity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _persistencekey; - partial void OnpersistencekeyChanging(global::System.Nullable value); - partial void OnpersistencekeyChanged(); + private string _primaryentity; + partial void OnprimaryentityChanging(string value); + partial void OnprimaryentityChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property plugintracelogid 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 plugintracelogid { get { - return this.__createdonbehalfby_value; + return this._plugintracelogid; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnplugintracelogidChanging(value); + this._plugintracelogid = value; + this.OnplugintracelogidChanged(); + this.OnPropertyChanged("plugintracelogid"); } } [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 _plugintracelogid; + partial void OnplugintracelogidChanging(global::System.Nullable value); + partial void OnplugintracelogidChanged(); /// - /// There are no comments for Property pluginstepid in the schema. + /// There are no comments for Property mode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pluginstepid + public virtual global::System.Nullable mode { get { - return this._pluginstepid; + return this._mode; } set { - this.OnpluginstepidChanging(value); - this._pluginstepid = value; - this.OnpluginstepidChanged(); - this.OnPropertyChanged("pluginstepid"); + this.OnmodeChanging(value); + this._mode = value; + this.OnmodeChanged(); + this.OnPropertyChanged("mode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pluginstepid; - partial void OnpluginstepidChanging(global::System.Nullable value); - partial void OnpluginstepidChanged(); + private global::System.Nullable _mode; + partial void OnmodeChanging(global::System.Nullable value); + partial void OnmodeChanged(); /// - /// There are no comments for Property mode in the schema. + /// There are no comments for Property correlationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable mode + public virtual global::System.Nullable correlationid { get { - return this._mode; + return this._correlationid; } set { - this.OnmodeChanging(value); - this._mode = value; - this.OnmodeChanged(); - this.OnPropertyChanged("mode"); + this.OncorrelationidChanging(value); + this._correlationid = value; + this.OncorrelationidChanged(); + this.OnPropertyChanged("correlationid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _mode; - partial void OnmodeChanging(global::System.Nullable value); - partial void OnmodeChanged(); + private global::System.Nullable _correlationid; + partial void OncorrelationidChanging(global::System.Nullable value); + partial void OncorrelationidChanged(); /// /// There are no comments for Property operationtype in the schema. /// @@ -504715,27 +504766,27 @@ public virtual string primaryentity partial void OnoperationtypeChanging(global::System.Nullable value); partial void OnoperationtypeChanged(); /// - /// There are no comments for Property messagename in the schema. + /// There are no comments for Property depth in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string messagename + public virtual global::System.Nullable depth { get { - return this._messagename; + return this._depth; } set { - this.OnmessagenameChanging(value); - this._messagename = value; - this.OnmessagenameChanged(); - this.OnPropertyChanged("messagename"); + this.OndepthChanging(value); + this._depth = value; + this.OndepthChanged(); + this.OnPropertyChanged("depth"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _messagename; - partial void OnmessagenameChanging(string value); - partial void OnmessagenameChanged(); + private global::System.Nullable _depth; + partial void OndepthChanging(global::System.Nullable value); + partial void OndepthChanged(); /// /// There are no comments for Property performanceconstructorduration in the schema. /// @@ -504759,28 +504810,6 @@ public virtual string messagename partial void OnperformanceconstructordurationChanging(global::System.Nullable value); partial void OnperformanceconstructordurationChanged(); /// - /// There are no comments for Property performanceexecutionstarttime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable performanceexecutionstarttime - { - get - { - return this._performanceexecutionstarttime; - } - set - { - this.OnperformanceexecutionstarttimeChanging(value); - this._performanceexecutionstarttime = value; - this.OnperformanceexecutionstarttimeChanged(); - this.OnPropertyChanged("performanceexecutionstarttime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _performanceexecutionstarttime; - partial void OnperformanceexecutionstarttimeChanging(global::System.Nullable value); - partial void OnperformanceexecutionstarttimeChanged(); - /// /// There are no comments for Property configuration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -504803,49 +504832,49 @@ public virtual string configuration partial void OnconfigurationChanging(string value); partial void OnconfigurationChanged(); /// - /// There are no comments for Property profile in the schema. + /// There are no comments for Property messagename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string profile + public virtual string messagename { get { - return this._profile; + return this._messagename; } set { - this.OnprofileChanging(value); - this._profile = value; - this.OnprofileChanged(); - this.OnPropertyChanged("profile"); + this.OnmessagenameChanging(value); + this._messagename = value; + this.OnmessagenameChanged(); + this.OnPropertyChanged("messagename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _profile; - partial void OnprofileChanging(string value); - partial void OnprofileChanged(); + private string _messagename; + partial void OnmessagenameChanging(string value); + partial void OnmessagenameChanged(); /// - /// There are no comments for Property depth in the schema. + /// There are no comments for Property profile in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable depth + public virtual string profile { get { - return this._depth; + return this._profile; } set { - this.OndepthChanging(value); - this._depth = value; - this.OndepthChanged(); - this.OnPropertyChanged("depth"); + this.OnprofileChanging(value); + this._profile = value; + this.OnprofileChanged(); + this.OnPropertyChanged("profile"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _depth; - partial void OndepthChanging(global::System.Nullable value); - partial void OndepthChanged(); + private string _profile; + partial void OnprofileChanging(string value); + partial void OnprofileChanged(); /// /// There are no comments for Property typename in the schema. /// @@ -504869,49 +504898,49 @@ public virtual string typename partial void OntypenameChanging(string value); partial void OntypenameChanged(); /// - /// There are no comments for Property issystemcreated in the schema. + /// There are no comments for Property performanceconstructorstarttime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable issystemcreated + public virtual global::System.Nullable performanceconstructorstarttime { get { - return this._issystemcreated; + return this._performanceconstructorstarttime; } set { - this.OnissystemcreatedChanging(value); - this._issystemcreated = value; - this.OnissystemcreatedChanged(); - this.OnPropertyChanged("issystemcreated"); + this.OnperformanceconstructorstarttimeChanging(value); + this._performanceconstructorstarttime = value; + this.OnperformanceconstructorstarttimeChanged(); + this.OnPropertyChanged("performanceconstructorstarttime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _issystemcreated; - partial void OnissystemcreatedChanging(global::System.Nullable value); - partial void OnissystemcreatedChanged(); + private global::System.Nullable _performanceconstructorstarttime; + partial void OnperformanceconstructorstarttimeChanging(global::System.Nullable value); + partial void OnperformanceconstructorstarttimeChanged(); /// - /// There are no comments for Property correlationid 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 correlationid + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._correlationid; + return this.__createdonbehalfby_value; } set { - this.OncorrelationidChanging(value); - this._correlationid = value; - this.OncorrelationidChanged(); - this.OnPropertyChanged("correlationid"); + 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 _correlationid; - partial void OncorrelationidChanging(global::System.Nullable value); - partial void OncorrelationidChanged(); + 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 requestid in the schema. /// @@ -504979,6 +505008,28 @@ public virtual string messageblock partial void OnmessageblockChanging(string value); partial void OnmessageblockChanged(); /// + /// 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 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -505341,49 +505392,27 @@ public static plugintype Createplugintype(global::Microsoft.Dynamics.CRM.systemu return plugintype; } /// - /// 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 plugintypeid in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable plugintypeid + public virtual global::System.Nullable ismanaged { get { - return this._plugintypeid; + return this._ismanaged; } set { - this.OnplugintypeidChanging(value); - this._plugintypeid = value; - this.OnplugintypeidChanged(); - this.OnPropertyChanged("plugintypeid"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _plugintypeid; - partial void OnplugintypeidChanging(global::System.Nullable value); - partial void OnplugintypeidChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -505407,49 +505436,27 @@ public static plugintype Createplugintype(global::Microsoft.Dynamics.CRM.systemu partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property isworkflowactivity in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isworkflowactivity - { - get - { - return this._isworkflowactivity; - } - set - { - this.OnisworkflowactivityChanging(value); - this._isworkflowactivity = value; - this.OnisworkflowactivityChanged(); - this.OnPropertyChanged("isworkflowactivity"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isworkflowactivity; - partial void OnisworkflowactivityChanging(global::System.Nullable value); - partial void OnisworkflowactivityChanged(); - /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property plugintypeidunique 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 plugintypeidunique { get { - return this.__createdonbehalfby_value; + return this._plugintypeidunique; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnplugintypeiduniqueChanging(value); + this._plugintypeidunique = value; + this.OnplugintypeiduniqueChanged(); + this.OnPropertyChanged("plugintypeidunique"); } } [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 _plugintypeidunique; + partial void OnplugintypeiduniqueChanging(global::System.Nullable value); + partial void OnplugintypeiduniqueChanged(); /// /// There are no comments for Property workflowactivitygroupname in the schema. /// @@ -505517,27 +505524,49 @@ public virtual string workflowactivitygroupname partial void OnminorChanging(global::System.Nullable value); partial void OnminorChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property solutionid 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 solutionid { get { - return this.__createdby_value; + return this._solutionid; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [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 _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); + /// + /// 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 culture in the schema. /// @@ -505583,27 +505612,71 @@ public virtual string version partial void OnversionChanging(string value); partial void OnversionChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property customworkflowactivityinfo in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual string customworkflowactivityinfo { get { - return this._ismanaged; + return this._customworkflowactivityinfo; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.OncustomworkflowactivityinfoChanging(value); + this._customworkflowactivityinfo = value; + this.OncustomworkflowactivityinfoChanged(); + this.OnPropertyChanged("customworkflowactivityinfo"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private string _customworkflowactivityinfo; + partial void OncustomworkflowactivityinfoChanging(string value); + partial void OncustomworkflowactivityinfoChanged(); + /// + /// 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 plugintypeid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable plugintypeid + { + get + { + return this._plugintypeid; + } + set + { + this.OnplugintypeidChanging(value); + this._plugintypeid = value; + this.OnplugintypeidChanged(); + this.OnPropertyChanged("plugintypeid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _plugintypeid; + partial void OnplugintypeidChanging(global::System.Nullable value); + partial void OnplugintypeidChanged(); /// /// There are no comments for Property description in the schema. /// @@ -505649,27 +505722,27 @@ public virtual string description partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value 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 _modifiedonbehalfby_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__modifiedonbehalfby_value; + return this.__createdonbehalfby_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 friendlyname in the schema. /// @@ -505715,71 +505788,71 @@ public virtual string friendlyname partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property customizationlevel in the schema. + /// 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 customizationlevel + public virtual global::System.Nullable versionnumber { get { - return this._customizationlevel; + return this._versionnumber; } set { - this.OncustomizationlevelChanging(value); - this._customizationlevel = value; - this.OncustomizationlevelChanged(); - this.OnPropertyChanged("customizationlevel"); + 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 _customizationlevel; - partial void OncustomizationlevelChanging(global::System.Nullable value); - partial void OncustomizationlevelChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property customizationlevel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable customizationlevel { get { - return this._solutionid; + return this._customizationlevel; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OncustomizationlevelChanging(value); + this._customizationlevel = value; + this.OncustomizationlevelChanged(); + this.OnPropertyChanged("customizationlevel"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _customizationlevel; + partial void OncustomizationlevelChanging(global::System.Nullable value); + partial void OncustomizationlevelChanged(); /// - /// There are no comments for Property plugintypeidunique in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable plugintypeidunique + public virtual global::System.Nullable componentstate { get { - return this._plugintypeidunique; + return this._componentstate; } set { - this.OnplugintypeiduniqueChanging(value); - this._plugintypeidunique = value; - this.OnplugintypeiduniqueChanged(); - this.OnPropertyChanged("plugintypeidunique"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _plugintypeidunique; - partial void OnplugintypeiduniqueChanging(global::System.Nullable value); - partial void OnplugintypeiduniqueChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property name in the schema. /// @@ -505825,27 +505898,27 @@ public virtual string publickeytoken partial void OnpublickeytokenChanging(string value); partial void OnpublickeytokenChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property isworkflowactivity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable isworkflowactivity { get { - return this._componentstate; + return this._isworkflowactivity; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnisworkflowactivityChanging(value); + this._isworkflowactivity = value; + this.OnisworkflowactivityChanged(); + this.OnPropertyChanged("isworkflowactivity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _isworkflowactivity; + partial void OnisworkflowactivityChanging(global::System.Nullable value); + partial void OnisworkflowactivityChanged(); /// /// There are no comments for Property assemblyname in the schema. /// @@ -505869,28 +505942,6 @@ public virtual string assemblyname partial void OnassemblynameChanging(string value); partial void OnassemblynameChanged(); /// - /// There are no comments for Property customworkflowactivityinfo in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string customworkflowactivityinfo - { - get - { - return this._customworkflowactivityinfo; - } - set - { - this.OncustomworkflowactivityinfoChanging(value); - this._customworkflowactivityinfo = value; - this.OncustomworkflowactivityinfoChanged(); - this.OnPropertyChanged("customworkflowactivityinfo"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _customworkflowactivityinfo; - partial void OncustomworkflowactivityinfoChanging(string value); - partial void OncustomworkflowactivityinfoChanged(); - /// /// There are no comments for Property _pluginassemblyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -506460,27 +506511,27 @@ public static plugintypestatistic Createplugintypestatistic(global::Microsoft.Dy partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property terminatememorycontributionpercent 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 terminatememorycontributionpercent { get { - return this.__createdby_value; + return this._terminatememorycontributionpercent; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnterminatememorycontributionpercentChanging(value); + this._terminatememorycontributionpercent = value; + this.OnterminatememorycontributionpercentChanged(); + this.OnPropertyChanged("terminatememorycontributionpercent"); } } [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 _terminatememorycontributionpercent; + partial void OnterminatememorycontributionpercentChanging(global::System.Nullable value); + partial void OnterminatememorycontributionpercentChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -506526,94 +506577,6 @@ public static plugintypestatistic Createplugintypestatistic(global::Microsoft.Dy partial void OncrashcountChanging(global::System.Nullable value); partial void OncrashcountChanged(); /// - /// There are no comments for Property executecount in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable executecount - { - get - { - return this._executecount; - } - set - { - this.OnexecutecountChanging(value); - this._executecount = value; - this.OnexecutecountChanged(); - this.OnPropertyChanged("executecount"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _executecount; - partial void OnexecutecountChanging(global::System.Nullable value); - partial void OnexecutecountChanged(); - /// - /// There are no comments for Property terminatememorycontributionpercent in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable terminatememorycontributionpercent - { - get - { - return this._terminatememorycontributionpercent; - } - set - { - this.OnterminatememorycontributionpercentChanging(value); - this._terminatememorycontributionpercent = value; - this.OnterminatememorycontributionpercentChanged(); - this.OnPropertyChanged("terminatememorycontributionpercent"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _terminatememorycontributionpercent; - partial void OnterminatememorycontributionpercentChanging(global::System.Nullable value); - partial void OnterminatememorycontributionpercentChanged(); - /// - /// There are no comments for Property terminateothercontributionpercent in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable terminateothercontributionpercent - { - get - { - return this._terminateothercontributionpercent; - } - set - { - this.OnterminateothercontributionpercentChanging(value); - this._terminateothercontributionpercent = value; - this.OnterminateothercontributionpercentChanged(); - this.OnPropertyChanged("terminateothercontributionpercent"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _terminateothercontributionpercent; - partial void OnterminateothercontributionpercentChanging(global::System.Nullable value); - partial void OnterminateothercontributionpercentChanged(); - /// - /// 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 terminatecpucontributionpercent in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -506636,6 +506599,72 @@ public static plugintypestatistic Createplugintypestatistic(global::Microsoft.Dy partial void OnterminatecpucontributionpercentChanging(global::System.Nullable value); partial void OnterminatecpucontributionpercentChanged(); /// + /// 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 _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 failurepercent in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -506724,27 +506753,27 @@ public static plugintypestatistic Createplugintypestatistic(global::Microsoft.Dy partial void On_plugintypeid_valueChanging(global::System.Nullable value); partial void On_plugintypeid_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property terminateothercontributionpercent 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 terminateothercontributionpercent { get { - return this.__createdonbehalfby_value; + return this._terminateothercontributionpercent; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnterminateothercontributionpercentChanging(value); + this._terminateothercontributionpercent = value; + this.OnterminateothercontributionpercentChanged(); + this.OnPropertyChanged("terminateothercontributionpercent"); } } [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 _terminateothercontributionpercent; + partial void OnterminateothercontributionpercentChanging(global::System.Nullable value); + partial void OnterminateothercontributionpercentChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -506834,6 +506863,28 @@ public static plugintypestatistic Createplugintypestatistic(global::Microsoft.Dy partial void OncrashpercentChanging(global::System.Nullable value); partial void OncrashpercentChanged(); /// + /// There are no comments for Property executecount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable executecount + { + get + { + return this._executecount; + } + set + { + this.OnexecutecountChanging(value); + this._executecount = value; + this.OnexecutecountChanged(); + this.OnPropertyChanged("executecount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _executecount; + partial void OnexecutecountChanging(global::System.Nullable value); + partial void OnexecutecountChanged(); + /// /// There are no comments for Property failurecount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -507423,6 +507474,28 @@ public static position Createposition(global::Microsoft.Dynamics.CRM.systemuser return position; } /// + /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -507467,49 +507540,49 @@ public static position Createposition(global::Microsoft.Dynamics.CRM.systemuser partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable overriddencreatedon { get { - return this._name; + return this._overriddencreatedon; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable modifiedon { get { - return this.__modifiedby_value; + return this._modifiedon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property _parentpositionid_value in the schema. /// @@ -507533,49 +507606,71 @@ public virtual string name partial void On_parentpositionid_valueChanging(global::System.Nullable value); partial void On_parentpositionid_valueChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable _organizationid_value { get { - return this._exchangerate; + return this.__organizationid_value; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual string description { get { - return this.__organizationid_value; + return this._description; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); + /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -507643,49 +507738,27 @@ public virtual string name partial void OnpositionidChanging(global::System.Nullable value); partial void OnpositionidChanged(); /// - /// 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 statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable importsequencenumber { get { - return this._statuscode; + return this._importsequencenumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// @@ -507731,28 +507804,6 @@ public virtual string name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property description in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description - { - get - { - return this._description; - } - set - { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); - /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -507797,71 +507848,71 @@ public virtual string description partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable exchangerate { get { - return this._timezoneruleversionnumber; + return this._exchangerate; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._modifiedon; + return this._timezoneruleversionnumber; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable statuscode { get { - return this._importsequencenumber; + return this._statuscode; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -508352,6 +508403,28 @@ public static postcomment Createpostcomment(global::Microsoft.Dynamics.CRM.syste return postcomment; } /// + /// 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 text in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -508396,27 +508469,27 @@ public virtual string text partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property utcconversiontimezonecode 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 utcconversiontimezonecode + public virtual global::System.Nullable createdon { get { - return this._utcconversiontimezonecode; + return this._createdon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -508440,28 +508513,6 @@ public virtual string text partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// 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#")] @@ -508528,27 +508579,27 @@ public virtual string text partial void OnpostcommentidChanging(global::System.Nullable value); partial void OnpostcommentidChanged(); /// - /// There are no comments for Property createdon 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 createdon + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._createdon; + return this.__createdonbehalfby_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + 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. /// @@ -510229,49 +510280,49 @@ public static postlike Createpostlike(global::Microsoft.Dynamics.CRM.systemuser return postlike; } /// - /// There are no comments for Property _createdonbehalfby_value 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 _createdonbehalfby_value + public virtual global::System.Nullable _createdby_value { get { - return this.__createdonbehalfby_value; + return this.__createdby_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 _createdby_value in the schema. + /// There are no comments for Property _postid_value 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 _postid_value { get { - return this.__createdby_value; + return this.__postid_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.On_postid_valueChanging(value); + this.__postid_value = value; + this.On_postid_valueChanged(); + this.OnPropertyChanged("_postid_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(); + private global::System.Nullable __postid_value; + partial void On_postid_valueChanging(global::System.Nullable value); + partial void On_postid_valueChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -510295,49 +510346,49 @@ public static postlike Createpostlike(global::Microsoft.Dynamics.CRM.systemuser partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _postid_value in the schema. + /// There are no comments for Property postlikeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _postid_value + public virtual global::System.Nullable postlikeid { get { - return this.__postid_value; + return this._postlikeid; } set { - this.On_postid_valueChanging(value); - this.__postid_value = value; - this.On_postid_valueChanged(); - this.OnPropertyChanged("_postid_value"); + this.OnpostlikeidChanging(value); + this._postlikeid = value; + this.OnpostlikeidChanged(); + this.OnPropertyChanged("postlikeid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __postid_value; - partial void On_postid_valueChanging(global::System.Nullable value); - partial void On_postid_valueChanged(); + private global::System.Nullable _postlikeid; + partial void OnpostlikeidChanging(global::System.Nullable value); + partial void OnpostlikeidChanged(); /// - /// There are no comments for Property postlikeid 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 postlikeid + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._postlikeid; + return this.__createdonbehalfby_value; } set { - this.OnpostlikeidChanging(value); - this._postlikeid = value; - this.OnpostlikeidChanged(); - this.OnPropertyChanged("postlikeid"); + 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 _postlikeid; - partial void OnpostlikeidChanging(global::System.Nullable value); - partial void OnpostlikeidChanged(); + 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 _organizationid_value in the schema. /// @@ -511914,27 +511965,27 @@ public static post Createpost(global::Microsoft.Dynamics.CRM.systemuser createdb partial void OntypeChanging(global::System.Nullable value); partial void OntypeChanged(); /// - /// There are no comments for Property text in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string text + public virtual global::System.Nullable modifiedon { get { - return this._text; + return this._modifiedon; } set { - this.OntextChanging(value); - this._text = value; - this.OntextChanged(); - this.OnPropertyChanged("text"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _text; - partial void OntextChanging(string value); - partial void OntextChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -512068,27 +512119,27 @@ public virtual string text partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property text in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual string text { get { - return this._modifiedon; + return this._text; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OntextChanging(value); + this._text = value; + this.OntextChanged(); + this.OnPropertyChanged("text"); } } [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 string _text; + partial void OntextChanging(string value); + partial void OntextChanged(); /// /// There are no comments for Property _regardingobjectownerid_value in the schema. /// @@ -513082,71 +513133,49 @@ public virtual string description partial void OnshippingmethodcodeChanging(global::System.Nullable value); partial void OnshippingmethodcodeChanged(); /// - /// 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 name 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 string name + public virtual global::System.Nullable createdon { get { - return this._name; + return this._createdon; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable modifiedon { get { - return this._statecode; + return this._modifiedon; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property freighttermscode in the schema. /// @@ -513170,28 +513199,6 @@ public virtual string name partial void OnfreighttermscodeChanging(global::System.Nullable value); partial void OnfreighttermscodeChanged(); /// - /// 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 pricelevelid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -513214,49 +513221,49 @@ public virtual string name partial void OnpricelevelidChanging(global::System.Nullable value); partial void OnpricelevelidChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string name { get { - return this._createdon; + return this._name; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__modifiedby_value; + return this._overriddencreatedon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -513280,28 +513287,6 @@ public virtual string name partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -513324,159 +513309,49 @@ public virtual string name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property paymentmethodcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable paymentmethodcode - { - get - { - return this._paymentmethodcode; - } - set - { - this.OnpaymentmethodcodeChanging(value); - this._paymentmethodcode = value; - this.OnpaymentmethodcodeChanged(); - this.OnPropertyChanged("paymentmethodcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _paymentmethodcode; - partial void OnpaymentmethodcodeChanging(global::System.Nullable value); - partial void OnpaymentmethodcodeChanged(); - /// - /// 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 enddate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable enddate - { - get - { - return this._enddate; - } - set - { - this.OnenddateChanging(value); - this._enddate = value; - this.OnenddateChanged(); - this.OnPropertyChanged("enddate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _enddate; - partial void OnenddateChanging(global::System.Nullable value); - partial void OnenddateChanged(); - /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// - /// There are no comments for Property begindate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable begindate - { - get - { - return this._begindate; - } - set - { - this.OnbegindateChanging(value); - this._begindate = value; - this.OnbegindateChanged(); - this.OnPropertyChanged("begindate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _begindate; - partial void OnbegindateChanging(global::System.Nullable value); - partial void OnbegindateChanged(); - /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._overriddencreatedon; + return this.__modifiedonbehalfby_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + 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 _transactioncurrencyid_value in the schema. + /// There are no comments for Property paymentmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual global::System.Nullable paymentmethodcode { get { - return this.__transactioncurrencyid_value; + return this._paymentmethodcode; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OnpaymentmethodcodeChanging(value); + this._paymentmethodcode = value; + this.OnpaymentmethodcodeChanged(); + this.OnPropertyChanged("paymentmethodcode"); } } [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::System.Nullable _paymentmethodcode; + partial void OnpaymentmethodcodeChanging(global::System.Nullable value); + partial void OnpaymentmethodcodeChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -513500,27 +513375,203 @@ public virtual string name partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable versionnumber { get { - return this._modifiedon; + return this._versionnumber; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// 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 enddate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable enddate + { + get + { + return this._enddate; + } + set + { + this.OnenddateChanging(value); + this._enddate = value; + this.OnenddateChanged(); + this.OnPropertyChanged("enddate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _enddate; + partial void OnenddateChanging(global::System.Nullable value); + partial void OnenddateChanged(); + /// + /// There are no comments for Property _organizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _organizationid_value + { + get + { + return this.__organizationid_value; + } + set + { + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); + /// + /// There are no comments for Property begindate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable begindate + { + get + { + return this._begindate; + } + set + { + this.OnbegindateChanging(value); + this._begindate = value; + this.OnbegindateChanged(); + this.OnPropertyChanged("begindate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _begindate; + partial void OnbegindateChanging(global::System.Nullable value); + partial void OnbegindateChanged(); + /// + /// 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 _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 _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 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 createdby in the schema. /// @@ -528302,28 +528353,6 @@ public static privilege Createprivilege(global::Microsoft.Dynamics.CRM.solution partial void OnprivilegerowidChanging(global::System.Nullable value); partial void OnprivilegerowidChanged(); /// - /// There are no comments for Property canbebasic in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable canbebasic - { - get - { - return this._canbebasic; - } - set - { - this.OncanbebasicChanging(value); - this._canbebasic = value; - this.OncanbebasicChanged(); - this.OnPropertyChanged("canbebasic"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _canbebasic; - partial void OncanbebasicChanging(global::System.Nullable value); - partial void OncanbebasicChanged(); - /// /// There are no comments for Property accessright in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -528346,27 +528375,27 @@ public static privilege Createprivilege(global::Microsoft.Dynamics.CRM.solution partial void OnaccessrightChanging(global::System.Nullable value); partial void OnaccessrightChanged(); /// - /// There are no comments for Property privilegeid in the schema. + /// There are no comments for Property canbebasic in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable privilegeid + public virtual global::System.Nullable canbebasic { get { - return this._privilegeid; + return this._canbebasic; } set { - this.OnprivilegeidChanging(value); - this._privilegeid = value; - this.OnprivilegeidChanged(); - this.OnPropertyChanged("privilegeid"); + this.OncanbebasicChanging(value); + this._canbebasic = value; + this.OncanbebasicChanged(); + this.OnPropertyChanged("canbebasic"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _privilegeid; - partial void OnprivilegeidChanging(global::System.Nullable value); - partial void OnprivilegeidChanged(); + private global::System.Nullable _canbebasic; + partial void OncanbebasicChanging(global::System.Nullable value); + partial void OncanbebasicChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -528412,27 +528441,27 @@ public static privilege Createprivilege(global::Microsoft.Dynamics.CRM.solution partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property privilegeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable privilegeid { get { - return this._solutionid; + return this._privilegeid; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnprivilegeidChanging(value); + this._privilegeid = value; + this.OnprivilegeidChanged(); + this.OnPropertyChanged("privilegeid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _privilegeid; + partial void OnprivilegeidChanging(global::System.Nullable value); + partial void OnprivilegeidChanged(); /// /// There are no comments for Property canbeentityreference in the schema. /// @@ -528610,6 +528639,28 @@ public virtual string introducedversion partial void OnintroducedversionChanging(string value); partial void OnintroducedversionChanged(); /// + /// There are no comments for Property solutionid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable solutionid + { + get + { + return this._solutionid; + } + set + { + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); + /// /// There are no comments for Property canbelocal in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -535990,6 +536041,28 @@ public static processsession Createprocesssession(global::Microsoft.Dynamics.CRM partial void OncompletedonChanging(global::System.Nullable value); partial void OncompletedonChanged(); /// + /// There are no comments for Property inputarguments in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string inputarguments + { + get + { + return this._inputarguments; + } + set + { + this.OninputargumentsChanging(value); + this._inputarguments = value; + this.OninputargumentsChanged(); + this.OnPropertyChanged("inputarguments"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _inputarguments; + partial void OninputargumentsChanging(string value); + partial void OninputargumentsChanged(); + /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -536034,159 +536107,115 @@ public static processsession Createprocesssession(global::Microsoft.Dynamics.CRM partial void On_executedby_valueChanging(global::System.Nullable value); partial void On_executedby_valueChanged(); /// - /// There are no comments for Property processstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string processstate - { - get - { - return this._processstate; - } - set - { - this.OnprocessstateChanging(value); - this._processstate = value; - this.OnprocessstateChanged(); - this.OnPropertyChanged("processstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _processstate; - partial void OnprocessstateChanging(string value); - partial void OnprocessstateChanged(); - /// - /// There are no comments for Property processstate_binary in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] processstate_binary - { - get - { - return this._processstate_binary; - } - set - { - this.Onprocessstate_binaryChanging(value); - this._processstate_binary = value; - this.Onprocessstate_binaryChanged(); - this.OnPropertyChanged("processstate_binary"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _processstate_binary; - partial void Onprocessstate_binaryChanging(byte[] value); - partial void Onprocessstate_binaryChanged(); - /// - /// There are no comments for Property _completedby_value in the schema. + /// There are no comments for Property errorcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _completedby_value + public virtual global::System.Nullable errorcode { get { - return this.__completedby_value; + return this._errorcode; } set { - this.On_completedby_valueChanging(value); - this.__completedby_value = value; - this.On_completedby_valueChanged(); - this.OnPropertyChanged("_completedby_value"); + this.OnerrorcodeChanging(value); + this._errorcode = value; + this.OnerrorcodeChanged(); + this.OnPropertyChanged("errorcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __completedby_value; - partial void On_completedby_valueChanging(global::System.Nullable value); - partial void On_completedby_valueChanged(); + private global::System.Nullable _errorcode; + partial void OnerrorcodeChanging(global::System.Nullable value); + partial void OnerrorcodeChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property executedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable executedon { get { - return this.__owningbusinessunit_value; + return this._executedon; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.OnexecutedonChanging(value); + this._executedon = value; + this.OnexecutedonChanged(); + this.OnPropertyChanged("executedon"); } } [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::System.Nullable _executedon; + partial void OnexecutedonChanging(global::System.Nullable value); + partial void OnexecutedonChanged(); /// - /// There are no comments for Property _processid_value in the schema. + /// 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 _processid_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__processid_value; + return this.__modifiedby_value; } set { - this.On_processid_valueChanging(value); - this.__processid_value = value; - this.On_processid_valueChanged(); - this.OnPropertyChanged("_processid_value"); + 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 __processid_value; - partial void On_processid_valueChanging(global::System.Nullable value); - partial void On_processid_valueChanged(); + 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 modifiedon in the schema. + /// There are no comments for Property _nextlinkedsessionid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable _nextlinkedsessionid_value { get { - return this._modifiedon; + return this.__nextlinkedsessionid_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.On_nextlinkedsessionid_valueChanging(value); + this.__nextlinkedsessionid_value = value; + this.On_nextlinkedsessionid_valueChanged(); + this.OnPropertyChanged("_nextlinkedsessionid_value"); } } [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::System.Nullable __nextlinkedsessionid_value; + partial void On_nextlinkedsessionid_valueChanging(global::System.Nullable value); + partial void On_nextlinkedsessionid_valueChanged(); /// - /// There are no comments for Property _nextlinkedsessionid_value in the schema. + /// There are no comments for Property _completedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _nextlinkedsessionid_value + public virtual global::System.Nullable _completedby_value { get { - return this.__nextlinkedsessionid_value; + return this.__completedby_value; } set { - this.On_nextlinkedsessionid_valueChanging(value); - this.__nextlinkedsessionid_value = value; - this.On_nextlinkedsessionid_valueChanged(); - this.OnPropertyChanged("_nextlinkedsessionid_value"); + this.On_completedby_valueChanging(value); + this.__completedby_value = value; + this.On_completedby_valueChanged(); + this.OnPropertyChanged("_completedby_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __nextlinkedsessionid_value; - partial void On_nextlinkedsessionid_valueChanging(global::System.Nullable value); - partial void On_nextlinkedsessionid_valueChanged(); + private global::System.Nullable __completedby_value; + partial void On_completedby_valueChanging(global::System.Nullable value); + partial void On_completedby_valueChanged(); /// /// There are no comments for Property name in the schema. /// @@ -536276,6 +536305,50 @@ public virtual string name partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// + /// There are no comments for Property processstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string processstate + { + get + { + return this._processstate; + } + set + { + this.OnprocessstateChanging(value); + this._processstate = value; + this.OnprocessstateChanged(); + this.OnPropertyChanged("processstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _processstate; + partial void OnprocessstateChanging(string value); + partial void OnprocessstateChanged(); + /// + /// There are no comments for Property processstate_binary in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual byte[] processstate_binary + { + get + { + return this._processstate_binary; + } + set + { + this.Onprocessstate_binaryChanging(value); + this._processstate_binary = value; + this.Onprocessstate_binaryChanged(); + this.OnPropertyChanged("processstate_binary"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private byte[] _processstate_binary; + partial void Onprocessstate_binaryChanging(byte[] value); + partial void Onprocessstate_binaryChanged(); + /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -536342,72 +536415,6 @@ public virtual string name partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property inputarguments in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string inputarguments - { - get - { - return this._inputarguments; - } - set - { - this.OninputargumentsChanging(value); - this._inputarguments = value; - this.OninputargumentsChanged(); - this.OnPropertyChanged("inputarguments"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _inputarguments; - partial void OninputargumentsChanging(string value); - partial void OninputargumentsChanged(); - /// - /// 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 processstagename in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string processstagename - { - get - { - return this._processstagename; - } - set - { - this.OnprocessstagenameChanging(value); - this._processstagename = value; - this.OnprocessstagenameChanged(); - this.OnPropertyChanged("processstagename"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _processstagename; - partial void OnprocessstagenameChanging(string value); - partial void OnprocessstagenameChanged(); - /// /// There are no comments for Property _canceledby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -536540,27 +536547,27 @@ public virtual string activityname partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property processsessionid in the schema. + /// There are no comments for Property processstagename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processsessionid + public virtual string processstagename { get { - return this._processsessionid; + return this._processstagename; } set { - this.OnprocesssessionidChanging(value); - this._processsessionid = value; - this.OnprocesssessionidChanged(); - this.OnPropertyChanged("processsessionid"); + this.OnprocessstagenameChanging(value); + this._processstagename = value; + this.OnprocessstagenameChanged(); + this.OnPropertyChanged("processstagename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processsessionid; - partial void OnprocesssessionidChanging(global::System.Nullable value); - partial void OnprocesssessionidChanged(); + private string _processstagename; + partial void OnprocessstagenameChanging(string value); + partial void OnprocessstagenameChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -536584,27 +536591,71 @@ public virtual string activityname partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property errorcode in the schema. + /// There are no comments for Property processsessionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable errorcode + public virtual global::System.Nullable processsessionid { get { - return this._errorcode; + return this._processsessionid; } set { - this.OnerrorcodeChanging(value); - this._errorcode = value; - this.OnerrorcodeChanged(); - this.OnPropertyChanged("errorcode"); + this.OnprocesssessionidChanging(value); + this._processsessionid = value; + this.OnprocesssessionidChanged(); + this.OnPropertyChanged("processsessionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _errorcode; - partial void OnerrorcodeChanging(global::System.Nullable value); - partial void OnerrorcodeChanged(); + private global::System.Nullable _processsessionid; + partial void OnprocesssessionidChanging(global::System.Nullable value); + partial void OnprocesssessionidChanged(); + /// + /// 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 _processid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _processid_value + { + get + { + return this.__processid_value; + } + set + { + this.On_processid_valueChanging(value); + this.__processid_value = value; + this.On_processid_valueChanged(); + this.OnPropertyChanged("_processid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __processid_value; + partial void On_processid_valueChanging(global::System.Nullable value); + partial void On_processid_valueChanged(); /// /// There are no comments for Property _startedby_value in the schema. /// @@ -536672,28 +536723,6 @@ public virtual string stepname partial void On_regardingobjectid_valueChanging(global::System.Nullable value); partial void On_regardingobjectid_valueChanged(); /// - /// There are no comments for Property executedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable executedon - { - get - { - return this._executedon; - } - set - { - this.OnexecutedonChanging(value); - this._executedon = value; - this.OnexecutedonChanged(); - this.OnPropertyChanged("executedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _executedon; - partial void OnexecutedonChanging(global::System.Nullable value); - partial void OnexecutedonChanged(); - /// /// There are no comments for Property startedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -536738,6 +536767,28 @@ public virtual string stepname partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// 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 regardingobjectid_theme in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -543150,49 +543201,27 @@ public static processstageparameter Createprocessstageparameter(global::Microsof partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// 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 overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable versionnumber { get { - return this._overriddencreatedon; + return this._versionnumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -543238,6 +543267,28 @@ public static processstageparameter Createprocessstageparameter(global::Microsof partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// + /// There are no comments for Property value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string value + { + get + { + return this._value; + } + set + { + this.OnvalueChanging(value); + this._value = value; + this.OnvalueChanged(); + this.OnPropertyChanged("value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _value; + partial void OnvalueChanging(string value); + partial void OnvalueChanged(); + /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -543260,27 +543311,27 @@ public static processstageparameter Createprocessstageparameter(global::Microsof partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable statuscode { get { - return this._versionnumber; + return this._statuscode; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -543304,50 +543355,6 @@ public static processstageparameter Createprocessstageparameter(global::Microsof partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string value - { - get - { - return this._value; - } - set - { - this.OnvalueChanging(value); - this._value = value; - this.OnvalueChanged(); - this.OnPropertyChanged("value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _value; - partial void OnvalueChanging(string value); - partial void OnvalueChanged(); - /// - /// 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 processstageparameterid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -543414,6 +543421,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// 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 _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -543524,6 +543553,28 @@ public virtual string name partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -544797,6 +544848,28 @@ public static processstage Createprocessstage(global::Microsoft.Dynamics.CRM.wor return processstage; } /// + /// There are no comments for Property stagecategory in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable stagecategory + { + get + { + return this._stagecategory; + } + set + { + this.OnstagecategoryChanging(value); + this._stagecategory = value; + this.OnstagecategoryChanged(); + this.OnPropertyChanged("stagecategory"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _stagecategory; + partial void OnstagecategoryChanging(global::System.Nullable value); + partial void OnstagecategoryChanged(); + /// /// There are no comments for Property clientdata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -544819,6 +544892,28 @@ public virtual string clientdata partial void OnclientdataChanging(string value); partial void OnclientdataChanged(); /// + /// There are no comments for Property operationtype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable operationtype + { + get + { + return this._operationtype; + } + set + { + this.OnoperationtypeChanging(value); + this._operationtype = value; + this.OnoperationtypeChanged(); + this.OnPropertyChanged("operationtype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _operationtype; + partial void OnoperationtypeChanging(global::System.Nullable value); + partial void OnoperationtypeChanged(); + /// /// There are no comments for Property owningbusinessunit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -544841,28 +544936,6 @@ public virtual string clientdata partial void OnowningbusinessunitChanging(global::System.Nullable value); partial void OnowningbusinessunitChanged(); /// - /// There are no comments for Property connector in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string connector - { - get - { - return this._connector; - } - set - { - this.OnconnectorChanging(value); - this._connector = value; - this.OnconnectorChanged(); - this.OnPropertyChanged("connector"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _connector; - partial void OnconnectorChanging(string value); - partial void OnconnectorChanged(); - /// /// There are no comments for Property primaryentitytypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -544885,27 +544958,27 @@ public virtual string primaryentitytypecode partial void OnprimaryentitytypecodeChanging(string value); partial void OnprimaryentitytypecodeChanged(); /// - /// There are no comments for Property operationtype in the schema. + /// There are no comments for Property connector in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable operationtype + public virtual string connector { get { - return this._operationtype; + return this._connector; } set { - this.OnoperationtypeChanging(value); - this._operationtype = value; - this.OnoperationtypeChanged(); - this.OnPropertyChanged("operationtype"); + this.OnconnectorChanging(value); + this._connector = value; + this.OnconnectorChanged(); + this.OnPropertyChanged("connector"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _operationtype; - partial void OnoperationtypeChanging(global::System.Nullable value); - partial void OnoperationtypeChanged(); + private string _connector; + partial void OnconnectorChanging(string value); + partial void OnconnectorChanged(); /// /// There are no comments for Property _processid_value in the schema. /// @@ -544995,28 +545068,6 @@ public virtual string stagename partial void OnoperationkindChanging(global::System.Nullable value); partial void OnoperationkindChanged(); /// - /// There are no comments for Property stagecategory in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stagecategory - { - get - { - return this._stagecategory; - } - set - { - this.OnstagecategoryChanging(value); - this._stagecategory = value; - this.OnstagecategoryChanged(); - this.OnPropertyChanged("stagecategory"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stagecategory; - partial void OnstagecategoryChanging(global::System.Nullable value); - partial void OnstagecategoryChanged(); - /// /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -546284,27 +546335,49 @@ public static processtrigger Createprocesstrigger(global::Microsoft.Dynamics.CRM partial void OnmethodidChanging(global::System.Nullable value); partial void OnmethodidChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this.__ownerid_value; + return this._iscustomizable; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [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.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); + /// + /// There are no comments for Property controltype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable controltype + { + get + { + return this._controltype; + } + set + { + this.OncontroltypeChanging(value); + this._controltype = value; + this.OncontroltypeChanged(); + this.OnPropertyChanged("controltype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _controltype; + partial void OncontroltypeChanging(global::System.Nullable value); + partial void OncontroltypeChanged(); /// /// There are no comments for Property scope in the schema. /// @@ -546394,49 +546467,49 @@ public static processtrigger Createprocesstrigger(global::Microsoft.Dynamics.CRM partial void OnowninguserChanging(global::System.Nullable value); partial void OnowninguserChanged(); /// - /// There are no comments for Property pipelinestage in the schema. + /// There are no comments for Property owningbusinessunit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pipelinestage + public virtual global::System.Nullable owningbusinessunit { get { - return this._pipelinestage; + return this._owningbusinessunit; } set { - this.OnpipelinestageChanging(value); - this._pipelinestage = value; - this.OnpipelinestageChanged(); - this.OnPropertyChanged("pipelinestage"); + this.OnowningbusinessunitChanging(value); + this._owningbusinessunit = value; + this.OnowningbusinessunitChanged(); + this.OnPropertyChanged("owningbusinessunit"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pipelinestage; - partial void OnpipelinestageChanging(global::System.Nullable value); - partial void OnpipelinestageChanged(); + private global::System.Nullable _owningbusinessunit; + partial void OnowningbusinessunitChanging(global::System.Nullable value); + partial void OnowningbusinessunitChanged(); /// - /// There are no comments for Property controlname 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 string controlname + public virtual global::System.Nullable _createdby_value { get { - return this._controlname; + return this.__createdby_value; } set { - this.OncontrolnameChanging(value); - this._controlname = value; - this.OncontrolnameChanged(); - this.OnPropertyChanged("controlname"); + 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 string _controlname; - partial void OncontrolnameChanging(string value); - partial void OncontrolnameChanged(); + 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 processtriggeridunique in the schema. /// @@ -546526,6 +546599,28 @@ public virtual string primaryentitytypecode partial void OnprimaryentitytypecodeChanging(string value); partial void OnprimaryentitytypecodeChanged(); /// + /// 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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -546570,28 +546665,6 @@ public virtual string primaryentitytypecode partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property iscustomizable in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable - { - get - { - return this._iscustomizable; - } - set - { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); - /// /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -546614,49 +546687,49 @@ public virtual string primaryentitytypecode partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property owningbusinessunit in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable owningbusinessunit + public virtual global::System.Nullable solutionid { get { - return this._owningbusinessunit; + return this._solutionid; } set { - this.OnowningbusinessunitChanging(value); - this._owningbusinessunit = value; - this.OnowningbusinessunitChanged(); - this.OnPropertyChanged("owningbusinessunit"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _owningbusinessunit; - partial void OnowningbusinessunitChanging(global::System.Nullable value); - partial void OnowningbusinessunitChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// - /// There are no comments for Property controltype in the schema. + /// There are no comments for Property pipelinestage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable controltype + public virtual global::System.Nullable pipelinestage { get { - return this._controltype; + return this._pipelinestage; } set { - this.OncontroltypeChanging(value); - this._controltype = value; - this.OncontroltypeChanged(); - this.OnPropertyChanged("controltype"); + this.OnpipelinestageChanging(value); + this._pipelinestage = value; + this.OnpipelinestageChanged(); + this.OnPropertyChanged("pipelinestage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _controltype; - partial void OncontroltypeChanging(global::System.Nullable value); - partial void OncontroltypeChanged(); + private global::System.Nullable _pipelinestage; + partial void OnpipelinestageChanging(global::System.Nullable value); + partial void OnpipelinestageChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -546702,27 +546775,27 @@ public virtual string @event partial void OneventChanging(string value); partial void OneventChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property controlname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual string controlname { get { - return this._solutionid; + return this._controlname; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OncontrolnameChanging(value); + this._controlname = value; + this.OncontrolnameChanged(); + this.OnPropertyChanged("controlname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private string _controlname; + partial void OncontrolnameChanging(string value); + partial void OncontrolnameChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -546768,28 +546841,6 @@ public virtual string @event partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// 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 createdonbehalfby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -547519,27 +547570,27 @@ public static productassociation Createproductassociation(global::Microsoft.Dyna partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable importsequencenumber { get { - return this._createdon; + return this._importsequencenumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property productassociationid in the schema. /// @@ -547607,27 +547658,27 @@ public static productassociation Createproductassociation(global::Microsoft.Dyna partial void OnquantityChanging(global::System.Nullable value); partial void OnquantityChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable overriddencreatedon { get { - return this._timezoneruleversionnumber; + return this._overriddencreatedon; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -547651,50 +547702,6 @@ public static productassociation Createproductassociation(global::Microsoft.Dyna partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 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 _associatedproduct_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -547717,71 +547724,71 @@ public static productassociation Createproductassociation(global::Microsoft.Dyna partial void On_associatedproduct_valueChanging(global::System.Nullable value); partial void On_associatedproduct_valueChanged(); /// - /// There are no comments for Property _uomid_value 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 _uomid_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__uomid_value; + return this.__createdonbehalfby_value; } set { - this.On_uomid_valueChanging(value); - this.__uomid_value = value; - this.On_uomid_valueChanged(); - this.OnPropertyChanged("_uomid_value"); + 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 __uomid_value; - partial void On_uomid_valueChanging(global::System.Nullable value); - partial void On_uomid_valueChanged(); + 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 _transactioncurrencyid_value 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 _transactioncurrencyid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__transactioncurrencyid_value; + return this.__createdby_value; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + 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 __transactioncurrencyid_value; - partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); - partial void On_transactioncurrencyid_valueChanged(); + 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 _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable modifiedon { get { - return this.__createdby_value; + return this._modifiedon; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property _productid_value in the schema. /// @@ -547827,71 +547834,71 @@ public static productassociation Createproductassociation(global::Microsoft.Dyna partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_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 _modifiedonbehalfby_value + public virtual global::System.Nullable createdon { get { - return this.__modifiedonbehalfby_value; + return this._createdon; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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. + /// There are no comments for Property _uomid_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 _uomid_value { get { - return this._statuscode; + return this.__uomid_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.On_uomid_valueChanging(value); + this.__uomid_value = value; + this.On_uomid_valueChanged(); + this.OnPropertyChanged("_uomid_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 __uomid_value; + partial void On_uomid_valueChanging(global::System.Nullable value); + partial void On_uomid_valueChanged(); /// - /// There are no comments for Property propertycustomizationstatus in the schema. + /// 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 propertycustomizationstatus + public virtual global::System.Nullable exchangerate { get { - return this._propertycustomizationstatus; + return this._exchangerate; } set { - this.OnpropertycustomizationstatusChanging(value); - this._propertycustomizationstatus = value; - this.OnpropertycustomizationstatusChanged(); - this.OnPropertyChanged("propertycustomizationstatus"); + 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 _propertycustomizationstatus; - partial void OnpropertycustomizationstatusChanging(global::System.Nullable value); - partial void OnpropertycustomizationstatusChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// /// There are no comments for Property productisrequired in the schema. /// @@ -547915,71 +547922,93 @@ public static productassociation Createproductassociation(global::Microsoft.Dyna partial void OnproductisrequiredChanging(global::System.Nullable value); partial void OnproductisrequiredChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property propertycustomizationstatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable propertycustomizationstatus { get { - return this._overriddencreatedon; + return this._propertycustomizationstatus; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OnpropertycustomizationstatusChanging(value); + this._propertycustomizationstatus = value; + this.OnpropertycustomizationstatusChanged(); + this.OnPropertyChanged("propertycustomizationstatus"); } } [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::System.Nullable _propertycustomizationstatus; + partial void OnpropertycustomizationstatusChanging(global::System.Nullable value); + partial void OnpropertycustomizationstatusChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable statuscode { get { - return this._modifiedon; + return this._statuscode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this.__createdonbehalfby_value; + return this.__transactioncurrencyid_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 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 versionnumber in the schema. /// @@ -548003,6 +548032,28 @@ public static productassociation Createproductassociation(global::Microsoft.Dyna partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// 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 _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -549039,137 +549090,115 @@ public virtual string productnumber partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 versionnumber in the schema. + /// There are no comments for Property quantitysellingcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable quantitysellingcode { get { - return this._versionnumber; + return this._quantitysellingcode; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnquantitysellingcodeChanging(value); + this._quantitysellingcode = value; + this.OnquantitysellingcodeChanged(); + this.OnPropertyChanged("quantitysellingcode"); } } [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::System.Nullable _quantitysellingcode; + partial void OnquantitysellingcodeChanging(global::System.Nullable value); + partial void OnquantitysellingcodeChanged(); /// - /// There are no comments for Property _discounttypeid_value in the schema. + /// There are no comments for Property productpricelevelid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _discounttypeid_value + public virtual global::System.Nullable productpricelevelid { get { - return this.__discounttypeid_value; + return this._productpricelevelid; } set { - this.On_discounttypeid_valueChanging(value); - this.__discounttypeid_value = value; - this.On_discounttypeid_valueChanged(); - this.OnPropertyChanged("_discounttypeid_value"); + this.OnproductpricelevelidChanging(value); + this._productpricelevelid = value; + this.OnproductpricelevelidChanged(); + this.OnPropertyChanged("productpricelevelid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __discounttypeid_value; - partial void On_discounttypeid_valueChanging(global::System.Nullable value); - partial void On_discounttypeid_valueChanged(); + private global::System.Nullable _productpricelevelid; + partial void OnproductpricelevelidChanging(global::System.Nullable value); + partial void OnproductpricelevelidChanged(); /// - /// There are no comments for Property stageid in the schema. + /// 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 stageid + public virtual global::System.Nullable modifiedon { get { - return this._stageid; + return this._modifiedon; } set { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); + 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 _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property processid in the schema. + /// There are no comments for Property _pricelevelid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processid + public virtual global::System.Nullable _pricelevelid_value { get { - return this._processid; + return this.__pricelevelid_value; } set { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); + this.On_pricelevelid_valueChanging(value); + this.__pricelevelid_value = value; + this.On_pricelevelid_valueChanged(); + this.OnPropertyChanged("_pricelevelid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); + private global::System.Nullable __pricelevelid_value; + partial void On_pricelevelid_valueChanging(global::System.Nullable value); + partial void On_pricelevelid_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string traversedpath { get { - return this._createdon; + return this._traversedpath; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [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 string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -549215,71 +549244,71 @@ public virtual string productnumber partial void OnpercentageChanging(global::System.Nullable value); partial void OnpercentageChanged(); /// - /// There are no comments for Property _pricelevelid_value in the schema. + /// There are no comments for Property amount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _pricelevelid_value + public virtual global::System.Nullable amount_base { get { - return this.__pricelevelid_value; + return this._amount_base; } set { - this.On_pricelevelid_valueChanging(value); - this.__pricelevelid_value = value; - this.On_pricelevelid_valueChanged(); - this.OnPropertyChanged("_pricelevelid_value"); + this.Onamount_baseChanging(value); + this._amount_base = value; + this.Onamount_baseChanged(); + this.OnPropertyChanged("amount_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __pricelevelid_value; - partial void On_pricelevelid_valueChanging(global::System.Nullable value); - partial void On_pricelevelid_valueChanged(); + private global::System.Nullable _amount_base; + partial void Onamount_baseChanging(global::System.Nullable value); + partial void Onamount_baseChanged(); /// - /// There are no comments for Property amount_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 amount_base + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._amount_base; + return this.__createdonbehalfby_value; } set { - this.Onamount_baseChanging(value); - this._amount_base = value; - this.Onamount_baseChanged(); - this.OnPropertyChanged("amount_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 _amount_base; - partial void Onamount_baseChanging(global::System.Nullable value); - partial void Onamount_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 _uomscheduleid_value 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 _uomscheduleid_value + public virtual global::System.Nullable _createdby_value { get { - return this.__uomscheduleid_value; + return this.__createdby_value; } set { - this.On_uomscheduleid_valueChanging(value); - this.__uomscheduleid_value = value; - this.On_uomscheduleid_valueChanged(); - this.OnPropertyChanged("_uomscheduleid_value"); + 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 __uomscheduleid_value; - partial void On_uomscheduleid_valueChanging(global::System.Nullable value); - partial void On_uomscheduleid_valueChanged(); + 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 roundingoptioncode in the schema. /// @@ -549303,49 +549332,49 @@ public virtual string productnumber partial void OnroundingoptioncodeChanging(global::System.Nullable value); partial void OnroundingoptioncodeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable versionnumber { get { - return this.__createdonbehalfby_value; + return this._versionnumber; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property roundingoptionamount in the schema. + /// There are no comments for Property processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable roundingoptionamount + public virtual global::System.Nullable processid { get { - return this._roundingoptionamount; + return this._processid; } set { - this.OnroundingoptionamountChanging(value); - this._roundingoptionamount = value; - this.OnroundingoptionamountChanged(); - this.OnPropertyChanged("roundingoptionamount"); + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _roundingoptionamount; - partial void OnroundingoptionamountChanging(global::System.Nullable value); - partial void OnroundingoptionamountChanged(); + private global::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// @@ -549369,49 +549398,49 @@ public virtual string productnumber partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property pricingmethodcode in the schema. + /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pricingmethodcode + public virtual global::System.Nullable stageid { get { - return this._pricingmethodcode; + return this._stageid; } set { - this.OnpricingmethodcodeChanging(value); - this._pricingmethodcode = value; - this.OnpricingmethodcodeChanged(); - this.OnPropertyChanged("pricingmethodcode"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pricingmethodcode; - partial void OnpricingmethodcodeChanging(global::System.Nullable value); - partial void OnpricingmethodcodeChanged(); + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); /// - /// There are no comments for Property organizationid in the schema. + /// There are no comments for Property roundingoptionamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable organizationid + public virtual global::System.Nullable roundingoptionamount { get { - return this._organizationid; + return this._roundingoptionamount; } set { - this.OnorganizationidChanging(value); - this._organizationid = value; - this.OnorganizationidChanged(); - this.OnPropertyChanged("organizationid"); + this.OnroundingoptionamountChanging(value); + this._roundingoptionamount = value; + this.OnroundingoptionamountChanged(); + this.OnPropertyChanged("roundingoptionamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _organizationid; - partial void OnorganizationidChanging(global::System.Nullable value); - partial void OnorganizationidChanged(); + private global::System.Nullable _roundingoptionamount; + partial void OnroundingoptionamountChanging(global::System.Nullable value); + partial void OnroundingoptionamountChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -549457,49 +549486,27 @@ public virtual string productnumber partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property traversedpath in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath - { - get - { - return this._traversedpath; - } - set - { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); - /// - /// There are no comments for Property quantitysellingcode in the schema. + /// There are no comments for Property pricingmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable quantitysellingcode + public virtual global::System.Nullable pricingmethodcode { get { - return this._quantitysellingcode; + return this._pricingmethodcode; } set { - this.OnquantitysellingcodeChanging(value); - this._quantitysellingcode = value; - this.OnquantitysellingcodeChanged(); - this.OnPropertyChanged("quantitysellingcode"); + this.OnpricingmethodcodeChanging(value); + this._pricingmethodcode = value; + this.OnpricingmethodcodeChanged(); + this.OnPropertyChanged("pricingmethodcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _quantitysellingcode; - partial void OnquantitysellingcodeChanging(global::System.Nullable value); - partial void OnquantitysellingcodeChanged(); + private global::System.Nullable _pricingmethodcode; + partial void OnpricingmethodcodeChanging(global::System.Nullable value); + partial void OnpricingmethodcodeChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -549567,6 +549574,28 @@ public virtual string traversedpath partial void OnamountChanging(global::System.Nullable value); partial void OnamountChanged(); /// + /// There are no comments for Property _uomscheduleid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _uomscheduleid_value + { + get + { + return this.__uomscheduleid_value; + } + set + { + this.On_uomscheduleid_valueChanging(value); + this.__uomscheduleid_value = value; + this.On_uomscheduleid_valueChanged(); + this.OnPropertyChanged("_uomscheduleid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __uomscheduleid_value; + partial void On_uomscheduleid_valueChanging(global::System.Nullable value); + partial void On_uomscheduleid_valueChanged(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -549611,49 +549640,71 @@ public virtual string traversedpath partial void OnroundingpolicycodeChanging(global::System.Nullable value); partial void OnroundingpolicycodeChanged(); /// - /// There are no comments for Property productpricelevelid in the schema. + /// There are no comments for Property _discounttypeid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable productpricelevelid + public virtual global::System.Nullable _discounttypeid_value { get { - return this._productpricelevelid; + return this.__discounttypeid_value; } set { - this.OnproductpricelevelidChanging(value); - this._productpricelevelid = value; - this.OnproductpricelevelidChanged(); - this.OnPropertyChanged("productpricelevelid"); + this.On_discounttypeid_valueChanging(value); + this.__discounttypeid_value = value; + this.On_discounttypeid_valueChanged(); + this.OnPropertyChanged("_discounttypeid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _productpricelevelid; - partial void OnproductpricelevelidChanging(global::System.Nullable value); - partial void OnproductpricelevelidChanged(); + private global::System.Nullable __discounttypeid_value; + partial void On_discounttypeid_valueChanging(global::System.Nullable value); + partial void On_discounttypeid_valueChanged(); /// - /// There are no comments for Property _createdby_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 _createdby_value + public virtual global::System.Nullable createdon { get { - return this.__createdby_value; + return this._createdon; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); + /// + /// There are no comments for Property organizationid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable organizationid + { + get + { + return this._organizationid; + } + set + { + this.OnorganizationidChanging(value); + this._organizationid = value; + this.OnorganizationidChanged(); + this.OnPropertyChanged("organizationid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _organizationid; + partial void OnorganizationidChanging(global::System.Nullable value); + partial void OnorganizationidChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -551093,115 +551144,115 @@ public static product Createproduct(global::Microsoft.Dynamics.CRM.systemuser cr return product; } /// - /// There are no comments for Property isreparented in the schema. + /// 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 isreparented + public virtual global::System.Nullable importsequencenumber { get { - return this._isreparented; + return this._importsequencenumber; } set { - this.OnisreparentedChanging(value); - this._isreparented = value; - this.OnisreparentedChanged(); - this.OnPropertyChanged("isreparented"); + 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 _isreparented; - partial void OnisreparentedChanging(global::System.Nullable value); - partial void OnisreparentedChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property price_base in the schema. + /// There are no comments for Property standardcost in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable price_base + public virtual global::System.Nullable standardcost { get { - return this._price_base; + return this._standardcost; } set { - this.Onprice_baseChanging(value); - this._price_base = value; - this.Onprice_baseChanged(); - this.OnPropertyChanged("price_base"); + this.OnstandardcostChanging(value); + this._standardcost = value; + this.OnstandardcostChanged(); + this.OnPropertyChanged("standardcost"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _price_base; - partial void Onprice_baseChanging(global::System.Nullable value); - partial void Onprice_baseChanged(); + private global::System.Nullable _standardcost; + partial void OnstandardcostChanging(global::System.Nullable value); + partial void OnstandardcostChanged(); /// - /// There are no comments for Property standardcost in the schema. + /// There are no comments for Property hierarchypath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable standardcost + public virtual string hierarchypath { get { - return this._standardcost; + return this._hierarchypath; } set { - this.OnstandardcostChanging(value); - this._standardcost = value; - this.OnstandardcostChanged(); - this.OnPropertyChanged("standardcost"); + this.OnhierarchypathChanging(value); + this._hierarchypath = value; + this.OnhierarchypathChanged(); + this.OnPropertyChanged("hierarchypath"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _standardcost; - partial void OnstandardcostChanging(global::System.Nullable value); - partial void OnstandardcostChanged(); + private string _hierarchypath; + partial void OnhierarchypathChanging(string value); + partial void OnhierarchypathChanged(); /// - /// There are no comments for Property _pricelevelid_value in the schema. + /// There are no comments for Property productstructure in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _pricelevelid_value + public virtual global::System.Nullable productstructure { get { - return this.__pricelevelid_value; + return this._productstructure; } set { - this.On_pricelevelid_valueChanging(value); - this.__pricelevelid_value = value; - this.On_pricelevelid_valueChanged(); - this.OnPropertyChanged("_pricelevelid_value"); + this.OnproductstructureChanging(value); + this._productstructure = value; + this.OnproductstructureChanged(); + this.OnPropertyChanged("productstructure"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __pricelevelid_value; - partial void On_pricelevelid_valueChanging(global::System.Nullable value); - partial void On_pricelevelid_valueChanged(); + private global::System.Nullable _productstructure; + partial void OnproductstructureChanging(global::System.Nullable value); + partial void OnproductstructureChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable stageid { get { - return this._name; + return this._stageid; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); /// /// There are no comments for Property _defaultuomscheduleid_value in the schema. /// @@ -551225,49 +551276,49 @@ public virtual string name partial void On_defaultuomscheduleid_valueChanging(global::System.Nullable value); partial void On_defaultuomscheduleid_valueChanged(); /// - /// There are no comments for Property productstructure in the schema. + /// There are no comments for Property producturl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable productstructure + public virtual string producturl { get { - return this._productstructure; + return this._producturl; } set { - this.OnproductstructureChanging(value); - this._productstructure = value; - this.OnproductstructureChanged(); - this.OnPropertyChanged("productstructure"); + this.OnproducturlChanging(value); + this._producturl = value; + this.OnproducturlChanged(); + this.OnPropertyChanged("producturl"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _productstructure; - partial void OnproductstructureChanging(global::System.Nullable value); - partial void OnproductstructureChanged(); + private string _producturl; + partial void OnproducturlChanging(string value); + partial void OnproducturlChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property vendorpartnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual string vendorpartnumber { get { - return this.__transactioncurrencyid_value; + return this._vendorpartnumber; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OnvendorpartnumberChanging(value); + this._vendorpartnumber = value; + this.OnvendorpartnumberChanged(); + this.OnPropertyChanged("vendorpartnumber"); } } [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 string _vendorpartnumber; + partial void OnvendorpartnumberChanging(string value); + partial void OnvendorpartnumberChanged(); /// /// There are no comments for Property stockvolume in the schema. /// @@ -551291,27 +551342,49 @@ public virtual string name partial void OnstockvolumeChanging(global::System.Nullable value); partial void OnstockvolumeChanged(); /// - /// There are no comments for Property stageid in the schema. + /// There are no comments for Property quantityonhand in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid + public virtual global::System.Nullable quantityonhand { get { - return this._stageid; + return this._quantityonhand; } set { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); + this.OnquantityonhandChanging(value); + this._quantityonhand = value; + this.OnquantityonhandChanged(); + this.OnPropertyChanged("quantityonhand"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); + private global::System.Nullable _quantityonhand; + partial void OnquantityonhandChanging(global::System.Nullable value); + partial void OnquantityonhandChanged(); + /// + /// There are no comments for Property _pricelevelid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _pricelevelid_value + { + get + { + return this.__pricelevelid_value; + } + set + { + this.On_pricelevelid_valueChanging(value); + this.__pricelevelid_value = value; + this.On_pricelevelid_valueChanged(); + this.OnPropertyChanged("_pricelevelid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __pricelevelid_value; + partial void On_pricelevelid_valueChanging(global::System.Nullable value); + partial void On_pricelevelid_valueChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -551357,27 +551430,27 @@ public virtual string name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._versionnumber; + return this.__transactioncurrencyid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 _defaultuomid_value in the schema. /// @@ -551401,27 +551474,27 @@ public virtual string name partial void On_defaultuomid_valueChanging(global::System.Nullable value); partial void On_defaultuomid_valueChanged(); /// - /// There are no comments for Property traversedpath in the schema. + /// There are no comments for Property price_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath + public virtual global::System.Nullable price_base { get { - return this._traversedpath; + return this._price_base; } set { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); + this.Onprice_baseChanging(value); + this._price_base = value; + this.Onprice_baseChanged(); + this.OnPropertyChanged("price_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); + private global::System.Nullable _price_base; + partial void Onprice_baseChanging(global::System.Nullable value); + partial void Onprice_baseChanged(); /// /// There are no comments for Property validtodate in the schema. /// @@ -551555,6 +551628,28 @@ public virtual string traversedpath partial void OnquantitydecimalChanging(global::System.Nullable value); partial void OnquantitydecimalChanged(); /// + /// There are no comments for Property entityimage_url in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string entityimage_url + { + get + { + return this._entityimage_url; + } + set + { + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); + /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -551643,6 +551738,28 @@ public virtual string traversedpath partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// There are no comments for Property traversedpath in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string traversedpath + { + get + { + return this._traversedpath; + } + set + { + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -551709,27 +551826,27 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable versionnumber { get { - return this._statuscode; + return this._versionnumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property suppliername in the schema. /// @@ -551775,28 +551892,6 @@ public virtual string suppliername partial void On_parentproductid_valueChanging(global::System.Nullable value); partial void On_parentproductid_valueChanged(); /// - /// There are no comments for Property entityimage_url in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url - { - get - { - return this._entityimage_url; - } - set - { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); - /// /// There are no comments for Property entityimage_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -551863,28 +551958,6 @@ public virtual string vendorname partial void OnvendornameChanging(string value); partial void OnvendornameChanged(); /// - /// There are no comments for Property quantityonhand in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable quantityonhand - { - get - { - return this._quantityonhand; - } - set - { - this.OnquantityonhandChanging(value); - this._quantityonhand = value; - this.OnquantityonhandChanged(); - this.OnPropertyChanged("quantityonhand"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _quantityonhand; - partial void OnquantityonhandChanging(global::System.Nullable value); - partial void OnquantityonhandChanged(); - /// /// There are no comments for Property entityimageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -551951,49 +552024,27 @@ public virtual string vendorname partial void Onstandardcost_baseChanging(global::System.Nullable value); partial void Onstandardcost_baseChanged(); /// - /// There are no comments for Property hierarchypath in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string hierarchypath - { - get - { - return this._hierarchypath; - } - set - { - this.OnhierarchypathChanging(value); - this._hierarchypath = value; - this.OnhierarchypathChanged(); - this.OnPropertyChanged("hierarchypath"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _hierarchypath; - partial void OnhierarchypathChanging(string value); - partial void OnhierarchypathChanged(); - /// - /// There are no comments for Property producttypecode in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable producttypecode + public virtual string name { get { - return this._producttypecode; + return this._name; } set { - this.OnproducttypecodeChanging(value); - this._producttypecode = value; - this.OnproducttypecodeChanged(); - this.OnPropertyChanged("producttypecode"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _producttypecode; - partial void OnproducttypecodeChanging(global::System.Nullable value); - partial void OnproducttypecodeChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -552039,6 +552090,28 @@ public virtual string hierarchypath partial void OniskitChanging(global::System.Nullable value); partial void OniskitChanged(); /// + /// There are no comments for Property isreparented in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isreparented + { + get + { + return this._isreparented; + } + set + { + this.OnisreparentedChanging(value); + this._isreparented = value; + this.OnisreparentedChanged(); + this.OnPropertyChanged("isreparented"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isreparented; + partial void OnisreparentedChanging(global::System.Nullable value); + partial void OnisreparentedChanged(); + /// /// There are no comments for Property isstockitem in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -552083,27 +552156,27 @@ public virtual string vendorid partial void OnvendoridChanging(string value); partial void OnvendoridChanged(); /// - /// There are no comments for Property vendorpartnumber in the schema. + /// There are no comments for Property producttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string vendorpartnumber + public virtual global::System.Nullable producttypecode { get { - return this._vendorpartnumber; + return this._producttypecode; } set { - this.OnvendorpartnumberChanging(value); - this._vendorpartnumber = value; - this.OnvendorpartnumberChanged(); - this.OnPropertyChanged("vendorpartnumber"); + this.OnproducttypecodeChanging(value); + this._producttypecode = value; + this.OnproducttypecodeChanged(); + this.OnPropertyChanged("producttypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _vendorpartnumber; - partial void OnvendorpartnumberChanging(string value); - partial void OnvendorpartnumberChanged(); + private global::System.Nullable _producttypecode; + partial void OnproducttypecodeChanging(global::System.Nullable value); + partial void OnproducttypecodeChanged(); /// /// There are no comments for Property stockweight in the schema. /// @@ -552237,27 +552310,27 @@ public virtual byte[] entityimage partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable statuscode { get { - return this._importsequencenumber; + return this._statuscode; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property processid in the schema. /// @@ -552303,28 +552376,6 @@ public virtual byte[] entityimage partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property producturl in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string producturl - { - get - { - return this._producturl; - } - set - { - this.OnproducturlChanging(value); - this._producturl = value; - this.OnproducturlChanged(); - this.OnPropertyChanged("producturl"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _producturl; - partial void OnproducturlChanging(string value); - partial void OnproducturlChanged(); - /// /// There are no comments for Property productnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -554173,6 +554224,28 @@ public static productsubstitute Createproductsubstitute(global::Microsoft.Dynami return productsubstitute; } /// + /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -554195,71 +554268,71 @@ public static productsubstitute Createproductsubstitute(global::Microsoft.Dynami partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable versionnumber { get { - return this.__modifiedonbehalfby_value; + return this._versionnumber; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property salesrelationshiptype in the schema. + /// 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 salesrelationshiptype + public virtual global::System.Nullable statuscode { get { - return this._salesrelationshiptype; + return this._statuscode; } set { - this.OnsalesrelationshiptypeChanging(value); - this._salesrelationshiptype = value; - this.OnsalesrelationshiptypeChanged(); - this.OnPropertyChanged("salesrelationshiptype"); + 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 _salesrelationshiptype; - partial void OnsalesrelationshiptypeChanging(global::System.Nullable value); - partial void OnsalesrelationshiptypeChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable modifiedon { get { - return this._statecode; + return this._modifiedon; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + 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. /// @@ -554283,6 +554356,28 @@ public static productsubstitute Createproductsubstitute(global::Microsoft.Dynami partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -554349,138 +554444,6 @@ public static productsubstitute Createproductsubstitute(global::Microsoft.Dynami partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// 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 productsubstituteid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable productsubstituteid - { - get - { - return this._productsubstituteid; - } - set - { - this.OnproductsubstituteidChanging(value); - this._productsubstituteid = value; - this.OnproductsubstituteidChanged(); - this.OnPropertyChanged("productsubstituteid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _productsubstituteid; - partial void OnproductsubstituteidChanging(global::System.Nullable value); - partial void OnproductsubstituteidChanged(); - /// - /// There are no comments for Property _productid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _productid_value - { - get - { - return this.__productid_value; - } - set - { - this.On_productid_valueChanging(value); - this.__productid_value = value; - this.On_productid_valueChanged(); - this.OnPropertyChanged("_productid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __productid_value; - partial void On_productid_valueChanging(global::System.Nullable value); - partial void On_productid_valueChanged(); - /// - /// There are no comments for Property _substitutedproductid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _substitutedproductid_value - { - get - { - return this.__substitutedproductid_value; - } - set - { - this.On_substitutedproductid_valueChanging(value); - this.__substitutedproductid_value = value; - this.On_substitutedproductid_valueChanged(); - this.OnPropertyChanged("_substitutedproductid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __substitutedproductid_value; - partial void On_substitutedproductid_valueChanging(global::System.Nullable value); - partial void On_substitutedproductid_valueChanged(); - /// - /// 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 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 direction in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -554503,71 +554466,159 @@ public static productsubstitute Createproductsubstitute(global::Microsoft.Dynami partial void OndirectionChanging(global::System.Nullable value); partial void OndirectionChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property productsubstituteid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable productsubstituteid { get { - return this._exchangerate; + return this._productsubstituteid; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.OnproductsubstituteidChanging(value); + this._productsubstituteid = value; + this.OnproductsubstituteidChanged(); + this.OnPropertyChanged("productsubstituteid"); } } [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::System.Nullable _productsubstituteid; + partial void OnproductsubstituteidChanging(global::System.Nullable value); + partial void OnproductsubstituteidChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property _productid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable _productid_value { get { - return this._modifiedon; + return this.__productid_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.On_productid_valueChanging(value); + this.__productid_value = value; + this.On_productid_valueChanged(); + this.OnPropertyChanged("_productid_value"); } } [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::System.Nullable __productid_value; + partial void On_productid_valueChanging(global::System.Nullable value); + partial void On_productid_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property _substitutedproductid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable _substitutedproductid_value { get { - return this._versionnumber; + return this.__substitutedproductid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.On_substitutedproductid_valueChanging(value); + this.__substitutedproductid_value = value; + this.On_substitutedproductid_valueChanged(); + this.OnPropertyChanged("_substitutedproductid_value"); } } [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::System.Nullable __substitutedproductid_value; + partial void On_substitutedproductid_valueChanging(global::System.Nullable value); + partial void On_substitutedproductid_valueChanged(); + /// + /// There are no comments for Property salesrelationshiptype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable salesrelationshiptype + { + get + { + return this._salesrelationshiptype; + } + set + { + this.OnsalesrelationshiptypeChanging(value); + this._salesrelationshiptype = value; + this.OnsalesrelationshiptypeChanged(); + this.OnPropertyChanged("salesrelationshiptype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _salesrelationshiptype; + partial void OnsalesrelationshiptypeChanging(global::System.Nullable value); + partial void OnsalesrelationshiptypeChanged(); + /// + /// 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 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 _transactioncurrencyid_value in the schema. /// @@ -555200,6 +555251,28 @@ public partial class provisionlanguageforuser : crmbaseentity partial void OnoperationstatusChanging(global::System.Nullable value); partial void OnoperationstatusChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// /// There are no comments for Property userid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -555244,28 +555317,6 @@ public partial class provisionlanguageforuser : crmbaseentity partial void OnasyncoperationidChanging(global::System.Nullable value); partial void OnasyncoperationidChanged(); /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// /// There are no comments for Property provisionlanguageforuserid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -555643,27 +555694,49 @@ public virtual string line3 partial void Online3Changing(string value); partial void Online3Changed(); /// - /// There are no comments for Property publisheraddressid in the schema. + /// There are no comments for Property city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable publisheraddressid + public virtual string city { get { - return this._publisheraddressid; + return this._city; } set { - this.OnpublisheraddressidChanging(value); - this._publisheraddressid = value; - this.OnpublisheraddressidChanged(); - this.OnPropertyChanged("publisheraddressid"); + this.OncityChanging(value); + this._city = value; + this.OncityChanged(); + this.OnPropertyChanged("city"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _publisheraddressid; - partial void OnpublisheraddressidChanging(global::System.Nullable value); - partial void OnpublisheraddressidChanged(); + private string _city; + partial void OncityChanging(string value); + partial void OncityChanged(); + /// + /// There are no comments for Property upszone in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string upszone + { + get + { + return this._upszone; + } + set + { + this.OnupszoneChanging(value); + this._upszone = value; + this.OnupszoneChanged(); + this.OnPropertyChanged("upszone"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _upszone; + partial void OnupszoneChanging(string value); + partial void OnupszoneChanged(); /// /// There are no comments for Property telephone1 in the schema. /// @@ -555709,27 +555782,49 @@ public virtual string telephone1 partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property latitude in the schema. + /// There are no comments for Property addressnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable latitude + public virtual global::System.Nullable addressnumber { get { - return this._latitude; + return this._addressnumber; } set { - this.OnlatitudeChanging(value); - this._latitude = value; - this.OnlatitudeChanged(); - this.OnPropertyChanged("latitude"); + this.OnaddressnumberChanging(value); + this._addressnumber = value; + this.OnaddressnumberChanged(); + this.OnPropertyChanged("addressnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _latitude; - partial void OnlatitudeChanging(global::System.Nullable value); - partial void OnlatitudeChanged(); + private global::System.Nullable _addressnumber; + partial void OnaddressnumberChanging(global::System.Nullable value); + partial void OnaddressnumberChanged(); + /// + /// There are no comments for Property fax in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string fax + { + get + { + return this._fax; + } + set + { + this.OnfaxChanging(value); + this._fax = value; + this.OnfaxChanged(); + this.OnPropertyChanged("fax"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _fax; + partial void OnfaxChanging(string value); + partial void OnfaxChanged(); /// /// There are no comments for Property line1 in the schema. /// @@ -555753,49 +555848,27 @@ public virtual string line1 partial void Online1Changing(string value); partial void Online1Changed(); /// - /// There are no comments for Property longitude in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable longitude - { - get - { - return this._longitude; - } - set - { - this.OnlongitudeChanging(value); - this._longitude = value; - this.OnlongitudeChanged(); - this.OnPropertyChanged("longitude"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _longitude; - partial void OnlongitudeChanging(global::System.Nullable value); - partial void OnlongitudeChanged(); - /// - /// There are no comments for Property primarycontactname in the schema. + /// There are no comments for Property postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string primarycontactname + public virtual string postalcode { get { - return this._primarycontactname; + return this._postalcode; } set { - this.OnprimarycontactnameChanging(value); - this._primarycontactname = value; - this.OnprimarycontactnameChanged(); - this.OnPropertyChanged("primarycontactname"); + this.OnpostalcodeChanging(value); + this._postalcode = value; + this.OnpostalcodeChanged(); + this.OnPropertyChanged("postalcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _primarycontactname; - partial void OnprimarycontactnameChanging(string value); - partial void OnprimarycontactnameChanged(); + private string _postalcode; + partial void OnpostalcodeChanging(string value); + partial void OnpostalcodeChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -555841,27 +555914,27 @@ public virtual string primarycontactname partial void OnshippingmethodcodeChanging(global::System.Nullable value); partial void OnshippingmethodcodeChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable longitude { get { - return this._utcconversiontimezonecode; + return this._longitude; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OnlongitudeChanging(value); + this._longitude = value; + this.OnlongitudeChanged(); + this.OnPropertyChanged("longitude"); } } [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::System.Nullable _longitude; + partial void OnlongitudeChanging(global::System.Nullable value); + partial void OnlongitudeChanged(); /// /// There are no comments for Property country in the schema. /// @@ -555995,27 +556068,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property county in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string county + public virtual global::System.Nullable _modifiedby_value { get { - return this._county; + return this.__modifiedby_value; } set { - this.OncountyChanging(value); - this._county = value; - this.OncountyChanged(); - this.OnPropertyChanged("county"); + 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 string _county; - partial void OncountyChanging(string value); - partial void OncountyChanged(); + 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 line2 in the schema. /// @@ -556039,28 +556112,6 @@ public virtual string line2 partial void Online2Changing(string value); partial void Online2Changed(); /// - /// There are no comments for Property postalcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string postalcode - { - get - { - return this._postalcode; - } - set - { - this.OnpostalcodeChanging(value); - this._postalcode = value; - this.OnpostalcodeChanged(); - this.OnPropertyChanged("postalcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _postalcode; - partial void OnpostalcodeChanging(string value); - partial void OnpostalcodeChanged(); - /// /// There are no comments for Property _parentid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -556171,115 +556222,137 @@ public virtual string stateorprovince partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property fax in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string fax + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._fax; + return this._utcconversiontimezonecode; } set { - this.OnfaxChanging(value); - this._fax = value; - this.OnfaxChanged(); - this.OnPropertyChanged("fax"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _fax; - partial void OnfaxChanging(string value); - partial void OnfaxChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property publisheraddressid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable publisheraddressid { get { - return this.__modifiedby_value; + return this._publisheraddressid; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OnpublisheraddressidChanging(value); + this._publisheraddressid = value; + this.OnpublisheraddressidChanged(); + this.OnPropertyChanged("publisheraddressid"); } } [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(); + private global::System.Nullable _publisheraddressid; + partial void OnpublisheraddressidChanging(global::System.Nullable value); + partial void OnpublisheraddressidChanged(); /// - /// There are no comments for Property city in the schema. + /// There are no comments for Property primarycontactname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string city + public virtual string primarycontactname { get { - return this._city; + return this._primarycontactname; } set { - this.OncityChanging(value); - this._city = value; - this.OncityChanged(); - this.OnPropertyChanged("city"); + this.OnprimarycontactnameChanging(value); + this._primarycontactname = value; + this.OnprimarycontactnameChanged(); + this.OnPropertyChanged("primarycontactname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _city; - partial void OncityChanging(string value); - partial void OncityChanged(); + private string _primarycontactname; + partial void OnprimarycontactnameChanging(string value); + partial void OnprimarycontactnameChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property telephone2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string telephone2 { get { - return this._createdon; + return this._telephone2; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Ontelephone2Changing(value); + this._telephone2 = value; + this.Ontelephone2Changed(); + this.OnPropertyChanged("telephone2"); } } [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 string _telephone2; + partial void Ontelephone2Changing(string value); + partial void Ontelephone2Changed(); /// - /// There are no comments for Property telephone2 in the schema. + /// There are no comments for Property latitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string telephone2 + public virtual global::System.Nullable latitude { get { - return this._telephone2; + return this._latitude; } set { - this.Ontelephone2Changing(value); - this._telephone2 = value; - this.Ontelephone2Changed(); - this.OnPropertyChanged("telephone2"); + this.OnlatitudeChanging(value); + this._latitude = value; + this.OnlatitudeChanged(); + this.OnPropertyChanged("latitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _telephone2; - partial void Ontelephone2Changing(string value); - partial void Ontelephone2Changed(); + private global::System.Nullable _latitude; + partial void OnlatitudeChanging(global::System.Nullable value); + partial void OnlatitudeChanged(); + /// + /// There are no comments for Property county in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string county + { + get + { + return this._county; + } + set + { + this.OncountyChanging(value); + this._county = value; + this.OncountyChanged(); + this.OnPropertyChanged("county"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _county; + partial void OncountyChanging(string value); + partial void OncountyChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -556325,49 +556398,27 @@ public virtual string telephone2 partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property upszone in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string upszone - { - get - { - return this._upszone; - } - set - { - this.OnupszoneChanging(value); - this._upszone = value; - this.OnupszoneChanged(); - this.OnPropertyChanged("upszone"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _upszone; - partial void OnupszoneChanging(string value); - partial void OnupszoneChanged(); - /// - /// There are no comments for Property addressnumber 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 addressnumber + public virtual global::System.Nullable createdon { get { - return this._addressnumber; + return this._createdon; } set { - this.OnaddressnumberChanging(value); - this._addressnumber = value; - this.OnaddressnumberChanged(); - this.OnPropertyChanged("addressnumber"); + 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 _addressnumber; - partial void OnaddressnumberChanging(global::System.Nullable value); - partial void OnaddressnumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -556789,27 +556840,27 @@ public static publisher Createpublisher(global::Microsoft.Dynamics.CRM.systemuse return publisher; } /// - /// There are no comments for Property friendlyname in the schema. + /// There are no comments for Property address1_county in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string friendlyname + public virtual string address1_county { get { - return this._friendlyname; + return this._address1_county; } set { - this.OnfriendlynameChanging(value); - this._friendlyname = value; - this.OnfriendlynameChanged(); - this.OnPropertyChanged("friendlyname"); + this.Onaddress1_countyChanging(value); + this._address1_county = value; + this.Onaddress1_countyChanged(); + this.OnPropertyChanged("address1_county"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _friendlyname; - partial void OnfriendlynameChanging(string value); - partial void OnfriendlynameChanged(); + private string _address1_county; + partial void Onaddress1_countyChanging(string value); + partial void Onaddress1_countyChanged(); /// /// There are no comments for Property publisherid in the schema. /// @@ -556833,49 +556884,27 @@ public virtual string friendlyname partial void OnpublisheridChanging(global::System.Nullable value); partial void OnpublisheridChanged(); /// - /// There are no comments for Property address2_utcoffset in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_utcoffset - { - get - { - return this._address2_utcoffset; - } - set - { - this.Onaddress2_utcoffsetChanging(value); - this._address2_utcoffset = value; - this.Onaddress2_utcoffsetChanged(); - this.OnPropertyChanged("address2_utcoffset"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_utcoffset; - partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); - partial void Onaddress2_utcoffsetChanged(); - /// - /// There are no comments for Property address1_line2 in the schema. + /// There are no comments for Property address2_upszone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_line2 + public virtual string address2_upszone { get { - return this._address1_line2; + return this._address2_upszone; } set { - this.Onaddress1_line2Changing(value); - this._address1_line2 = value; - this.Onaddress1_line2Changed(); - this.OnPropertyChanged("address1_line2"); + this.Onaddress2_upszoneChanging(value); + this._address2_upszone = value; + this.Onaddress2_upszoneChanged(); + this.OnPropertyChanged("address2_upszone"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_line2; - partial void Onaddress1_line2Changing(string value); - partial void Onaddress1_line2Changed(); + private string _address2_upszone; + partial void Onaddress2_upszoneChanging(string value); + partial void Onaddress2_upszoneChanged(); /// /// There are no comments for Property address1_upszone in the schema. /// @@ -556921,27 +556950,27 @@ public virtual string address2_county partial void Onaddress2_countyChanging(string value); partial void Onaddress2_countyChanged(); /// - /// There are no comments for Property address1_shippingmethodcode in the schema. + /// There are no comments for Property friendlyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_shippingmethodcode + public virtual string friendlyname { get { - return this._address1_shippingmethodcode; + return this._friendlyname; } set { - this.Onaddress1_shippingmethodcodeChanging(value); - this._address1_shippingmethodcode = value; - this.Onaddress1_shippingmethodcodeChanged(); - this.OnPropertyChanged("address1_shippingmethodcode"); + this.OnfriendlynameChanging(value); + this._friendlyname = value; + this.OnfriendlynameChanged(); + this.OnPropertyChanged("friendlyname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_shippingmethodcode; - partial void Onaddress1_shippingmethodcodeChanging(global::System.Nullable value); - partial void Onaddress1_shippingmethodcodeChanged(); + private string _friendlyname; + partial void OnfriendlynameChanging(string value); + partial void OnfriendlynameChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -556965,28 +556994,6 @@ public virtual string address2_county partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property isreadonly in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isreadonly - { - get - { - return this._isreadonly; - } - set - { - this.OnisreadonlyChanging(value); - this._isreadonly = value; - this.OnisreadonlyChanged(); - this.OnPropertyChanged("isreadonly"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isreadonly; - partial void OnisreadonlyChanging(global::System.Nullable value); - partial void OnisreadonlyChanged(); - /// /// There are no comments for Property address1_telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -557031,49 +557038,49 @@ public virtual string address1_telephone3 partial void Onentityimage_timestampChanging(global::System.Nullable value); partial void Onentityimage_timestampChanged(); /// - /// There are no comments for Property address1_country in the schema. + /// There are no comments for Property address1_longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_country + public virtual global::System.Nullable address1_longitude { get { - return this._address1_country; + return this._address1_longitude; } set { - this.Onaddress1_countryChanging(value); - this._address1_country = value; - this.Onaddress1_countryChanged(); - this.OnPropertyChanged("address1_country"); + this.Onaddress1_longitudeChanging(value); + this._address1_longitude = value; + this.Onaddress1_longitudeChanged(); + this.OnPropertyChanged("address1_longitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_country; - partial void Onaddress1_countryChanging(string value); - partial void Onaddress1_countryChanged(); + private global::System.Nullable _address1_longitude; + partial void Onaddress1_longitudeChanging(global::System.Nullable value); + partial void Onaddress1_longitudeChanged(); /// - /// There are no comments for Property pinpointpublisherdefaultlocale in the schema. + /// There are no comments for Property address1_country in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string pinpointpublisherdefaultlocale + public virtual string address1_country { get { - return this._pinpointpublisherdefaultlocale; + return this._address1_country; } set { - this.OnpinpointpublisherdefaultlocaleChanging(value); - this._pinpointpublisherdefaultlocale = value; - this.OnpinpointpublisherdefaultlocaleChanged(); - this.OnPropertyChanged("pinpointpublisherdefaultlocale"); + this.Onaddress1_countryChanging(value); + this._address1_country = value; + this.Onaddress1_countryChanged(); + this.OnPropertyChanged("address1_country"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _pinpointpublisherdefaultlocale; - partial void OnpinpointpublisherdefaultlocaleChanging(string value); - partial void OnpinpointpublisherdefaultlocaleChanged(); + private string _address1_country; + partial void Onaddress1_countryChanging(string value); + partial void Onaddress1_countryChanged(); /// /// There are no comments for Property address2_name in the schema. /// @@ -557119,27 +557126,27 @@ public virtual string address1_telephone1 partial void Onaddress1_telephone1Changing(string value); partial void Onaddress1_telephone1Changed(); /// - /// There are no comments for Property address1_name in the schema. + /// There are no comments for Property address2_addressid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_name + public virtual global::System.Nullable address2_addressid { get { - return this._address1_name; + return this._address2_addressid; } set { - this.Onaddress1_nameChanging(value); - this._address1_name = value; - this.Onaddress1_nameChanged(); - this.OnPropertyChanged("address1_name"); + this.Onaddress2_addressidChanging(value); + this._address2_addressid = value; + this.Onaddress2_addressidChanged(); + this.OnPropertyChanged("address2_addressid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_name; - partial void Onaddress1_nameChanging(string value); - partial void Onaddress1_nameChanged(); + private global::System.Nullable _address2_addressid; + partial void Onaddress2_addressidChanging(global::System.Nullable value); + partial void Onaddress2_addressidChanged(); /// /// There are no comments for Property description in the schema. /// @@ -557163,27 +557170,49 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property address1_addressid in the schema. + /// There are no comments for Property address1_shippingmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_addressid + public virtual global::System.Nullable address1_shippingmethodcode { get { - return this._address1_addressid; + return this._address1_shippingmethodcode; } set { - this.Onaddress1_addressidChanging(value); - this._address1_addressid = value; - this.Onaddress1_addressidChanged(); - this.OnPropertyChanged("address1_addressid"); + this.Onaddress1_shippingmethodcodeChanging(value); + this._address1_shippingmethodcode = value; + this.Onaddress1_shippingmethodcodeChanged(); + this.OnPropertyChanged("address1_shippingmethodcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_addressid; - partial void Onaddress1_addressidChanging(global::System.Nullable value); - partial void Onaddress1_addressidChanged(); + private global::System.Nullable _address1_shippingmethodcode; + partial void Onaddress1_shippingmethodcodeChanging(global::System.Nullable value); + partial void Onaddress1_shippingmethodcodeChanged(); + /// + /// There are no comments for Property customizationprefix in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string customizationprefix + { + get + { + return this._customizationprefix; + } + set + { + this.OncustomizationprefixChanging(value); + this._customizationprefix = value; + this.OncustomizationprefixChanged(); + this.OnPropertyChanged("customizationprefix"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _customizationprefix; + partial void OncustomizationprefixChanging(string value); + partial void OncustomizationprefixChanged(); /// /// There are no comments for Property address2_stateorprovince in the schema. /// @@ -557229,27 +557258,27 @@ public virtual string address2_stateorprovince partial void Onaddress1_addresstypecodeChanging(global::System.Nullable value); partial void Onaddress1_addresstypecodeChanged(); /// - /// There are no comments for Property address2_addressid in the schema. + /// There are no comments for Property address1_utcoffset in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_addressid + public virtual global::System.Nullable address1_utcoffset { get { - return this._address2_addressid; + return this._address1_utcoffset; } set { - this.Onaddress2_addressidChanging(value); - this._address2_addressid = value; - this.Onaddress2_addressidChanged(); - this.OnPropertyChanged("address2_addressid"); + this.Onaddress1_utcoffsetChanging(value); + this._address1_utcoffset = value; + this.Onaddress1_utcoffsetChanged(); + this.OnPropertyChanged("address1_utcoffset"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_addressid; - partial void Onaddress2_addressidChanging(global::System.Nullable value); - partial void Onaddress2_addressidChanged(); + private global::System.Nullable _address1_utcoffset; + partial void Onaddress1_utcoffsetChanging(global::System.Nullable value); + partial void Onaddress1_utcoffsetChanged(); /// /// There are no comments for Property address2_city in the schema. /// @@ -557273,6 +557302,28 @@ public virtual string address2_city partial void Onaddress2_cityChanging(string value); partial void Onaddress2_cityChanged(); /// + /// There are no comments for Property address1_telephone2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_telephone2 + { + get + { + return this._address1_telephone2; + } + set + { + this.Onaddress1_telephone2Changing(value); + this._address1_telephone2 = value; + this.Onaddress1_telephone2Changed(); + this.OnPropertyChanged("address1_telephone2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_telephone2; + partial void Onaddress1_telephone2Changing(string value); + partial void Onaddress1_telephone2Changed(); + /// /// There are no comments for Property address1_line3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -557317,6 +557368,28 @@ public virtual string address2_line1 partial void Onaddress2_line1Changing(string value); partial void Onaddress2_line1Changed(); /// + /// There are no comments for Property address2_telephone3 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_telephone3 + { + get + { + return this._address2_telephone3; + } + set + { + this.Onaddress2_telephone3Changing(value); + this._address2_telephone3 = value; + this.Onaddress2_telephone3Changed(); + this.OnPropertyChanged("address2_telephone3"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_telephone3; + partial void Onaddress2_telephone3Changing(string value); + partial void Onaddress2_telephone3Changed(); + /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -557339,6 +557412,28 @@ public virtual string address2_line1 partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// There are no comments for Property address2_shippingmethodcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address2_shippingmethodcode + { + get + { + return this._address2_shippingmethodcode; + } + set + { + this.Onaddress2_shippingmethodcodeChanging(value); + this._address2_shippingmethodcode = value; + this.Onaddress2_shippingmethodcodeChanged(); + this.OnPropertyChanged("address2_shippingmethodcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address2_shippingmethodcode; + partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); + partial void Onaddress2_shippingmethodcodeChanged(); + /// /// There are no comments for Property pinpointpublisherid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -557383,27 +557478,27 @@ public virtual string address2_line1 partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property customizationprefix 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 string customizationprefix + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._customizationprefix; + return this.__createdonbehalfby_value; } set { - this.OncustomizationprefixChanging(value); - this._customizationprefix = value; - this.OncustomizationprefixChanged(); - this.OnPropertyChanged("customizationprefix"); + 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 string _customizationprefix; - partial void OncustomizationprefixChanging(string value); - partial void OncustomizationprefixChanged(); + 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 address2_line3 in the schema. /// @@ -557449,27 +557544,27 @@ public virtual string address2_line3 partial void Onaddress2_longitudeChanging(global::System.Nullable value); partial void Onaddress2_longitudeChanged(); /// - /// There are no comments for Property address1_fax in the schema. + /// There are no comments for Property pinpointpublisherdefaultlocale in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_fax + public virtual string pinpointpublisherdefaultlocale { get { - return this._address1_fax; + return this._pinpointpublisherdefaultlocale; } set { - this.Onaddress1_faxChanging(value); - this._address1_fax = value; - this.Onaddress1_faxChanged(); - this.OnPropertyChanged("address1_fax"); + this.OnpinpointpublisherdefaultlocaleChanging(value); + this._pinpointpublisherdefaultlocale = value; + this.OnpinpointpublisherdefaultlocaleChanged(); + this.OnPropertyChanged("pinpointpublisherdefaultlocale"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_fax; - partial void Onaddress1_faxChanging(string value); - partial void Onaddress1_faxChanged(); + private string _pinpointpublisherdefaultlocale; + partial void OnpinpointpublisherdefaultlocaleChanging(string value); + partial void OnpinpointpublisherdefaultlocaleChanged(); /// /// There are no comments for Property entityimage_url in the schema. /// @@ -557537,71 +557632,27 @@ public virtual string address1_line1 partial void Onaddress1_line1Changing(string value); partial void Onaddress1_line1Changed(); /// - /// There are no comments for Property address2_shippingmethodcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_shippingmethodcode - { - get - { - return this._address2_shippingmethodcode; - } - set - { - this.Onaddress2_shippingmethodcodeChanging(value); - this._address2_shippingmethodcode = value; - this.Onaddress2_shippingmethodcodeChanged(); - this.OnPropertyChanged("address2_shippingmethodcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_shippingmethodcode; - partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); - partial void Onaddress2_shippingmethodcodeChanged(); - /// - /// There are no comments for Property address2_line2 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_line2 - { - get - { - return this._address2_line2; - } - set - { - this.Onaddress2_line2Changing(value); - this._address2_line2 = value; - this.Onaddress2_line2Changed(); - this.OnPropertyChanged("address2_line2"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_line2; - partial void Onaddress2_line2Changing(string value); - partial void Onaddress2_line2Changed(); - /// - /// There are no comments for Property address1_postalcode in the schema. + /// There are no comments for Property isreadonly in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_postalcode + public virtual global::System.Nullable isreadonly { get { - return this._address1_postalcode; + return this._isreadonly; } set { - this.Onaddress1_postalcodeChanging(value); - this._address1_postalcode = value; - this.Onaddress1_postalcodeChanged(); - this.OnPropertyChanged("address1_postalcode"); + this.OnisreadonlyChanging(value); + this._isreadonly = value; + this.OnisreadonlyChanged(); + this.OnPropertyChanged("isreadonly"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_postalcode; - partial void Onaddress1_postalcodeChanging(string value); - partial void Onaddress1_postalcodeChanged(); + private global::System.Nullable _isreadonly; + partial void OnisreadonlyChanging(global::System.Nullable value); + partial void OnisreadonlyChanged(); /// /// There are no comments for Property address2_postalcode in the schema. /// @@ -557625,27 +557676,27 @@ public virtual string address2_postalcode partial void Onaddress2_postalcodeChanging(string value); partial void Onaddress2_postalcodeChanged(); /// - /// There are no comments for Property address1_county in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_county + public virtual global::System.Nullable _modifiedby_value { get { - return this._address1_county; + return this.__modifiedby_value; } set { - this.Onaddress1_countyChanging(value); - this._address1_county = value; - this.Onaddress1_countyChanged(); - this.OnPropertyChanged("address1_county"); + 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 string _address1_county; - partial void Onaddress1_countyChanging(string value); - partial void Onaddress1_countyChanged(); + 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 address1_postofficebox in the schema. /// @@ -557713,27 +557764,49 @@ public virtual string address1_postofficebox partial void OncustomizationoptionvalueprefixChanging(global::System.Nullable value); partial void OncustomizationoptionvalueprefixChanged(); /// - /// There are no comments for Property address2_upszone in the schema. + /// There are no comments for Property address1_addressid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_upszone + public virtual global::System.Nullable address1_addressid { get { - return this._address2_upszone; + return this._address1_addressid; } set { - this.Onaddress2_upszoneChanging(value); - this._address2_upszone = value; - this.Onaddress2_upszoneChanged(); - this.OnPropertyChanged("address2_upszone"); + this.Onaddress1_addressidChanging(value); + this._address1_addressid = value; + this.Onaddress1_addressidChanged(); + this.OnPropertyChanged("address1_addressid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_upszone; - partial void Onaddress2_upszoneChanging(string value); - partial void Onaddress2_upszoneChanged(); + private global::System.Nullable _address1_addressid; + partial void Onaddress1_addressidChanging(global::System.Nullable value); + partial void Onaddress1_addressidChanged(); + /// + /// There are no comments for Property address2_line2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_line2 + { + get + { + return this._address2_line2; + } + set + { + this.Onaddress2_line2Changing(value); + this._address2_line2 = value; + this.Onaddress2_line2Changed(); + this.OnPropertyChanged("address2_line2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_line2; + partial void Onaddress2_line2Changing(string value); + partial void Onaddress2_line2Changed(); /// /// There are no comments for Property address2_country in the schema. /// @@ -557823,49 +557896,225 @@ public virtual string address2_telephone1 partial void Onaddress2_telephone1Changing(string value); partial void Onaddress2_telephone1Changed(); /// - /// There are no comments for Property address1_longitude in the schema. + /// There are no comments for Property supportingwebsiteurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_longitude + public virtual string supportingwebsiteurl { get { - return this._address1_longitude; + return this._supportingwebsiteurl; } set { - this.Onaddress1_longitudeChanging(value); - this._address1_longitude = value; - this.Onaddress1_longitudeChanged(); - this.OnPropertyChanged("address1_longitude"); + this.OnsupportingwebsiteurlChanging(value); + this._supportingwebsiteurl = value; + this.OnsupportingwebsiteurlChanged(); + this.OnPropertyChanged("supportingwebsiteurl"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_longitude; - partial void Onaddress1_longitudeChanging(global::System.Nullable value); - partial void Onaddress1_longitudeChanged(); + private string _supportingwebsiteurl; + partial void OnsupportingwebsiteurlChanging(string value); + partial void OnsupportingwebsiteurlChanged(); /// - /// There are no comments for Property address1_utcoffset in the schema. + /// There are no comments for Property address1_stateorprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_utcoffset + public virtual string address1_stateorprovince { get { - return this._address1_utcoffset; + return this._address1_stateorprovince; } set { - this.Onaddress1_utcoffsetChanging(value); - this._address1_utcoffset = value; - this.Onaddress1_utcoffsetChanged(); - this.OnPropertyChanged("address1_utcoffset"); + this.Onaddress1_stateorprovinceChanging(value); + this._address1_stateorprovince = value; + this.Onaddress1_stateorprovinceChanged(); + this.OnPropertyChanged("address1_stateorprovince"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_utcoffset; - partial void Onaddress1_utcoffsetChanging(global::System.Nullable value); - partial void Onaddress1_utcoffsetChanged(); + private string _address1_stateorprovince; + partial void Onaddress1_stateorprovinceChanging(string value); + partial void Onaddress1_stateorprovinceChanged(); + /// + /// There are no comments for Property address1_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_name + { + get + { + return this._address1_name; + } + set + { + this.Onaddress1_nameChanging(value); + this._address1_name = value; + this.Onaddress1_nameChanged(); + this.OnPropertyChanged("address1_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_name; + partial void Onaddress1_nameChanging(string value); + partial void Onaddress1_nameChanged(); + /// + /// There are no comments for Property address2_utcoffset in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address2_utcoffset + { + get + { + return this._address2_utcoffset; + } + set + { + this.Onaddress2_utcoffsetChanging(value); + this._address2_utcoffset = value; + this.Onaddress2_utcoffsetChanged(); + this.OnPropertyChanged("address2_utcoffset"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address2_utcoffset; + partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); + partial void Onaddress2_utcoffsetChanged(); + /// + /// There are no comments for Property address1_line2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_line2 + { + get + { + return this._address1_line2; + } + set + { + this.Onaddress1_line2Changing(value); + this._address1_line2 = value; + this.Onaddress1_line2Changed(); + this.OnPropertyChanged("address1_line2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_line2; + partial void Onaddress1_line2Changing(string value); + partial void Onaddress1_line2Changed(); + /// + /// There are no comments for Property address2_addresstypecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address2_addresstypecode + { + get + { + return this._address2_addresstypecode; + } + set + { + this.Onaddress2_addresstypecodeChanging(value); + this._address2_addresstypecode = value; + this.Onaddress2_addresstypecodeChanged(); + this.OnPropertyChanged("address2_addresstypecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address2_addresstypecode; + partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); + partial void Onaddress2_addresstypecodeChanged(); + /// + /// There are no comments for Property address1_latitude in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address1_latitude + { + get + { + return this._address1_latitude; + } + set + { + this.Onaddress1_latitudeChanging(value); + this._address1_latitude = value; + this.Onaddress1_latitudeChanged(); + this.OnPropertyChanged("address1_latitude"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address1_latitude; + partial void Onaddress1_latitudeChanging(global::System.Nullable value); + partial void Onaddress1_latitudeChanged(); + /// + /// 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 address1_postalcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_postalcode + { + get + { + return this._address1_postalcode; + } + set + { + this.Onaddress1_postalcodeChanging(value); + this._address1_postalcode = value; + this.Onaddress1_postalcodeChanged(); + this.OnPropertyChanged("address1_postalcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_postalcode; + partial void Onaddress1_postalcodeChanging(string value); + partial void Onaddress1_postalcodeChanged(); + /// + /// There are no comments for Property address1_fax in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_fax + { + get + { + return this._address1_fax; + } + set + { + this.Onaddress1_faxChanging(value); + this._address1_fax = value; + this.Onaddress1_faxChanged(); + this.OnPropertyChanged("address1_fax"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_fax; + partial void Onaddress1_faxChanging(string value); + partial void Onaddress1_faxChanged(); /// /// There are no comments for Property address2_telephone2 in the schema. /// @@ -557889,182 +558138,6 @@ public virtual string address2_telephone2 partial void Onaddress2_telephone2Changing(string value); partial void Onaddress2_telephone2Changed(); /// - /// There are no comments for Property address2_addresstypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_addresstypecode - { - get - { - return this._address2_addresstypecode; - } - set - { - this.Onaddress2_addresstypecodeChanging(value); - this._address2_addresstypecode = value; - this.Onaddress2_addresstypecodeChanged(); - this.OnPropertyChanged("address2_addresstypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_addresstypecode; - partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); - partial void Onaddress2_addresstypecodeChanged(); - /// - /// 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 address1_latitude in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_latitude - { - get - { - return this._address1_latitude; - } - set - { - this.Onaddress1_latitudeChanging(value); - this._address1_latitude = value; - this.Onaddress1_latitudeChanged(); - this.OnPropertyChanged("address1_latitude"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_latitude; - partial void Onaddress1_latitudeChanging(global::System.Nullable value); - partial void Onaddress1_latitudeChanged(); - /// - /// 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 address2_telephone3 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_telephone3 - { - get - { - return this._address2_telephone3; - } - set - { - this.Onaddress2_telephone3Changing(value); - this._address2_telephone3 = value; - this.Onaddress2_telephone3Changed(); - this.OnPropertyChanged("address2_telephone3"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_telephone3; - partial void Onaddress2_telephone3Changing(string value); - partial void Onaddress2_telephone3Changed(); - /// - /// 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 emailaddress in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string emailaddress - { - get - { - return this._emailaddress; - } - set - { - this.OnemailaddressChanging(value); - this._emailaddress = value; - this.OnemailaddressChanged(); - this.OnPropertyChanged("emailaddress"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _emailaddress; - partial void OnemailaddressChanging(string value); - partial void OnemailaddressChanged(); - /// - /// There are no comments for Property address1_stateorprovince in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_stateorprovince - { - get - { - return this._address1_stateorprovince; - } - set - { - this.Onaddress1_stateorprovinceChanging(value); - this._address1_stateorprovince = value; - this.Onaddress1_stateorprovinceChanged(); - this.OnPropertyChanged("address1_stateorprovince"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_stateorprovince; - partial void Onaddress1_stateorprovinceChanging(string value); - partial void Onaddress1_stateorprovinceChanged(); - /// /// There are no comments for Property uniquename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -558131,27 +558204,27 @@ public virtual string address1_city partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property address1_telephone2 in the schema. + /// There are no comments for Property emailaddress in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_telephone2 + public virtual string emailaddress { get { - return this._address1_telephone2; + return this._emailaddress; } set { - this.Onaddress1_telephone2Changing(value); - this._address1_telephone2 = value; - this.Onaddress1_telephone2Changed(); - this.OnPropertyChanged("address1_telephone2"); + this.OnemailaddressChanging(value); + this._emailaddress = value; + this.OnemailaddressChanged(); + this.OnPropertyChanged("emailaddress"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_telephone2; - partial void Onaddress1_telephone2Changing(string value); - partial void Onaddress1_telephone2Changed(); + private string _emailaddress; + partial void OnemailaddressChanging(string value); + partial void OnemailaddressChanged(); /// /// There are no comments for Property entityimage in the schema. /// @@ -558197,28 +558270,6 @@ public virtual string address2_postofficebox partial void Onaddress2_postofficeboxChanging(string value); partial void Onaddress2_postofficeboxChanged(); /// - /// There are no comments for Property supportingwebsiteurl in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string supportingwebsiteurl - { - get - { - return this._supportingwebsiteurl; - } - set - { - this.OnsupportingwebsiteurlChanging(value); - this._supportingwebsiteurl = value; - this.OnsupportingwebsiteurlChanged(); - this.OnPropertyChanged("supportingwebsiteurl"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _supportingwebsiteurl; - partial void OnsupportingwebsiteurlChanging(string value); - partial void OnsupportingwebsiteurlChanged(); - /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -558719,28 +558770,6 @@ public static quarterlyfiscalcalendar Createquarterlyfiscalcalendar(global::Micr return quarterlyfiscalcalendar; } /// - /// 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 quarter4_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -558807,6 +558836,28 @@ public static quarterlyfiscalcalendar Createquarterlyfiscalcalendar(global::Micr partial void OnuserfiscalcalendaridChanging(global::System.Nullable value); partial void OnuserfiscalcalendaridChanged(); /// + /// There are no comments for Property quarter3 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable quarter3 + { + get + { + return this._quarter3; + } + set + { + this.Onquarter3Changing(value); + this._quarter3 = value; + this.Onquarter3Changed(); + this.OnPropertyChanged("quarter3"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _quarter3; + partial void Onquarter3Changing(global::System.Nullable value); + partial void Onquarter3Changed(); + /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -558873,28 +558924,6 @@ public static quarterlyfiscalcalendar Createquarterlyfiscalcalendar(global::Micr partial void On_businessunitid_valueChanging(global::System.Nullable value); partial void On_businessunitid_valueChanged(); /// - /// There are no comments for Property fiscalperiodtype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable fiscalperiodtype - { - get - { - return this._fiscalperiodtype; - } - set - { - this.OnfiscalperiodtypeChanging(value); - this._fiscalperiodtype = value; - this.OnfiscalperiodtypeChanged(); - this.OnPropertyChanged("fiscalperiodtype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _fiscalperiodtype; - partial void OnfiscalperiodtypeChanging(global::System.Nullable value); - partial void OnfiscalperiodtypeChanged(); - /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -558961,27 +558990,49 @@ public static quarterlyfiscalcalendar Createquarterlyfiscalcalendar(global::Micr partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property quarter3 in the schema. + /// There are no comments for Property _salespersonid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable quarter3 + public virtual global::System.Nullable _salespersonid_value { get { - return this._quarter3; + return this.__salespersonid_value; } set { - this.Onquarter3Changing(value); - this._quarter3 = value; - this.Onquarter3Changed(); - this.OnPropertyChanged("quarter3"); + this.On_salespersonid_valueChanging(value); + this.__salespersonid_value = value; + this.On_salespersonid_valueChanged(); + this.OnPropertyChanged("_salespersonid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _quarter3; - partial void Onquarter3Changing(global::System.Nullable value); - partial void Onquarter3Changed(); + private global::System.Nullable __salespersonid_value; + partial void On_salespersonid_valueChanging(global::System.Nullable value); + partial void On_salespersonid_valueChanged(); + /// + /// There are no comments for Property fiscalperiodtype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable fiscalperiodtype + { + get + { + return this._fiscalperiodtype; + } + set + { + this.OnfiscalperiodtypeChanging(value); + this._fiscalperiodtype = value; + this.OnfiscalperiodtypeChanged(); + this.OnPropertyChanged("fiscalperiodtype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _fiscalperiodtype; + partial void OnfiscalperiodtypeChanging(global::System.Nullable value); + partial void OnfiscalperiodtypeChanged(); /// /// There are no comments for Property quarter3_base in the schema. /// @@ -559005,6 +559056,28 @@ public static quarterlyfiscalcalendar Createquarterlyfiscalcalendar(global::Micr partial void Onquarter3_baseChanging(global::System.Nullable value); partial void Onquarter3_baseChanged(); /// + /// There are no comments for Property quarter2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable quarter2 + { + get + { + return this._quarter2; + } + set + { + this.Onquarter2Changing(value); + this._quarter2 = value; + this.Onquarter2Changed(); + this.OnPropertyChanged("quarter2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _quarter2; + partial void Onquarter2Changing(global::System.Nullable value); + partial void Onquarter2Changed(); + /// /// There are no comments for Property exchangerate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -559093,27 +559166,27 @@ public static quarterlyfiscalcalendar Createquarterlyfiscalcalendar(global::Micr partial void OneffectiveonChanging(global::System.Nullable value); partial void OneffectiveonChanged(); /// - /// There are no comments for Property quarter2 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 quarter2 + public virtual global::System.Nullable _createdby_value { get { - return this._quarter2; + return this.__createdby_value; } set { - this.Onquarter2Changing(value); - this._quarter2 = value; - this.Onquarter2Changed(); - this.OnPropertyChanged("quarter2"); + 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 _quarter2; - partial void Onquarter2Changing(global::System.Nullable value); - partial void Onquarter2Changed(); + 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 quarter1 in the schema. /// @@ -559203,28 +559276,6 @@ public static quarterlyfiscalcalendar Createquarterlyfiscalcalendar(global::Micr partial void Onquarter2_baseChanging(global::System.Nullable value); partial void Onquarter2_baseChanged(); /// - /// There are no comments for Property _salespersonid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _salespersonid_value - { - get - { - return this.__salespersonid_value; - } - set - { - this.On_salespersonid_valueChanging(value); - this.__salespersonid_value = value; - this.On_salespersonid_valueChanged(); - this.OnPropertyChanged("_salespersonid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __salespersonid_value; - partial void On_salespersonid_valueChanging(global::System.Nullable value); - partial void On_salespersonid_valueChanged(); - /// /// There are no comments for Property createdonbehalfby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -560387,28 +560438,6 @@ public static queueitem Createqueueitem(global::Microsoft.Dynamics.CRM.knowledge partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property title in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string title - { - get - { - return this._title; - } - set - { - this.OntitleChanging(value); - this._title = value; - this.OntitleChanged(); - this.OnPropertyChanged("title"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _title; - partial void OntitleChanging(string value); - partial void OntitleChanged(); - /// /// There are no comments for Property workeridmodifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -560783,6 +560812,28 @@ public virtual string title partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// + /// There are no comments for Property title in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string title + { + get + { + return this._title; + } + set + { + this.OntitleChanging(value); + this._title = value; + this.OntitleChanged(); + this.OnPropertyChanged("title"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _title; + partial void OntitleChanging(string value); + partial void OntitleChanged(); + /// /// There are no comments for Property objecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -562384,6 +562435,28 @@ public static queue Createqueue(global::Microsoft.Dynamics.CRM.mailbox defaultma return queue; } /// + /// 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 entityimage_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -562428,93 +562501,27 @@ public static queue Createqueue(global::Microsoft.Dynamics.CRM.mailbox defaultma partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// - /// There are no comments for Property queueviewtype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable queueviewtype - { - get - { - return this._queueviewtype; - } - set - { - this.OnqueueviewtypeChanging(value); - this._queueviewtype = value; - this.OnqueueviewtypeChanged(); - this.OnPropertyChanged("queueviewtype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _queueviewtype; - partial void OnqueueviewtypeChanging(global::System.Nullable value); - partial void OnqueueviewtypeChanged(); - /// - /// There are no comments for Property entityimage_url in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url - { - get - { - return this._entityimage_url; - } - set - { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); - /// - /// There are no comments for Property outgoingemaildeliverymethod in the schema. + /// 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 outgoingemaildeliverymethod + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._outgoingemaildeliverymethod; + return this.__transactioncurrencyid_value; } set { - this.OnoutgoingemaildeliverymethodChanging(value); - this._outgoingemaildeliverymethod = value; - this.OnoutgoingemaildeliverymethodChanged(); - this.OnPropertyChanged("outgoingemaildeliverymethod"); + 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 _outgoingemaildeliverymethod; - partial void OnoutgoingemaildeliverymethodChanging(global::System.Nullable value); - partial void OnoutgoingemaildeliverymethodChanged(); + 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 _owningbusinessunit_value in the schema. /// @@ -562560,6 +562567,28 @@ public virtual string entityimage_url partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property queueviewtype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable queueviewtype + { + get + { + return this._queueviewtype; + } + set + { + this.OnqueueviewtypeChanging(value); + this._queueviewtype = value; + this.OnqueueviewtypeChanged(); + this.OnPropertyChanged("queueviewtype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _queueviewtype; + partial void OnqueueviewtypeChanging(global::System.Nullable value); + partial void OnqueueviewtypeChanged(); + /// /// There are no comments for Property ignoreunsolicitedemail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -562670,49 +562699,49 @@ public virtual string emailaddress partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__owninguser_value; + return this.__owningteam_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 description in the schema. + /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual global::System.Nullable _owninguser_value { get { - return this._description; + return this.__owninguser_value; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + 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 string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + 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 entityimage in the schema. /// @@ -562780,6 +562809,28 @@ public virtual byte[] entityimage partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -562846,71 +562897,71 @@ public virtual byte[] entityimage partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string description { get { - return this.__modifiedonbehalfby_value; + return this._description; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [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 string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property queuetypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual global::System.Nullable queuetypecode { get { - return this._exchangerate; + return this._queuetypecode; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.OnqueuetypecodeChanging(value); + this._queuetypecode = value; + this.OnqueuetypecodeChanged(); + this.OnPropertyChanged("queuetypecode"); } } [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::System.Nullable _queuetypecode; + partial void OnqueuetypecodeChanging(global::System.Nullable value); + partial void OnqueuetypecodeChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual string entityimage_url { get { - return this.__transactioncurrencyid_value; + return this._entityimage_url; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); } } [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 string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); /// /// There are no comments for Property entityimageid in the schema. /// @@ -563000,6 +563051,50 @@ public virtual byte[] entityimage partial void On_defaultmailbox_valueChanging(global::System.Nullable value); partial void On_defaultmailbox_valueChanged(); /// + /// There are no comments for Property isemailaddressapprovedbyo365admin in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isemailaddressapprovedbyo365admin + { + get + { + return this._isemailaddressapprovedbyo365admin; + } + set + { + this.Onisemailaddressapprovedbyo365adminChanging(value); + this._isemailaddressapprovedbyo365admin = value; + this.Onisemailaddressapprovedbyo365adminChanged(); + this.OnPropertyChanged("isemailaddressapprovedbyo365admin"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isemailaddressapprovedbyo365admin; + partial void Onisemailaddressapprovedbyo365adminChanging(global::System.Nullable value); + partial void Onisemailaddressapprovedbyo365adminChanged(); + /// + /// 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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -563044,49 +563139,27 @@ public virtual byte[] entityimage partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property isemailaddressapprovedbyo365admin in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isemailaddressapprovedbyo365admin - { - get - { - return this._isemailaddressapprovedbyo365admin; - } - set - { - this.Onisemailaddressapprovedbyo365adminChanging(value); - this._isemailaddressapprovedbyo365admin = value; - this.Onisemailaddressapprovedbyo365adminChanged(); - this.OnPropertyChanged("isemailaddressapprovedbyo365admin"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isemailaddressapprovedbyo365admin; - partial void Onisemailaddressapprovedbyo365adminChanging(global::System.Nullable value); - partial void Onisemailaddressapprovedbyo365adminChanged(); - /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property outgoingemaildeliverymethod 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 outgoingemaildeliverymethod { get { - return this._createdon; + return this._outgoingemaildeliverymethod; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnoutgoingemaildeliverymethodChanging(value); + this._outgoingemaildeliverymethod = value; + this.OnoutgoingemaildeliverymethodChanged(); + this.OnPropertyChanged("outgoingemaildeliverymethod"); } } [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 _outgoingemaildeliverymethod; + partial void OnoutgoingemaildeliverymethodChanging(global::System.Nullable value); + partial void OnoutgoingemaildeliverymethodChanged(); /// /// There are no comments for Property numberofmembers in the schema. /// @@ -563110,50 +563183,6 @@ public virtual byte[] entityimage partial void OnnumberofmembersChanging(global::System.Nullable value); partial void OnnumberofmembersChanged(); /// - /// 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 queuetypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable queuetypecode - { - get - { - return this._queuetypecode; - } - set - { - this.OnqueuetypecodeChanging(value); - this._queuetypecode = value; - this.OnqueuetypecodeChanged(); - this.OnPropertyChanged("queuetypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _queuetypecode; - partial void OnqueuetypecodeChanging(global::System.Nullable value); - partial void OnqueuetypecodeChanged(); - /// /// There are no comments for Property incomingemailfilteringmethod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -563198,6 +563227,28 @@ public virtual byte[] entityimage partial void OnnumberofitemsChanging(global::System.Nullable value); partial void OnnumberofitemsChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// /// There are no comments for Property defaultmailbox in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -566633,27 +566684,27 @@ public virtual string category partial void OncategoryChanging(string value); partial void OncategoryChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property revision in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable revision { get { - return this._importsequencenumber; + return this._revision; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OnrevisionChanging(value); + this._revision = value; + this.OnrevisionChanged(); + this.OnPropertyChanged("revision"); } } [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(); + private global::System.Nullable _revision; + partial void OnrevisionChanging(global::System.Nullable value); + partial void OnrevisionChanged(); /// /// There are no comments for Property quotenumber in the schema. /// @@ -566699,27 +566750,27 @@ public virtual string subcategory partial void OnsubcategoryChanging(string value); partial void OnsubcategoryChanged(); /// - /// There are no comments for Property revision in the schema. + /// 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 revision + public virtual global::System.Nullable importsequencenumber { get { - return this._revision; + return this._importsequencenumber; } set { - this.OnrevisionChanging(value); - this._revision = value; - this.OnrevisionChanged(); - this.OnPropertyChanged("revision"); + 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 _revision; - partial void OnrevisionChanging(global::System.Nullable value); - partial void OnrevisionChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -568321,28 +568372,6 @@ public static quotedetail Createquotedetail(global::Microsoft.Dynamics.CRM.syste partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _parentbundleidref_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentbundleidref_value - { - get - { - return this.__parentbundleidref_value; - } - set - { - this.On_parentbundleidref_valueChanging(value); - this.__parentbundleidref_value = value; - this.On_parentbundleidref_valueChanged(); - this.OnPropertyChanged("_parentbundleidref_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentbundleidref_value; - partial void On_parentbundleidref_valueChanging(global::System.Nullable value); - partial void On_parentbundleidref_valueChanged(); - /// /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -568387,28 +568416,6 @@ public virtual string description partial void Onmanualdiscountamount_baseChanging(global::System.Nullable value); partial void Onmanualdiscountamount_baseChanged(); /// - /// There are no comments for Property parentbundleid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable parentbundleid - { - get - { - return this._parentbundleid; - } - set - { - this.OnparentbundleidChanging(value); - this._parentbundleid = value; - this.OnparentbundleidChanged(); - this.OnPropertyChanged("parentbundleid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _parentbundleid; - partial void OnparentbundleidChanging(global::System.Nullable value); - partial void OnparentbundleidChanged(); - /// /// There are no comments for Property shipto_contactname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -568431,49 +568438,49 @@ public virtual string shipto_contactname partial void Onshipto_contactnameChanging(string value); partial void Onshipto_contactnameChanged(); /// - /// There are no comments for Property shipto_telephone in the schema. + /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_telephone + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._shipto_telephone; + return this.__transactioncurrencyid_value; } set { - this.Onshipto_telephoneChanging(value); - this._shipto_telephone = value; - this.Onshipto_telephoneChanged(); - this.OnPropertyChanged("shipto_telephone"); + 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 string _shipto_telephone; - partial void Onshipto_telephoneChanging(string value); - partial void Onshipto_telephoneChanged(); + 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 _transactioncurrencyid_value in the schema. + /// There are no comments for Property manualdiscountamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual global::System.Nullable manualdiscountamount { get { - return this.__transactioncurrencyid_value; + return this._manualdiscountamount; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OnmanualdiscountamountChanging(value); + this._manualdiscountamount = value; + this.OnmanualdiscountamountChanged(); + this.OnPropertyChanged("manualdiscountamount"); } } [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::System.Nullable _manualdiscountamount; + partial void OnmanualdiscountamountChanging(global::System.Nullable value); + partial void OnmanualdiscountamountChanged(); /// /// There are no comments for Property sequencenumber in the schema. /// @@ -568519,6 +568526,28 @@ public virtual string shipto_fax partial void Onshipto_faxChanging(string value); partial void Onshipto_faxChanged(); /// + /// There are no comments for Property baseamount_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable baseamount_base + { + get + { + return this._baseamount_base; + } + set + { + this.Onbaseamount_baseChanging(value); + this._baseamount_base = value; + this.Onbaseamount_baseChanged(); + this.OnPropertyChanged("baseamount_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _baseamount_base; + partial void Onbaseamount_baseChanging(global::System.Nullable value); + partial void Onbaseamount_baseChanged(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -568563,27 +568592,27 @@ public virtual string shipto_fax partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property volumediscountamount in the schema. + /// There are no comments for Property parentbundleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable volumediscountamount + public virtual global::System.Nullable parentbundleid { get { - return this._volumediscountamount; + return this._parentbundleid; } set { - this.OnvolumediscountamountChanging(value); - this._volumediscountamount = value; - this.OnvolumediscountamountChanged(); - this.OnPropertyChanged("volumediscountamount"); + this.OnparentbundleidChanging(value); + this._parentbundleid = value; + this.OnparentbundleidChanged(); + this.OnPropertyChanged("parentbundleid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _volumediscountamount; - partial void OnvolumediscountamountChanging(global::System.Nullable value); - partial void OnvolumediscountamountChanged(); + private global::System.Nullable _parentbundleid; + partial void OnparentbundleidChanging(global::System.Nullable value); + partial void OnparentbundleidChanged(); /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// @@ -568651,49 +568680,27 @@ public virtual string productnumber partial void OnproductnumberChanging(string value); partial void OnproductnumberChanged(); /// - /// There are no comments for Property baseamount_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable baseamount_base - { - get - { - return this._baseamount_base; - } - set - { - this.Onbaseamount_baseChanging(value); - this._baseamount_base = value; - this.Onbaseamount_baseChanged(); - this.OnPropertyChanged("baseamount_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _baseamount_base; - partial void Onbaseamount_baseChanging(global::System.Nullable value); - partial void Onbaseamount_baseChanged(); - /// - /// There are no comments for Property extendedamount in the schema. + /// 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 extendedamount + public virtual global::System.Nullable _owninguser_value { get { - return this._extendedamount; + return this.__owninguser_value; } set { - this.OnextendedamountChanging(value); - this._extendedamount = value; - this.OnextendedamountChanged(); - this.OnPropertyChanged("extendedamount"); + 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 _extendedamount; - partial void OnextendedamountChanging(global::System.Nullable value); - partial void OnextendedamountChanged(); + 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 productassociationid in the schema. /// @@ -568717,27 +568724,27 @@ public virtual string productnumber partial void OnproductassociationidChanging(global::System.Nullable value); partial void OnproductassociationidChanged(); /// - /// There are no comments for Property _owninguser_value 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 _owninguser_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__owninguser_value; + return this.__createdonbehalfby_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 utcconversiontimezonecode in the schema. /// @@ -568783,115 +568790,49 @@ public virtual string productnumber partial void OnpriceperunitChanging(global::System.Nullable value); partial void OnpriceperunitChanged(); /// - /// There are no comments for Property quantity in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable quantity - { - get - { - return this._quantity; - } - set - { - this.OnquantityChanging(value); - this._quantity = value; - this.OnquantityChanged(); - this.OnPropertyChanged("quantity"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _quantity; - partial void OnquantityChanging(global::System.Nullable value); - partial void OnquantityChanged(); - /// - /// 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 shipto_postalcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_postalcode - { - get - { - return this._shipto_postalcode; - } - set - { - this.Onshipto_postalcodeChanging(value); - this._shipto_postalcode = value; - this.Onshipto_postalcodeChanged(); - this.OnPropertyChanged("shipto_postalcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_postalcode; - partial void Onshipto_postalcodeChanging(string value); - partial void Onshipto_postalcodeChanged(); - /// - /// There are no comments for Property ispriceoverridden in the schema. + /// There are no comments for Property _parentbundleidref_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispriceoverridden + public virtual global::System.Nullable _parentbundleidref_value { get { - return this._ispriceoverridden; + return this.__parentbundleidref_value; } set { - this.OnispriceoverriddenChanging(value); - this._ispriceoverridden = value; - this.OnispriceoverriddenChanged(); - this.OnPropertyChanged("ispriceoverridden"); + this.On_parentbundleidref_valueChanging(value); + this.__parentbundleidref_value = value; + this.On_parentbundleidref_valueChanged(); + this.OnPropertyChanged("_parentbundleidref_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispriceoverridden; - partial void OnispriceoverriddenChanging(global::System.Nullable value); - partial void OnispriceoverriddenChanged(); + private global::System.Nullable __parentbundleidref_value; + partial void On_parentbundleidref_valueChanging(global::System.Nullable value); + partial void On_parentbundleidref_valueChanged(); /// - /// There are no comments for Property volumediscountamount_base in the schema. + /// There are no comments for Property volumediscountamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable volumediscountamount_base + public virtual global::System.Nullable volumediscountamount { get { - return this._volumediscountamount_base; + return this._volumediscountamount; } set { - this.Onvolumediscountamount_baseChanging(value); - this._volumediscountamount_base = value; - this.Onvolumediscountamount_baseChanged(); - this.OnPropertyChanged("volumediscountamount_base"); + this.OnvolumediscountamountChanging(value); + this._volumediscountamount = value; + this.OnvolumediscountamountChanged(); + this.OnPropertyChanged("volumediscountamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _volumediscountamount_base; - partial void Onvolumediscountamount_baseChanging(global::System.Nullable value); - partial void Onvolumediscountamount_baseChanged(); + private global::System.Nullable _volumediscountamount; + partial void OnvolumediscountamountChanging(global::System.Nullable value); + partial void OnvolumediscountamountChanged(); /// /// There are no comments for Property producttypecode in the schema. /// @@ -568915,49 +568856,27 @@ public virtual string shipto_postalcode partial void OnproducttypecodeChanging(global::System.Nullable value); partial void OnproducttypecodeChanged(); /// - /// There are no comments for Property productname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string productname - { - get - { - return this._productname; - } - set - { - this.OnproductnameChanging(value); - this._productname = value; - this.OnproductnameChanged(); - this.OnPropertyChanged("productname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _productname; - partial void OnproductnameChanging(string value); - partial void OnproductnameChanged(); - /// - /// There are no comments for Property tax in the schema. + /// There are no comments for Property _salesrepid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable tax + public virtual global::System.Nullable _salesrepid_value { get { - return this._tax; + return this.__salesrepid_value; } set { - this.OntaxChanging(value); - this._tax = value; - this.OntaxChanged(); - this.OnPropertyChanged("tax"); + this.On_salesrepid_valueChanging(value); + this.__salesrepid_value = value; + this.On_salesrepid_valueChanged(); + this.OnPropertyChanged("_salesrepid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _tax; - partial void OntaxChanging(global::System.Nullable value); - partial void OntaxChanged(); + private global::System.Nullable __salesrepid_value; + partial void On_salesrepid_valueChanging(global::System.Nullable value); + partial void On_salesrepid_valueChanged(); /// /// There are no comments for Property propertyconfigurationstatus in the schema. /// @@ -568981,71 +568900,71 @@ public virtual string productname partial void OnpropertyconfigurationstatusChanging(global::System.Nullable value); partial void OnpropertyconfigurationstatusChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property _productid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable _productid_value { get { - return this._overriddencreatedon; + return this.__productid_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.On_productid_valueChanging(value); + this.__productid_value = value; + this.On_productid_valueChanged(); + this.OnPropertyChanged("_productid_value"); } } [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::System.Nullable __productid_value; + partial void On_productid_valueChanging(global::System.Nullable value); + partial void On_productid_valueChanged(); /// - /// There are no comments for Property _productid_value in the schema. + /// 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 _productid_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__productid_value; + return this._overriddencreatedon; } set { - this.On_productid_valueChanging(value); - this.__productid_value = value; - this.On_productid_valueChanged(); - this.OnPropertyChanged("_productid_value"); + 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 __productid_value; - partial void On_productid_valueChanging(global::System.Nullable value); - partial void On_productid_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property pricingerrorcode in the schema. + /// There are no comments for Property shipto_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pricingerrorcode + public virtual string shipto_name { get { - return this._pricingerrorcode; + return this._shipto_name; } set { - this.OnpricingerrorcodeChanging(value); - this._pricingerrorcode = value; - this.OnpricingerrorcodeChanged(); - this.OnPropertyChanged("pricingerrorcode"); + this.Onshipto_nameChanging(value); + this._shipto_name = value; + this.Onshipto_nameChanged(); + this.OnPropertyChanged("shipto_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pricingerrorcode; - partial void OnpricingerrorcodeChanging(global::System.Nullable value); - partial void OnpricingerrorcodeChanged(); + private string _shipto_name; + partial void Onshipto_nameChanging(string value); + partial void Onshipto_nameChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -569069,27 +568988,27 @@ public virtual string productname partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property manualdiscountamount in the schema. + /// 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 manualdiscountamount + public virtual global::System.Nullable versionnumber { get { - return this._manualdiscountamount; + return this._versionnumber; } set { - this.OnmanualdiscountamountChanging(value); - this._manualdiscountamount = value; - this.OnmanualdiscountamountChanged(); - this.OnPropertyChanged("manualdiscountamount"); + 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 _manualdiscountamount; - partial void OnmanualdiscountamountChanging(global::System.Nullable value); - partial void OnmanualdiscountamountChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property _quoteid_value in the schema. /// @@ -569113,6 +569032,50 @@ public virtual string productname partial void On_quoteid_valueChanging(global::System.Nullable value); partial void On_quoteid_valueChanged(); /// + /// There are no comments for Property extendedamount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable extendedamount + { + get + { + return this._extendedamount; + } + set + { + this.OnextendedamountChanging(value); + this._extendedamount = value; + this.OnextendedamountChanged(); + this.OnPropertyChanged("extendedamount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _extendedamount; + partial void OnextendedamountChanging(global::System.Nullable value); + partial void OnextendedamountChanged(); + /// + /// 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 importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -569157,6 +569120,50 @@ public virtual string quotedetailname partial void OnquotedetailnameChanging(string value); partial void OnquotedetailnameChanged(); /// + /// There are no comments for Property productname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string productname + { + get + { + return this._productname; + } + set + { + this.OnproductnameChanging(value); + this._productname = value; + this.OnproductnameChanged(); + this.OnPropertyChanged("productname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _productname; + partial void OnproductnameChanging(string value); + partial void OnproductnameChanged(); + /// + /// There are no comments for Property ispriceoverridden in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ispriceoverridden + { + get + { + return this._ispriceoverridden; + } + set + { + this.OnispriceoverriddenChanging(value); + this._ispriceoverridden = value; + this.OnispriceoverriddenChanged(); + this.OnPropertyChanged("ispriceoverridden"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ispriceoverridden; + partial void OnispriceoverriddenChanging(global::System.Nullable value); + partial void OnispriceoverriddenChanged(); + /// /// There are no comments for Property willcall in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -569223,49 +569230,93 @@ public virtual string productdescription partial void OnquotedetailidChanging(global::System.Nullable value); partial void OnquotedetailidChanged(); /// - /// There are no comments for Property extendedamount_base in the schema. + /// There are no comments for Property tax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable extendedamount_base + public virtual global::System.Nullable tax { get { - return this._extendedamount_base; + return this._tax; } set { - this.Onextendedamount_baseChanging(value); - this._extendedamount_base = value; - this.Onextendedamount_baseChanged(); - this.OnPropertyChanged("extendedamount_base"); + this.OntaxChanging(value); + this._tax = value; + this.OntaxChanged(); + this.OnPropertyChanged("tax"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _extendedamount_base; - partial void Onextendedamount_baseChanging(global::System.Nullable value); - partial void Onextendedamount_baseChanged(); + private global::System.Nullable _tax; + partial void OntaxChanging(global::System.Nullable value); + partial void OntaxChanged(); /// - /// There are no comments for Property baseamount in the schema. + /// There are no comments for Property tax_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable baseamount + public virtual global::System.Nullable tax_base { get { - return this._baseamount; + return this._tax_base; } set { - this.OnbaseamountChanging(value); - this._baseamount = value; - this.OnbaseamountChanged(); - this.OnPropertyChanged("baseamount"); + this.Ontax_baseChanging(value); + this._tax_base = value; + this.Ontax_baseChanged(); + this.OnPropertyChanged("tax_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _baseamount; - partial void OnbaseamountChanging(global::System.Nullable value); - partial void OnbaseamountChanged(); + private global::System.Nullable _tax_base; + partial void Ontax_baseChanging(global::System.Nullable value); + partial void Ontax_baseChanged(); + /// + /// There are no comments for Property shipto_telephone in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string shipto_telephone + { + get + { + return this._shipto_telephone; + } + set + { + this.Onshipto_telephoneChanging(value); + this._shipto_telephone = value; + this.Onshipto_telephoneChanged(); + this.OnPropertyChanged("shipto_telephone"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _shipto_telephone; + partial void Onshipto_telephoneChanging(string value); + partial void Onshipto_telephoneChanged(); + /// + /// There are no comments for Property extendedamount_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable extendedamount_base + { + get + { + return this._extendedamount_base; + } + set + { + this.Onextendedamount_baseChanging(value); + this._extendedamount_base = value; + this.Onextendedamount_baseChanged(); + this.OnPropertyChanged("extendedamount_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _extendedamount_base; + partial void Onextendedamount_baseChanging(global::System.Nullable value); + partial void Onextendedamount_baseChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -569289,27 +569340,27 @@ public virtual string productdescription partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property lineitemnumber in the schema. + /// There are no comments for Property isproductoverridden in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lineitemnumber + public virtual global::System.Nullable isproductoverridden { get { - return this._lineitemnumber; + return this._isproductoverridden; } set { - this.OnlineitemnumberChanging(value); - this._lineitemnumber = value; - this.OnlineitemnumberChanged(); - this.OnPropertyChanged("lineitemnumber"); + this.OnisproductoverriddenChanging(value); + this._isproductoverridden = value; + this.OnisproductoverriddenChanged(); + this.OnPropertyChanged("isproductoverridden"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lineitemnumber; - partial void OnlineitemnumberChanging(global::System.Nullable value); - partial void OnlineitemnumberChanged(); + private global::System.Nullable _isproductoverridden; + partial void OnisproductoverriddenChanging(global::System.Nullable value); + partial void OnisproductoverriddenChanged(); /// /// There are no comments for Property shipto_addressid in the schema. /// @@ -569333,27 +569384,27 @@ public virtual string productdescription partial void Onshipto_addressidChanging(global::System.Nullable value); partial void Onshipto_addressidChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property shipto_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string shipto_postalcode { get { - return this._versionnumber; + return this._shipto_postalcode; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onshipto_postalcodeChanging(value); + this._shipto_postalcode = value; + this.Onshipto_postalcodeChanged(); + this.OnPropertyChanged("shipto_postalcode"); } } [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 string _shipto_postalcode; + partial void Onshipto_postalcodeChanging(string value); + partial void Onshipto_postalcodeChanged(); /// /// There are no comments for Property _owningteam_value in the schema. /// @@ -569399,49 +569450,71 @@ public virtual string shipto_stateorprovince partial void Onshipto_stateorprovinceChanging(string value); partial void Onshipto_stateorprovinceChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property volumediscountamount_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 volumediscountamount_base { get { - return this.__createdonbehalfby_value; + return this._volumediscountamount_base; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.Onvolumediscountamount_baseChanging(value); + this._volumediscountamount_base = value; + this.Onvolumediscountamount_baseChanged(); + this.OnPropertyChanged("volumediscountamount_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 _volumediscountamount_base; + partial void Onvolumediscountamount_baseChanging(global::System.Nullable value); + partial void Onvolumediscountamount_baseChanged(); /// - /// There are no comments for Property _salesrepid_value in the schema. + /// There are no comments for Property quantity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _salesrepid_value + public virtual global::System.Nullable quantity { get { - return this.__salesrepid_value; + return this._quantity; } set { - this.On_salesrepid_valueChanging(value); - this.__salesrepid_value = value; - this.On_salesrepid_valueChanged(); - this.OnPropertyChanged("_salesrepid_value"); + this.OnquantityChanging(value); + this._quantity = value; + this.OnquantityChanged(); + this.OnPropertyChanged("quantity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __salesrepid_value; - partial void On_salesrepid_valueChanging(global::System.Nullable value); - partial void On_salesrepid_valueChanged(); + private global::System.Nullable _quantity; + partial void OnquantityChanging(global::System.Nullable value); + partial void OnquantityChanged(); + /// + /// There are no comments for Property lineitemnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable lineitemnumber + { + get + { + return this._lineitemnumber; + } + set + { + this.OnlineitemnumberChanging(value); + this._lineitemnumber = value; + this.OnlineitemnumberChanged(); + this.OnPropertyChanged("lineitemnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _lineitemnumber; + partial void OnlineitemnumberChanging(global::System.Nullable value); + partial void OnlineitemnumberChanged(); /// /// There are no comments for Property shipto_city in the schema. /// @@ -569509,28 +569582,6 @@ public virtual string shipto_country partial void Onshipto_countryChanging(string value); partial void Onshipto_countryChanged(); /// - /// There are no comments for Property isproductoverridden in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isproductoverridden - { - get - { - return this._isproductoverridden; - } - set - { - this.OnisproductoverriddenChanging(value); - this._isproductoverridden = value; - this.OnisproductoverriddenChanged(); - this.OnPropertyChanged("isproductoverridden"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isproductoverridden; - partial void OnisproductoverriddenChanging(global::System.Nullable value); - partial void OnisproductoverriddenChanged(); - /// /// There are no comments for Property _uomid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -569597,27 +569648,27 @@ public virtual string shipto_line2 partial void Onshipto_line2Changing(string value); partial void Onshipto_line2Changed(); /// - /// There are no comments for Property shipto_line1 in the schema. + /// There are no comments for Property baseamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_line1 + public virtual global::System.Nullable baseamount { get { - return this._shipto_line1; + return this._baseamount; } set { - this.Onshipto_line1Changing(value); - this._shipto_line1 = value; - this.Onshipto_line1Changed(); - this.OnPropertyChanged("shipto_line1"); + this.OnbaseamountChanging(value); + this._baseamount = value; + this.OnbaseamountChanged(); + this.OnPropertyChanged("baseamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_line1; - partial void Onshipto_line1Changing(string value); - partial void Onshipto_line1Changed(); + private global::System.Nullable _baseamount; + partial void OnbaseamountChanging(global::System.Nullable value); + partial void OnbaseamountChanged(); /// /// There are no comments for Property quotestatecode in the schema. /// @@ -569641,49 +569692,49 @@ public virtual string shipto_line1 partial void OnquotestatecodeChanging(global::System.Nullable value); partial void OnquotestatecodeChanged(); /// - /// There are no comments for Property tax_base in the schema. + /// There are no comments for Property pricingerrorcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable tax_base + public virtual global::System.Nullable pricingerrorcode { get { - return this._tax_base; + return this._pricingerrorcode; } set { - this.Ontax_baseChanging(value); - this._tax_base = value; - this.Ontax_baseChanged(); - this.OnPropertyChanged("tax_base"); + this.OnpricingerrorcodeChanging(value); + this._pricingerrorcode = value; + this.OnpricingerrorcodeChanged(); + this.OnPropertyChanged("pricingerrorcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _tax_base; - partial void Ontax_baseChanging(global::System.Nullable value); - partial void Ontax_baseChanged(); + private global::System.Nullable _pricingerrorcode; + partial void OnpricingerrorcodeChanging(global::System.Nullable value); + partial void OnpricingerrorcodeChanged(); /// - /// There are no comments for Property shipto_name in the schema. + /// There are no comments for Property skippricecalculation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_name + public virtual global::System.Nullable skippricecalculation { get { - return this._shipto_name; + return this._skippricecalculation; } set { - this.Onshipto_nameChanging(value); - this._shipto_name = value; - this.Onshipto_nameChanged(); - this.OnPropertyChanged("shipto_name"); + this.OnskippricecalculationChanging(value); + this._skippricecalculation = value; + this.OnskippricecalculationChanged(); + this.OnPropertyChanged("skippricecalculation"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_name; - partial void Onshipto_nameChanging(string value); - partial void Onshipto_nameChanged(); + private global::System.Nullable _skippricecalculation; + partial void OnskippricecalculationChanging(global::System.Nullable value); + partial void OnskippricecalculationChanged(); /// /// There are no comments for Property shipto_freighttermscode in the schema. /// @@ -569707,27 +569758,27 @@ public virtual string shipto_name partial void Onshipto_freighttermscodeChanging(global::System.Nullable value); partial void Onshipto_freighttermscodeChanged(); /// - /// There are no comments for Property skippricecalculation in the schema. + /// There are no comments for Property shipto_line1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable skippricecalculation + public virtual string shipto_line1 { get { - return this._skippricecalculation; + return this._shipto_line1; } set { - this.OnskippricecalculationChanging(value); - this._skippricecalculation = value; - this.OnskippricecalculationChanged(); - this.OnPropertyChanged("skippricecalculation"); + this.Onshipto_line1Changing(value); + this._shipto_line1 = value; + this.Onshipto_line1Changed(); + this.OnPropertyChanged("shipto_line1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _skippricecalculation; - partial void OnskippricecalculationChanging(global::System.Nullable value); - partial void OnskippricecalculationChanged(); + private string _shipto_line1; + partial void Onshipto_line1Changing(string value); + partial void Onshipto_line1Changed(); /// /// There are no comments for Property shipto_line3 in the schema. /// @@ -571560,6 +571611,28 @@ public virtual string billto_city partial void OnonholdtimeChanging(global::System.Nullable value); partial void OnonholdtimeChanged(); /// + /// 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 quotenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -571670,27 +571743,27 @@ public virtual string billto_line1 partial void Onbillto_line1Changing(string value); partial void Onbillto_line1Changed(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property _opportunityid_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 _opportunityid_value { get { - return this._statuscode; + return this.__opportunityid_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.On_opportunityid_valueChanging(value); + this.__opportunityid_value = value; + this.On_opportunityid_valueChanged(); + this.OnPropertyChanged("_opportunityid_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 __opportunityid_value; + partial void On_opportunityid_valueChanging(global::System.Nullable value); + partial void On_opportunityid_valueChanged(); /// /// There are no comments for Property emailaddress in the schema. /// @@ -571802,27 +571875,27 @@ public virtual string emailaddress partial void Ontotallineitemamount_baseChanging(global::System.Nullable value); partial void Ontotallineitemamount_baseChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property totalamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable totalamount_base { get { - return this._overriddencreatedon; + return this._totalamount_base; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Ontotalamount_baseChanging(value); + this._totalamount_base = value; + this.Ontotalamount_baseChanged(); + this.OnPropertyChanged("totalamount_base"); } } [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::System.Nullable _totalamount_base; + partial void Ontotalamount_baseChanging(global::System.Nullable value); + partial void Ontotalamount_baseChanged(); /// /// There are no comments for Property shipto_country in the schema. /// @@ -571912,6 +571985,28 @@ public virtual string shipto_line3 partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -572154,6 +572249,28 @@ public virtual string shipto_line3 partial void On_contactid_valueChanging(global::System.Nullable value); partial void On_contactid_valueChanged(); /// + /// There are no comments for Property stageid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable stageid + { + get + { + return this._stageid; + } + set + { + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); + /// /// There are no comments for Property freightamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -572220,28 +572337,6 @@ public virtual string shipto_line3 partial void OnprocessidChanging(global::System.Nullable value); partial void OnprocessidChanged(); /// - /// There are no comments for Property _opportunityid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _opportunityid_value - { - get - { - return this.__opportunityid_value; - } - set - { - this.On_opportunityid_valueChanging(value); - this.__opportunityid_value = value; - this.On_opportunityid_valueChanged(); - this.OnPropertyChanged("_opportunityid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __opportunityid_value; - partial void On_opportunityid_valueChanging(global::System.Nullable value); - partial void On_opportunityid_valueChanged(); - /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -572616,28 +572711,6 @@ public virtual string shipto_telephone partial void Onshipto_telephoneChanging(string value); partial void Onshipto_telephoneChanged(); /// - /// There are no comments for Property totalamount_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totalamount_base - { - get - { - return this._totalamount_base; - } - set - { - this.Ontotalamount_baseChanging(value); - this._totalamount_base = value; - this.Ontotalamount_baseChanged(); - this.OnPropertyChanged("totalamount_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totalamount_base; - partial void Ontotalamount_baseChanging(global::System.Nullable value); - partial void Ontotalamount_baseChanged(); - /// /// There are no comments for Property totalamountlessfreight in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -573078,28 +573151,6 @@ public virtual string shipto_fax partial void OnfreighttermscodeChanging(global::System.Nullable value); partial void OnfreighttermscodeChanged(); /// - /// There are no comments for Property stageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid - { - get - { - return this._stageid; - } - set - { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); - /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -575165,6 +575216,28 @@ public static ratingmodel Createratingmodel(global::Microsoft.Dynamics.CRM.syste partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// + /// There are no comments for Property ratingmodelid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ratingmodelid + { + get + { + return this._ratingmodelid; + } + set + { + this.OnratingmodelidChanging(value); + this._ratingmodelid = value; + this.OnratingmodelidChanged(); + this.OnPropertyChanged("ratingmodelid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ratingmodelid; + partial void OnratingmodelidChanging(global::System.Nullable value); + partial void OnratingmodelidChanged(); + /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -575209,6 +575282,28 @@ public static ratingmodel Createratingmodel(global::Microsoft.Dynamics.CRM.syste partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// + /// 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 _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -575275,6 +575370,28 @@ public static ratingmodel Createratingmodel(global::Microsoft.Dynamics.CRM.syste 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -575297,49 +575414,49 @@ public static ratingmodel Createratingmodel(global::Microsoft.Dynamics.CRM.syste partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._statecode; + return this.__modifiedonbehalfby_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + 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 createdon 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 createdon + public virtual global::System.Nullable statecode { get { - return this._createdon; + return this._statecode; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -575363,50 +575480,6 @@ public static ratingmodel Createratingmodel(global::Microsoft.Dynamics.CRM.syste partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property ratingmodelid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ratingmodelid - { - get - { - return this._ratingmodelid; - } - set - { - this.OnratingmodelidChanging(value); - this._ratingmodelid = value; - this.OnratingmodelidChanged(); - this.OnPropertyChanged("ratingmodelid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ratingmodelid; - partial void OnratingmodelidChanging(global::System.Nullable value); - partial void OnratingmodelidChanged(); - /// - /// 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 name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -575451,27 +575524,27 @@ public virtual string name partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__modifiedonbehalfby_value; + return this._timezoneruleversionnumber; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -575517,27 +575590,27 @@ public virtual string name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._importsequencenumber; + return this._utcconversiontimezonecode; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property maxratingvalue in the schema. /// @@ -575605,28 +575678,6 @@ public virtual string name 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 createdbyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -576544,27 +576595,49 @@ public static ratingvalue Createratingvalue(global::Microsoft.Dynamics.CRM.syste return ratingvalue; } /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property _ratingmodel_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual global::System.Nullable _ratingmodel_value { get { - return this.__transactioncurrencyid_value; + return this.__ratingmodel_value; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.On_ratingmodel_valueChanging(value); + this.__ratingmodel_value = value; + this.On_ratingmodel_valueChanged(); + this.OnPropertyChanged("_ratingmodel_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(); + private global::System.Nullable __ratingmodel_value; + partial void On_ratingmodel_valueChanging(global::System.Nullable value); + partial void On_ratingmodel_valueChanged(); + /// + /// 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 _owningteam_value in the schema. /// @@ -576588,6 +576661,28 @@ public static ratingvalue Createratingvalue(global::Microsoft.Dynamics.CRM.syste partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// + /// 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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -576610,137 +576705,137 @@ public static ratingvalue Createratingvalue(global::Microsoft.Dynamics.CRM.syste partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__owningbusinessunit_value; + return this.__ownerid_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string name { get { - return this._versionnumber; + return this._name; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property value 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 value { get { - return this._createdon; + return this._value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnvalueChanging(value); + this._value = value; + this.OnvalueChanged(); + this.OnPropertyChanged("value"); } } [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 _value; + partial void OnvalueChanging(global::System.Nullable value); + partial void OnvalueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this.__createdby_value; + return this.__transactioncurrencyid_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 value 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 value + public virtual global::System.Nullable _createdby_value { get { - return this._value; + return this.__createdby_value; } set { - this.OnvalueChanging(value); - this._value = value; - this.OnvalueChanged(); - this.OnPropertyChanged("value"); + 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 _value; - partial void OnvalueChanging(global::System.Nullable value); - partial void OnvalueChanged(); + 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 statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._statuscode; + return this.__owningbusinessunit_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 importsequencenumber in the schema. /// @@ -576764,28 +576859,6 @@ public static ratingvalue Createratingvalue(global::Microsoft.Dynamics.CRM.syste partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// 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 ratingvalueid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -576874,71 +576947,71 @@ public static ratingvalue Createratingvalue(global::Microsoft.Dynamics.CRM.syste partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property _ratingmodel_value in the schema. + /// 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 _ratingmodel_value + public virtual global::System.Nullable modifiedon { get { - return this.__ratingmodel_value; + return this._modifiedon; } set { - this.On_ratingmodel_valueChanging(value); - this.__ratingmodel_value = value; - this.On_ratingmodel_valueChanged(); - this.OnPropertyChanged("_ratingmodel_value"); + 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 __ratingmodel_value; - partial void On_ratingmodel_valueChanging(global::System.Nullable value); - partial void On_ratingmodel_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._statecode; + return this._timezoneruleversionnumber; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable versionnumber { get { - return this._name; + return this._versionnumber; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -576962,49 +577035,49 @@ public virtual string name partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property _modifiedby_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 _modifiedby_value + public virtual global::System.Nullable createdon { get { - return this.__modifiedby_value; + return this._createdon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__ownerid_value; + return this.__modifiedby_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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 _owninguser_value in the schema. /// @@ -577028,28 +577101,6 @@ public virtual string name 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 createdbyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -577711,50 +577762,6 @@ public static recommendeddocument Createrecommendeddocument(global::Microsoft.Dy partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property author in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string author - { - get - { - return this._author; - } - set - { - this.OnauthorChanging(value); - this._author = value; - this.OnauthorChanged(); - this.OnPropertyChanged("author"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _author; - partial void OnauthorChanging(string value); - partial void OnauthorChanged(); - /// - /// There are no comments for Property filetype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string filetype - { - get - { - return this._filetype; - } - set - { - this.OnfiletypeChanging(value); - this._filetype = value; - this.OnfiletypeChanged(); - this.OnPropertyChanged("filetype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _filetype; - partial void OnfiletypeChanging(string value); - partial void OnfiletypeChanged(); - /// /// There are no comments for Property editurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -577799,28 +577806,6 @@ public virtual string editurl partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property title in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string title - { - get - { - return this._title; - } - set - { - this.OntitleChanging(value); - this._title = value; - this.OntitleChanged(); - this.OnPropertyChanged("title"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _title; - partial void OntitleChanging(string value); - partial void OntitleChanged(); - /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -577843,27 +577828,27 @@ public virtual string title partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property source in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string source + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._source; + return this._utcconversiontimezonecode; } set { - this.OnsourceChanging(value); - this._source = value; - this.OnsourceChanged(); - this.OnPropertyChanged("source"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _source; - partial void OnsourceChanging(string value); - partial void OnsourceChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property externaldocumentid in the schema. /// @@ -577887,27 +577872,49 @@ public virtual string externaldocumentid partial void OnexternaldocumentidChanging(string value); partial void OnexternaldocumentidChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property readurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string readurl { get { - return this._timezoneruleversionnumber; + return this._readurl; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OnreadurlChanging(value); + this._readurl = value; + this.OnreadurlChanged(); + this.OnPropertyChanged("readurl"); } } [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 string _readurl; + partial void OnreadurlChanging(string value); + partial void OnreadurlChanged(); + /// + /// There are no comments for Property fullname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string fullname + { + get + { + return this._fullname; + } + set + { + this.OnfullnameChanging(value); + this._fullname = value; + this.OnfullnameChanged(); + this.OnPropertyChanged("fullname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _fullname; + partial void OnfullnameChanging(string value); + partial void OnfullnameChanged(); /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// @@ -577997,49 +578004,49 @@ public virtual string externalmodifiedby partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property readurl 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 string readurl + public virtual global::System.Nullable _createdby_value { get { - return this._readurl; + return this.__createdby_value; } set { - this.OnreadurlChanging(value); - this._readurl = value; - this.OnreadurlChanged(); - this.OnPropertyChanged("readurl"); + 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 string _readurl; - partial void OnreadurlChanging(string value); - partial void OnreadurlChanged(); + 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 location in the schema. + /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string location + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._location; + return this._timezoneruleversionnumber; } set { - this.OnlocationChanging(value); - this._location = value; - this.OnlocationChanged(); - this.OnPropertyChanged("location"); + this.OntimezoneruleversionnumberChanging(value); + this._timezoneruleversionnumber = value; + this.OntimezoneruleversionnumberChanged(); + this.OnPropertyChanged("timezoneruleversionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _location; - partial void OnlocationChanging(string value); - partial void OnlocationChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -578107,71 +578114,93 @@ public virtual string version partial void OnversionChanging(string value); partial void OnversionChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property author in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string author { get { - return this._utcconversiontimezonecode; + return this._author; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OnauthorChanging(value); + this._author = value; + this.OnauthorChanged(); + this.OnPropertyChanged("author"); } } [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 string _author; + partial void OnauthorChanging(string value); + partial void OnauthorChanged(); /// - /// There are no comments for Property fullname in the schema. + /// There are no comments for Property _regardingobjectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string fullname + public virtual global::System.Nullable _regardingobjectid_value { get { - return this._fullname; + return this.__regardingobjectid_value; } set { - this.OnfullnameChanging(value); - this._fullname = value; - this.OnfullnameChanged(); - this.OnPropertyChanged("fullname"); + this.On_regardingobjectid_valueChanging(value); + this.__regardingobjectid_value = value; + this.On_regardingobjectid_valueChanged(); + this.OnPropertyChanged("_regardingobjectid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _fullname; - partial void OnfullnameChanging(string value); - partial void OnfullnameChanged(); + private global::System.Nullable __regardingobjectid_value; + partial void On_regardingobjectid_valueChanging(global::System.Nullable value); + partial void On_regardingobjectid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property recommendeddocumentid 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 recommendeddocumentid { get { - return this.__createdby_value; + return this._recommendeddocumentid; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnrecommendeddocumentidChanging(value); + this._recommendeddocumentid = value; + this.OnrecommendeddocumentidChanged(); + this.OnPropertyChanged("recommendeddocumentid"); } } [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 _recommendeddocumentid; + partial void OnrecommendeddocumentidChanging(global::System.Nullable value); + partial void OnrecommendeddocumentidChanged(); + /// + /// There are no comments for Property filetype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string filetype + { + get + { + return this._filetype; + } + set + { + this.OnfiletypeChanging(value); + this._filetype = value; + this.OnfiletypeChanged(); + this.OnPropertyChanged("filetype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _filetype; + partial void OnfiletypeChanging(string value); + partial void OnfiletypeChanged(); /// /// There are no comments for Property filesize in the schema. /// @@ -578195,27 +578224,27 @@ public virtual string fullname partial void OnfilesizeChanging(global::System.Nullable value); partial void OnfilesizeChanged(); /// - /// There are no comments for Property absoluteurl in the schema. + /// There are no comments for Property source in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string absoluteurl + public virtual string source { get { - return this._absoluteurl; + return this._source; } set { - this.OnabsoluteurlChanging(value); - this._absoluteurl = value; - this.OnabsoluteurlChanged(); - this.OnPropertyChanged("absoluteurl"); + this.OnsourceChanging(value); + this._source = value; + this.OnsourceChanged(); + this.OnPropertyChanged("source"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _absoluteurl; - partial void OnabsoluteurlChanging(string value); - partial void OnabsoluteurlChanged(); + private string _source; + partial void OnsourceChanging(string value); + partial void OnsourceChanged(); /// /// There are no comments for Property contenttype in the schema. /// @@ -578239,27 +578268,27 @@ public virtual string contenttype partial void OncontenttypeChanging(string value); partial void OncontenttypeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property title in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string title { get { - return this.__createdonbehalfby_value; + return this._title; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OntitleChanging(value); + this._title = value; + this.OntitleChanged(); + this.OnPropertyChanged("title"); } } [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 string _title; + partial void OntitleChanging(string value); + partial void OntitleChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -578283,71 +578312,93 @@ public virtual string contenttype partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property recommendeddocumentid in the schema. + /// There are no comments for Property location in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable recommendeddocumentid + public virtual string location { get { - return this._recommendeddocumentid; + return this._location; } set { - this.OnrecommendeddocumentidChanging(value); - this._recommendeddocumentid = value; - this.OnrecommendeddocumentidChanged(); - this.OnPropertyChanged("recommendeddocumentid"); + this.OnlocationChanging(value); + this._location = value; + this.OnlocationChanged(); + this.OnPropertyChanged("location"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _recommendeddocumentid; - partial void OnrecommendeddocumentidChanging(global::System.Nullable value); - partial void OnrecommendeddocumentidChanged(); + private string _location; + partial void OnlocationChanging(string value); + partial void OnlocationChanged(); /// - /// There are no comments for Property _regardingobjectid_value in the schema. + /// There are no comments for Property associatedrecordname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _regardingobjectid_value + public virtual string associatedrecordname { get { - return this.__regardingobjectid_value; + return this._associatedrecordname; } set { - this.On_regardingobjectid_valueChanging(value); - this.__regardingobjectid_value = value; - this.On_regardingobjectid_valueChanged(); - this.OnPropertyChanged("_regardingobjectid_value"); + this.OnassociatedrecordnameChanging(value); + this._associatedrecordname = value; + this.OnassociatedrecordnameChanged(); + this.OnPropertyChanged("associatedrecordname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __regardingobjectid_value; - partial void On_regardingobjectid_valueChanging(global::System.Nullable value); - partial void On_regardingobjectid_valueChanged(); + private string _associatedrecordname; + partial void OnassociatedrecordnameChanging(string value); + partial void OnassociatedrecordnameChanged(); /// - /// There are no comments for Property associatedrecordname in the schema. + /// There are no comments for Property absoluteurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string associatedrecordname + public virtual string absoluteurl { get { - return this._associatedrecordname; + return this._absoluteurl; } set { - this.OnassociatedrecordnameChanging(value); - this._associatedrecordname = value; - this.OnassociatedrecordnameChanged(); - this.OnPropertyChanged("associatedrecordname"); + this.OnabsoluteurlChanging(value); + this._absoluteurl = value; + this.OnabsoluteurlChanged(); + this.OnPropertyChanged("absoluteurl"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _associatedrecordname; - partial void OnassociatedrecordnameChanging(string value); - partial void OnassociatedrecordnameChanged(); + private string _absoluteurl; + partial void OnabsoluteurlChanging(string value); + partial void OnabsoluteurlChanged(); + /// + /// 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 createdbyname in the schema. /// @@ -579143,27 +579194,27 @@ public static recurrencerule Createrecurrencerule(global::Microsoft.Dynamics.CRM partial void OnisregenerateChanging(global::System.Nullable value); partial void OnisregenerateChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property isweekdaypattern in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable isweekdaypattern { get { - return this._modifiedon; + return this._isweekdaypattern; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OnisweekdaypatternChanging(value); + this._isweekdaypattern = value; + this.OnisweekdaypatternChanged(); + this.OnPropertyChanged("isweekdaypattern"); } } [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::System.Nullable _isweekdaypattern; + partial void OnisweekdaypatternChanging(global::System.Nullable value); + partial void OnisweekdaypatternChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -579341,49 +579392,49 @@ public static recurrencerule Createrecurrencerule(global::Microsoft.Dynamics.CRM partial void OnpatternstartdateChanging(global::System.Nullable value); partial void OnpatternstartdateChanged(); /// - /// There are no comments for Property isweekdaypattern in the schema. + /// There are no comments for Property firstdayofweek in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isweekdaypattern + public virtual global::System.Nullable firstdayofweek { get { - return this._isweekdaypattern; + return this._firstdayofweek; } set { - this.OnisweekdaypatternChanging(value); - this._isweekdaypattern = value; - this.OnisweekdaypatternChanged(); - this.OnPropertyChanged("isweekdaypattern"); + this.OnfirstdayofweekChanging(value); + this._firstdayofweek = value; + this.OnfirstdayofweekChanged(); + this.OnPropertyChanged("firstdayofweek"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isweekdaypattern; - partial void OnisweekdaypatternChanging(global::System.Nullable value); - partial void OnisweekdaypatternChanged(); + private global::System.Nullable _firstdayofweek; + partial void OnfirstdayofweekChanging(global::System.Nullable value); + partial void OnfirstdayofweekChanged(); /// - /// There are no comments for Property firstdayofweek in the schema. + /// 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 firstdayofweek + public virtual global::System.Nullable modifiedon { get { - return this._firstdayofweek; + return this._modifiedon; } set { - this.OnfirstdayofweekChanging(value); - this._firstdayofweek = value; - this.OnfirstdayofweekChanged(); - this.OnPropertyChanged("firstdayofweek"); + 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 _firstdayofweek; - partial void OnfirstdayofweekChanging(global::System.Nullable value); - partial void OnfirstdayofweekChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property recurrencepatterntype in the schema. /// @@ -582821,28 +582872,6 @@ public static recurringappointmentmaster Createrecurringappointmentmaster(global return recurringappointmentmaster; } /// - /// There are no comments for Property dayofmonth in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable dayofmonth - { - get - { - return this._dayofmonth; - } - set - { - this.OndayofmonthChanging(value); - this._dayofmonth = value; - this.OndayofmonthChanged(); - this.OnPropertyChanged("dayofmonth"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _dayofmonth; - partial void OndayofmonthChanging(global::System.Nullable value); - partial void OndayofmonthChanged(); - /// /// There are no comments for Property patternendtype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -582865,28 +582894,6 @@ public static recurringappointmentmaster Createrecurringappointmentmaster(global partial void OnpatternendtypeChanging(global::System.Nullable value); partial void OnpatternendtypeChanged(); /// - /// There are no comments for Property isalldayevent in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isalldayevent - { - get - { - return this._isalldayevent; - } - set - { - this.OnisalldayeventChanging(value); - this._isalldayevent = value; - this.OnisalldayeventChanged(); - this.OnPropertyChanged("isalldayevent"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isalldayevent; - partial void OnisalldayeventChanging(global::System.Nullable value); - partial void OnisalldayeventChanged(); - /// /// There are no comments for Property outlookownerapptid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -583019,27 +583026,49 @@ public virtual string location partial void On_ruleid_valueChanging(global::System.Nullable value); partial void On_ruleid_valueChanged(); /// - /// There are no comments for Property category in the schema. + /// There are no comments for Property daysofweekmask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string category + public virtual global::System.Nullable daysofweekmask { get { - return this._category; + return this._daysofweekmask; } set { - this.OncategoryChanging(value); - this._category = value; - this.OncategoryChanged(); - this.OnPropertyChanged("category"); + this.OndaysofweekmaskChanging(value); + this._daysofweekmask = value; + this.OndaysofweekmaskChanged(); + this.OnPropertyChanged("daysofweekmask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _category; - partial void OncategoryChanging(string value); - partial void OncategoryChanged(); + private global::System.Nullable _daysofweekmask; + partial void OndaysofweekmaskChanging(global::System.Nullable value); + partial void OndaysofweekmaskChanged(); + /// + /// There are no comments for Property effectiveenddate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable effectiveenddate + { + get + { + return this._effectiveenddate; + } + set + { + this.OneffectiveenddateChanging(value); + this._effectiveenddate = value; + this.OneffectiveenddateChanged(); + this.OnPropertyChanged("effectiveenddate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _effectiveenddate; + partial void OneffectiveenddateChanging(global::System.Nullable value); + partial void OneffectiveenddateChanged(); /// /// There are no comments for Property patternstartdate in the schema. /// @@ -583107,93 +583136,49 @@ public virtual string category partial void OnstarttimeChanging(global::System.Nullable value); partial void OnstarttimeChanged(); /// - /// There are no comments for Property effectiveenddate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable effectiveenddate - { - get - { - return this._effectiveenddate; - } - set - { - this.OneffectiveenddateChanging(value); - this._effectiveenddate = value; - this.OneffectiveenddateChanged(); - this.OnPropertyChanged("effectiveenddate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _effectiveenddate; - partial void OneffectiveenddateChanging(global::System.Nullable value); - partial void OneffectiveenddateChanged(); - /// - /// There are no comments for Property isnthmonthly in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isnthmonthly - { - get - { - return this._isnthmonthly; - } - set - { - this.OnisnthmonthlyChanging(value); - this._isnthmonthly = value; - this.OnisnthmonthlyChanged(); - this.OnPropertyChanged("isnthmonthly"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isnthmonthly; - partial void OnisnthmonthlyChanging(global::System.Nullable value); - partial void OnisnthmonthlyChanged(); - /// - /// There are no comments for Property _groupid_value in the schema. + /// There are no comments for Property subcategory in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _groupid_value + public virtual string subcategory { get { - return this.__groupid_value; + return this._subcategory; } set { - this.On_groupid_valueChanging(value); - this.__groupid_value = value; - this.On_groupid_valueChanged(); - this.OnPropertyChanged("_groupid_value"); + this.OnsubcategoryChanging(value); + this._subcategory = value; + this.OnsubcategoryChanged(); + this.OnPropertyChanged("subcategory"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __groupid_value; - partial void On_groupid_valueChanging(global::System.Nullable value); - partial void On_groupid_valueChanged(); + private string _subcategory; + partial void OnsubcategoryChanging(string value); + partial void OnsubcategoryChanged(); /// - /// There are no comments for Property seriesstatus in the schema. + /// 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 seriesstatus + public virtual global::System.Nullable importsequencenumber { get { - return this._seriesstatus; + return this._importsequencenumber; } set { - this.OnseriesstatusChanging(value); - this._seriesstatus = value; - this.OnseriesstatusChanged(); - this.OnPropertyChanged("seriesstatus"); + 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 _seriesstatus; - partial void OnseriesstatusChanging(global::System.Nullable value); - partial void OnseriesstatusChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property isregenerate in the schema. /// @@ -583283,27 +583268,27 @@ public virtual string category partial void OndurationChanging(global::System.Nullable value); partial void OndurationChanged(); /// - /// There are no comments for Property isunsafe in the schema. + /// There are no comments for Property _groupid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isunsafe + public virtual global::System.Nullable _groupid_value { get { - return this._isunsafe; + return this.__groupid_value; } set { - this.OnisunsafeChanging(value); - this._isunsafe = value; - this.OnisunsafeChanged(); - this.OnPropertyChanged("isunsafe"); + this.On_groupid_valueChanging(value); + this.__groupid_value = value; + this.On_groupid_valueChanged(); + this.OnPropertyChanged("_groupid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isunsafe; - partial void OnisunsafeChanging(global::System.Nullable value); - partial void OnisunsafeChanged(); + private global::System.Nullable __groupid_value; + partial void On_groupid_valueChanging(global::System.Nullable value); + partial void On_groupid_valueChanged(); /// /// There are no comments for Property isnthyearly in the schema. /// @@ -583349,71 +583334,159 @@ public virtual string globalobjectid partial void OnglobalobjectidChanging(string value); partial void OnglobalobjectidChanged(); /// - /// There are no comments for Property occurrences in the schema. + /// There are no comments for Property seriesstatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable occurrences + public virtual global::System.Nullable seriesstatus { get { - return this._occurrences; + return this._seriesstatus; } set { - this.OnoccurrencesChanging(value); - this._occurrences = value; - this.OnoccurrencesChanged(); - this.OnPropertyChanged("occurrences"); + this.OnseriesstatusChanging(value); + this._seriesstatus = value; + this.OnseriesstatusChanged(); + this.OnPropertyChanged("seriesstatus"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _occurrences; - partial void OnoccurrencesChanging(global::System.Nullable value); - partial void OnoccurrencesChanged(); + private global::System.Nullable _seriesstatus; + partial void OnseriesstatusChanging(global::System.Nullable value); + partial void OnseriesstatusChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property category in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string category { get { - return this._importsequencenumber; + return this._category; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OncategoryChanging(value); + this._category = value; + this.OncategoryChanged(); + this.OnPropertyChanged("category"); } } [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(); + private string _category; + partial void OncategoryChanging(string value); + partial void OncategoryChanged(); /// - /// There are no comments for Property daysofweekmask in the schema. + /// There are no comments for Property isunsafe in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable daysofweekmask + public virtual global::System.Nullable isunsafe { get { - return this._daysofweekmask; + return this._isunsafe; } set { - this.OndaysofweekmaskChanging(value); - this._daysofweekmask = value; - this.OndaysofweekmaskChanged(); - this.OnPropertyChanged("daysofweekmask"); + this.OnisunsafeChanging(value); + this._isunsafe = value; + this.OnisunsafeChanged(); + this.OnPropertyChanged("isunsafe"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _daysofweekmask; - partial void OndaysofweekmaskChanging(global::System.Nullable value); - partial void OndaysofweekmaskChanged(); + private global::System.Nullable _isunsafe; + partial void OnisunsafeChanging(global::System.Nullable value); + partial void OnisunsafeChanged(); + /// + /// There are no comments for Property recurrencepatterntype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable recurrencepatterntype + { + get + { + return this._recurrencepatterntype; + } + set + { + this.OnrecurrencepatterntypeChanging(value); + this._recurrencepatterntype = value; + this.OnrecurrencepatterntypeChanged(); + this.OnPropertyChanged("recurrencepatterntype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _recurrencepatterntype; + partial void OnrecurrencepatterntypeChanging(global::System.Nullable value); + partial void OnrecurrencepatterntypeChanged(); + /// + /// There are no comments for Property dayofmonth in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable dayofmonth + { + get + { + return this._dayofmonth; + } + set + { + this.OndayofmonthChanging(value); + this._dayofmonth = value; + this.OndayofmonthChanged(); + this.OnPropertyChanged("dayofmonth"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _dayofmonth; + partial void OndayofmonthChanging(global::System.Nullable value); + partial void OndayofmonthChanged(); + /// + /// There are no comments for Property endtime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable endtime + { + get + { + return this._endtime; + } + set + { + this.OnendtimeChanging(value); + this._endtime = value; + this.OnendtimeChanged(); + this.OnPropertyChanged("endtime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _endtime; + partial void OnendtimeChanging(global::System.Nullable value); + partial void OnendtimeChanged(); + /// + /// There are no comments for Property occurrences in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable occurrences + { + get + { + return this._occurrences; + } + set + { + this.OnoccurrencesChanging(value); + this._occurrences = value; + this.OnoccurrencesChanged(); + this.OnPropertyChanged("occurrences"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _occurrences; + partial void OnoccurrencesChanging(global::System.Nullable value); + partial void OnoccurrencesChanged(); /// /// There are no comments for Property deletedexceptionslist in the schema. /// @@ -583437,93 +583510,49 @@ public virtual string deletedexceptionslist partial void OndeletedexceptionslistChanging(string value); partial void OndeletedexceptionslistChanged(); /// - /// There are no comments for Property subcategory in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string subcategory - { - get - { - return this._subcategory; - } - set - { - this.OnsubcategoryChanging(value); - this._subcategory = value; - this.OnsubcategoryChanged(); - this.OnPropertyChanged("subcategory"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _subcategory; - partial void OnsubcategoryChanging(string value); - partial void OnsubcategoryChanged(); - /// - /// There are no comments for Property recurrencepatterntype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable recurrencepatterntype - { - get - { - return this._recurrencepatterntype; - } - set - { - this.OnrecurrencepatterntypeChanging(value); - this._recurrencepatterntype = value; - this.OnrecurrencepatterntypeChanged(); - this.OnPropertyChanged("recurrencepatterntype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _recurrencepatterntype; - partial void OnrecurrencepatterntypeChanging(global::System.Nullable value); - partial void OnrecurrencepatterntypeChanged(); - /// - /// There are no comments for Property endtime in the schema. + /// There are no comments for Property firstdayofweek in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable endtime + public virtual global::System.Nullable firstdayofweek { get { - return this._endtime; + return this._firstdayofweek; } set { - this.OnendtimeChanging(value); - this._endtime = value; - this.OnendtimeChanged(); - this.OnPropertyChanged("endtime"); + this.OnfirstdayofweekChanging(value); + this._firstdayofweek = value; + this.OnfirstdayofweekChanged(); + this.OnPropertyChanged("firstdayofweek"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _endtime; - partial void OnendtimeChanging(global::System.Nullable value); - partial void OnendtimeChanged(); + private global::System.Nullable _firstdayofweek; + partial void OnfirstdayofweekChanging(global::System.Nullable value); + partial void OnfirstdayofweekChanged(); /// - /// There are no comments for Property firstdayofweek in the schema. + /// There are no comments for Property isnthmonthly in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable firstdayofweek + public virtual global::System.Nullable isnthmonthly { get { - return this._firstdayofweek; + return this._isnthmonthly; } set { - this.OnfirstdayofweekChanging(value); - this._firstdayofweek = value; - this.OnfirstdayofweekChanged(); - this.OnPropertyChanged("firstdayofweek"); + this.OnisnthmonthlyChanging(value); + this._isnthmonthly = value; + this.OnisnthmonthlyChanged(); + this.OnPropertyChanged("isnthmonthly"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _firstdayofweek; - partial void OnfirstdayofweekChanging(global::System.Nullable value); - partial void OnfirstdayofweekChanged(); + private global::System.Nullable _isnthmonthly; + partial void OnisnthmonthlyChanging(global::System.Nullable value); + partial void OnisnthmonthlyChanged(); /// /// There are no comments for Property interval in the schema. /// @@ -583613,6 +583642,28 @@ public virtual string subcategory partial void OnexpansionstatecodeChanging(global::System.Nullable value); partial void OnexpansionstatecodeChanged(); /// + /// There are no comments for Property isalldayevent in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isalldayevent + { + get + { + return this._isalldayevent; + } + set + { + this.OnisalldayeventChanging(value); + this._isalldayevent = value; + this.OnisalldayeventChanged(); + this.OnPropertyChanged("isalldayevent"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isalldayevent; + partial void OnisalldayeventChanging(global::System.Nullable value); + partial void OnisalldayeventChanged(); + /// /// There are no comments for Property instance in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -585179,93 +585230,93 @@ public static relationshipattribute Createrelationshipattribute(global::Microsof partial void On_relationshipid_valueChanging(global::System.Nullable value); partial void On_relationshipid_valueChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable ismanaged { get { - return this._solutionid; + return this._ismanaged; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// - /// There are no comments for Property _referencingattributeid_value in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _referencingattributeid_value + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this.__referencingattributeid_value; + return this._iscustomizable; } set { - this.On_referencingattributeid_valueChanging(value); - this.__referencingattributeid_value = value; - this.On_referencingattributeid_valueChanged(); - this.OnPropertyChanged("_referencingattributeid_value"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __referencingattributeid_value; - partial void On_referencingattributeid_valueChanging(global::System.Nullable value); - partial void On_referencingattributeid_valueChanged(); + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property _referencingattributeid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual global::System.Nullable _referencingattributeid_value { get { - return this._ismanaged; + return this.__referencingattributeid_value; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.On_referencingattributeid_valueChanging(value); + this.__referencingattributeid_value = value; + this.On_referencingattributeid_valueChanged(); + this.OnPropertyChanged("_referencingattributeid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private global::System.Nullable __referencingattributeid_value; + partial void On_referencingattributeid_valueChanging(global::System.Nullable value); + partial void On_referencingattributeid_valueChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable solutionid { get { - return this._iscustomizable; + return this._solutionid; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -586173,6 +586224,28 @@ public static reportcategory Createreportcategory(global::Microsoft.Dynamics.CRM partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// + /// There are no comments for Property owninguser in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable 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::System.Nullable _owninguser; + partial void OnowninguserChanging(global::System.Nullable value); + partial void OnowninguserChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -586305,6 +586378,28 @@ public static reportcategory Createreportcategory(global::Microsoft.Dynamics.CRM partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// + /// There are no comments for Property categorycode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable categorycode + { + get + { + return this._categorycode; + } + set + { + this.OncategorycodeChanging(value); + this._categorycode = value; + this.OncategorycodeChanged(); + this.OnPropertyChanged("categorycode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _categorycode; + partial void OncategorycodeChanging(global::System.Nullable value); + partial void OncategorycodeChanged(); + /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -586503,50 +586598,6 @@ public static reportcategory Createreportcategory(global::Microsoft.Dynamics.CRM partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property owninguser in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable 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::System.Nullable _owninguser; - partial void OnowninguserChanging(global::System.Nullable value); - partial void OnowninguserChanged(); - /// - /// There are no comments for Property categorycode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable categorycode - { - get - { - return this._categorycode; - } - set - { - this.OncategorycodeChanging(value); - this._categorycode = value; - this.OncategorycodeChanged(); - this.OnPropertyChanged("categorycode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _categorycode; - partial void OncategorycodeChanging(global::System.Nullable value); - partial void OncategorycodeChanged(); - /// /// There are no comments for Property reportid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -587095,6 +587146,50 @@ public static report Createreport(global::Microsoft.Dynamics.CRM.systemuser modi partial void OnisscheduledreportChanging(global::System.Nullable value); partial void OnisscheduledreportChanged(); /// + /// There are no comments for Property signaturemajorversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable signaturemajorversion + { + get + { + return this._signaturemajorversion; + } + set + { + this.OnsignaturemajorversionChanging(value); + this._signaturemajorversion = value; + this.OnsignaturemajorversionChanged(); + this.OnPropertyChanged("signaturemajorversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _signaturemajorversion; + partial void OnsignaturemajorversionChanging(global::System.Nullable value); + partial void OnsignaturemajorversionChanged(); + /// + /// There are no comments for Property reportidunique in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable reportidunique + { + get + { + return this._reportidunique; + } + set + { + this.OnreportiduniqueChanging(value); + this._reportidunique = value; + this.OnreportiduniqueChanged(); + this.OnPropertyChanged("reportidunique"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _reportidunique; + partial void OnreportiduniqueChanging(global::System.Nullable value); + partial void OnreportiduniqueChanged(); + /// /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -587227,28 +587322,6 @@ public virtual string reportnameonsrs partial void OnsignaturelcidChanging(global::System.Nullable value); partial void OnsignaturelcidChanged(); /// - /// There are no comments for Property queryinfo in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string queryinfo - { - get - { - return this._queryinfo; - } - set - { - this.OnqueryinfoChanging(value); - this._queryinfo = value; - this.OnqueryinfoChanged(); - this.OnPropertyChanged("queryinfo"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _queryinfo; - partial void OnqueryinfoChanging(string value); - partial void OnqueryinfoChanged(); - /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -587293,93 +587366,49 @@ public virtual string queryinfo partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property bodytext in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bodytext - { - get - { - return this._bodytext; - } - set - { - this.OnbodytextChanging(value); - this._bodytext = value; - this.OnbodytextChanged(); - this.OnPropertyChanged("bodytext"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bodytext; - partial void OnbodytextChanging(string value); - partial void OnbodytextChanged(); - /// - /// 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 signaturedate in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable signaturedate + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this._signaturedate; + return this._iscustomizable; } set { - this.OnsignaturedateChanging(value); - this._signaturedate = value; - this.OnsignaturedateChanged(); - this.OnPropertyChanged("signaturedate"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _signaturedate; - partial void OnsignaturedateChanging(global::System.Nullable value); - partial void OnsignaturedateChanged(); + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// There are no comments for Property ispersonal in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable ispersonal { get { - return this._iscustomizable; + return this._ispersonal; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + this.OnispersonalChanging(value); + this._ispersonal = value; + this.OnispersonalChanged(); + this.OnPropertyChanged("ispersonal"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + private global::System.Nullable _ispersonal; + partial void OnispersonalChanging(global::System.Nullable value); + partial void OnispersonalChanged(); /// /// There are no comments for Property customreportxml in the schema. /// @@ -587689,138 +587718,6 @@ public virtual string defaultfilter partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property ispersonal in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispersonal - { - get - { - return this._ispersonal; - } - set - { - this.OnispersonalChanging(value); - this._ispersonal = value; - this.OnispersonalChanged(); - this.OnPropertyChanged("ispersonal"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispersonal; - partial void OnispersonalChanging(global::System.Nullable value); - partial void OnispersonalChanged(); - /// - /// There are no comments for Property _parentreportid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentreportid_value - { - get - { - return this.__parentreportid_value; - } - set - { - this.On_parentreportid_valueChanging(value); - this.__parentreportid_value = value; - this.On_parentreportid_valueChanged(); - this.OnPropertyChanged("_parentreportid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentreportid_value; - partial void On_parentreportid_valueChanging(global::System.Nullable value); - partial void On_parentreportid_valueChanged(); - /// - /// There are no comments for Property componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// - /// 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 rdlhash in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable rdlhash - { - get - { - return this._rdlhash; - } - set - { - this.OnrdlhashChanging(value); - this._rdlhash = value; - this.OnrdlhashChanged(); - this.OnPropertyChanged("rdlhash"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _rdlhash; - partial void OnrdlhashChanging(global::System.Nullable value); - partial void OnrdlhashChanged(); - /// - /// 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 originalbodytext in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -587843,6 +587740,182 @@ public virtual string originalbodytext partial void OnoriginalbodytextChanging(string value); partial void OnoriginalbodytextChanged(); /// + /// 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 filesize in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable filesize + { + get + { + return this._filesize; + } + set + { + this.OnfilesizeChanging(value); + this._filesize = value; + this.OnfilesizeChanged(); + this.OnPropertyChanged("filesize"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _filesize; + partial void OnfilesizeChanging(global::System.Nullable value); + partial void OnfilesizeChanged(); + /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// + /// 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 rdlhash in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable rdlhash + { + get + { + return this._rdlhash; + } + set + { + this.OnrdlhashChanging(value); + this._rdlhash = value; + this.OnrdlhashChanged(); + this.OnPropertyChanged("rdlhash"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _rdlhash; + partial void OnrdlhashChanging(global::System.Nullable value); + partial void OnrdlhashChanged(); + /// + /// 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 signaturedate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable signaturedate + { + get + { + return this._signaturedate; + } + set + { + this.OnsignaturedateChanging(value); + this._signaturedate = value; + this.OnsignaturedateChanged(); + this.OnPropertyChanged("signaturedate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _signaturedate; + partial void OnsignaturedateChanging(global::System.Nullable value); + partial void OnsignaturedateChanged(); + /// + /// There are no comments for Property queryinfo in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string queryinfo + { + get + { + return this._queryinfo; + } + set + { + this.OnqueryinfoChanging(value); + this._queryinfo = value; + this.OnqueryinfoChanged(); + this.OnPropertyChanged("queryinfo"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _queryinfo; + partial void OnqueryinfoChanging(string value); + partial void OnqueryinfoChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -587887,27 +587960,27 @@ public virtual string introducedversion partial void OnintroducedversionChanging(string value); partial void OnintroducedversionChanged(); /// - /// There are no comments for Property reportidunique in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable reportidunique + public virtual string name { get { - return this._reportidunique; + return this._name; } set { - this.OnreportiduniqueChanging(value); - this._reportidunique = value; - this.OnreportiduniqueChanged(); - this.OnPropertyChanged("reportidunique"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _reportidunique; - partial void OnreportiduniqueChanging(global::System.Nullable value); - partial void OnreportiduniqueChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -587931,28 +588004,6 @@ public virtual string introducedversion partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property filesize in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable filesize - { - get - { - return this._filesize; - } - set - { - this.OnfilesizeChanging(value); - this._filesize = value; - this.OnfilesizeChanged(); - this.OnPropertyChanged("filesize"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _filesize; - partial void OnfilesizeChanging(global::System.Nullable value); - partial void OnfilesizeChanged(); - /// /// There are no comments for Property bodybinary in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -588063,27 +588114,27 @@ public virtual byte[] bodybinary_binary partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property signaturemajorversion in the schema. + /// There are no comments for Property _parentreportid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable signaturemajorversion + public virtual global::System.Nullable _parentreportid_value { get { - return this._signaturemajorversion; + return this.__parentreportid_value; } set { - this.OnsignaturemajorversionChanging(value); - this._signaturemajorversion = value; - this.OnsignaturemajorversionChanged(); - this.OnPropertyChanged("signaturemajorversion"); + this.On_parentreportid_valueChanging(value); + this.__parentreportid_value = value; + this.On_parentreportid_valueChanged(); + this.OnPropertyChanged("_parentreportid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _signaturemajorversion; - partial void OnsignaturemajorversionChanging(global::System.Nullable value); - partial void OnsignaturemajorversionChanged(); + private global::System.Nullable __parentreportid_value; + partial void On_parentreportid_valueChanging(global::System.Nullable value); + partial void On_parentreportid_valueChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -588129,27 +588180,27 @@ public virtual byte[] bodybinary_binary partial void OncreatedinmajorversionChanging(global::System.Nullable value); partial void OncreatedinmajorversionChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property bodytext in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual string bodytext { get { - return this._name; + return this._bodytext; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnbodytextChanging(value); + this._bodytext = value; + this.OnbodytextChanged(); + this.OnPropertyChanged("bodytext"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private string _bodytext; + partial void OnbodytextChanging(string value); + partial void OnbodytextChanged(); /// /// There are no comments for Property Report_AsyncOperations in the schema. /// @@ -588906,28 +588957,6 @@ public static resourcegroup Createresourcegroup(global::Microsoft.Dynamics.CRM.b partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property resourcegroupid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable resourcegroupid - { - get - { - return this._resourcegroupid; - } - set - { - this.OnresourcegroupidChanging(value); - this._resourcegroupid = value; - this.OnresourcegroupidChanged(); - this.OnPropertyChanged("resourcegroupid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _resourcegroupid; - partial void OnresourcegroupidChanging(global::System.Nullable value); - partial void OnresourcegroupidChanged(); - /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -588994,71 +589023,93 @@ public virtual string name partial void On_businessunitid_valueChanging(global::System.Nullable value); partial void On_businessunitid_valueChanged(); /// - /// There are no comments for Property objecttypecode in the schema. + /// There are no comments for Property grouptypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string objecttypecode + public virtual global::System.Nullable grouptypecode { get { - return this._objecttypecode; + return this._grouptypecode; } set { - this.OnobjecttypecodeChanging(value); - this._objecttypecode = value; - this.OnobjecttypecodeChanged(); - this.OnPropertyChanged("objecttypecode"); + this.OngrouptypecodeChanging(value); + this._grouptypecode = value; + this.OngrouptypecodeChanged(); + this.OnPropertyChanged("grouptypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _objecttypecode; - partial void OnobjecttypecodeChanging(string value); - partial void OnobjecttypecodeChanged(); + private global::System.Nullable _grouptypecode; + partial void OngrouptypecodeChanging(global::System.Nullable value); + partial void OngrouptypecodeChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// 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 _organizationid_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__organizationid_value; + return this._overriddencreatedon; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property objecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string objecttypecode { get { - return this._overriddencreatedon; + return this._objecttypecode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OnobjecttypecodeChanging(value); + this._objecttypecode = value; + this.OnobjecttypecodeChanged(); + this.OnPropertyChanged("objecttypecode"); } } [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 string _objecttypecode; + partial void OnobjecttypecodeChanging(string value); + partial void OnobjecttypecodeChanged(); + /// + /// There are no comments for Property resourcegroupid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable resourcegroupid + { + get + { + return this._resourcegroupid; + } + set + { + this.OnresourcegroupidChanging(value); + this._resourcegroupid = value; + this.OnresourcegroupidChanged(); + this.OnPropertyChanged("resourcegroupid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _resourcegroupid; + partial void OnresourcegroupidChanging(global::System.Nullable value); + partial void OnresourcegroupidChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -589082,27 +589133,27 @@ public virtual string objecttypecode partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property grouptypecode in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable grouptypecode + public virtual global::System.Nullable _organizationid_value { get { - return this._grouptypecode; + return this.__organizationid_value; } set { - this.OngrouptypecodeChanging(value); - this._grouptypecode = value; - this.OngrouptypecodeChanged(); - this.OnPropertyChanged("grouptypecode"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _grouptypecode; - partial void OngrouptypecodeChanging(global::System.Nullable value); - partial void OngrouptypecodeChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property businessunitid in the schema. /// @@ -590891,28 +590942,6 @@ public virtual string description partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property objecttypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string objecttypecode - { - get - { - return this._objecttypecode; - } - set - { - this.OnobjecttypecodeChanging(value); - this._objecttypecode = value; - this.OnobjecttypecodeChanged(); - this.OnPropertyChanged("objecttypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _objecttypecode; - partial void OnobjecttypecodeChanging(string value); - partial void OnobjecttypecodeChanged(); - /// /// There are no comments for Property groupobjectid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -590935,93 +590964,49 @@ public virtual string objecttypecode partial void OngroupobjectidChanging(global::System.Nullable value); partial void OngroupobjectidChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// - /// There are no comments for Property resourcespecid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable resourcespecid - { - get - { - return this._resourcespecid; - } - set - { - this.OnresourcespecidChanging(value); - this._resourcespecid = value; - this.OnresourcespecidChanged(); - this.OnPropertyChanged("resourcespecid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _resourcespecid; - partial void OnresourcespecidChanging(global::System.Nullable value); - partial void OnresourcespecidChanged(); - /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._overriddencreatedon; + return this._utcconversiontimezonecode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property objecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual string objecttypecode { get { - return this._name; + return this._objecttypecode; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnobjecttypecodeChanging(value); + this._objecttypecode = value; + this.OnobjecttypecodeChanged(); + this.OnPropertyChanged("objecttypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private string _objecttypecode; + partial void OnobjecttypecodeChanging(string value); + partial void OnobjecttypecodeChanged(); /// /// There are no comments for Property samesite in the schema. /// @@ -591045,27 +591030,27 @@ public virtual string name partial void OnsamesiteChanging(global::System.Nullable value); partial void OnsamesiteChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable overriddencreatedon { get { - return this._utcconversiontimezonecode; + return this._overriddencreatedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -591111,49 +591096,49 @@ public virtual string name partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property constraints in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual string constraints { get { - return this.__createdby_value; + return this._constraints; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnconstraintsChanging(value); + this._constraints = value; + this.OnconstraintsChanged(); + this.OnPropertyChanged("constraints"); } } [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 string _constraints; + partial void OnconstraintsChanging(string value); + partial void OnconstraintsChanged(); /// - /// There are no comments for Property effortrequired 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 effortrequired + public virtual global::System.Nullable _createdby_value { get { - return this._effortrequired; + return this.__createdby_value; } set { - this.OneffortrequiredChanging(value); - this._effortrequired = value; - this.OneffortrequiredChanged(); - this.OnPropertyChanged("effortrequired"); + 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 _effortrequired; - partial void OneffortrequiredChanging(global::System.Nullable value); - partial void OneffortrequiredChanged(); + 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 _modifiedby_value in the schema. /// @@ -591199,6 +591184,28 @@ public virtual string objectiveexpression partial void OnobjectiveexpressionChanging(string value); partial void OnobjectiveexpressionChanged(); /// + /// There are no comments for Property requiredcount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable requiredcount + { + get + { + return this._requiredcount; + } + set + { + this.OnrequiredcountChanging(value); + this._requiredcount = value; + this.OnrequiredcountChanged(); + this.OnPropertyChanged("requiredcount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _requiredcount; + partial void OnrequiredcountChanging(global::System.Nullable value); + partial void OnrequiredcountChanged(); + /// /// There are no comments for Property _businessunitid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -591221,6 +591228,28 @@ public virtual string objectiveexpression partial void On_businessunitid_valueChanging(global::System.Nullable value); partial void On_businessunitid_valueChanged(); /// + /// There are no comments for Property resourcespecid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable resourcespecid + { + get + { + return this._resourcespecid; + } + set + { + this.OnresourcespecidChanging(value); + this._resourcespecid = value; + this.OnresourcespecidChanged(); + this.OnPropertyChanged("resourcespecid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _resourcespecid; + partial void OnresourcespecidChanging(global::System.Nullable value); + partial void OnresourcespecidChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -591243,71 +591272,93 @@ public virtual string objectiveexpression partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property constraints in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string constraints + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._constraints; + return this.__modifiedonbehalfby_value; } set { - this.OnconstraintsChanging(value); - this._constraints = value; - this.OnconstraintsChanged(); - this.OnPropertyChanged("constraints"); + 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 string _constraints; - partial void OnconstraintsChanging(string value); - partial void OnconstraintsChanged(); + 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 requiredcount in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable requiredcount + public virtual global::System.Nullable _organizationid_value { get { - return this._requiredcount; + return this.__organizationid_value; } set { - this.OnrequiredcountChanging(value); - this._requiredcount = value; - this.OnrequiredcountChanged(); - this.OnPropertyChanged("requiredcount"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _requiredcount; - partial void OnrequiredcountChanging(global::System.Nullable value); - partial void OnrequiredcountChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string name { get { - return this.__modifiedonbehalfby_value; + return this._name; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// There are no comments for Property effortrequired in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable effortrequired + { + get + { + return this._effortrequired; + } + set + { + this.OneffortrequiredChanging(value); + this._effortrequired = value; + this.OneffortrequiredChanged(); + this.OnPropertyChanged("effortrequired"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _effortrequired; + partial void OneffortrequiredChanging(global::System.Nullable value); + partial void OneffortrequiredChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -591769,28 +591820,6 @@ public ribbonmetadatatoprocessSingle(global::Microsoft.OData.Client.DataServiceQ [global::Microsoft.OData.Client.EntitySet("ribbonmetadatasettoprocess")] public partial class ribbonmetadatatoprocess : crmbaseentity { - /// - /// 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 exceptionmessage in the schema. /// @@ -591836,27 +591865,27 @@ public virtual string solutionname partial void OnsolutionnameChanging(string value); partial void OnsolutionnameChanged(); /// - /// There are no comments for Property processedon 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 processedon + public virtual global::System.Nullable createdon { get { - return this._processedon; + return this._createdon; } set { - this.OnprocessedonChanging(value); - this._processedon = value; - this.OnprocessedonChanged(); - this.OnPropertyChanged("processedon"); + 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 _processedon; - partial void OnprocessedonChanging(global::System.Nullable value); - partial void OnprocessedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property retrycount in the schema. /// @@ -591902,6 +591931,28 @@ public virtual string entityname partial void OnentitynameChanging(string value); partial void OnentitynameChanged(); /// + /// There are no comments for Property processedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processedon + { + get + { + return this._processedon; + } + set + { + this.OnprocessedonChanging(value); + this._processedon = value; + this.OnprocessedonChanged(); + this.OnPropertyChanged("processedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processedon; + partial void OnprocessedonChanging(global::System.Nullable value); + partial void OnprocessedonChanged(); + /// /// There are no comments for Property completedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -592157,116 +592208,6 @@ public partial class roleprivileges : crmbaseentity partial void OncanbedeletedChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OncanbedeletedChanged(); /// - /// There are no comments for Property roleprivilegeidunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable roleprivilegeidunique - { - get - { - return this._roleprivilegeidunique; - } - set - { - this.OnroleprivilegeiduniqueChanging(value); - this._roleprivilegeidunique = value; - this.OnroleprivilegeiduniqueChanged(); - this.OnPropertyChanged("roleprivilegeidunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _roleprivilegeidunique; - partial void OnroleprivilegeiduniqueChanging(global::System.Nullable value); - partial void OnroleprivilegeiduniqueChanged(); - /// - /// There are no comments for Property roleprivilegeid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable roleprivilegeid - { - get - { - return this._roleprivilegeid; - } - set - { - this.OnroleprivilegeidChanging(value); - this._roleprivilegeid = value; - this.OnroleprivilegeidChanged(); - this.OnPropertyChanged("roleprivilegeid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _roleprivilegeid; - partial void OnroleprivilegeidChanging(global::System.Nullable value); - partial void OnroleprivilegeidChanged(); - /// - /// There are no comments for Property solutionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid - { - get - { - return this._solutionid; - } - set - { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); - /// - /// 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 componentstate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate - { - get - { - return this._componentstate; - } - set - { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); - /// /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -592288,6 +592229,116 @@ public partial class roleprivileges : crmbaseentity private global::System.Nullable _overwritetime; partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); + /// + /// There are no comments for Property roleprivilegeid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable roleprivilegeid + { + get + { + return this._roleprivilegeid; + } + set + { + this.OnroleprivilegeidChanging(value); + this._roleprivilegeid = value; + this.OnroleprivilegeidChanged(); + this.OnPropertyChanged("roleprivilegeid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _roleprivilegeid; + partial void OnroleprivilegeidChanging(global::System.Nullable value); + partial void OnroleprivilegeidChanged(); + /// + /// There are no comments for Property solutionid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable solutionid + { + get + { + return this._solutionid; + } + set + { + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); + /// + /// 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 componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// + /// There are no comments for Property roleprivilegeidunique in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable roleprivilegeidunique + { + get + { + return this._roleprivilegeidunique; + } + set + { + this.OnroleprivilegeiduniqueChanging(value); + this._roleprivilegeidunique = value; + this.OnroleprivilegeiduniqueChanged(); + this.OnPropertyChanged("roleprivilegeidunique"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _roleprivilegeidunique; + partial void OnroleprivilegeiduniqueChanging(global::System.Nullable value); + partial void OnroleprivilegeiduniqueChanged(); } /// /// There are no comments for roleSingle in the schema. @@ -592888,71 +592939,27 @@ public static role Createrole(global::Microsoft.Dynamics.CRM.systemuser createdo partial void On_roletemplateid_valueChanging(global::System.Nullable value); partial void On_roletemplateid_valueChanged(); /// - /// There are no comments for Property _parentroleid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentroleid_value - { - get - { - return this.__parentroleid_value; - } - set - { - this.On_parentroleid_valueChanging(value); - this.__parentroleid_value = value; - this.On_parentroleid_valueChanged(); - this.OnPropertyChanged("_parentroleid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentroleid_value; - partial void On_parentroleid_valueChanging(global::System.Nullable value); - partial void On_parentroleid_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 _modifiedby_value in the schema. + /// There are no comments for Property organizationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable organizationid { get { - return this.__modifiedby_value; + return this._organizationid; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OnorganizationidChanging(value); + this._organizationid = value; + this.OnorganizationidChanged(); + this.OnPropertyChanged("organizationid"); } } [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(); + private global::System.Nullable _organizationid; + partial void OnorganizationidChanging(global::System.Nullable value); + partial void OnorganizationidChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -592976,71 +592983,49 @@ public static role Createrole(global::Microsoft.Dynamics.CRM.systemuser createdo partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property organizationid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable organizationid - { - get - { - return this._organizationid; - } - set - { - this.OnorganizationidChanging(value); - this._organizationid = value; - this.OnorganizationidChanged(); - this.OnPropertyChanged("organizationid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _organizationid; - partial void OnorganizationidChanging(global::System.Nullable value); - partial void OnorganizationidChanged(); - /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable modifiedon { get { - return this._name; + return this._modifiedon; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property canbedeleted in the schema. + /// 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::Microsoft.Dynamics.CRM.BooleanManagedProperty canbedeleted + public virtual global::System.Nullable _modifiedby_value { get { - return this._canbedeleted; + return this.__modifiedby_value; } set { - this.OncanbedeletedChanging(value); - this._canbedeleted = value; - this.OncanbedeletedChanged(); - this.OnPropertyChanged("canbedeleted"); + 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::Microsoft.Dynamics.CRM.BooleanManagedProperty _canbedeleted; - partial void OncanbedeletedChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OncanbedeletedChanged(); + 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 _createdonbehalfby_value in the schema. /// @@ -593130,28 +593115,6 @@ public virtual string name partial void OnroleidChanging(global::System.Nullable value); partial void OnroleidChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -593218,6 +593181,50 @@ public virtual string name partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OniscustomizableChanged(); /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// + /// There are no comments for Property canbedeleted in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty canbedeleted + { + get + { + return this._canbedeleted; + } + set + { + this.OncanbedeletedChanging(value); + this._canbedeleted = value; + this.OncanbedeletedChanged(); + this.OnPropertyChanged("canbedeleted"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _canbedeleted; + partial void OncanbedeletedChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OncanbedeletedChanged(); + /// /// There are no comments for Property _parentrootroleid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -593262,6 +593269,28 @@ public virtual string name partial void OnroleiduniqueChanging(global::System.Nullable value); partial void OnroleiduniqueChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// /// There are no comments for Property isinherited in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -593306,6 +593335,28 @@ public virtual string name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// There are no comments for Property _parentroleid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _parentroleid_value + { + get + { + return this.__parentroleid_value; + } + set + { + this.On_parentroleid_valueChanging(value); + this.__parentroleid_value = value; + this.On_parentroleid_valueChanged(); + this.OnPropertyChanged("_parentroleid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __parentroleid_value; + partial void On_parentroleid_valueChanging(global::System.Nullable value); + partial void On_parentroleid_valueChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -593873,6 +593924,28 @@ public roletemplateprivilegesSingle(global::Microsoft.OData.Client.DataServiceQu [global::Microsoft.OData.Client.EntitySet("roletemplateprivilegescollection")] public partial class roletemplateprivileges : crmbaseentity { + /// + /// There are no comments for Property roletemplateid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable roletemplateid + { + get + { + return this._roletemplateid; + } + set + { + this.OnroletemplateidChanging(value); + this._roletemplateid = value; + this.OnroletemplateidChanged(); + this.OnPropertyChanged("roletemplateid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _roletemplateid; + partial void OnroletemplateidChanging(global::System.Nullable value); + partial void OnroletemplateidChanged(); /// /// There are no comments for Property isdeep in the schema. /// @@ -593962,28 +594035,6 @@ public partial class roletemplateprivileges : crmbaseentity partial void OnislocalChanging(global::System.Nullable value); partial void OnislocalChanged(); /// - /// There are no comments for Property roletemplateid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable roletemplateid - { - get - { - return this._roletemplateid; - } - set - { - this.OnroletemplateidChanging(value); - this._roletemplateid = value; - this.OnroletemplateidChanged(); - this.OnPropertyChanged("roletemplateid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _roletemplateid; - partial void OnroletemplateidChanging(global::System.Nullable value); - partial void OnroletemplateidChanged(); - /// /// There are no comments for Property privilegeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -594457,27 +594508,27 @@ public virtual string goalattribute partial void OngoalattributeChanging(string value); partial void OngoalattributeChanged(); /// - /// There are no comments for Property _metricid_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 _metricid_value + public virtual global::System.Nullable createdon { get { - return this.__metricid_value; + return this._createdon; } set { - this.On_metricid_valueChanging(value); - this.__metricid_value = value; - this.On_metricid_valueChanged(); - this.OnPropertyChanged("_metricid_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 __metricid_value; - partial void On_metricid_valueChanging(global::System.Nullable value); - partial void On_metricid_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property rollupfieldid in the schema. /// @@ -594523,28 +594574,6 @@ public virtual string sourceattribute partial void OnsourceattributeChanging(string value); partial void OnsourceattributeChanged(); /// - /// There are no comments for Property isstateparententityattribute in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isstateparententityattribute - { - get - { - return this._isstateparententityattribute; - } - set - { - this.OnisstateparententityattributeChanging(value); - this._isstateparententityattribute = value; - this.OnisstateparententityattributeChanged(); - this.OnPropertyChanged("isstateparententityattribute"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isstateparententityattribute; - partial void OnisstateparententityattributeChanging(global::System.Nullable value); - partial void OnisstateparententityattributeChanged(); - /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -594589,71 +594618,71 @@ public virtual string sourceattribute partial void OnsourcestatusChanging(global::System.Nullable value); partial void OnsourcestatusChanged(); /// - /// There are no comments for Property dateattribute in the schema. + /// There are no comments for Property isstateparententityattribute in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string dateattribute + public virtual global::System.Nullable isstateparententityattribute { get { - return this._dateattribute; + return this._isstateparententityattribute; } set { - this.OndateattributeChanging(value); - this._dateattribute = value; - this.OndateattributeChanged(); - this.OnPropertyChanged("dateattribute"); + this.OnisstateparententityattributeChanging(value); + this._isstateparententityattribute = value; + this.OnisstateparententityattributeChanged(); + this.OnPropertyChanged("isstateparententityattribute"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _dateattribute; - partial void OndateattributeChanging(string value); - partial void OndateattributeChanged(); + private global::System.Nullable _isstateparententityattribute; + partial void OnisstateparententityattributeChanging(global::System.Nullable value); + partial void OnisstateparententityattributeChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._createdon; + return this._utcconversiontimezonecode; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property sourcestate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable sourcestate { get { - return this._utcconversiontimezonecode; + return this._sourcestate; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OnsourcestateChanging(value); + this._sourcestate = value; + this.OnsourcestateChanged(); + this.OnPropertyChanged("sourcestate"); } } [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::System.Nullable _sourcestate; + partial void OnsourcestateChanging(global::System.Nullable value); + partial void OnsourcestateChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -594677,6 +594706,28 @@ public virtual string dateattribute partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// There are no comments for Property dateattribute in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string dateattribute + { + get + { + return this._dateattribute; + } + set + { + this.OndateattributeChanging(value); + this._dateattribute = value; + this.OndateattributeChanged(); + this.OnPropertyChanged("dateattribute"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _dateattribute; + partial void OndateattributeChanging(string value); + partial void OndateattributeChanged(); + /// /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -594743,27 +594794,27 @@ public virtual string dateattribute partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property sourceentity in the schema. + /// There are no comments for Property _metricid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sourceentity + public virtual global::System.Nullable _metricid_value { get { - return this._sourceentity; + return this.__metricid_value; } set { - this.OnsourceentityChanging(value); - this._sourceentity = value; - this.OnsourceentityChanged(); - this.OnPropertyChanged("sourceentity"); + this.On_metricid_valueChanging(value); + this.__metricid_value = value; + this.On_metricid_valueChanged(); + this.OnPropertyChanged("_metricid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _sourceentity; - partial void OnsourceentityChanging(string value); - partial void OnsourceentityChanged(); + private global::System.Nullable __metricid_value; + partial void On_metricid_valueChanging(global::System.Nullable value); + partial void On_metricid_valueChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -594831,27 +594882,27 @@ public virtual string entityfordateattribute partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property sourcestate in the schema. + /// There are no comments for Property sourceentity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sourcestate + public virtual string sourceentity { get { - return this._sourcestate; + return this._sourceentity; } set { - this.OnsourcestateChanging(value); - this._sourcestate = value; - this.OnsourcestateChanged(); - this.OnPropertyChanged("sourcestate"); + this.OnsourceentityChanging(value); + this._sourceentity = value; + this.OnsourceentityChanged(); + this.OnPropertyChanged("sourceentity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sourcestate; - partial void OnsourcestateChanging(global::System.Nullable value); - partial void OnsourcestateChanged(); + private string _sourceentity; + partial void OnsourceentityChanging(string value); + partial void OnsourceentityChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -595638,115 +595689,93 @@ public virtual string filename partial void OnorganizationidChanging(global::System.Nullable value); partial void OnorganizationidChanged(); /// - /// 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 timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._timezoneruleversionnumber; + return this._utcconversiontimezonecode; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property documentbody in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string documentbody + public virtual global::System.Nullable overriddencreatedon { get { - return this._documentbody; + return this._overriddencreatedon; } set { - this.OndocumentbodyChanging(value); - this._documentbody = value; - this.OndocumentbodyChanged(); - this.OnPropertyChanged("documentbody"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _documentbody; - partial void OndocumentbodyChanging(string value); - partial void OndocumentbodyChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property documentbody_binary in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] documentbody_binary + public virtual global::System.Nullable _modifiedby_value { get { - return this._documentbody_binary; + return this.__modifiedby_value; } set { - this.Ondocumentbody_binaryChanging(value); - this._documentbody_binary = value; - this.Ondocumentbody_binaryChanged(); - this.OnPropertyChanged("documentbody_binary"); + 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 byte[] _documentbody_binary; - partial void Ondocumentbody_binaryChanging(byte[] value); - partial void Ondocumentbody_binaryChanged(); + 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 _modifiedby_value in the schema. + /// There are no comments for Property iscustomerviewable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable iscustomerviewable { get { - return this.__modifiedby_value; + return this._iscustomerviewable; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OniscustomerviewableChanging(value); + this._iscustomerviewable = value; + this.OniscustomerviewableChanged(); + this.OnPropertyChanged("iscustomerviewable"); } } [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(); + private global::System.Nullable _iscustomerviewable; + partial void OniscustomerviewableChanging(global::System.Nullable value); + partial void OniscustomerviewableChanged(); /// /// There are no comments for Property attacheddocumenturl in the schema. /// @@ -595792,6 +595821,28 @@ public virtual string attacheddocumenturl partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property filesize in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable filesize + { + get + { + return this._filesize; + } + set + { + this.OnfilesizeChanging(value); + this._filesize = value; + this.OnfilesizeChanged(); + this.OnPropertyChanged("filesize"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _filesize; + partial void OnfilesizeChanging(global::System.Nullable value); + partial void OnfilesizeChanged(); + /// /// There are no comments for Property mimetype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -595814,27 +595865,49 @@ public virtual string mimetype partial void OnmimetypeChanging(string value); partial void OnmimetypeChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property documentbody in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string documentbody { get { - return this._createdon; + return this._documentbody; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OndocumentbodyChanging(value); + this._documentbody = value; + this.OndocumentbodyChanged(); + this.OnPropertyChanged("documentbody"); } } [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 string _documentbody; + partial void OndocumentbodyChanging(string value); + partial void OndocumentbodyChanged(); + /// + /// There are no comments for Property documentbody_binary in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual byte[] documentbody_binary + { + get + { + return this._documentbody_binary; + } + set + { + this.Ondocumentbody_binaryChanging(value); + this._documentbody_binary = value; + this.Ondocumentbody_binaryChanged(); + this.OnPropertyChanged("documentbody_binary"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private byte[] _documentbody_binary; + partial void Ondocumentbody_binaryChanging(byte[] value); + partial void Ondocumentbody_binaryChanged(); /// /// There are no comments for Property abstract in the schema. /// @@ -595880,50 +595953,6 @@ public virtual string authorname partial void OnauthornameChanging(string value); partial void OnauthornameChanged(); /// - /// There are no comments for Property mode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string mode - { - get - { - return this._mode; - } - set - { - this.OnmodeChanging(value); - this._mode = value; - this.OnmodeChanged(); - this.OnPropertyChanged("mode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _mode; - partial void OnmodeChanging(string value); - partial void OnmodeChanged(); - /// - /// There are no comments for Property filesize in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable filesize - { - get - { - return this._filesize; - } - set - { - this.OnfilesizeChanging(value); - this._filesize = value; - this.OnfilesizeChanged(); - this.OnPropertyChanged("filesize"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _filesize; - partial void OnfilesizeChanging(global::System.Nullable value); - partial void OnfilesizeChanged(); - /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -595990,49 +596019,49 @@ public virtual string mode partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable createdon { get { - return this._modifiedon; + return this._createdon; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable modifiedon { get { - return this._utcconversiontimezonecode; + return this._modifiedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -596056,6 +596085,28 @@ public virtual string mode partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 filetypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -596166,27 +596217,27 @@ public virtual string title partial void On_salesliteratureid_valueChanging(global::System.Nullable value); partial void On_salesliteratureid_valueChanged(); /// - /// There are no comments for Property iscustomerviewable in the schema. + /// There are no comments for Property mode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable iscustomerviewable + public virtual string mode { get { - return this._iscustomerviewable; + return this._mode; } set { - this.OniscustomerviewableChanging(value); - this._iscustomerviewable = value; - this.OniscustomerviewableChanged(); - this.OnPropertyChanged("iscustomerviewable"); + this.OnmodeChanging(value); + this._mode = value; + this.OnmodeChanged(); + this.OnPropertyChanged("mode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _iscustomerviewable; - partial void OniscustomerviewableChanging(global::System.Nullable value); - partial void OniscustomerviewableChanged(); + private string _mode; + partial void OnmodeChanging(string value); + partial void OnmodeChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -596982,49 +597033,27 @@ public static salesliterature Createsalesliterature(global::Microsoft.Dynamics.C return salesliterature; } /// - /// There are no comments for Property processid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processid - { - get - { - return this._processid; - } - set - { - this.OnprocessidChanging(value); - this._processid = value; - this.OnprocessidChanged(); - this.OnPropertyChanged("processid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processid; - partial void OnprocessidChanging(global::System.Nullable value); - partial void OnprocessidChanged(); - /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property stageid 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 stageid { get { - return this.__createdby_value; + return this._stageid; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [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 _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -597092,6 +597121,28 @@ public static salesliterature Createsalesliterature(global::Microsoft.Dynamics.C partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 expirationdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -597114,6 +597165,28 @@ public static salesliterature Createsalesliterature(global::Microsoft.Dynamics.C partial void OnexpirationdateChanging(global::System.Nullable value); partial void OnexpirationdateChanged(); /// + /// 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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -597180,49 +597253,27 @@ public static salesliterature Createsalesliterature(global::Microsoft.Dynamics.C 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 overriddencreatedon in the schema. + /// There are no comments for Property literaturetypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable literaturetypecode { get { - return this._overriddencreatedon; + return this._literaturetypecode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OnliteraturetypecodeChanging(value); + this._literaturetypecode = value; + this.OnliteraturetypecodeChanged(); + this.OnPropertyChanged("literaturetypecode"); } } [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::System.Nullable _literaturetypecode; + partial void OnliteraturetypecodeChanging(global::System.Nullable value); + partial void OnliteraturetypecodeChanged(); /// /// There are no comments for Property iscustomerviewable in the schema. /// @@ -597356,6 +597407,28 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// + /// There are no comments for Property entityimage_timestamp in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable entityimage_timestamp + { + get + { + return this._entityimage_timestamp; + } + set + { + this.Onentityimage_timestampChanging(value); + this._entityimage_timestamp = value; + this.Onentityimage_timestampChanged(); + this.OnPropertyChanged("entityimage_timestamp"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _entityimage_timestamp; + partial void Onentityimage_timestampChanging(global::System.Nullable value); + partial void Onentityimage_timestampChanged(); + /// /// There are no comments for Property salesliteratureid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -597378,27 +597451,27 @@ public virtual string description partial void OnsalesliteratureidChanging(global::System.Nullable value); partial void OnsalesliteratureidChanged(); /// - /// There are no comments for Property hasattachments in the schema. + /// There are no comments for Property processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable hasattachments + public virtual global::System.Nullable processid { get { - return this._hasattachments; + return this._processid; } set { - this.OnhasattachmentsChanging(value); - this._hasattachments = value; - this.OnhasattachmentsChanged(); - this.OnPropertyChanged("hasattachments"); + this.OnprocessidChanging(value); + this._processid = value; + this.OnprocessidChanged(); + this.OnPropertyChanged("processid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _hasattachments; - partial void OnhasattachmentsChanging(global::System.Nullable value); - partial void OnhasattachmentsChanged(); + private global::System.Nullable _processid; + partial void OnprocessidChanging(global::System.Nullable value); + partial void OnprocessidChanged(); /// /// There are no comments for Property traversedpath in the schema. /// @@ -597488,49 +597561,27 @@ public virtual string traversedpath partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property stageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid - { - get - { - return this._stageid; - } - set - { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); - /// - /// There are no comments for Property entityimage_timestamp 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 entityimage_timestamp + public virtual global::System.Nullable _createdby_value { get { - return this._entityimage_timestamp; + return this.__createdby_value; } set { - this.Onentityimage_timestampChanging(value); - this._entityimage_timestamp = value; - this.Onentityimage_timestampChanged(); - this.OnPropertyChanged("entityimage_timestamp"); + 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 _entityimage_timestamp; - partial void Onentityimage_timestampChanging(global::System.Nullable value); - partial void Onentityimage_timestampChanged(); + 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 _subjectid_value in the schema. /// @@ -597576,28 +597627,6 @@ public virtual string traversedpath partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property literaturetypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable literaturetypecode - { - get - { - return this._literaturetypecode; - } - set - { - this.OnliteraturetypecodeChanging(value); - this._literaturetypecode = value; - this.OnliteraturetypecodeChanged(); - this.OnPropertyChanged("literaturetypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _literaturetypecode; - partial void OnliteraturetypecodeChanging(global::System.Nullable value); - partial void OnliteraturetypecodeChanged(); - /// /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -597642,6 +597671,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// There are no comments for Property hasattachments in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable hasattachments + { + get + { + return this._hasattachments; + } + set + { + this.OnhasattachmentsChanging(value); + this._hasattachments = value; + this.OnhasattachmentsChanged(); + this.OnPropertyChanged("hasattachments"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _hasattachments; + partial void OnhasattachmentsChanging(global::System.Nullable value); + partial void OnhasattachmentsChanged(); + /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -598843,28 +598894,6 @@ public virtual string productname partial void OnproductnameChanging(string value); partial void OnproductnameChanged(); /// - /// There are no comments for Property description in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description - { - get - { - return this._description; - } - set - { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); - /// /// There are no comments for Property priceperunit_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -598887,28 +598916,6 @@ public virtual string description partial void Onpriceperunit_baseChanging(global::System.Nullable value); partial void Onpriceperunit_baseChanged(); /// - /// 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 _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -598953,49 +598960,49 @@ public virtual string description partial void OnsalesorderispricelockedChanging(global::System.Nullable value); partial void OnsalesorderispricelockedChanged(); /// - /// There are no comments for Property shipto_telephone in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_telephone + public virtual global::System.Nullable overriddencreatedon { get { - return this._shipto_telephone; + return this._overriddencreatedon; } set { - this.Onshipto_telephoneChanging(value); - this._shipto_telephone = value; - this.Onshipto_telephoneChanged(); - this.OnPropertyChanged("shipto_telephone"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_telephone; - partial void Onshipto_telephoneChanging(string value); - partial void Onshipto_telephoneChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property shipto_contactname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string shipto_contactname { get { - return this._overriddencreatedon; + return this._shipto_contactname; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onshipto_contactnameChanging(value); + this._shipto_contactname = value; + this.Onshipto_contactnameChanged(); + this.OnPropertyChanged("shipto_contactname"); } } [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 string _shipto_contactname; + partial void Onshipto_contactnameChanging(string value); + partial void Onshipto_contactnameChanged(); /// /// There are no comments for Property skippricecalculation in the schema. /// @@ -599041,28 +599048,6 @@ public virtual string shipto_telephone partial void OnsequencenumberChanging(global::System.Nullable value); partial void OnsequencenumberChanged(); /// - /// There are no comments for Property productassociationid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable productassociationid - { - get - { - return this._productassociationid; - } - set - { - this.OnproductassociationidChanging(value); - this._productassociationid = value; - this.OnproductassociationidChanged(); - this.OnPropertyChanged("productassociationid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _productassociationid; - partial void OnproductassociationidChanging(global::System.Nullable value); - partial void OnproductassociationidChanged(); - /// /// There are no comments for Property shipto_addressid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -599173,28 +599158,6 @@ public virtual string shipto_country partial void OnrequestdeliverybyChanging(global::System.Nullable value); partial void OnrequestdeliverybyChanged(); /// - /// There are no comments for Property shipto_freighttermscode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable shipto_freighttermscode - { - get - { - return this._shipto_freighttermscode; - } - set - { - this.Onshipto_freighttermscodeChanging(value); - this._shipto_freighttermscode = value; - this.Onshipto_freighttermscodeChanged(); - this.OnPropertyChanged("shipto_freighttermscode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _shipto_freighttermscode; - partial void Onshipto_freighttermscodeChanging(global::System.Nullable value); - partial void Onshipto_freighttermscodeChanged(); - /// /// There are no comments for Property shipto_line2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -599217,93 +599180,93 @@ public virtual string shipto_line2 partial void Onshipto_line2Changing(string value); partial void Onshipto_line2Changed(); /// - /// There are no comments for Property ispriceoverridden in the schema. + /// There are no comments for Property salesorderdetailid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispriceoverridden + public virtual global::System.Nullable salesorderdetailid { get { - return this._ispriceoverridden; + return this._salesorderdetailid; } set { - this.OnispriceoverriddenChanging(value); - this._ispriceoverridden = value; - this.OnispriceoverriddenChanged(); - this.OnPropertyChanged("ispriceoverridden"); + this.OnsalesorderdetailidChanging(value); + this._salesorderdetailid = value; + this.OnsalesorderdetailidChanged(); + this.OnPropertyChanged("salesorderdetailid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispriceoverridden; - partial void OnispriceoverriddenChanging(global::System.Nullable value); - partial void OnispriceoverriddenChanged(); + private global::System.Nullable _salesorderdetailid; + partial void OnsalesorderdetailidChanging(global::System.Nullable value); + partial void OnsalesorderdetailidChanged(); /// - /// There are no comments for Property priceperunit in the schema. + /// There are no comments for Property productassociationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable priceperunit + public virtual global::System.Nullable productassociationid { get { - return this._priceperunit; + return this._productassociationid; } set { - this.OnpriceperunitChanging(value); - this._priceperunit = value; - this.OnpriceperunitChanged(); - this.OnPropertyChanged("priceperunit"); + this.OnproductassociationidChanging(value); + this._productassociationid = value; + this.OnproductassociationidChanged(); + this.OnPropertyChanged("productassociationid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _priceperunit; - partial void OnpriceperunitChanging(global::System.Nullable value); - partial void OnpriceperunitChanged(); + private global::System.Nullable _productassociationid; + partial void OnproductassociationidChanging(global::System.Nullable value); + partial void OnproductassociationidChanged(); /// - /// There are no comments for Property propertyconfigurationstatus in the schema. + /// There are no comments for Property priceperunit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable propertyconfigurationstatus + public virtual global::System.Nullable priceperunit { get { - return this._propertyconfigurationstatus; + return this._priceperunit; } set { - this.OnpropertyconfigurationstatusChanging(value); - this._propertyconfigurationstatus = value; - this.OnpropertyconfigurationstatusChanged(); - this.OnPropertyChanged("propertyconfigurationstatus"); + this.OnpriceperunitChanging(value); + this._priceperunit = value; + this.OnpriceperunitChanged(); + this.OnPropertyChanged("priceperunit"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _propertyconfigurationstatus; - partial void OnpropertyconfigurationstatusChanging(global::System.Nullable value); - partial void OnpropertyconfigurationstatusChanged(); + private global::System.Nullable _priceperunit; + partial void OnpriceperunitChanging(global::System.Nullable value); + partial void OnpriceperunitChanged(); /// - /// There are no comments for Property shipto_line3 in the schema. + /// There are no comments for Property extendedamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_line3 + public virtual global::System.Nullable extendedamount { get { - return this._shipto_line3; + return this._extendedamount; } set { - this.Onshipto_line3Changing(value); - this._shipto_line3 = value; - this.Onshipto_line3Changed(); - this.OnPropertyChanged("shipto_line3"); + this.OnextendedamountChanging(value); + this._extendedamount = value; + this.OnextendedamountChanged(); + this.OnPropertyChanged("extendedamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_line3; - partial void Onshipto_line3Changing(string value); - partial void Onshipto_line3Changed(); + private global::System.Nullable _extendedamount; + partial void OnextendedamountChanging(global::System.Nullable value); + partial void OnextendedamountChanged(); /// /// There are no comments for Property tax in the schema. /// @@ -599327,27 +599290,27 @@ public virtual string shipto_line3 partial void OntaxChanging(global::System.Nullable value); partial void OntaxChanged(); /// - /// There are no comments for Property quantity in the schema. + /// There are no comments for Property shipto_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable quantity + public virtual string shipto_name { get { - return this._quantity; + return this._shipto_name; } set { - this.OnquantityChanging(value); - this._quantity = value; - this.OnquantityChanged(); - this.OnPropertyChanged("quantity"); + this.Onshipto_nameChanging(value); + this._shipto_name = value; + this.Onshipto_nameChanged(); + this.OnPropertyChanged("shipto_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _quantity; - partial void OnquantityChanging(global::System.Nullable value); - partial void OnquantityChanged(); + private string _shipto_name; + partial void Onshipto_nameChanging(string value); + partial void Onshipto_nameChanged(); /// /// There are no comments for Property pricingerrorcode in the schema. /// @@ -599371,27 +599334,27 @@ public virtual string shipto_line3 partial void OnpricingerrorcodeChanging(global::System.Nullable value); partial void OnpricingerrorcodeChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// 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 exchangerate + public virtual global::System.Nullable versionnumber { get { - return this._exchangerate; + return this._versionnumber; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + 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 _exchangerate; - partial void OnexchangerateChanging(global::System.Nullable value); - partial void OnexchangerateChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property isproductoverridden in the schema. /// @@ -599415,49 +599378,27 @@ public virtual string shipto_line3 partial void OnisproductoverriddenChanging(global::System.Nullable value); partial void OnisproductoverriddenChanged(); /// - /// There are no comments for Property iscopied in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable iscopied - { - get - { - return this._iscopied; - } - set - { - this.OniscopiedChanging(value); - this._iscopied = value; - this.OniscopiedChanged(); - this.OnPropertyChanged("iscopied"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _iscopied; - partial void OniscopiedChanging(global::System.Nullable value); - partial void OniscopiedChanged(); - /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property extendedamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual global::System.Nullable extendedamount_base { get { - return this.__transactioncurrencyid_value; + return this._extendedamount_base; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.Onextendedamount_baseChanging(value); + this._extendedamount_base = value; + this.Onextendedamount_baseChanged(); + this.OnPropertyChanged("extendedamount_base"); } } [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::System.Nullable _extendedamount_base; + partial void Onextendedamount_baseChanging(global::System.Nullable value); + partial void Onextendedamount_baseChanged(); /// /// There are no comments for Property manualdiscountamount_base in the schema. /// @@ -599481,49 +599422,49 @@ public virtual string shipto_line3 partial void Onmanualdiscountamount_baseChanging(global::System.Nullable value); partial void Onmanualdiscountamount_baseChanged(); /// - /// There are no comments for Property salesorderdetailid in the schema. + /// There are no comments for Property shipto_line3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable salesorderdetailid + public virtual string shipto_line3 { get { - return this._salesorderdetailid; + return this._shipto_line3; } set { - this.OnsalesorderdetailidChanging(value); - this._salesorderdetailid = value; - this.OnsalesorderdetailidChanged(); - this.OnPropertyChanged("salesorderdetailid"); + this.Onshipto_line3Changing(value); + this._shipto_line3 = value; + this.Onshipto_line3Changed(); + this.OnPropertyChanged("shipto_line3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _salesorderdetailid; - partial void OnsalesorderdetailidChanging(global::System.Nullable value); - partial void OnsalesorderdetailidChanged(); + private string _shipto_line3; + partial void Onshipto_line3Changing(string value); + partial void Onshipto_line3Changed(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__createdby_value; + return this.__owningbusinessunit_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 manualdiscountamount in the schema. /// @@ -599547,49 +599488,71 @@ public virtual string shipto_line3 partial void OnmanualdiscountamountChanging(global::System.Nullable value); partial void OnmanualdiscountamountChanged(); /// - /// There are no comments for Property baseamount_base 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 baseamount_base + public virtual global::System.Nullable _createdby_value { get { - return this._baseamount_base; + return this.__createdby_value; } set { - this.Onbaseamount_baseChanging(value); - this._baseamount_base = value; - this.Onbaseamount_baseChanged(); - this.OnPropertyChanged("baseamount_base"); + 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 _baseamount_base; - partial void Onbaseamount_baseChanging(global::System.Nullable value); - partial void Onbaseamount_baseChanged(); + 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 _uomid_value in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _uomid_value + public virtual string description { get { - return this.__uomid_value; + return this._description; } set { - this.On_uomid_valueChanging(value); - this.__uomid_value = value; - this.On_uomid_valueChanged(); - this.OnPropertyChanged("_uomid_value"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __uomid_value; - partial void On_uomid_valueChanging(global::System.Nullable value); - partial void On_uomid_valueChanged(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); + /// + /// 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 salesorderstatecode in the schema. /// @@ -599613,49 +599576,49 @@ public virtual string shipto_line3 partial void OnsalesorderstatecodeChanging(global::System.Nullable value); partial void OnsalesorderstatecodeChanged(); /// - /// There are no comments for Property willcall in the schema. + /// There are no comments for Property productnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable willcall + public virtual string productnumber { get { - return this._willcall; + return this._productnumber; } set { - this.OnwillcallChanging(value); - this._willcall = value; - this.OnwillcallChanged(); - this.OnPropertyChanged("willcall"); + this.OnproductnumberChanging(value); + this._productnumber = value; + this.OnproductnumberChanged(); + this.OnPropertyChanged("productnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _willcall; - partial void OnwillcallChanging(global::System.Nullable value); - partial void OnwillcallChanged(); + private string _productnumber; + partial void OnproductnumberChanging(string value); + partial void OnproductnumberChanged(); /// - /// There are no comments for Property _salesrepid_value in the schema. + /// There are no comments for Property willcall in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _salesrepid_value + public virtual global::System.Nullable willcall { get { - return this.__salesrepid_value; + return this._willcall; } set { - this.On_salesrepid_valueChanging(value); - this.__salesrepid_value = value; - this.On_salesrepid_valueChanged(); - this.OnPropertyChanged("_salesrepid_value"); + this.OnwillcallChanging(value); + this._willcall = value; + this.OnwillcallChanged(); + this.OnPropertyChanged("willcall"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __salesrepid_value; - partial void On_salesrepid_valueChanging(global::System.Nullable value); - partial void On_salesrepid_valueChanged(); + private global::System.Nullable _willcall; + partial void OnwillcallChanging(global::System.Nullable value); + partial void OnwillcallChanged(); /// /// There are no comments for Property baseamount in the schema. /// @@ -599701,28 +599664,6 @@ public virtual string shipto_stateorprovince partial void Onshipto_stateorprovinceChanging(string value); partial void Onshipto_stateorprovinceChanged(); /// - /// There are no comments for Property productnumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string productnumber - { - get - { - return this._productnumber; - } - set - { - this.OnproductnumberChanging(value); - this._productnumber = value; - this.OnproductnumberChanged(); - this.OnPropertyChanged("productnumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _productnumber; - partial void OnproductnumberChanging(string value); - partial void OnproductnumberChanged(); - /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -599745,93 +599686,93 @@ public virtual string productnumber partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property quantityshipped in the schema. + /// 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 quantityshipped + public virtual global::System.Nullable _owninguser_value { get { - return this._quantityshipped; + return this.__owninguser_value; } set { - this.OnquantityshippedChanging(value); - this._quantityshipped = value; - this.OnquantityshippedChanged(); - this.OnPropertyChanged("quantityshipped"); + 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 _quantityshipped; - partial void OnquantityshippedChanging(global::System.Nullable value); - partial void OnquantityshippedChanged(); + 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 createdon in the schema. + /// There are no comments for Property ispriceoverridden 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 ispriceoverridden { get { - return this._createdon; + return this._ispriceoverridden; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnispriceoverriddenChanging(value); + this._ispriceoverridden = value; + this.OnispriceoverriddenChanged(); + this.OnPropertyChanged("ispriceoverridden"); } } [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 _ispriceoverridden; + partial void OnispriceoverriddenChanging(global::System.Nullable value); + partial void OnispriceoverriddenChanged(); /// - /// There are no comments for Property productdescription in the schema. + /// There are no comments for Property _parentbundleidref_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string productdescription + public virtual global::System.Nullable _parentbundleidref_value { get { - return this._productdescription; + return this.__parentbundleidref_value; } set { - this.OnproductdescriptionChanging(value); - this._productdescription = value; - this.OnproductdescriptionChanged(); - this.OnPropertyChanged("productdescription"); + this.On_parentbundleidref_valueChanging(value); + this.__parentbundleidref_value = value; + this.On_parentbundleidref_valueChanged(); + this.OnPropertyChanged("_parentbundleidref_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _productdescription; - partial void OnproductdescriptionChanging(string value); - partial void OnproductdescriptionChanged(); + private global::System.Nullable __parentbundleidref_value; + partial void On_parentbundleidref_valueChanging(global::System.Nullable value); + partial void On_parentbundleidref_valueChanged(); /// - /// There are no comments for Property shipto_line1 in the schema. + /// There are no comments for Property quantityshipped in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_line1 + public virtual global::System.Nullable quantityshipped { get { - return this._shipto_line1; + return this._quantityshipped; } set { - this.Onshipto_line1Changing(value); - this._shipto_line1 = value; - this.Onshipto_line1Changed(); - this.OnPropertyChanged("shipto_line1"); + this.OnquantityshippedChanging(value); + this._quantityshipped = value; + this.OnquantityshippedChanged(); + this.OnPropertyChanged("quantityshipped"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_line1; - partial void Onshipto_line1Changing(string value); - partial void Onshipto_line1Changed(); + private global::System.Nullable _quantityshipped; + partial void OnquantityshippedChanging(global::System.Nullable value); + partial void OnquantityshippedChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -599855,27 +599796,71 @@ public virtual string shipto_line1 partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property producttypecode in the schema. + /// There are no comments for Property _salesorderid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable producttypecode + public virtual global::System.Nullable _salesorderid_value { get { - return this._producttypecode; + return this.__salesorderid_value; } set { - this.OnproducttypecodeChanging(value); - this._producttypecode = value; - this.OnproducttypecodeChanged(); - this.OnPropertyChanged("producttypecode"); + this.On_salesorderid_valueChanging(value); + this.__salesorderid_value = value; + this.On_salesorderid_valueChanged(); + this.OnPropertyChanged("_salesorderid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _producttypecode; - partial void OnproducttypecodeChanging(global::System.Nullable value); - partial void OnproducttypecodeChanged(); + private global::System.Nullable __salesorderid_value; + partial void On_salesorderid_valueChanging(global::System.Nullable value); + partial void On_salesorderid_valueChanged(); + /// + /// There are no comments for Property baseamount_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable baseamount_base + { + get + { + return this._baseamount_base; + } + set + { + this.Onbaseamount_baseChanging(value); + this._baseamount_base = value; + this.Onbaseamount_baseChanged(); + this.OnPropertyChanged("baseamount_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _baseamount_base; + partial void Onbaseamount_baseChanging(global::System.Nullable value); + partial void Onbaseamount_baseChanged(); + /// + /// There are no comments for Property _salesrepid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _salesrepid_value + { + get + { + return this.__salesrepid_value; + } + set + { + this.On_salesrepid_valueChanging(value); + this.__salesrepid_value = value; + this.On_salesrepid_valueChanged(); + this.OnPropertyChanged("_salesrepid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __salesrepid_value; + partial void On_salesrepid_valueChanging(global::System.Nullable value); + partial void On_salesrepid_valueChanged(); /// /// There are no comments for Property parentbundleid in the schema. /// @@ -599899,49 +599884,71 @@ public virtual string shipto_line1 partial void OnparentbundleidChanging(global::System.Nullable value); partial void OnparentbundleidChanged(); /// - /// There are no comments for Property _salesorderid_value in the schema. + /// There are no comments for Property productdescription in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _salesorderid_value + public virtual string productdescription { get { - return this.__salesorderid_value; + return this._productdescription; } set { - this.On_salesorderid_valueChanging(value); - this.__salesorderid_value = value; - this.On_salesorderid_valueChanged(); - this.OnPropertyChanged("_salesorderid_value"); + this.OnproductdescriptionChanging(value); + this._productdescription = value; + this.OnproductdescriptionChanged(); + this.OnPropertyChanged("productdescription"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __salesorderid_value; - partial void On_salesorderid_valueChanging(global::System.Nullable value); - partial void On_salesorderid_valueChanged(); + private string _productdescription; + partial void OnproductdescriptionChanging(string value); + partial void OnproductdescriptionChanged(); /// - /// There are no comments for Property _parentbundleidref_value in the schema. + /// 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 _parentbundleidref_value + public virtual global::System.Nullable exchangerate { get { - return this.__parentbundleidref_value; + return this._exchangerate; } set { - this.On_parentbundleidref_valueChanging(value); - this.__parentbundleidref_value = value; - this.On_parentbundleidref_valueChanged(); - this.OnPropertyChanged("_parentbundleidref_value"); + 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 __parentbundleidref_value; - partial void On_parentbundleidref_valueChanging(global::System.Nullable value); - partial void On_parentbundleidref_valueChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); + /// + /// There are no comments for Property producttypecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable producttypecode + { + get + { + return this._producttypecode; + } + set + { + this.OnproducttypecodeChanging(value); + this._producttypecode = value; + this.OnproducttypecodeChanged(); + this.OnPropertyChanged("producttypecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _producttypecode; + partial void OnproducttypecodeChanging(global::System.Nullable value); + partial void OnproducttypecodeChanged(); /// /// There are no comments for Property volumediscountamount_base in the schema. /// @@ -599965,93 +599972,93 @@ public virtual string shipto_line1 partial void Onvolumediscountamount_baseChanging(global::System.Nullable value); partial void Onvolumediscountamount_baseChanged(); /// - /// There are no comments for Property shipto_contactname in the schema. + /// There are no comments for Property volumediscountamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_contactname + public virtual global::System.Nullable volumediscountamount { get { - return this._shipto_contactname; + return this._volumediscountamount; } set { - this.Onshipto_contactnameChanging(value); - this._shipto_contactname = value; - this.Onshipto_contactnameChanged(); - this.OnPropertyChanged("shipto_contactname"); + this.OnvolumediscountamountChanging(value); + this._volumediscountamount = value; + this.OnvolumediscountamountChanged(); + this.OnPropertyChanged("volumediscountamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_contactname; - partial void Onshipto_contactnameChanging(string value); - partial void Onshipto_contactnameChanged(); + private global::System.Nullable _volumediscountamount; + partial void OnvolumediscountamountChanging(global::System.Nullable value); + partial void OnvolumediscountamountChanged(); /// - /// There are no comments for Property extendedamount_base in the schema. + /// There are no comments for Property iscopied in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable extendedamount_base + public virtual global::System.Nullable iscopied { get { - return this._extendedamount_base; + return this._iscopied; } set { - this.Onextendedamount_baseChanging(value); - this._extendedamount_base = value; - this.Onextendedamount_baseChanged(); - this.OnPropertyChanged("extendedamount_base"); + this.OniscopiedChanging(value); + this._iscopied = value; + this.OniscopiedChanged(); + this.OnPropertyChanged("iscopied"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _extendedamount_base; - partial void Onextendedamount_baseChanging(global::System.Nullable value); - partial void Onextendedamount_baseChanged(); + private global::System.Nullable _iscopied; + partial void OniscopiedChanging(global::System.Nullable value); + partial void OniscopiedChanged(); /// - /// There are no comments for Property extendedamount in the schema. + /// There are no comments for Property _uomid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable extendedamount + public virtual global::System.Nullable _uomid_value { get { - return this._extendedamount; + return this.__uomid_value; } set { - this.OnextendedamountChanging(value); - this._extendedamount = value; - this.OnextendedamountChanged(); - this.OnPropertyChanged("extendedamount"); + this.On_uomid_valueChanging(value); + this.__uomid_value = value; + this.On_uomid_valueChanged(); + this.OnPropertyChanged("_uomid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _extendedamount; - partial void OnextendedamountChanging(global::System.Nullable value); - partial void OnextendedamountChanged(); + private global::System.Nullable __uomid_value; + partial void On_uomid_valueChanging(global::System.Nullable value); + partial void On_uomid_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property shipto_telephone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string shipto_telephone { get { - return this._versionnumber; + return this._shipto_telephone; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onshipto_telephoneChanging(value); + this._shipto_telephone = value; + this.Onshipto_telephoneChanged(); + this.OnPropertyChanged("shipto_telephone"); } } [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 string _shipto_telephone; + partial void Onshipto_telephoneChanging(string value); + partial void Onshipto_telephoneChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -600075,49 +600082,27 @@ public virtual string shipto_contactname partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property shipto_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string shipto_name - { - get - { - return this._shipto_name; - } - set - { - this.Onshipto_nameChanging(value); - this._shipto_name = value; - this.Onshipto_nameChanged(); - this.OnPropertyChanged("shipto_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _shipto_name; - partial void Onshipto_nameChanging(string value); - partial void Onshipto_nameChanged(); - /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property propertyconfigurationstatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual global::System.Nullable propertyconfigurationstatus { get { - return this.__owninguser_value; + return this._propertyconfigurationstatus; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.OnpropertyconfigurationstatusChanging(value); + this._propertyconfigurationstatus = value; + this.OnpropertyconfigurationstatusChanged(); + this.OnPropertyChanged("propertyconfigurationstatus"); } } [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(); + private global::System.Nullable _propertyconfigurationstatus; + partial void OnpropertyconfigurationstatusChanging(global::System.Nullable value); + partial void OnpropertyconfigurationstatusChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -600163,6 +600148,28 @@ public virtual string shipto_fax partial void Onshipto_faxChanging(string value); partial void Onshipto_faxChanged(); /// + /// There are no comments for Property shipto_line1 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string shipto_line1 + { + get + { + return this._shipto_line1; + } + set + { + this.Onshipto_line1Changing(value); + this._shipto_line1 = value; + this.Onshipto_line1Changed(); + this.OnPropertyChanged("shipto_line1"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _shipto_line1; + partial void Onshipto_line1Changing(string value); + partial void Onshipto_line1Changed(); + /// /// There are no comments for Property salesorderdetailname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -600229,28 +600236,6 @@ public virtual string salesorderdetailname partial void OnquantitybackorderedChanging(global::System.Nullable value); partial void OnquantitybackorderedChanged(); /// - /// There are no comments for Property volumediscountamount in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable volumediscountamount - { - get - { - return this._volumediscountamount; - } - set - { - this.OnvolumediscountamountChanging(value); - this._volumediscountamount = value; - this.OnvolumediscountamountChanged(); - this.OnPropertyChanged("volumediscountamount"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _volumediscountamount; - partial void OnvolumediscountamountChanging(global::System.Nullable value); - partial void OnvolumediscountamountChanged(); - /// /// There are no comments for Property lineitemnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -600339,6 +600324,28 @@ public virtual string shipto_postalcode partial void Onshipto_postalcodeChanging(string value); partial void Onshipto_postalcodeChanged(); /// + /// There are no comments for Property shipto_freighttermscode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable shipto_freighttermscode + { + get + { + return this._shipto_freighttermscode; + } + set + { + this.Onshipto_freighttermscodeChanging(value); + this._shipto_freighttermscode = value; + this.Onshipto_freighttermscodeChanged(); + this.OnPropertyChanged("shipto_freighttermscode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _shipto_freighttermscode; + partial void Onshipto_freighttermscodeChanging(global::System.Nullable value); + partial void Onshipto_freighttermscodeChanged(); + /// /// There are no comments for Property shipto_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -600383,6 +600390,28 @@ public virtual string shipto_city partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// + /// There are no comments for Property quantity in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable quantity + { + get + { + return this._quantity; + } + set + { + this.OnquantityChanging(value); + this._quantity = value; + this.OnquantityChanged(); + this.OnPropertyChanged("quantity"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _quantity; + partial void OnquantityChanging(global::System.Nullable value); + partial void OnquantityChanged(); + /// /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -600427,6 +600456,28 @@ public virtual string shipto_city partial void On_quotedetailid_valueChanging(global::System.Nullable value); partial void On_quotedetailid_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 createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -602115,50 +602166,6 @@ public static salesorder Createsalesorder(global::Microsoft.Dynamics.CRM.campaig return salesorder; } /// - /// There are no comments for Property paymenttermscode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable paymenttermscode - { - get - { - return this._paymenttermscode; - } - set - { - this.OnpaymenttermscodeChanging(value); - this._paymenttermscode = value; - this.OnpaymenttermscodeChanged(); - this.OnPropertyChanged("paymenttermscode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _paymenttermscode; - partial void OnpaymenttermscodeChanging(global::System.Nullable value); - partial void OnpaymenttermscodeChanged(); - /// - /// There are no comments for Property entityimage in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] entityimage - { - get - { - return this._entityimage; - } - set - { - this.OnentityimageChanging(value); - this._entityimage = value; - this.OnentityimageChanged(); - this.OnPropertyChanged("entityimage"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _entityimage; - partial void OnentityimageChanging(byte[] value); - partial void OnentityimageChanged(); - /// /// There are no comments for Property ordernumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -602225,6 +602232,28 @@ public virtual string ordernumber partial void OnskippricecalculationChanging(global::System.Nullable value); partial void OnskippricecalculationChanged(); /// + /// There are no comments for Property totallineitemdiscountamount_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable totallineitemdiscountamount_base + { + get + { + return this._totallineitemdiscountamount_base; + } + set + { + this.Ontotallineitemdiscountamount_baseChanging(value); + this._totallineitemdiscountamount_base = value; + this.Ontotallineitemdiscountamount_baseChanged(); + this.OnPropertyChanged("totallineitemdiscountamount_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _totallineitemdiscountamount_base; + partial void Ontotallineitemdiscountamount_baseChanging(global::System.Nullable value); + partial void Ontotallineitemdiscountamount_baseChanged(); + /// /// There are no comments for Property billto_line2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -602247,6 +602276,50 @@ public virtual string billto_line2 partial void Onbillto_line2Changing(string value); partial void Onbillto_line2Changed(); /// + /// There are no comments for Property totallineitemdiscountamount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable totallineitemdiscountamount + { + get + { + return this._totallineitemdiscountamount; + } + set + { + this.OntotallineitemdiscountamountChanging(value); + this._totallineitemdiscountamount = value; + this.OntotallineitemdiscountamountChanged(); + this.OnPropertyChanged("totallineitemdiscountamount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _totallineitemdiscountamount; + partial void OntotallineitemdiscountamountChanging(global::System.Nullable value); + partial void OntotallineitemdiscountamountChanged(); + /// + /// There are no comments for Property totaldiscountamount_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable totaldiscountamount_base + { + get + { + return this._totaldiscountamount_base; + } + set + { + this.Ontotaldiscountamount_baseChanging(value); + this._totaldiscountamount_base = value; + this.Ontotaldiscountamount_baseChanged(); + this.OnPropertyChanged("totaldiscountamount_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _totaldiscountamount_base; + partial void Ontotaldiscountamount_baseChanging(global::System.Nullable value); + partial void Ontotaldiscountamount_baseChanged(); + /// /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -602291,6 +602364,28 @@ public virtual string entityimage_url partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property totalamount_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable totalamount_base + { + get + { + return this._totalamount_base; + } + set + { + this.Ontotalamount_baseChanging(value); + this._totalamount_base = value; + this.Ontotalamount_baseChanged(); + this.OnPropertyChanged("totalamount_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _totalamount_base; + partial void Ontotalamount_baseChanging(global::System.Nullable value); + partial void Ontotalamount_baseChanged(); + /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -602335,27 +602430,27 @@ public virtual string entityimage_url partial void Onshipto_addressidChanging(global::System.Nullable value); partial void Onshipto_addressidChanged(); /// - /// There are no comments for Property ispricelocked in the schema. + /// There are no comments for Property entityimage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ispricelocked + public virtual byte[] entityimage { get { - return this._ispricelocked; + return this._entityimage; } set { - this.OnispricelockedChanging(value); - this._ispricelocked = value; - this.OnispricelockedChanged(); - this.OnPropertyChanged("ispricelocked"); + this.OnentityimageChanging(value); + this._entityimage = value; + this.OnentityimageChanged(); + this.OnPropertyChanged("entityimage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ispricelocked; - partial void OnispricelockedChanging(global::System.Nullable value); - partial void OnispricelockedChanged(); + private byte[] _entityimage; + partial void OnentityimageChanging(byte[] value); + partial void OnentityimageChanged(); /// /// There are no comments for Property freightamount in the schema. /// @@ -602423,28 +602518,6 @@ public virtual string entityimage_url partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// 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 billto_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -602621,27 +602694,27 @@ public virtual string billto_telephone partial void Onbillto_telephoneChanging(string value); partial void Onbillto_telephoneChanged(); /// - /// There are no comments for Property totalamount in the schema. + /// 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 totalamount + public virtual global::System.Nullable _owningteam_value { get { - return this._totalamount; + return this.__owningteam_value; } set { - this.OntotalamountChanging(value); - this._totalamount = value; - this.OntotalamountChanged(); - this.OnPropertyChanged("totalamount"); + 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 _totalamount; - partial void OntotalamountChanging(global::System.Nullable value); - partial void OntotalamountChanged(); + 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 freighttermscode in the schema. /// @@ -602709,28 +602782,6 @@ public virtual string shipto_contactname partial void Onshipto_contactnameChanging(string value); partial void Onshipto_contactnameChanged(); /// - /// 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 shipto_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -602775,27 +602826,27 @@ public virtual string shipto_postalcode partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property totaldiscountamount_base in the schema. + /// 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 totaldiscountamount_base + public virtual global::System.Nullable importsequencenumber { get { - return this._totaldiscountamount_base; + return this._importsequencenumber; } set { - this.Ontotaldiscountamount_baseChanging(value); - this._totaldiscountamount_base = value; - this.Ontotaldiscountamount_baseChanged(); - this.OnPropertyChanged("totaldiscountamount_base"); + 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 _totaldiscountamount_base; - partial void Ontotaldiscountamount_baseChanging(global::System.Nullable value); - partial void Ontotaldiscountamount_baseChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -602863,27 +602914,27 @@ public virtual string shipto_postalcode partial void OnlastonholdtimeChanging(global::System.Nullable value); partial void OnlastonholdtimeChanged(); /// - /// There are no comments for Property discountamount in the schema. + /// There are no comments for Property ispricelocked in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable discountamount + public virtual global::System.Nullable ispricelocked { get { - return this._discountamount; + return this._ispricelocked; } set { - this.OndiscountamountChanging(value); - this._discountamount = value; - this.OndiscountamountChanged(); - this.OnPropertyChanged("discountamount"); + this.OnispricelockedChanging(value); + this._ispricelocked = value; + this.OnispricelockedChanged(); + this.OnPropertyChanged("ispricelocked"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _discountamount; - partial void OndiscountamountChanging(global::System.Nullable value); - partial void OndiscountamountChanged(); + private global::System.Nullable _ispricelocked; + partial void OnispricelockedChanging(global::System.Nullable value); + partial void OnispricelockedChanged(); /// /// There are no comments for Property billto_stateorprovince in the schema. /// @@ -602951,6 +603002,28 @@ public virtual string billto_stateorprovince partial void On_campaignid_valueChanging(global::System.Nullable value); partial void On_campaignid_valueChanged(); /// + /// There are no comments for Property freightamount_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable freightamount_base + { + get + { + return this._freightamount_base; + } + set + { + this.Onfreightamount_baseChanging(value); + this._freightamount_base = value; + this.Onfreightamount_baseChanged(); + this.OnPropertyChanged("freightamount_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _freightamount_base; + partial void Onfreightamount_baseChanging(global::System.Nullable value); + partial void Onfreightamount_baseChanged(); + /// /// There are no comments for Property shipto_stateorprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -603237,27 +603310,27 @@ public virtual string emailaddress partial void OntotaldiscountamountChanging(global::System.Nullable value); partial void OntotaldiscountamountChanged(); /// - /// There are no comments for Property freightamount_base in the schema. + /// There are no comments for Property billto_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable freightamount_base + public virtual string billto_postalcode { get { - return this._freightamount_base; + return this._billto_postalcode; } set { - this.Onfreightamount_baseChanging(value); - this._freightamount_base = value; - this.Onfreightamount_baseChanged(); - this.OnPropertyChanged("freightamount_base"); + this.Onbillto_postalcodeChanging(value); + this._billto_postalcode = value; + this.Onbillto_postalcodeChanged(); + this.OnPropertyChanged("billto_postalcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _freightamount_base; - partial void Onfreightamount_baseChanging(global::System.Nullable value); - partial void Onfreightamount_baseChanged(); + private string _billto_postalcode; + partial void Onbillto_postalcodeChanging(string value); + partial void Onbillto_postalcodeChanged(); /// /// There are no comments for Property billto_line3 in the schema. /// @@ -603281,49 +603354,27 @@ public virtual string billto_line3 partial void Onbillto_line3Changing(string value); partial void Onbillto_line3Changed(); /// - /// There are no comments for Property billto_postalcode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string billto_postalcode - { - get - { - return this._billto_postalcode; - } - set - { - this.Onbillto_postalcodeChanging(value); - this._billto_postalcode = value; - this.Onbillto_postalcodeChanged(); - this.OnPropertyChanged("billto_postalcode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _billto_postalcode; - partial void Onbillto_postalcodeChanging(string value); - partial void Onbillto_postalcodeChanged(); - /// - /// There are no comments for Property totallineitemdiscountamount in the schema. + /// There are no comments for Property submitstatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totallineitemdiscountamount + public virtual global::System.Nullable submitstatus { get { - return this._totallineitemdiscountamount; + return this._submitstatus; } set { - this.OntotallineitemdiscountamountChanging(value); - this._totallineitemdiscountamount = value; - this.OntotallineitemdiscountamountChanged(); - this.OnPropertyChanged("totallineitemdiscountamount"); + this.OnsubmitstatusChanging(value); + this._submitstatus = value; + this.OnsubmitstatusChanged(); + this.OnPropertyChanged("submitstatus"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totallineitemdiscountamount; - partial void OntotallineitemdiscountamountChanging(global::System.Nullable value); - partial void OntotallineitemdiscountamountChanged(); + private global::System.Nullable _submitstatus; + partial void OnsubmitstatusChanging(global::System.Nullable value); + partial void OnsubmitstatusChanged(); /// /// There are no comments for Property traversedpath in the schema. /// @@ -603369,28 +603420,6 @@ public virtual string traversedpath partial void On_customerid_valueChanging(global::System.Nullable value); partial void On_customerid_valueChanged(); /// - /// There are no comments for Property submitdate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable submitdate - { - get - { - return this._submitdate; - } - set - { - this.OnsubmitdateChanging(value); - this._submitdate = value; - this.OnsubmitdateChanged(); - this.OnPropertyChanged("submitdate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _submitdate; - partial void OnsubmitdateChanging(global::System.Nullable value); - partial void OnsubmitdateChanged(); - /// /// There are no comments for Property shipto_country in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -603435,28 +603464,6 @@ public virtual string shipto_country partial void Ondiscountamount_baseChanging(global::System.Nullable value); partial void Ondiscountamount_baseChanged(); /// - /// There are no comments for Property totaltax in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totaltax - { - get - { - return this._totaltax; - } - set - { - this.OntotaltaxChanging(value); - this._totaltax = value; - this.OntotaltaxChanged(); - this.OnPropertyChanged("totaltax"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totaltax; - partial void OntotaltaxChanging(global::System.Nullable value); - partial void OntotaltaxChanged(); - /// /// There are no comments for Property shipto_telephone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -603479,27 +603486,27 @@ public virtual string shipto_telephone partial void Onshipto_telephoneChanging(string value); partial void Onshipto_telephoneChanged(); /// - /// There are no comments for Property stageid in the schema. + /// There are no comments for Property discountamount in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid + public virtual global::System.Nullable discountamount { get { - return this._stageid; + return this._discountamount; } set { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); + this.OndiscountamountChanging(value); + this._discountamount = value; + this.OndiscountamountChanged(); + this.OnPropertyChanged("discountamount"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); + private global::System.Nullable _discountamount; + partial void OndiscountamountChanging(global::System.Nullable value); + partial void OndiscountamountChanged(); /// /// There are no comments for Property billto_contactname in the schema. /// @@ -603545,93 +603552,27 @@ public virtual string billto_contactname partial void OnrequestdeliverybyChanging(global::System.Nullable value); partial void OnrequestdeliverybyChanged(); /// - /// There are no comments for Property billto_addressid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable billto_addressid - { - get - { - return this._billto_addressid; - } - set - { - this.Onbillto_addressidChanging(value); - this._billto_addressid = value; - this.Onbillto_addressidChanged(); - this.OnPropertyChanged("billto_addressid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _billto_addressid; - partial void Onbillto_addressidChanging(global::System.Nullable value); - partial void Onbillto_addressidChanged(); - /// - /// 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 totallineitemdiscountamount_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totallineitemdiscountamount_base - { - get - { - return this._totallineitemdiscountamount_base; - } - set - { - this.Ontotallineitemdiscountamount_baseChanging(value); - this._totallineitemdiscountamount_base = value; - this.Ontotallineitemdiscountamount_baseChanged(); - this.OnPropertyChanged("totallineitemdiscountamount_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totallineitemdiscountamount_base; - partial void Ontotallineitemdiscountamount_baseChanging(global::System.Nullable value); - partial void Ontotallineitemdiscountamount_baseChanged(); - /// - /// There are no comments for Property totalamount_base in the schema. + /// There are no comments for Property lastbackofficesubmit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable totalamount_base + public virtual global::System.Nullable lastbackofficesubmit { get { - return this._totalamount_base; + return this._lastbackofficesubmit; } set { - this.Ontotalamount_baseChanging(value); - this._totalamount_base = value; - this.Ontotalamount_baseChanged(); - this.OnPropertyChanged("totalamount_base"); + this.OnlastbackofficesubmitChanging(value); + this._lastbackofficesubmit = value; + this.OnlastbackofficesubmitChanged(); + this.OnPropertyChanged("lastbackofficesubmit"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _totalamount_base; - partial void Ontotalamount_baseChanging(global::System.Nullable value); - partial void Ontotalamount_baseChanged(); + private global::System.Nullable _lastbackofficesubmit; + partial void OnlastbackofficesubmitChanging(global::System.Nullable value); + partial void OnlastbackofficesubmitChanged(); /// /// There are no comments for Property shippingmethodcode in the schema. /// @@ -603677,6 +603618,28 @@ public virtual string billto_contactname partial void OnprioritycodeChanging(global::System.Nullable value); partial void OnprioritycodeChanged(); /// + /// There are no comments for Property paymenttermscode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable paymenttermscode + { + get + { + return this._paymenttermscode; + } + set + { + this.OnpaymenttermscodeChanging(value); + this._paymenttermscode = value; + this.OnpaymenttermscodeChanged(); + this.OnPropertyChanged("paymenttermscode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _paymenttermscode; + partial void OnpaymenttermscodeChanging(global::System.Nullable value); + partial void OnpaymenttermscodeChanged(); + /// /// There are no comments for Property _contactid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -604073,27 +604036,27 @@ public virtual string shipto_composite partial void OntotallineitemamountChanging(global::System.Nullable value); partial void OntotallineitemamountChanged(); /// - /// There are no comments for Property lastbackofficesubmit in the schema. + /// There are no comments for Property submitdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastbackofficesubmit + public virtual global::System.Nullable submitdate { get { - return this._lastbackofficesubmit; + return this._submitdate; } set { - this.OnlastbackofficesubmitChanging(value); - this._lastbackofficesubmit = value; - this.OnlastbackofficesubmitChanged(); - this.OnPropertyChanged("lastbackofficesubmit"); + this.OnsubmitdateChanging(value); + this._submitdate = value; + this.OnsubmitdateChanged(); + this.OnPropertyChanged("submitdate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastbackofficesubmit; - partial void OnlastbackofficesubmitChanging(global::System.Nullable value); - partial void OnlastbackofficesubmitChanged(); + private global::System.Nullable _submitdate; + partial void OnsubmitdateChanging(global::System.Nullable value); + partial void OnsubmitdateChanged(); /// /// There are no comments for Property shipto_city in the schema. /// @@ -604117,6 +604080,28 @@ public virtual string shipto_city partial void Onshipto_cityChanging(string value); partial void Onshipto_cityChanged(); /// + /// There are no comments for Property stageid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable stageid + { + get + { + return this._stageid; + } + set + { + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); + /// /// There are no comments for Property salesorderid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -604139,6 +604124,28 @@ public virtual string shipto_city partial void OnsalesorderidChanging(global::System.Nullable value); partial void OnsalesorderidChanged(); /// + /// There are no comments for Property billto_addressid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable billto_addressid + { + get + { + return this._billto_addressid; + } + set + { + this.Onbillto_addressidChanging(value); + this._billto_addressid = value; + this.Onbillto_addressidChanged(); + this.OnPropertyChanged("billto_addressid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _billto_addressid; + partial void Onbillto_addressidChanging(global::System.Nullable value); + partial void Onbillto_addressidChanged(); + /// /// There are no comments for Property entityimage_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -604249,6 +604256,50 @@ public virtual string shipto_line2 partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// There are no comments for Property totaltax in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable totaltax + { + get + { + return this._totaltax; + } + set + { + this.OntotaltaxChanging(value); + this._totaltax = value; + this.OntotaltaxChanged(); + this.OnPropertyChanged("totaltax"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _totaltax; + partial void OntotaltaxChanging(global::System.Nullable value); + partial void OntotaltaxChanged(); + /// + /// There are no comments for Property totalamount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable totalamount + { + get + { + return this._totalamount; + } + set + { + this.OntotalamountChanging(value); + this._totalamount = value; + this.OntotalamountChanged(); + this.OnPropertyChanged("totalamount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _totalamount; + partial void OntotalamountChanging(global::System.Nullable value); + partial void OntotalamountChanged(); + /// /// There are no comments for Property exchangerate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -604271,27 +604322,27 @@ public virtual string shipto_line2 partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property submitstatus in the schema. + /// 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 submitstatus + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._submitstatus; + return this._timezoneruleversionnumber; } set { - this.OnsubmitstatusChanging(value); - this._submitstatus = value; - this.OnsubmitstatusChanged(); - this.OnPropertyChanged("submitstatus"); + 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 _submitstatus; - partial void OnsubmitstatusChanging(global::System.Nullable value); - partial void OnsubmitstatusChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property billto_country in the schema. /// @@ -605667,28 +605718,6 @@ public virtual string offlinesqlquery partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property solutionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid - { - get - { - return this._solutionid; - } - set - { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -606019,27 +606048,27 @@ public virtual string advancedgroupby partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual global::System.Nullable solutionid { get { - return this._description; + return this._solutionid; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property fetchxml in the schema. /// @@ -606063,6 +606092,28 @@ public virtual string fetchxml partial void OnfetchxmlChanging(string value); partial void OnfetchxmlChanged(); /// + /// There are no comments for Property layoutjson in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string layoutjson + { + get + { + return this._layoutjson; + } + set + { + this.OnlayoutjsonChanging(value); + this._layoutjson = value; + this.OnlayoutjsonChanged(); + this.OnPropertyChanged("layoutjson"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _layoutjson; + partial void OnlayoutjsonChanging(string value); + partial void OnlayoutjsonChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -606129,27 +606180,27 @@ public virtual string layoutxml partial void OnlayoutxmlChanging(string value); partial void OnlayoutxmlChanged(); /// - /// There are no comments for Property layoutjson in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string layoutjson + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this._layoutjson; + return this._iscustomizable; } set { - this.OnlayoutjsonChanging(value); - this._layoutjson = value; - this.OnlayoutjsonChanged(); - this.OnPropertyChanged("layoutjson"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _layoutjson; - partial void OnlayoutjsonChanging(string value); - partial void OnlayoutjsonChanged(); + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); /// /// There are no comments for Property returnedtypecode in the schema. /// @@ -606195,27 +606246,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual string description { get { - return this._iscustomizable; + return this._description; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// /// There are no comments for Property queryappusage in the schema. /// @@ -606904,28 +606955,6 @@ public virtual string presentationdescription partial void OnpresentationdescriptionChanging(string value); partial void OnpresentationdescriptionChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property canbedeleted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -606970,27 +606999,27 @@ public virtual string presentationdescription partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property type in the schema. + /// There are no comments for Property isdefault in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable type + public virtual global::System.Nullable isdefault { get { - return this._type; + return this._isdefault; } set { - this.OntypeChanging(value); - this._type = value; - this.OntypeChanged(); - this.OnPropertyChanged("type"); + this.OnisdefaultChanging(value); + this._isdefault = value; + this.OnisdefaultChanged(); + this.OnPropertyChanged("isdefault"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _type; - partial void OntypeChanging(global::System.Nullable value); - partial void OntypeChanged(); + private global::System.Nullable _isdefault; + partial void OnisdefaultChanging(global::System.Nullable value); + partial void OnisdefaultChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -607036,27 +607065,27 @@ public virtual string presentationdescription partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property savedqueryvisualizationidunique in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable savedqueryvisualizationidunique + public virtual global::System.Nullable ismanaged { get { - return this._savedqueryvisualizationidunique; + return this._ismanaged; } set { - this.OnsavedqueryvisualizationiduniqueChanging(value); - this._savedqueryvisualizationidunique = value; - this.OnsavedqueryvisualizationiduniqueChanged(); - this.OnPropertyChanged("savedqueryvisualizationidunique"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _savedqueryvisualizationidunique; - partial void OnsavedqueryvisualizationiduniqueChanging(global::System.Nullable value); - partial void OnsavedqueryvisualizationiduniqueChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property description in the schema. /// @@ -607080,27 +607109,27 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property introducedversion 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 string introducedversion + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._introducedversion; + return this.__createdonbehalfby_value; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + 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 string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + 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 charttype in the schema. /// @@ -607146,6 +607175,28 @@ public virtual string introducedversion partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// + /// There are no comments for Property type in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable type + { + get + { + return this._type; + } + set + { + this.OntypeChanging(value); + this._type = value; + this.OntypeChanged(); + this.OnPropertyChanged("type"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _type; + partial void OntypeChanging(global::System.Nullable value); + partial void OntypeChanged(); + /// /// There are no comments for Property datadescription in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -607190,49 +607241,49 @@ public virtual string primaryentitytypecode partial void OnprimaryentitytypecodeChanging(string value); partial void OnprimaryentitytypecodeChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual global::System.Nullable overwritetime { get { - return this._ismanaged; + return this._overwritetime; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable solutionid { get { - return this.__organizationid_value; + return this._solutionid; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -607300,6 +607351,138 @@ public virtual string primaryentitytypecode partial void OnsavedqueryvisualizationidChanging(global::System.Nullable value); partial void OnsavedqueryvisualizationidChanged(); /// + /// There are no comments for Property _organizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _organizationid_value + { + get + { + return this.__organizationid_value; + } + set + { + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); + /// + /// 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 name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// There are no comments for Property iscustomizable in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + { + get + { + return this._iscustomizable; + } + set + { + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); + /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// + /// There are no comments for Property savedqueryvisualizationidunique in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable savedqueryvisualizationidunique + { + get + { + return this._savedqueryvisualizationidunique; + } + set + { + this.OnsavedqueryvisualizationiduniqueChanging(value); + this._savedqueryvisualizationidunique = value; + this.OnsavedqueryvisualizationiduniqueChanged(); + this.OnPropertyChanged("savedqueryvisualizationidunique"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _savedqueryvisualizationidunique; + partial void OnsavedqueryvisualizationiduniqueChanging(global::System.Nullable value); + partial void OnsavedqueryvisualizationiduniqueChanged(); + /// /// There are no comments for Property _webresourceid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -607322,138 +607505,6 @@ public virtual string primaryentitytypecode partial void On_webresourceid_valueChanging(global::System.Nullable value); partial void On_webresourceid_valueChanged(); /// - /// 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 name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// - /// There are no comments for Property isdefault in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isdefault - { - get - { - return this._isdefault; - } - set - { - this.OnisdefaultChanging(value); - this._isdefault = value; - this.OnisdefaultChanged(); - this.OnPropertyChanged("isdefault"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isdefault; - partial void OnisdefaultChanging(global::System.Nullable value); - partial void OnisdefaultChanged(); - /// - /// There are no comments for Property iscustomizable in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable - { - get - { - return this._iscustomizable; - } - set - { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); - /// - /// 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 solutionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid - { - get - { - return this._solutionid; - } - set - { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); - /// /// There are no comments for Property SavedQueryVisualization_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -607856,6 +607907,28 @@ public static sdkmessagefilter Createsdkmessagefilter(global::Microsoft.Dynamics return sdkmessagefilter; } /// + /// There are no comments for Property sdkmessagefilteridunique in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable sdkmessagefilteridunique + { + get + { + return this._sdkmessagefilteridunique; + } + set + { + this.OnsdkmessagefilteriduniqueChanging(value); + this._sdkmessagefilteridunique = value; + this.OnsdkmessagefilteriduniqueChanged(); + this.OnPropertyChanged("sdkmessagefilteridunique"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _sdkmessagefilteridunique; + partial void OnsdkmessagefilteriduniqueChanging(global::System.Nullable value); + partial void OnsdkmessagefilteriduniqueChanged(); + /// /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -607900,28 +607973,6 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property sdkmessagefilterid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -607966,71 +608017,49 @@ public virtual string name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property customizationlevel in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable customizationlevel - { - get - { - return this._customizationlevel; - } - set - { - this.OncustomizationlevelChanging(value); - this._customizationlevel = value; - this.OncustomizationlevelChanged(); - this.OnPropertyChanged("customizationlevel"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _customizationlevel; - partial void OncustomizationlevelChanging(global::System.Nullable value); - partial void OncustomizationlevelChanged(); - /// - /// There are no comments for Property _sdkmessageid_value in the schema. + /// There are no comments for Property secondaryobjecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _sdkmessageid_value + public virtual string secondaryobjecttypecode { get { - return this.__sdkmessageid_value; + return this._secondaryobjecttypecode; } set { - this.On_sdkmessageid_valueChanging(value); - this.__sdkmessageid_value = value; - this.On_sdkmessageid_valueChanged(); - this.OnPropertyChanged("_sdkmessageid_value"); + this.OnsecondaryobjecttypecodeChanging(value); + this._secondaryobjecttypecode = value; + this.OnsecondaryobjecttypecodeChanged(); + this.OnPropertyChanged("secondaryobjecttypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __sdkmessageid_value; - partial void On_sdkmessageid_valueChanging(global::System.Nullable value); - partial void On_sdkmessageid_valueChanged(); + private string _secondaryobjecttypecode; + partial void OnsecondaryobjecttypecodeChanging(string value); + partial void OnsecondaryobjecttypecodeChanged(); /// - /// There are no comments for Property isvisible in the schema. + /// There are no comments for Property primaryobjecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isvisible + public virtual string primaryobjecttypecode { get { - return this._isvisible; + return this._primaryobjecttypecode; } set { - this.OnisvisibleChanging(value); - this._isvisible = value; - this.OnisvisibleChanged(); - this.OnPropertyChanged("isvisible"); + this.OnprimaryobjecttypecodeChanging(value); + this._primaryobjecttypecode = value; + this.OnprimaryobjecttypecodeChanged(); + this.OnPropertyChanged("primaryobjecttypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isvisible; - partial void OnisvisibleChanging(global::System.Nullable value); - partial void OnisvisibleChanged(); + private string _primaryobjecttypecode; + partial void OnprimaryobjecttypecodeChanging(string value); + partial void OnprimaryobjecttypecodeChanged(); /// /// There are no comments for Property workflowsdkstepenabled in the schema. /// @@ -608054,27 +608083,27 @@ public virtual string name partial void OnworkflowsdkstepenabledChanging(global::System.Nullable value); partial void OnworkflowsdkstepenabledChanged(); /// - /// There are no comments for Property primaryobjecttypecode in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string primaryobjecttypecode + public virtual global::System.Nullable solutionid { get { - return this._primaryobjecttypecode; + return this._solutionid; } set { - this.OnprimaryobjecttypecodeChanging(value); - this._primaryobjecttypecode = value; - this.OnprimaryobjecttypecodeChanged(); - this.OnPropertyChanged("primaryobjecttypecode"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _primaryobjecttypecode; - partial void OnprimaryobjecttypecodeChanging(string value); - partial void OnprimaryobjecttypecodeChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property introducedversion in the schema. /// @@ -608098,49 +608127,27 @@ public virtual string introducedversion partial void OnintroducedversionChanging(string value); partial void OnintroducedversionChanged(); /// - /// There are no comments for Property sdkmessagefilteridunique in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sdkmessagefilteridunique - { - get - { - return this._sdkmessagefilteridunique; - } - set - { - this.OnsdkmessagefilteriduniqueChanging(value); - this._sdkmessagefilteridunique = value; - this.OnsdkmessagefilteriduniqueChanged(); - this.OnPropertyChanged("sdkmessagefilteridunique"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sdkmessagefilteridunique; - partial void OnsdkmessagefilteriduniqueChanging(global::System.Nullable value); - partial void OnsdkmessagefilteriduniqueChanged(); - /// - /// There are no comments for Property secondaryobjecttypecode in the schema. + /// There are no comments for Property isvisible in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string secondaryobjecttypecode + public virtual global::System.Nullable isvisible { get { - return this._secondaryobjecttypecode; + return this._isvisible; } set { - this.OnsecondaryobjecttypecodeChanging(value); - this._secondaryobjecttypecode = value; - this.OnsecondaryobjecttypecodeChanged(); - this.OnPropertyChanged("secondaryobjecttypecode"); + this.OnisvisibleChanging(value); + this._isvisible = value; + this.OnisvisibleChanged(); + this.OnPropertyChanged("isvisible"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _secondaryobjecttypecode; - partial void OnsecondaryobjecttypecodeChanging(string value); - partial void OnsecondaryobjecttypecodeChanged(); + private global::System.Nullable _isvisible; + partial void OnisvisibleChanging(global::System.Nullable value); + partial void OnisvisibleChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -608208,6 +608215,28 @@ public virtual string secondaryobjecttypecode partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// There are no comments for Property _sdkmessageid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _sdkmessageid_value + { + get + { + return this.__sdkmessageid_value; + } + set + { + this.On_sdkmessageid_valueChanging(value); + this.__sdkmessageid_value = value; + this.On_sdkmessageid_valueChanged(); + this.OnPropertyChanged("_sdkmessageid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __sdkmessageid_value; + partial void On_sdkmessageid_valueChanging(global::System.Nullable value); + partial void On_sdkmessageid_valueChanged(); + /// /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -608252,6 +608281,28 @@ public virtual string secondaryobjecttypecode partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -608318,27 +608369,27 @@ public virtual string secondaryobjecttypecode partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property customizationlevel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable customizationlevel { get { - return this._solutionid; + return this._customizationlevel; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OncustomizationlevelChanging(value); + this._customizationlevel = value; + this.OncustomizationlevelChanged(); + this.OnPropertyChanged("customizationlevel"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _customizationlevel; + partial void OncustomizationlevelChanging(global::System.Nullable value); + partial void OncustomizationlevelChanged(); /// /// There are no comments for Property iscustomprocessingstepallowed in the schema. /// @@ -608909,71 +608960,93 @@ public virtual string attributes partial void OnattributesChanging(string value); partial void OnattributesChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property customizationlevel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual global::System.Nullable customizationlevel { get { - return this._ismanaged; + return this._customizationlevel; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.OncustomizationlevelChanging(value); + this._customizationlevel = value; + this.OncustomizationlevelChanged(); + this.OnPropertyChanged("customizationlevel"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private global::System.Nullable _customizationlevel; + partial void OncustomizationlevelChanging(global::System.Nullable value); + partial void OncustomizationlevelChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property sdkmessageprocessingstepimageidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable sdkmessageprocessingstepimageidunique { get { - return this.__modifiedonbehalfby_value; + return this._sdkmessageprocessingstepimageidunique; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnsdkmessageprocessingstepimageiduniqueChanging(value); + this._sdkmessageprocessingstepimageidunique = value; + this.OnsdkmessageprocessingstepimageiduniqueChanged(); + this.OnPropertyChanged("sdkmessageprocessingstepimageidunique"); } } [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::System.Nullable _sdkmessageprocessingstepimageidunique; + partial void OnsdkmessageprocessingstepimageiduniqueChanging(global::System.Nullable value); + partial void OnsdkmessageprocessingstepimageiduniqueChanged(); /// - /// There are no comments for Property sdkmessageprocessingstepimageidunique in the schema. + /// 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 sdkmessageprocessingstepimageidunique + public virtual global::System.Nullable _modifiedby_value { get { - return this._sdkmessageprocessingstepimageidunique; + return this.__modifiedby_value; } set { - this.OnsdkmessageprocessingstepimageiduniqueChanging(value); - this._sdkmessageprocessingstepimageidunique = value; - this.OnsdkmessageprocessingstepimageiduniqueChanged(); - this.OnPropertyChanged("sdkmessageprocessingstepimageidunique"); + 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 _sdkmessageprocessingstepimageidunique; - partial void OnsdkmessageprocessingstepimageiduniqueChanging(global::System.Nullable value); - partial void OnsdkmessageprocessingstepimageiduniqueChanged(); + 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 ismanaged in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable ismanaged + { + get + { + return this._ismanaged; + } + set + { + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property name in the schema. /// @@ -608997,27 +609070,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__modifiedby_value; + return this.__modifiedonbehalfby_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 iscustomizable in the schema. /// @@ -609151,49 +609224,49 @@ public virtual string messagepropertyname partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _sdkmessageprocessingstepid_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 _sdkmessageprocessingstepid_value + public virtual global::System.Nullable createdon { get { - return this.__sdkmessageprocessingstepid_value; + return this._createdon; } set { - this.On_sdkmessageprocessingstepid_valueChanging(value); - this.__sdkmessageprocessingstepid_value = value; - this.On_sdkmessageprocessingstepid_valueChanged(); - this.OnPropertyChanged("_sdkmessageprocessingstepid_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 __sdkmessageprocessingstepid_value; - partial void On_sdkmessageprocessingstepid_valueChanging(global::System.Nullable value); - partial void On_sdkmessageprocessingstepid_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property _sdkmessageprocessingstepid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable _sdkmessageprocessingstepid_value { get { - return this._solutionid; + return this.__sdkmessageprocessingstepid_value; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.On_sdkmessageprocessingstepid_valueChanging(value); + this.__sdkmessageprocessingstepid_value = value; + this.On_sdkmessageprocessingstepid_valueChanged(); + this.OnPropertyChanged("_sdkmessageprocessingstepid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable __sdkmessageprocessingstepid_value; + partial void On_sdkmessageprocessingstepid_valueChanging(global::System.Nullable value); + partial void On_sdkmessageprocessingstepid_valueChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -609217,28 +609290,6 @@ public virtual string messagepropertyname partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// 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 imagetype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -609261,27 +609312,27 @@ public virtual string messagepropertyname partial void OnimagetypeChanging(global::System.Nullable value); partial void OnimagetypeChanged(); /// - /// There are no comments for Property customizationlevel in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable customizationlevel + public virtual global::System.Nullable solutionid { get { - return this._customizationlevel; + return this._solutionid; } set { - this.OncustomizationlevelChanging(value); - this._customizationlevel = value; - this.OncustomizationlevelChanged(); - this.OnPropertyChanged("customizationlevel"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _customizationlevel; - partial void OncustomizationlevelChanging(global::System.Nullable value); - partial void OncustomizationlevelChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property relatedattributename in the schema. /// @@ -611220,28 +611271,6 @@ public virtual string secureconfig partial void OnsecureconfigChanging(string value); partial void OnsecureconfigChanged(); /// - /// 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 customizationlevel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -611264,49 +611293,49 @@ public virtual string secureconfig partial void OncustomizationlevelChanging(global::System.Nullable value); partial void OncustomizationlevelChanged(); /// - /// There are no comments for Property _modifiedby_value 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 _modifiedby_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__modifiedby_value; + return this.__createdonbehalfby_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__createdonbehalfby_value; + return this.__modifiedby_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 createdon in the schema. /// @@ -611374,6 +611403,28 @@ public virtual string secureconfig partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -611841,27 +611892,27 @@ public static sdkmessage Createsdkmessage(global::Microsoft.Dynamics.CRM.systemu partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property isprivate in the schema. + /// There are no comments for Property throttlesettings in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isprivate + public virtual string throttlesettings { get { - return this._isprivate; + return this._throttlesettings; } set { - this.OnisprivateChanging(value); - this._isprivate = value; - this.OnisprivateChanged(); - this.OnPropertyChanged("isprivate"); + this.OnthrottlesettingsChanging(value); + this._throttlesettings = value; + this.OnthrottlesettingsChanged(); + this.OnPropertyChanged("throttlesettings"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isprivate; - partial void OnisprivateChanging(global::System.Nullable value); - partial void OnisprivateChanged(); + private string _throttlesettings; + partial void OnthrottlesettingsChanging(string value); + partial void OnthrottlesettingsChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -612039,49 +612090,71 @@ public virtual string introducedversion partial void OntemplateChanging(global::System.Nullable value); partial void OntemplateChanged(); /// - /// There are no comments for Property isvalidforexecuteasync in the schema. + /// There are no comments for Property categoryname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isvalidforexecuteasync + public virtual string categoryname { get { - return this._isvalidforexecuteasync; + return this._categoryname; } set { - this.OnisvalidforexecuteasyncChanging(value); - this._isvalidforexecuteasync = value; - this.OnisvalidforexecuteasyncChanged(); - this.OnPropertyChanged("isvalidforexecuteasync"); + this.OncategorynameChanging(value); + this._categoryname = value; + this.OncategorynameChanged(); + this.OnPropertyChanged("categoryname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isvalidforexecuteasync; - partial void OnisvalidforexecuteasyncChanging(global::System.Nullable value); - partial void OnisvalidforexecuteasyncChanged(); + private string _categoryname; + partial void OncategorynameChanging(string value); + partial void OncategorynameChanged(); /// - /// There are no comments for Property categoryname in the schema. + /// There are no comments for Property isprivate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string categoryname + public virtual global::System.Nullable isprivate { get { - return this._categoryname; + return this._isprivate; } set { - this.OncategorynameChanging(value); - this._categoryname = value; - this.OncategorynameChanged(); - this.OnPropertyChanged("categoryname"); + this.OnisprivateChanging(value); + this._isprivate = value; + this.OnisprivateChanged(); + this.OnPropertyChanged("isprivate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _categoryname; - partial void OncategorynameChanging(string value); - partial void OncategorynameChanged(); + private global::System.Nullable _isprivate; + partial void OnisprivateChanging(global::System.Nullable value); + partial void OnisprivateChanged(); + /// + /// There are no comments for Property solutionid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable solutionid + { + get + { + return this._solutionid; + } + set + { + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property autotransact in the schema. /// @@ -612193,6 +612266,28 @@ public virtual string executeprivilegename partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property isreadonly in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isreadonly + { + get + { + return this._isreadonly; + } + set + { + this.OnisreadonlyChanging(value); + this._isreadonly = value; + this.OnisreadonlyChanged(); + this.OnPropertyChanged("isreadonly"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isreadonly; + partial void OnisreadonlyChanging(global::System.Nullable value); + partial void OnisreadonlyChanged(); + /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -612237,72 +612332,6 @@ public virtual string name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property ismanaged in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged - { - get - { - return this._ismanaged; - } - set - { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); - /// - /// There are no comments for Property customizationlevel in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable customizationlevel - { - get - { - return this._customizationlevel; - } - set - { - this.OncustomizationlevelChanging(value); - this._customizationlevel = value; - this.OncustomizationlevelChanged(); - this.OnPropertyChanged("customizationlevel"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _customizationlevel; - partial void OncustomizationlevelChanging(global::System.Nullable value); - partial void OncustomizationlevelChanged(); - /// - /// There are no comments for Property sdkmessageid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sdkmessageid - { - get - { - return this._sdkmessageid; - } - set - { - this.OnsdkmessageidChanging(value); - this._sdkmessageid = value; - this.OnsdkmessageidChanged(); - this.OnPropertyChanged("sdkmessageid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sdkmessageid; - partial void OnsdkmessageidChanging(global::System.Nullable value); - partial void OnsdkmessageidChanged(); - /// /// There are no comments for Property sdkmessageidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -612325,71 +612354,71 @@ public virtual string name partial void OnsdkmessageiduniqueChanging(global::System.Nullable value); partial void OnsdkmessageiduniqueChanged(); /// - /// There are no comments for Property throttlesettings in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string throttlesettings + public virtual global::System.Nullable ismanaged { get { - return this._throttlesettings; + return this._ismanaged; } set { - this.OnthrottlesettingsChanging(value); - this._throttlesettings = value; - this.OnthrottlesettingsChanged(); - this.OnPropertyChanged("throttlesettings"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _throttlesettings; - partial void OnthrottlesettingsChanging(string value); - partial void OnthrottlesettingsChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property customizationlevel 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 customizationlevel { get { - return this.__createdonbehalfby_value; + return this._customizationlevel; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OncustomizationlevelChanging(value); + this._customizationlevel = value; + this.OncustomizationlevelChanged(); + this.OnPropertyChanged("customizationlevel"); } } [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 _customizationlevel; + partial void OncustomizationlevelChanging(global::System.Nullable value); + partial void OncustomizationlevelChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property sdkmessageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable sdkmessageid { get { - return this._solutionid; + return this._sdkmessageid; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnsdkmessageidChanging(value); + this._sdkmessageid = value; + this.OnsdkmessageidChanged(); + this.OnPropertyChanged("sdkmessageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _sdkmessageid; + partial void OnsdkmessageidChanging(global::System.Nullable value); + partial void OnsdkmessageidChanged(); /// /// There are no comments for Property componentstate in the schema. /// @@ -612413,49 +612442,71 @@ public virtual string throttlesettings partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property isvalidforexecuteasync in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable isvalidforexecuteasync { get { - return this._versionnumber; + return this._isvalidforexecuteasync; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnisvalidforexecuteasyncChanging(value); + this._isvalidforexecuteasync = value; + this.OnisvalidforexecuteasyncChanged(); + this.OnPropertyChanged("isvalidforexecuteasync"); } } [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::System.Nullable _isvalidforexecuteasync; + partial void OnisvalidforexecuteasyncChanging(global::System.Nullable value); + partial void OnisvalidforexecuteasyncChanged(); /// - /// There are no comments for Property isreadonly 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 isreadonly + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._isreadonly; + return this.__createdonbehalfby_value; } set { - this.OnisreadonlyChanging(value); - this._isreadonly = value; - this.OnisreadonlyChanged(); - this.OnPropertyChanged("isreadonly"); + 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 _isreadonly; - partial void OnisreadonlyChanging(global::System.Nullable value); - partial void OnisreadonlyChanged(); + 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 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 createdby in the schema. /// @@ -612891,6 +612942,28 @@ public static semiannualfiscalcalendar Createsemiannualfiscalcalendar(global::Mi return semiannualfiscalcalendar; } /// + /// There are no comments for Property fiscalperiodtype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable fiscalperiodtype + { + get + { + return this._fiscalperiodtype; + } + set + { + this.OnfiscalperiodtypeChanging(value); + this._fiscalperiodtype = value; + this.OnfiscalperiodtypeChanged(); + this.OnPropertyChanged("fiscalperiodtype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _fiscalperiodtype; + partial void OnfiscalperiodtypeChanging(global::System.Nullable value); + partial void OnfiscalperiodtypeChanged(); + /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -612957,6 +613030,28 @@ public static semiannualfiscalcalendar Createsemiannualfiscalcalendar(global::Mi partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// + /// There are no comments for Property firsthalf in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable firsthalf + { + get + { + return this._firsthalf; + } + set + { + this.OnfirsthalfChanging(value); + this._firsthalf = value; + this.OnfirsthalfChanged(); + this.OnPropertyChanged("firsthalf"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _firsthalf; + partial void OnfirsthalfChanging(global::System.Nullable value); + partial void OnfirsthalfChanged(); + /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -613023,28 +613118,6 @@ public static semiannualfiscalcalendar Createsemiannualfiscalcalendar(global::Mi partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 secondhalf in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -613111,49 +613184,49 @@ public static semiannualfiscalcalendar Createsemiannualfiscalcalendar(global::Mi partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property _businessunitid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable _businessunitid_value { get { - return this.__modifiedby_value; + return this.__businessunitid_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.On_businessunitid_valueChanging(value); + this.__businessunitid_value = value; + this.On_businessunitid_valueChanged(); + this.OnPropertyChanged("_businessunitid_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(); + private global::System.Nullable __businessunitid_value; + partial void On_businessunitid_valueChanging(global::System.Nullable value); + partial void On_businessunitid_valueChanged(); /// - /// There are no comments for Property _businessunitid_value in the schema. + /// 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 _businessunitid_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__businessunitid_value; + return this.__modifiedonbehalfby_value; } set { - this.On_businessunitid_valueChanging(value); - this.__businessunitid_value = value; - this.On_businessunitid_valueChanged(); - this.OnPropertyChanged("_businessunitid_value"); + 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 __businessunitid_value; - partial void On_businessunitid_valueChanging(global::System.Nullable value); - partial void On_businessunitid_valueChanged(); + 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 userfiscalcalendarid in the schema. /// @@ -613243,28 +613316,6 @@ public static semiannualfiscalcalendar Createsemiannualfiscalcalendar(global::Mi partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property fiscalperiodtype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable fiscalperiodtype - { - get - { - return this._fiscalperiodtype; - } - set - { - this.OnfiscalperiodtypeChanging(value); - this._fiscalperiodtype = value; - this.OnfiscalperiodtypeChanged(); - this.OnPropertyChanged("fiscalperiodtype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _fiscalperiodtype; - partial void OnfiscalperiodtypeChanging(global::System.Nullable value); - partial void OnfiscalperiodtypeChanged(); - /// /// There are no comments for Property _salespersonid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -613287,27 +613338,27 @@ public static semiannualfiscalcalendar Createsemiannualfiscalcalendar(global::Mi partial void On_salespersonid_valueChanging(global::System.Nullable value); partial void On_salespersonid_valueChanged(); /// - /// There are no comments for Property firsthalf in the schema. + /// 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 firsthalf + public virtual global::System.Nullable _modifiedby_value { get { - return this._firsthalf; + return this.__modifiedby_value; } set { - this.OnfirsthalfChanging(value); - this._firsthalf = value; - this.OnfirsthalfChanged(); - this.OnPropertyChanged("firsthalf"); + 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 _firsthalf; - partial void OnfirsthalfChanging(global::System.Nullable value); - partial void OnfirsthalfChanged(); + 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 secondhalf_base in the schema. /// @@ -616743,27 +616794,49 @@ public virtual string location partial void OnlocationChanging(string value); partial void OnlocationChanged(); /// - /// There are no comments for Property subscriptionid in the schema. + /// There are no comments for Property category in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable subscriptionid + public virtual string category { get { - return this._subscriptionid; + return this._category; } set { - this.OnsubscriptionidChanging(value); - this._subscriptionid = value; - this.OnsubscriptionidChanged(); - this.OnPropertyChanged("subscriptionid"); + this.OncategoryChanging(value); + this._category = value; + this.OncategoryChanged(); + this.OnPropertyChanged("category"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _subscriptionid; - partial void OnsubscriptionidChanging(global::System.Nullable value); - partial void OnsubscriptionidChanged(); + private string _category; + partial void OncategoryChanging(string value); + partial void OncategoryChanged(); + /// + /// There are no comments for Property _siteid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _siteid_value + { + get + { + return this.__siteid_value; + } + set + { + this.On_siteid_valueChanging(value); + this.__siteid_value = value; + this.On_siteid_valueChanged(); + this.OnPropertyChanged("_siteid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __siteid_value; + partial void On_siteid_valueChanging(global::System.Nullable value); + partial void On_siteid_valueChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -616831,49 +616904,27 @@ public virtual string subcategory partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _siteid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _siteid_value - { - get - { - return this.__siteid_value; - } - set - { - this.On_siteid_valueChanging(value); - this.__siteid_value = value; - this.On_siteid_valueChanged(); - this.OnPropertyChanged("_siteid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __siteid_value; - partial void On_siteid_valueChanging(global::System.Nullable value); - partial void On_siteid_valueChanged(); - /// - /// There are no comments for Property category in the schema. + /// There are no comments for Property subscriptionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string category + public virtual global::System.Nullable subscriptionid { get { - return this._category; + return this._subscriptionid; } set { - this.OncategoryChanging(value); - this._category = value; - this.OncategoryChanged(); - this.OnPropertyChanged("category"); + this.OnsubscriptionidChanging(value); + this._subscriptionid = value; + this.OnsubscriptionidChanged(); + this.OnPropertyChanged("subscriptionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _category; - partial void OncategoryChanging(string value); - partial void OncategoryChanged(); + private global::System.Nullable _subscriptionid; + partial void OnsubscriptionidChanging(global::System.Nullable value); + partial void OnsubscriptionidChanged(); /// /// There are no comments for Property regardingobjectid_msdyn_postalbum_serviceappointment in the schema. /// @@ -618244,28 +618295,6 @@ public servicecontractcontactsSingle(global::Microsoft.OData.Client.DataServiceQ [global::Microsoft.OData.Client.EntitySet("servicecontractcontactscollection")] public partial class servicecontractcontacts : crmbaseentity { - /// - /// 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 servicelevel in the schema. /// @@ -618289,27 +618318,27 @@ public partial class servicecontractcontacts : crmbaseentity partial void OnservicelevelChanging(global::System.Nullable value); partial void OnservicelevelChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._timezoneruleversionnumber; + return this._utcconversiontimezonecode; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property name in the schema. /// @@ -618377,6 +618406,28 @@ public virtual string name partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -618753,28 +618804,6 @@ public static serviceendpoint Createserviceendpoint(global::Microsoft.Dynamics.C return serviceendpoint; } /// - /// There are no comments for Property serviceendpointid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable serviceendpointid - { - get - { - return this._serviceendpointid; - } - set - { - this.OnserviceendpointidChanging(value); - this._serviceendpointid = value; - this.OnserviceendpointidChanged(); - this.OnPropertyChanged("serviceendpointid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _serviceendpointid; - partial void OnserviceendpointidChanging(global::System.Nullable value); - partial void OnserviceendpointidChanged(); - /// /// There are no comments for Property sastoken in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -618797,28 +618826,6 @@ public virtual string sastoken partial void OnsastokenChanging(string value); partial void OnsastokenChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -618885,27 +618892,27 @@ public virtual string url partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable componentstate { get { - return this._modifiedon; + return this._componentstate; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property authvalue in the schema. /// @@ -618951,49 +618958,49 @@ public virtual string authvalue partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// There are no comments for Property userclaim in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable userclaim { get { - return this._iscustomizable; + return this._userclaim; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + this.OnuserclaimChanging(value); + this._userclaim = value; + this.OnuserclaimChanged(); + this.OnPropertyChanged("userclaim"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + private global::System.Nullable _userclaim; + partial void OnuserclaimChanging(global::System.Nullable value); + partial void OnuserclaimChanged(); /// - /// There are no comments for Property userclaim in the schema. + /// There are no comments for Property path in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable userclaim + public virtual string path { get { - return this._userclaim; + return this._path; } set { - this.OnuserclaimChanging(value); - this._userclaim = value; - this.OnuserclaimChanged(); - this.OnPropertyChanged("userclaim"); + this.OnpathChanging(value); + this._path = value; + this.OnpathChanged(); + this.OnPropertyChanged("path"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _userclaim; - partial void OnuserclaimChanging(global::System.Nullable value); - partial void OnuserclaimChanged(); + private string _path; + partial void OnpathChanging(string value); + partial void OnpathChanged(); /// /// There are no comments for Property name in the schema. /// @@ -619017,6 +619024,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// There are no comments for Property serviceendpointid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable serviceendpointid + { + get + { + return this._serviceendpointid; + } + set + { + this.OnserviceendpointidChanging(value); + this._serviceendpointid = value; + this.OnserviceendpointidChanged(); + this.OnPropertyChanged("serviceendpointid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _serviceendpointid; + partial void OnserviceendpointidChanging(global::System.Nullable value); + partial void OnserviceendpointidChanged(); + /// /// There are no comments for Property issaskeyset in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -619105,27 +619134,27 @@ public virtual string name partial void OnissastokensetChanging(global::System.Nullable value); partial void OnissastokensetChanged(); /// - /// There are no comments for Property messageformat in the schema. + /// There are no comments for Property solutionnamespace in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable messageformat + public virtual string solutionnamespace { get { - return this._messageformat; + return this._solutionnamespace; } set { - this.OnmessageformatChanging(value); - this._messageformat = value; - this.OnmessageformatChanged(); - this.OnPropertyChanged("messageformat"); + this.OnsolutionnamespaceChanging(value); + this._solutionnamespace = value; + this.OnsolutionnamespaceChanged(); + this.OnPropertyChanged("solutionnamespace"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _messageformat; - partial void OnmessageformatChanging(global::System.Nullable value); - partial void OnmessageformatChanged(); + private string _solutionnamespace; + partial void OnsolutionnamespaceChanging(string value); + partial void OnsolutionnamespaceChanged(); /// /// There are no comments for Property saskey in the schema. /// @@ -619193,6 +619222,50 @@ public virtual string saskey partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property isauthvalueset in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isauthvalueset + { + get + { + return this._isauthvalueset; + } + set + { + this.OnisauthvaluesetChanging(value); + this._isauthvalueset = value; + this.OnisauthvaluesetChanged(); + this.OnPropertyChanged("isauthvalueset"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isauthvalueset; + partial void OnisauthvaluesetChanging(global::System.Nullable value); + partial void OnisauthvaluesetChanged(); + /// + /// There are no comments for Property iscustomizable in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + { + get + { + return this._iscustomizable; + } + set + { + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); + /// /// There are no comments for Property introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -619303,49 +619376,49 @@ public virtual string namespaceaddress partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// 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 componentstate + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._componentstate; + return this.__modifiedonbehalfby_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + 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 _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable modifiedon { get { - return this.__modifiedonbehalfby_value; + return this._modifiedon; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property contract in the schema. /// @@ -619391,93 +619464,71 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// - /// There are no comments for Property isauthvalueset in the schema. + /// There are no comments for Property messageformat in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isauthvalueset + public virtual global::System.Nullable messageformat { get { - return this._isauthvalueset; + return this._messageformat; } set { - this.OnisauthvaluesetChanging(value); - this._isauthvalueset = value; - this.OnisauthvaluesetChanged(); - this.OnPropertyChanged("isauthvalueset"); + this.OnmessageformatChanging(value); + this._messageformat = value; + this.OnmessageformatChanged(); + this.OnPropertyChanged("messageformat"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isauthvalueset; - partial void OnisauthvaluesetChanging(global::System.Nullable value); - partial void OnisauthvaluesetChanged(); + private global::System.Nullable _messageformat; + partial void OnmessageformatChanging(global::System.Nullable value); + partial void OnmessageformatChanged(); /// - /// There are no comments for Property path in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string path + public virtual global::System.Nullable _organizationid_value { get { - return this._path; + return this.__organizationid_value; } set { - this.OnpathChanging(value); - this._path = value; - this.OnpathChanged(); - this.OnPropertyChanged("path"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _path; - partial void OnpathChanging(string value); - partial void OnpathChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property solutionnamespace in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string solutionnamespace + public virtual global::System.Nullable overwritetime { get { - return this._solutionnamespace; + return this._overwritetime; } set { - this.OnsolutionnamespaceChanging(value); - this._solutionnamespace = value; - this.OnsolutionnamespaceChanged(); - this.OnPropertyChanged("solutionnamespace"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _solutionnamespace; - partial void OnsolutionnamespaceChanging(string value); - partial void OnsolutionnamespaceChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property saskeyname in the schema. /// @@ -619708,49 +619759,49 @@ public partial class serviceplanappmodules : crmbaseentity partial void OncomponentiduniqueChanging(global::System.Nullable value); partial void OncomponentiduniqueChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property appmoduleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable appmoduleid { get { - return this._solutionid; + return this._appmoduleid; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnappmoduleidChanging(value); + this._appmoduleid = value; + this.OnappmoduleidChanged(); + this.OnPropertyChanged("appmoduleid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _appmoduleid; + partial void OnappmoduleidChanging(global::System.Nullable value); + partial void OnappmoduleidChanged(); /// - /// There are no comments for Property appmoduleid in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable appmoduleid + public virtual global::System.Nullable solutionid { get { - return this._appmoduleid; + return this._solutionid; } set { - this.OnappmoduleidChanging(value); - this._appmoduleid = value; - this.OnappmoduleidChanged(); - this.OnPropertyChanged("appmoduleid"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _appmoduleid; - partial void OnappmoduleidChanging(global::System.Nullable value); - partial void OnappmoduleidChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property iscustomizable in the schema. /// @@ -620269,27 +620320,27 @@ public static serviceplan Createserviceplan(global::Microsoft.Dynamics.CRM.syste partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string name { get { - return this._createdon; + return this._name; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property iscustomizable in the schema. /// @@ -620335,27 +620386,49 @@ public static serviceplan Createserviceplan(global::Microsoft.Dynamics.CRM.syste partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property accessmode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable accessmode { get { - return this._overwritetime; + return this._accessmode; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OnaccessmodeChanging(value); + this._accessmode = value; + this.OnaccessmodeChanged(); + this.OnPropertyChanged("accessmode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable _accessmode; + partial void OnaccessmodeChanging(global::System.Nullable value); + partial void OnaccessmodeChanged(); + /// + /// 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 utcconversiontimezonecode in the schema. /// @@ -620423,27 +620496,27 @@ public static serviceplan Createserviceplan(global::Microsoft.Dynamics.CRM.syste partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable _modifiedby_value { get { - return this._name; + return this.__modifiedby_value; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + 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 string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + 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 ismanaged in the schema. /// @@ -620467,50 +620540,6 @@ public virtual string name partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property accessmode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable accessmode - { - get - { - return this._accessmode; - } - set - { - this.OnaccessmodeChanging(value); - this._accessmode = value; - this.OnaccessmodeChanged(); - this.OnPropertyChanged("accessmode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _accessmode; - partial void OnaccessmodeChanging(global::System.Nullable value); - partial void OnaccessmodeChanged(); - /// - /// There are no comments for Property displayname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string displayname - { - get - { - return this._displayname; - } - set - { - this.OndisplaynameChanging(value); - this._displayname = value; - this.OndisplaynameChanged(); - this.OnPropertyChanged("displayname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _displayname; - partial void OndisplaynameChanging(string value); - partial void OndisplaynameChanged(); - /// /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -620533,27 +620562,27 @@ public virtual string displayname partial void OncomponentstateChanging(global::System.Nullable value); partial void OncomponentstateChanged(); /// - /// There are no comments for Property componentidunique in the schema. + /// 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 componentidunique + public virtual global::System.Nullable importsequencenumber { get { - return this._componentidunique; + return this._importsequencenumber; } set { - this.OncomponentiduniqueChanging(value); - this._componentidunique = value; - this.OncomponentiduniqueChanged(); - this.OnPropertyChanged("componentidunique"); + 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 _componentidunique; - partial void OncomponentiduniqueChanging(global::System.Nullable value); - partial void OncomponentiduniqueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property solutionid in the schema. /// @@ -620577,93 +620606,93 @@ public virtual string displayname partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property importsequencenumber 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 importsequencenumber + public virtual global::System.Nullable createdon { get { - return this._importsequencenumber; + return this._createdon; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property serviceplanid in the schema. + /// There are no comments for Property componentidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable serviceplanid + public virtual global::System.Nullable componentidunique { get { - return this._serviceplanid; + return this._componentidunique; } set { - this.OnserviceplanidChanging(value); - this._serviceplanid = value; - this.OnserviceplanidChanged(); - this.OnPropertyChanged("serviceplanid"); + this.OncomponentiduniqueChanging(value); + this._componentidunique = value; + this.OncomponentiduniqueChanged(); + this.OnPropertyChanged("componentidunique"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _serviceplanid; - partial void OnserviceplanidChanging(global::System.Nullable value); - partial void OnserviceplanidChanged(); + private global::System.Nullable _componentidunique; + partial void OncomponentiduniqueChanging(global::System.Nullable value); + partial void OncomponentiduniqueChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property displayname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string displayname { get { - return this.__modifiedby_value; + return this._displayname; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OndisplaynameChanging(value); + this._displayname = value; + this.OndisplaynameChanged(); + this.OnPropertyChanged("displayname"); } } [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(); + private string _displayname; + partial void OndisplaynameChanging(string value); + partial void OndisplaynameChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable overwritetime { get { - return this._timezoneruleversionnumber; + return this._overwritetime; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [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::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -620709,6 +620738,28 @@ public virtual string displayname partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// There are no comments for Property serviceplanid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable serviceplanid + { + get + { + return this._serviceplanid; + } + set + { + this.OnserviceplanidChanging(value); + this._serviceplanid = value; + this.OnserviceplanidChanged(); + this.OnPropertyChanged("serviceplanid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _serviceplanid; + partial void OnserviceplanidChanging(global::System.Nullable value); + partial void OnserviceplanidChanged(); + /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -621900,6 +621951,50 @@ public virtual string name partial void OnanchoroffsetChanging(global::System.Nullable value); partial void OnanchoroffsetChanged(); /// + /// 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 serviceid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable serviceid + { + get + { + return this._serviceid; + } + set + { + this.OnserviceidChanging(value); + this._serviceid = value; + this.OnserviceidChanged(); + this.OnPropertyChanged("serviceid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _serviceid; + partial void OnserviceidChanging(global::System.Nullable value); + partial void OnserviceidChanged(); + /// /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -621944,28 +622039,6 @@ public virtual string description partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property showresources in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable showresources - { - get - { - return this._showresources; - } - set - { - this.OnshowresourcesChanging(value); - this._showresources = value; - this.OnshowresourcesChanged(); - this.OnPropertyChanged("showresources"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _showresources; - partial void OnshowresourcesChanging(global::System.Nullable value); - partial void OnshowresourcesChanged(); - /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -621988,49 +622061,49 @@ public virtual string description partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property showresources 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 showresources { get { - return this._createdon; + return this._showresources; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnshowresourcesChanging(value); + this._showresources = value; + this.OnshowresourcesChanged(); + this.OnPropertyChanged("showresources"); } } [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 _showresources; + partial void OnshowresourcesChanging(global::System.Nullable value); + partial void OnshowresourcesChanged(); /// - /// There are no comments for Property calendarid in the schema. + /// 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 calendarid + public virtual global::System.Nullable overriddencreatedon { get { - return this._calendarid; + return this._overriddencreatedon; } set { - this.OncalendaridChanging(value); - this._calendarid = value; - this.OncalendaridChanged(); - this.OnPropertyChanged("calendarid"); + 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 _calendarid; - partial void OncalendaridChanging(global::System.Nullable value); - partial void OncalendaridChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -622076,72 +622149,6 @@ public virtual string granularity partial void OngranularityChanging(string value); partial void OngranularityChanged(); /// - /// 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 serviceid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable serviceid - { - get - { - return this._serviceid; - } - set - { - this.OnserviceidChanging(value); - this._serviceid = value; - this.OnserviceidChanged(); - this.OnPropertyChanged("serviceid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _serviceid; - partial void OnserviceidChanging(global::System.Nullable value); - partial void OnserviceidChanged(); - /// - /// There are no comments for Property isschedulable in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isschedulable - { - get - { - return this._isschedulable; - } - set - { - this.OnisschedulableChanging(value); - this._isschedulable = value; - this.OnisschedulableChanged(); - this.OnPropertyChanged("isschedulable"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isschedulable; - partial void OnisschedulableChanging(global::System.Nullable value); - partial void OnisschedulableChanged(); - /// /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -622208,6 +622215,28 @@ public virtual string granularity partial void OnisvisibleChanging(global::System.Nullable value); partial void OnisvisibleChanged(); /// + /// 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#")] @@ -622296,6 +622325,28 @@ public virtual string granularity partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property isschedulable in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isschedulable + { + get + { + return this._isschedulable; + } + set + { + this.OnisschedulableChanging(value); + this._isschedulable = value; + this.OnisschedulableChanged(); + this.OnPropertyChanged("isschedulable"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isschedulable; + partial void OnisschedulableChanging(global::System.Nullable value); + partial void OnisschedulableChanged(); + /// /// There are no comments for Property _strategyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -622318,27 +622369,27 @@ public virtual string granularity partial void On_strategyid_valueChanging(global::System.Nullable value); partial void On_strategyid_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property calendarid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable calendarid { get { - return this.__modifiedonbehalfby_value; + return this._calendarid; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OncalendaridChanging(value); + this._calendarid = value; + this.OncalendaridChanged(); + this.OnPropertyChanged("calendarid"); } } [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::System.Nullable _calendarid; + partial void OncalendaridChanging(global::System.Nullable value); + partial void OncalendaridChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -623968,28 +624019,6 @@ public virtual string description partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_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#")] @@ -624078,6 +624107,50 @@ public virtual string description partial void OnuseridChanging(global::System.Nullable value); partial void OnuseridChanged(); /// + /// There are no comments for Property relativeurl in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string relativeurl + { + get + { + return this._relativeurl; + } + set + { + this.OnrelativeurlChanging(value); + this._relativeurl = value; + this.OnrelativeurlChanged(); + this.OnPropertyChanged("relativeurl"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _relativeurl; + partial void OnrelativeurlChanging(string value); + partial void OnrelativeurlChanged(); + /// + /// 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 _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -624298,27 +624371,49 @@ public virtual string name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// 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 _transactioncurrencyid_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__transactioncurrencyid_value; + return this._timezoneruleversionnumber; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + 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 __transactioncurrencyid_value; - partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); - partial void On_transactioncurrencyid_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); + /// + /// 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 statecode in the schema. /// @@ -624430,28 +624525,6 @@ public virtual string name partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property relativeurl in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string relativeurl - { - get - { - return this._relativeurl; - } - set - { - this.OnrelativeurlChanging(value); - this._relativeurl = value; - this.OnrelativeurlChanged(); - this.OnPropertyChanged("relativeurl"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _relativeurl; - partial void OnrelativeurlChanging(string value); - partial void OnrelativeurlChanged(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -624518,28 +624591,6 @@ public virtual string relativeurl partial void OnsharepointdocumentlocationidChanging(global::System.Nullable value); partial void OnsharepointdocumentlocationidChanged(); /// - /// There are no comments for Property servicetype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable servicetype - { - get - { - return this._servicetype; - } - set - { - this.OnservicetypeChanging(value); - this._servicetype = value; - this.OnservicetypeChanged(); - this.OnPropertyChanged("servicetype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _servicetype; - partial void OnservicetypeChanging(global::System.Nullable value); - partial void OnservicetypeChanged(); - /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -624562,27 +624613,27 @@ public virtual string relativeurl partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property servicetype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable servicetype { get { - return this._utcconversiontimezonecode; + return this._servicetype; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OnservicetypeChanging(value); + this._servicetype = value; + this.OnservicetypeChanged(); + this.OnPropertyChanged("servicetype"); } } [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::System.Nullable _servicetype; + partial void OnservicetypeChanging(global::System.Nullable value); + partial void OnservicetypeChanged(); /// /// There are no comments for Property regardingobjectid_knowledgearticle in the schema. /// @@ -625833,6 +625884,28 @@ public static sharepointsite Createsharepointsite(global::Microsoft.Dynamics.CRM partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// There are no comments for Property absoluteurl in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string absoluteurl + { + get + { + return this._absoluteurl; + } + set + { + this.OnabsoluteurlChanging(value); + this._absoluteurl = value; + this.OnabsoluteurlChanged(); + this.OnPropertyChanged("absoluteurl"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _absoluteurl; + partial void OnabsoluteurlChanging(string value); + partial void OnabsoluteurlChanged(); + /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -625965,49 +626038,27 @@ public virtual string name partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property absoluteurl in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string absoluteurl - { - get - { - return this._absoluteurl; - } - set - { - this.OnabsoluteurlChanging(value); - this._absoluteurl = value; - this.OnabsoluteurlChanged(); - this.OnPropertyChanged("absoluteurl"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _absoluteurl; - partial void OnabsoluteurlChanging(string value); - partial void OnabsoluteurlChanged(); - /// - /// There are no comments for Property validationstatuserrorcode in the schema. + /// There are no comments for Property isgridpresent in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable validationstatuserrorcode + public virtual global::System.Nullable isgridpresent { get { - return this._validationstatuserrorcode; + return this._isgridpresent; } set { - this.OnvalidationstatuserrorcodeChanging(value); - this._validationstatuserrorcode = value; - this.OnvalidationstatuserrorcodeChanged(); - this.OnPropertyChanged("validationstatuserrorcode"); + this.OnisgridpresentChanging(value); + this._isgridpresent = value; + this.OnisgridpresentChanged(); + this.OnPropertyChanged("isgridpresent"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _validationstatuserrorcode; - partial void OnvalidationstatuserrorcodeChanging(global::System.Nullable value); - partial void OnvalidationstatuserrorcodeChanged(); + private global::System.Nullable _isgridpresent; + partial void OnisgridpresentChanging(global::System.Nullable value); + partial void OnisgridpresentChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -626075,6 +626126,28 @@ public virtual string absoluteurl partial void OnservicetypeChanging(global::System.Nullable value); partial void OnservicetypeChanged(); /// + /// There are no comments for Property validationstatuserrorcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable validationstatuserrorcode + { + get + { + return this._validationstatuserrorcode; + } + set + { + this.OnvalidationstatuserrorcodeChanging(value); + this._validationstatuserrorcode = value; + this.OnvalidationstatuserrorcodeChanged(); + this.OnPropertyChanged("validationstatuserrorcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _validationstatuserrorcode; + partial void OnvalidationstatuserrorcodeChanging(global::System.Nullable value); + partial void OnvalidationstatuserrorcodeChanged(); + /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -626163,6 +626236,28 @@ public virtual string absoluteurl partial void OnsitecollectionidChanging(global::System.Nullable value); partial void OnsitecollectionidChanged(); /// + /// 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 relativeurl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -626229,28 +626324,6 @@ public virtual string relativeurl 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 description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -626405,28 +626478,6 @@ public virtual string description partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property isgridpresent in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isgridpresent - { - get - { - return this._isgridpresent; - } - set - { - this.OnisgridpresentChanging(value); - this._isgridpresent = value; - this.OnisgridpresentChanged(); - this.OnPropertyChanged("isgridpresent"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isgridpresent; - partial void OnisgridpresentChanging(global::System.Nullable value); - partial void OnisgridpresentChanged(); - /// /// There are no comments for Property sharepointsiteid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -627104,27 +627155,49 @@ public static similarityrule Createsimilarityrule(global::Microsoft.Dynamics.CRM return similarityrule; } /// - /// There are no comments for Property similarityruleid in the schema. + /// 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 similarityruleid + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._similarityruleid; + return this._utcconversiontimezonecode; } set { - this.OnsimilarityruleidChanging(value); - this._similarityruleid = value; - this.OnsimilarityruleidChanged(); - this.OnPropertyChanged("similarityruleid"); + 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 _similarityruleid; - partial void OnsimilarityruleidChanging(global::System.Nullable value); - partial void OnsimilarityruleidChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); + /// + /// 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 similarityruleidunique in the schema. /// @@ -627192,6 +627265,28 @@ public static similarityrule Createsimilarityrule(global::Microsoft.Dynamics.CRM partial void OnbaseentitytypecodeChanging(global::System.Nullable value); partial void OnbaseentitytypecodeChanged(); /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -627258,27 +627353,27 @@ public static similarityrule Createsimilarityrule(global::Microsoft.Dynamics.CRM partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual string description { get { - return this.__transactioncurrencyid_value; + return this._description; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [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 string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// /// There are no comments for Property excludeinactiverecords in the schema. /// @@ -627324,49 +627419,49 @@ public virtual string ruleconditionxml partial void OnruleconditionxmlChanging(string value); partial void OnruleconditionxmlChanged(); /// - /// There are no comments for Property maxkeywords in the schema. + /// There are no comments for Property activerulefetchxml in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable maxkeywords + public virtual string activerulefetchxml { get { - return this._maxkeywords; + return this._activerulefetchxml; } set { - this.OnmaxkeywordsChanging(value); - this._maxkeywords = value; - this.OnmaxkeywordsChanged(); - this.OnPropertyChanged("maxkeywords"); + this.OnactiverulefetchxmlChanging(value); + this._activerulefetchxml = value; + this.OnactiverulefetchxmlChanged(); + this.OnPropertyChanged("activerulefetchxml"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _maxkeywords; - partial void OnmaxkeywordsChanging(global::System.Nullable value); - partial void OnmaxkeywordsChanged(); + private string _activerulefetchxml; + partial void OnactiverulefetchxmlChanging(string value); + partial void OnactiverulefetchxmlChanged(); /// - /// There are no comments for Property utcconversiontimezonecode 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 utcconversiontimezonecode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._utcconversiontimezonecode; + return this.__createdonbehalfby_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 overwritetime in the schema. /// @@ -627390,71 +627485,27 @@ public virtual string ruleconditionxml partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// - /// 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 componentstate in the schema. + /// There are no comments for Property similarityruleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable similarityruleid { get { - return this._componentstate; + return this._similarityruleid; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnsimilarityruleidChanging(value); + this._similarityruleid = value; + this.OnsimilarityruleidChanged(); + this.OnPropertyChanged("similarityruleid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _similarityruleid; + partial void OnsimilarityruleidChanging(global::System.Nullable value); + partial void OnsimilarityruleidChanged(); /// /// There are no comments for Property baseentityname in the schema. /// @@ -627566,27 +627617,71 @@ public virtual string fetchxmllist partial void OnfetchxmllistChanging(string value); partial void OnfetchxmllistChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._statuscode; + return this.__transactioncurrencyid_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 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 name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -627610,27 +627705,27 @@ public virtual string fetchxmllist partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property maxkeywords in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual global::System.Nullable maxkeywords { get { - return this._description; + return this._maxkeywords; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.OnmaxkeywordsChanging(value); + this._maxkeywords = value; + this.OnmaxkeywordsChanged(); + this.OnPropertyChanged("maxkeywords"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private global::System.Nullable _maxkeywords; + partial void OnmaxkeywordsChanging(global::System.Nullable value); + partial void OnmaxkeywordsChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -627676,28 +627771,6 @@ public virtual string description partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// 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 ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -627720,28 +627793,6 @@ public virtual string description partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property activerulefetchxml in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string activerulefetchxml - { - get - { - return this._activerulefetchxml; - } - set - { - this.OnactiverulefetchxmlChanging(value); - this._activerulefetchxml = value; - this.OnactiverulefetchxmlChanged(); - this.OnPropertyChanged("activerulefetchxml"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _activerulefetchxml; - partial void OnactiverulefetchxmlChanging(string value); - partial void OnactiverulefetchxmlChanged(); - /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -627764,27 +627815,27 @@ public virtual string activerulefetchxml partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable modifiedon { get { - return this._overriddencreatedon; + return this._modifiedon; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property matchingentityname in the schema. /// @@ -628123,28 +628174,6 @@ public static sitemap Createsitemap(global::Microsoft.Dynamics.CRM.systemuser si return sitemap; } /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -628167,71 +628196,71 @@ public static sitemap Createsitemap(global::Microsoft.Dynamics.CRM.systemuser si partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property sitemapxml in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sitemapxml + public virtual global::System.Nullable overwritetime { get { - return this._sitemapxml; + return this._overwritetime; } set { - this.OnsitemapxmlChanging(value); - this._sitemapxml = value; - this.OnsitemapxmlChanged(); - this.OnPropertyChanged("sitemapxml"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _sitemapxml; - partial void OnsitemapxmlChanging(string value); - partial void OnsitemapxmlChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property sitemapnameunique in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sitemapnameunique + public virtual global::System.Nullable versionnumber { get { - return this._sitemapnameunique; + return this._versionnumber; } set { - this.OnsitemapnameuniqueChanging(value); - this._sitemapnameunique = value; - this.OnsitemapnameuniqueChanged(); - this.OnPropertyChanged("sitemapnameunique"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _sitemapnameunique; - partial void OnsitemapnameuniqueChanging(string value); - partial void OnsitemapnameuniqueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property sitemapnameunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual string sitemapnameunique { get { - return this.__createdby_value; + return this._sitemapnameunique; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnsitemapnameuniqueChanging(value); + this._sitemapnameunique = value; + this.OnsitemapnameuniqueChanged(); + this.OnPropertyChanged("sitemapnameunique"); } } [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 string _sitemapnameunique; + partial void OnsitemapnameuniqueChanging(string value); + partial void OnsitemapnameuniqueChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -628277,71 +628306,137 @@ public virtual string sitemapnameunique partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable _organizationid_value { get { - return this._versionnumber; + return this.__organizationid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property sitemapidunique 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 sitemapidunique { get { - return this.__createdonbehalfby_value; + return this._sitemapidunique; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnsitemapiduniqueChanging(value); + this._sitemapidunique = value; + this.OnsitemapiduniqueChanged(); + this.OnPropertyChanged("sitemapidunique"); } } [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 _sitemapidunique; + partial void OnsitemapiduniqueChanging(global::System.Nullable value); + partial void OnsitemapiduniqueChanged(); /// - /// There are no comments for Property sitemapidunique in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sitemapidunique + public virtual global::System.Nullable componentstate { get { - return this._sitemapidunique; + return this._componentstate; } set { - this.OnsitemapiduniqueChanging(value); - this._sitemapidunique = value; - this.OnsitemapiduniqueChanged(); - this.OnPropertyChanged("sitemapidunique"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sitemapidunique; - partial void OnsitemapiduniqueChanging(global::System.Nullable value); - partial void OnsitemapiduniqueChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// + /// 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 sitemapname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string sitemapname + { + get + { + return this._sitemapname; + } + set + { + this.OnsitemapnameChanging(value); + this._sitemapname = value; + this.OnsitemapnameChanged(); + this.OnPropertyChanged("sitemapname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _sitemapname; + partial void OnsitemapnameChanging(string value); + partial void OnsitemapnameChanged(); + /// + /// 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 _modifiedby_value in the schema. /// @@ -628365,27 +628460,71 @@ public virtual string sitemapnameunique partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable solutionid { get { - return this._componentstate; + return this._solutionid; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); + /// + /// There are no comments for Property sitemapid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable sitemapid + { + get + { + return this._sitemapid; + } + set + { + this.OnsitemapidChanging(value); + this._sitemapid = value; + this.OnsitemapidChanged(); + this.OnPropertyChanged("sitemapid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _sitemapid; + partial void OnsitemapidChanging(global::System.Nullable value); + partial void OnsitemapidChanged(); + /// + /// There are no comments for Property sitemapxml in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string sitemapxml + { + get + { + return this._sitemapxml; + } + set + { + this.OnsitemapxmlChanging(value); + this._sitemapxml = value; + this.OnsitemapxmlChanged(); + this.OnPropertyChanged("sitemapxml"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _sitemapxml; + partial void OnsitemapxmlChanging(string value); + partial void OnsitemapxmlChanged(); /// /// There are no comments for Property isappaware in the schema. /// @@ -628409,94 +628548,6 @@ public virtual string sitemapnameunique partial void OnisappawareChanging(global::System.Nullable value); partial void OnisappawareChanged(); /// - /// There are no comments for Property sitemapname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string sitemapname - { - get - { - return this._sitemapname; - } - set - { - this.OnsitemapnameChanging(value); - this._sitemapname = value; - this.OnsitemapnameChanged(); - this.OnPropertyChanged("sitemapname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _sitemapname; - partial void OnsitemapnameChanging(string value); - partial void OnsitemapnameChanged(); - /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// - /// There are no comments for Property solutionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid - { - get - { - return this._solutionid; - } - set - { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); - /// - /// There are no comments for Property sitemapid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable sitemapid - { - get - { - return this._sitemapid; - } - set - { - this.OnsitemapidChanging(value); - this._sitemapid = value; - this.OnsitemapidChanged(); - this.OnPropertyChanged("sitemapid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _sitemapid; - partial void OnsitemapidChanging(global::System.Nullable value); - partial void OnsitemapidChanged(); - /// /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -629306,28 +629357,6 @@ public static site Createsite(global::Microsoft.Dynamics.CRM.systemuser createdb return site; } /// - /// 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 address2_latitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -629394,6 +629423,28 @@ public virtual string address1_fax partial void Onaddress1_faxChanging(string value); partial void Onaddress1_faxChanged(); /// + /// There are no comments for Property address1_country in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_country + { + get + { + return this._address1_country; + } + set + { + this.Onaddress1_countryChanging(value); + this._address1_country = value; + this.Onaddress1_countryChanged(); + this.OnPropertyChanged("address1_country"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_country; + partial void Onaddress1_countryChanging(string value); + partial void Onaddress1_countryChanged(); + /// /// There are no comments for Property address2_addresstypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -629460,49 +629511,27 @@ public virtual string address1_postofficebox partial void Onaddress1_postofficeboxChanging(string value); partial void Onaddress1_postofficeboxChanged(); /// - /// There are no comments for Property address2_line1 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_line1 - { - get - { - return this._address2_line1; - } - set - { - this.Onaddress2_line1Changing(value); - this._address2_line1 = value; - this.Onaddress2_line1Changed(); - this.OnPropertyChanged("address2_line1"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_line1; - partial void Onaddress2_line1Changing(string value); - partial void Onaddress2_line1Changed(); - /// - /// There are no comments for Property address2_name in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_name + public virtual global::System.Nullable overriddencreatedon { get { - return this._address2_name; + return this._overriddencreatedon; } set { - this.Onaddress2_nameChanging(value); - this._address2_name = value; - this.Onaddress2_nameChanged(); - this.OnPropertyChanged("address2_name"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_name; - partial void Onaddress2_nameChanging(string value); - partial void Onaddress2_nameChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property address2_stateorprovince in the schema. /// @@ -629548,28 +629577,6 @@ public virtual string address1_telephone3 partial void Onaddress1_telephone3Changing(string value); partial void Onaddress1_telephone3Changed(); /// - /// There are no comments for Property emailaddress in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string emailaddress - { - get - { - return this._emailaddress; - } - set - { - this.OnemailaddressChanging(value); - this._emailaddress = value; - this.OnemailaddressChanged(); - this.OnPropertyChanged("emailaddress"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _emailaddress; - partial void OnemailaddressChanging(string value); - partial void OnemailaddressChanged(); - /// /// There are no comments for Property address1_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -629614,27 +629621,27 @@ public virtual string address1_postalcode partial void Onaddress1_utcoffsetChanging(global::System.Nullable value); partial void Onaddress1_utcoffsetChanged(); /// - /// There are no comments for Property address2_postofficebox in the schema. + /// There are no comments for Property address1_addresstypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_postofficebox + public virtual global::System.Nullable address1_addresstypecode { get { - return this._address2_postofficebox; + return this._address1_addresstypecode; } set { - this.Onaddress2_postofficeboxChanging(value); - this._address2_postofficebox = value; - this.Onaddress2_postofficeboxChanged(); - this.OnPropertyChanged("address2_postofficebox"); + this.Onaddress1_addresstypecodeChanging(value); + this._address1_addresstypecode = value; + this.Onaddress1_addresstypecodeChanged(); + this.OnPropertyChanged("address1_addresstypecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_postofficebox; - partial void Onaddress2_postofficeboxChanging(string value); - partial void Onaddress2_postofficeboxChanged(); + private global::System.Nullable _address1_addresstypecode; + partial void Onaddress1_addresstypecodeChanging(global::System.Nullable value); + partial void Onaddress1_addresstypecodeChanged(); /// /// There are no comments for Property address1_city in the schema. /// @@ -629658,27 +629665,27 @@ public virtual string address1_city partial void Onaddress1_cityChanging(string value); partial void Onaddress1_cityChanged(); /// - /// There are no comments for Property address2_country in the schema. + /// There are no comments for Property address1_telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_country + public virtual string address1_telephone1 { get { - return this._address2_country; + return this._address1_telephone1; } set { - this.Onaddress2_countryChanging(value); - this._address2_country = value; - this.Onaddress2_countryChanged(); - this.OnPropertyChanged("address2_country"); + this.Onaddress1_telephone1Changing(value); + this._address1_telephone1 = value; + this.Onaddress1_telephone1Changed(); + this.OnPropertyChanged("address1_telephone1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_country; - partial void Onaddress2_countryChanging(string value); - partial void Onaddress2_countryChanged(); + private string _address1_telephone1; + partial void Onaddress1_telephone1Changing(string value); + partial void Onaddress1_telephone1Changed(); /// /// There are no comments for Property address2_line3 in the schema. /// @@ -629768,28 +629775,6 @@ public virtual string address1_telephone2 partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property address1_addresstypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_addresstypecode - { - get - { - return this._address1_addresstypecode; - } - set - { - this.Onaddress1_addresstypecodeChanging(value); - this._address1_addresstypecode = value; - this.Onaddress1_addresstypecodeChanged(); - this.OnPropertyChanged("address1_addresstypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_addresstypecode; - partial void Onaddress1_addresstypecodeChanging(global::System.Nullable value); - partial void Onaddress1_addresstypecodeChanged(); - /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -629878,28 +629863,6 @@ public virtual string address2_telephone2 partial void Onaddress2_telephone2Changing(string value); partial void Onaddress2_telephone2Changed(); /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// /// There are no comments for Property address1_line2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -629944,27 +629907,49 @@ public virtual string address1_line2 partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property address1_latitude in the schema. + /// There are no comments for Property address2_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_latitude + public virtual string address2_name { get { - return this._address1_latitude; + return this._address2_name; } set { - this.Onaddress1_latitudeChanging(value); - this._address1_latitude = value; - this.Onaddress1_latitudeChanged(); - this.OnPropertyChanged("address1_latitude"); + this.Onaddress2_nameChanging(value); + this._address2_name = value; + this.Onaddress2_nameChanged(); + this.OnPropertyChanged("address2_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_latitude; - partial void Onaddress1_latitudeChanging(global::System.Nullable value); - partial void Onaddress1_latitudeChanged(); + private string _address2_name; + partial void Onaddress2_nameChanging(string value); + partial void Onaddress2_nameChanged(); + /// + /// There are no comments for Property emailaddress in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string emailaddress + { + get + { + return this._emailaddress; + } + set + { + this.OnemailaddressChanging(value); + this._emailaddress = value; + this.OnemailaddressChanged(); + this.OnPropertyChanged("emailaddress"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _emailaddress; + partial void OnemailaddressChanging(string value); + partial void OnemailaddressChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -630076,6 +630061,28 @@ public virtual string address1_county partial void OnsiteidChanging(global::System.Nullable value); partial void OnsiteidChanged(); /// + /// 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 address2_shippingmethodcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -630142,27 +630149,49 @@ public virtual string address2_upszone partial void Onaddress2_upszoneChanging(string value); partial void Onaddress2_upszoneChanged(); /// - /// There are no comments for Property address1_country in the schema. + /// There are no comments for Property address1_latitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_country + public virtual global::System.Nullable address1_latitude { get { - return this._address1_country; + return this._address1_latitude; } set { - this.Onaddress1_countryChanging(value); - this._address1_country = value; - this.Onaddress1_countryChanged(); - this.OnPropertyChanged("address1_country"); + this.Onaddress1_latitudeChanging(value); + this._address1_latitude = value; + this.Onaddress1_latitudeChanged(); + this.OnPropertyChanged("address1_latitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_country; - partial void Onaddress1_countryChanging(string value); - partial void Onaddress1_countryChanged(); + private global::System.Nullable _address1_latitude; + partial void Onaddress1_latitudeChanging(global::System.Nullable value); + partial void Onaddress1_latitudeChanged(); + /// + /// There are no comments for Property address1_stateorprovince in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address1_stateorprovince + { + get + { + return this._address1_stateorprovince; + } + set + { + this.Onaddress1_stateorprovinceChanging(value); + this._address1_stateorprovince = value; + this.Onaddress1_stateorprovinceChanged(); + this.OnPropertyChanged("address1_stateorprovince"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address1_stateorprovince; + partial void Onaddress1_stateorprovinceChanging(string value); + partial void Onaddress1_stateorprovinceChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -630186,27 +630215,27 @@ public virtual string address1_country partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property address1_upszone in the schema. + /// There are no comments for Property address2_line1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_upszone + public virtual string address2_line1 { get { - return this._address1_upszone; + return this._address2_line1; } set { - this.Onaddress1_upszoneChanging(value); - this._address1_upszone = value; - this.Onaddress1_upszoneChanged(); - this.OnPropertyChanged("address1_upszone"); + this.Onaddress2_line1Changing(value); + this._address2_line1 = value; + this.Onaddress2_line1Changed(); + this.OnPropertyChanged("address2_line1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_upszone; - partial void Onaddress1_upszoneChanging(string value); - partial void Onaddress1_upszoneChanged(); + private string _address2_line1; + partial void Onaddress2_line1Changing(string value); + partial void Onaddress2_line1Changed(); /// /// There are no comments for Property address2_county in the schema. /// @@ -630274,6 +630303,50 @@ public virtual string address2_county partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// There are no comments for Property address2_postofficebox in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_postofficebox + { + get + { + return this._address2_postofficebox; + } + set + { + this.Onaddress2_postofficeboxChanging(value); + this._address2_postofficebox = value; + this.Onaddress2_postofficeboxChanged(); + this.OnPropertyChanged("address2_postofficebox"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_postofficebox; + partial void Onaddress2_postofficeboxChanging(string value); + partial void Onaddress2_postofficeboxChanged(); + /// + /// There are no comments for Property address2_country in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string address2_country + { + get + { + return this._address2_country; + } + set + { + this.Onaddress2_countryChanging(value); + this._address2_country = value; + this.Onaddress2_countryChanged(); + this.OnPropertyChanged("address2_country"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _address2_country; + partial void Onaddress2_countryChanging(string value); + partial void Onaddress2_countryChanged(); + /// /// There are no comments for Property address2_telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -630318,71 +630391,49 @@ public virtual string address2_telephone1 partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_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 address1_telephone1 in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_telephone1 + public virtual string name { get { - return this._address1_telephone1; + return this._name; } set { - this.Onaddress1_telephone1Changing(value); - this._address1_telephone1 = value; - this.Onaddress1_telephone1Changed(); - this.OnPropertyChanged("address1_telephone1"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_telephone1; - partial void Onaddress1_telephone1Changing(string value); - partial void Onaddress1_telephone1Changed(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property address1_name in the schema. + /// There are no comments for Property address1_upszone in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_name + public virtual string address1_upszone { get { - return this._address1_name; + return this._address1_upszone; } set { - this.Onaddress1_nameChanging(value); - this._address1_name = value; - this.Onaddress1_nameChanged(); - this.OnPropertyChanged("address1_name"); + this.Onaddress1_upszoneChanging(value); + this._address1_upszone = value; + this.Onaddress1_upszoneChanged(); + this.OnPropertyChanged("address1_upszone"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_name; - partial void Onaddress1_nameChanging(string value); - partial void Onaddress1_nameChanged(); + private string _address1_upszone; + partial void Onaddress1_upszoneChanging(string value); + partial void Onaddress1_upszoneChanged(); /// /// There are no comments for Property address1_longitude in the schema. /// @@ -630428,27 +630479,27 @@ public virtual string address1_name partial void Onaddress1_addressidChanging(global::System.Nullable value); partial void Onaddress1_addressidChanged(); /// - /// There are no comments for Property address1_stateorprovince in the schema. + /// There are no comments for Property address1_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_stateorprovince + public virtual string address1_name { get { - return this._address1_stateorprovince; + return this._address1_name; } set { - this.Onaddress1_stateorprovinceChanging(value); - this._address1_stateorprovince = value; - this.Onaddress1_stateorprovinceChanged(); - this.OnPropertyChanged("address1_stateorprovince"); + this.Onaddress1_nameChanging(value); + this._address1_name = value; + this.Onaddress1_nameChanged(); + this.OnPropertyChanged("address1_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_stateorprovince; - partial void Onaddress1_stateorprovinceChanging(string value); - partial void Onaddress1_stateorprovinceChanged(); + private string _address1_name; + partial void Onaddress1_nameChanging(string value); + partial void Onaddress1_nameChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -630472,27 +630523,27 @@ public virtual string address1_stateorprovince partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__createdby_value; + return this.__modifiedby_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 address2_addressid in the schema. /// @@ -631513,27 +631564,49 @@ public virtual string successconditionsxml partial void OnsuccessconditionsxmlChanging(string value); partial void OnsuccessconditionsxmlChanged(); /// - /// There are no comments for Property changedattributelist in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string changedattributelist + public virtual global::System.Nullable modifiedon { get { - return this._changedattributelist; + return this._modifiedon; } set { - this.OnchangedattributelistChanging(value); - this._changedattributelist = value; - this.OnchangedattributelistChanged(); - this.OnPropertyChanged("changedattributelist"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _changedattributelist; - partial void OnchangedattributelistChanging(string value); - partial void OnchangedattributelistChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// 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 _modifiedby_value in the schema. /// @@ -631601,6 +631674,28 @@ public virtual string changedattributelist partial void OnsequencenumberChanging(global::System.Nullable value); partial void OnsequencenumberChanged(); /// + /// 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 _slaid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -631645,28 +631740,6 @@ public virtual string changedattributelist partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 allowpauseresume in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -631689,27 +631762,27 @@ public virtual string changedattributelist partial void OnallowpauseresumeChanging(global::System.Nullable value); partial void OnallowpauseresumeChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// 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 _transactioncurrencyid_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__transactioncurrencyid_value; + return this.__modifiedonbehalfby_value; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + 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 __transactioncurrencyid_value; - partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); - partial void On_transactioncurrencyid_valueChanged(); + 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 solutionid in the schema. /// @@ -631733,49 +631806,49 @@ public virtual string changedattributelist partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property changedattributelist in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual string changedattributelist { get { - return this._description; + return this._changedattributelist; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.OnchangedattributelistChanging(value); + this._changedattributelist = value; + this.OnchangedattributelistChanged(); + this.OnPropertyChanged("changedattributelist"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private string _changedattributelist; + partial void OnchangedattributelistChanging(string value); + partial void OnchangedattributelistChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property failureafter in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable failureafter { get { - return this.__modifiedonbehalfby_value; + return this._failureafter; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnfailureafterChanging(value); + this._failureafter = value; + this.OnfailureafterChanged(); + this.OnPropertyChanged("failureafter"); } } [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::System.Nullable _failureafter; + partial void OnfailureafterChanging(global::System.Nullable value); + partial void OnfailureafterChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -631887,50 +631960,6 @@ public virtual string applicablewhenxml partial void OnapplicablewhenxmlChanging(string value); partial void OnapplicablewhenxmlChanged(); /// - /// There are no comments for Property _businesshoursid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _businesshoursid_value - { - get - { - return this.__businesshoursid_value; - } - set - { - this.On_businesshoursid_valueChanging(value); - this.__businesshoursid_value = value; - this.On_businesshoursid_valueChanged(); - this.OnPropertyChanged("_businesshoursid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __businesshoursid_value; - partial void On_businesshoursid_valueChanging(global::System.Nullable value); - partial void On_businesshoursid_valueChanged(); - /// - /// There are no comments for Property failureafter in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable failureafter - { - get - { - return this._failureafter; - } - set - { - this.OnfailureafterChanging(value); - this._failureafter = value; - this.OnfailureafterChanged(); - this.OnPropertyChanged("failureafter"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _failureafter; - partial void OnfailureafterChanging(global::System.Nullable value); - partial void OnfailureafterChanged(); - /// /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -631953,27 +631982,27 @@ public virtual string applicablewhenxml partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual string description { get { - return this._exchangerate; + return this._description; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [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 string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// /// There are no comments for Property _workflowid_value in the schema. /// @@ -632107,6 +632136,28 @@ public virtual string relatedfield partial void OnrelatedfieldChanging(string value); partial void OnrelatedfieldChanged(); /// + /// 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 slaitemidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -632151,27 +632202,27 @@ public virtual string relatedfield partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property _businesshoursid_value 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 _businesshoursid_value { get { - return this.__createdby_value; + return this.__businesshoursid_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.On_businesshoursid_valueChanging(value); + this.__businesshoursid_value = value; + this.On_businesshoursid_valueChanged(); + this.OnPropertyChanged("_businesshoursid_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(); + private global::System.Nullable __businesshoursid_value; + partial void On_businesshoursid_valueChanging(global::System.Nullable value); + partial void On_businesshoursid_valueChanged(); /// /// There are no comments for Property applicableentity in the schema. /// @@ -633267,71 +633318,71 @@ public static slakpiinstance Createslakpiinstance(global::Microsoft.Dynamics.CRM partial void OnpausedonChanging(global::System.Nullable value); partial void OnpausedonChanged(); /// - /// There are no comments for Property _modifiedby_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 _modifiedby_value + public virtual global::System.Nullable createdon { get { - return this.__modifiedby_value; + return this._createdon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property elapsedtime in the schema. + /// 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 elapsedtime + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this._elapsedtime; + return this.__transactioncurrencyid_value; } set { - this.OnelapsedtimeChanging(value); - this._elapsedtime = value; - this.OnelapsedtimeChanged(); - this.OnPropertyChanged("elapsedtime"); + 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 _elapsedtime; - partial void OnelapsedtimeChanging(global::System.Nullable value); - partial void OnelapsedtimeChanged(); + 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 failuretime in the schema. + /// 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 failuretime + public virtual global::System.Nullable _modifiedby_value { get { - return this._failuretime; + return this.__modifiedby_value; } set { - this.OnfailuretimeChanging(value); - this._failuretime = value; - this.OnfailuretimeChanged(); - this.OnPropertyChanged("failuretime"); + 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 _failuretime; - partial void OnfailuretimeChanging(global::System.Nullable value); - partial void OnfailuretimeChanged(); + 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 computedwarningtime in the schema. /// @@ -633355,6 +633406,28 @@ public static slakpiinstance Createslakpiinstance(global::Microsoft.Dynamics.CRM partial void OncomputedwarningtimeChanging(global::System.Nullable value); partial void OncomputedwarningtimeChanged(); /// + /// 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 slakpiinstanceid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -633399,49 +633472,27 @@ public static slakpiinstance Createslakpiinstance(global::Microsoft.Dynamics.CRM partial void OnsuccesscheckedatChanging(global::System.Nullable value); partial void OnsuccesscheckedatChanged(); /// - /// 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 _owningbusinessunit_value in the schema. + /// There are no comments for Property lastresumetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable lastresumetime { get { - return this.__owningbusinessunit_value; + return this._lastresumetime; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.OnlastresumetimeChanging(value); + this._lastresumetime = value; + this.OnlastresumetimeChanged(); + this.OnPropertyChanged("lastresumetime"); } } [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::System.Nullable _lastresumetime; + partial void OnlastresumetimeChanging(global::System.Nullable value); + partial void OnlastresumetimeChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -633487,28 +633538,6 @@ public static slakpiinstance Createslakpiinstance(global::Microsoft.Dynamics.CRM partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// 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 _regarding_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -633531,28 +633560,6 @@ public static slakpiinstance Createslakpiinstance(global::Microsoft.Dynamics.CRM partial void On_regarding_valueChanging(global::System.Nullable value); partial void On_regarding_valueChanged(); /// - /// 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 _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -633641,28 +633648,6 @@ public virtual string regardingentityid partial void OnterminalstatetimeChanging(global::System.Nullable value); partial void OnterminalstatetimeChanged(); /// - /// There are no comments for Property lastresumetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable lastresumetime - { - get - { - return this._lastresumetime; - } - set - { - this.OnlastresumetimeChanging(value); - this._lastresumetime = value; - this.OnlastresumetimeChanged(); - this.OnPropertyChanged("lastresumetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _lastresumetime; - partial void OnlastresumetimeChanging(global::System.Nullable value); - partial void OnlastresumetimeChanged(); - /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -633729,49 +633714,93 @@ public virtual string name partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property _createdby_value 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 _createdby_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__createdby_value; + return this.__createdonbehalfby_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 _transactioncurrencyid_value in the schema. + /// 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 _transactioncurrencyid_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__transactioncurrencyid_value; + return this.__owningbusinessunit_value; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + 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 __transactioncurrencyid_value; - partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); - partial void On_transactioncurrencyid_valueChanged(); + 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 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 succeededon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable succeededon + { + get + { + return this._succeededon; + } + set + { + this.OnsucceededonChanging(value); + this._succeededon = value; + this.OnsucceededonChanged(); + this.OnPropertyChanged("succeededon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _succeededon; + partial void OnsucceededonChanging(global::System.Nullable value); + partial void OnsucceededonChanged(); /// /// There are no comments for Property computedfailuretime in the schema. /// @@ -633795,27 +633824,49 @@ public virtual string name partial void OncomputedfailuretimeChanging(global::System.Nullable value); partial void OncomputedfailuretimeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value 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 _createdonbehalfby_value + public virtual global::System.Nullable _createdby_value { get { - return this.__createdonbehalfby_value; + return this.__createdby_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 failuretime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable failuretime + { + get + { + return this._failuretime; + } + set + { + this.OnfailuretimeChanging(value); + this._failuretime = value; + this.OnfailuretimeChanged(); + this.OnPropertyChanged("failuretime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _failuretime; + partial void OnfailuretimeChanging(global::System.Nullable value); + partial void OnfailuretimeChanged(); /// /// There are no comments for Property status in the schema. /// @@ -633839,49 +633890,49 @@ public virtual string name partial void OnstatusChanging(global::System.Nullable value); partial void OnstatusChanged(); /// - /// There are no comments for Property terminalstatereached in the schema. + /// There are no comments for Property elapsedtime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable terminalstatereached + public virtual global::System.Nullable elapsedtime { get { - return this._terminalstatereached; + return this._elapsedtime; } set { - this.OnterminalstatereachedChanging(value); - this._terminalstatereached = value; - this.OnterminalstatereachedChanged(); - this.OnPropertyChanged("terminalstatereached"); + this.OnelapsedtimeChanging(value); + this._elapsedtime = value; + this.OnelapsedtimeChanged(); + this.OnPropertyChanged("elapsedtime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _terminalstatereached; - partial void OnterminalstatereachedChanging(global::System.Nullable value); - partial void OnterminalstatereachedChanged(); + private global::System.Nullable _elapsedtime; + partial void OnelapsedtimeChanging(global::System.Nullable value); + partial void OnelapsedtimeChanged(); /// - /// There are no comments for Property succeededon in the schema. + /// There are no comments for Property terminalstatereached in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable succeededon + public virtual global::System.Nullable terminalstatereached { get { - return this._succeededon; + return this._terminalstatereached; } set { - this.OnsucceededonChanging(value); - this._succeededon = value; - this.OnsucceededonChanged(); - this.OnPropertyChanged("succeededon"); + this.OnterminalstatereachedChanging(value); + this._terminalstatereached = value; + this.OnterminalstatereachedChanged(); + this.OnPropertyChanged("terminalstatereached"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _succeededon; - partial void OnsucceededonChanging(global::System.Nullable value); - partial void OnsucceededonChanged(); + private global::System.Nullable _terminalstatereached; + partial void OnterminalstatereachedChanging(global::System.Nullable value); + partial void OnterminalstatereachedChanged(); /// /// There are no comments for Property applicablefromvalue in the schema. /// @@ -641576,27 +641627,27 @@ public static socialactivity Createsocialactivity(global::Microsoft.Dynamics.CRM partial void OndirectioncodeChanging(global::System.Nullable value); partial void OndirectioncodeChanged(); /// - /// There are no comments for Property postedon in the schema. + /// There are no comments for Property postmessagetype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable postedon + public virtual global::System.Nullable postmessagetype { get { - return this._postedon; + return this._postmessagetype; } set { - this.OnpostedonChanging(value); - this._postedon = value; - this.OnpostedonChanged(); - this.OnPropertyChanged("postedon"); + this.OnpostmessagetypeChanging(value); + this._postmessagetype = value; + this.OnpostmessagetypeChanged(); + this.OnPropertyChanged("postmessagetype"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _postedon; - partial void OnpostedonChanging(global::System.Nullable value); - partial void OnpostedonChanged(); + private global::System.Nullable _postmessagetype; + partial void OnpostmessagetypeChanging(global::System.Nullable value); + partial void OnpostmessagetypeChanged(); /// /// There are no comments for Property _postfromprofileid_value in the schema. /// @@ -641620,6 +641671,28 @@ public static socialactivity Createsocialactivity(global::Microsoft.Dynamics.CRM partial void On_postfromprofileid_valueChanging(global::System.Nullable value); partial void On_postfromprofileid_valueChanged(); /// + /// 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 postid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -641664,6 +641737,28 @@ public virtual string postid partial void OnsentimentvalueChanging(global::System.Nullable value); partial void OnsentimentvalueChanged(); /// + /// There are no comments for Property postedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable postedon + { + get + { + return this._postedon; + } + set + { + this.OnpostedonChanging(value); + this._postedon = value; + this.OnpostedonChanged(); + this.OnPropertyChanged("postedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _postedon; + partial void OnpostedonChanging(global::System.Nullable value); + partial void OnpostedonChanged(); + /// /// There are no comments for Property posttoprofileid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -641686,6 +641781,28 @@ public virtual string posttoprofileid partial void OnposttoprofileidChanging(string value); partial void OnposttoprofileidChanged(); /// + /// There are no comments for Property inresponseto in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string inresponseto + { + get + { + return this._inresponseto; + } + set + { + this.OninresponsetoChanging(value); + this._inresponseto = value; + this.OninresponsetoChanged(); + this.OnPropertyChanged("inresponseto"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _inresponseto; + partial void OninresponsetoChanging(string value); + partial void OninresponsetoChanged(); + /// /// There are no comments for Property _postauthoraccount_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -641730,27 +641847,27 @@ public virtual string posturl partial void OnposturlChanging(string value); partial void OnposturlChanged(); /// - /// There are no comments for Property postmessagetype in the schema. + /// There are no comments for Property socialadditionalparams in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable postmessagetype + public virtual string socialadditionalparams { get { - return this._postmessagetype; + return this._socialadditionalparams; } set { - this.OnpostmessagetypeChanging(value); - this._postmessagetype = value; - this.OnpostmessagetypeChanged(); - this.OnPropertyChanged("postmessagetype"); + this.OnsocialadditionalparamsChanging(value); + this._socialadditionalparams = value; + this.OnsocialadditionalparamsChanged(); + this.OnPropertyChanged("socialadditionalparams"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _postmessagetype; - partial void OnpostmessagetypeChanging(global::System.Nullable value); - partial void OnpostmessagetypeChanged(); + private string _socialadditionalparams; + partial void OnsocialadditionalparamsChanging(string value); + partial void OnsocialadditionalparamsChanged(); /// /// There are no comments for Property threadid in the schema. /// @@ -641796,28 +641913,6 @@ public virtual string threadid partial void On_postauthor_valueChanging(global::System.Nullable value); partial void On_postauthor_valueChanged(); /// - /// There are no comments for Property inresponseto in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string inresponseto - { - get - { - return this._inresponseto; - } - set - { - this.OninresponsetoChanging(value); - this._inresponseto = value; - this.OninresponsetoChanged(); - this.OnPropertyChanged("inresponseto"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _inresponseto; - partial void OninresponsetoChanging(string value); - partial void OninresponsetoChanged(); - /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -641840,50 +641935,6 @@ public virtual string inresponseto 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 socialadditionalparams in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string socialadditionalparams - { - get - { - return this._socialadditionalparams; - } - set - { - this.OnsocialadditionalparamsChanging(value); - this._socialadditionalparams = value; - this.OnsocialadditionalparamsChanged(); - this.OnPropertyChanged("socialadditionalparams"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _socialadditionalparams; - partial void OnsocialadditionalparamsChanging(string value); - partial void OnsocialadditionalparamsChanged(); - /// /// There are no comments for Property regardingobjectid_knowledgebaserecord_socialactivity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -643659,49 +643710,49 @@ public static socialprofile Createsocialprofile(global::Microsoft.Dynamics.CRM.s return socialprofile; } /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable exchangerate { get { - return this.__modifiedby_value; + return this._exchangerate; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// 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 exchangerate + public virtual global::System.Nullable _modifiedby_value { get { - return this._exchangerate; + return this.__modifiedby_value; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + 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 _exchangerate; - partial void OnexchangerateChanging(global::System.Nullable value); - partial void OnexchangerateChanged(); + 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 _modifiedonbehalfby_value in the schema. /// @@ -643725,6 +643776,28 @@ public static socialprofile Createsocialprofile(global::Microsoft.Dynamics.CRM.s partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// There are no comments for Property _customerid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _customerid_value + { + get + { + return this.__customerid_value; + } + set + { + this.On_customerid_valueChanging(value); + this.__customerid_value = value; + this.On_customerid_valueChanged(); + this.OnPropertyChanged("_customerid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __customerid_value; + partial void On_customerid_valueChanging(global::System.Nullable value); + partial void On_customerid_valueChanged(); + /// /// There are no comments for Property influencescore in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -644033,28 +644106,6 @@ public virtual string uniqueprofileid partial void OnuniqueprofileidChanging(string value); partial void OnuniqueprofileidChanged(); /// - /// 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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -644253,27 +644304,27 @@ public virtual string profilename partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _customerid_value in the schema. + /// 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 _customerid_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__customerid_value; + return this._timezoneruleversionnumber; } set { - this.On_customerid_valueChanging(value); - this.__customerid_value = value; - this.On_customerid_valueChanged(); - this.OnPropertyChanged("_customerid_value"); + 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 __customerid_value; - partial void On_customerid_valueChanging(global::System.Nullable value); - partial void On_customerid_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property SocialProfile_DuplicateBaseRecord in the schema. /// @@ -645086,6 +645137,50 @@ public static solutioncomponentattributeconfiguration Createsolutioncomponentatt return solutioncomponentattributeconfiguration; } /// + /// There are no comments for Property encodingformat in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable encodingformat + { + get + { + return this._encodingformat; + } + set + { + this.OnencodingformatChanging(value); + this._encodingformat = value; + this.OnencodingformatChanged(); + this.OnPropertyChanged("encodingformat"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _encodingformat; + partial void OnencodingformatChanging(global::System.Nullable value); + partial void OnencodingformatChanged(); + /// + /// 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -645152,93 +645247,93 @@ public static solutioncomponentattributeconfiguration Createsolutioncomponentatt partial void OncomponentiduniqueChanging(global::System.Nullable value); partial void OncomponentiduniqueChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable _organizationid_value { get { - return this._utcconversiontimezonecode; + return this.__organizationid_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable componentstate { get { - return this._overwritetime; + return this._componentstate; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// 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 ismanaged + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._ismanaged; + return this._utcconversiontimezonecode; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + 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 _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable overwritetime { get { - return this._solutionid; + return this._overwritetime; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -645328,27 +645423,27 @@ public static solutioncomponentattributeconfiguration Createsolutioncomponentatt partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property fileextension in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string fileextension { get { - return this.__modifiedby_value; + return this._fileextension; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OnfileextensionChanging(value); + this._fileextension = value; + this.OnfileextensionChanged(); + this.OnPropertyChanged("fileextension"); } } [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(); + private string _fileextension; + partial void OnfileextensionChanging(string value); + partial void OnfileextensionChanged(); /// /// There are no comments for Property iscustomizable in the schema. /// @@ -645372,28 +645467,6 @@ public static solutioncomponentattributeconfiguration Createsolutioncomponentatt partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OniscustomizableChanged(); /// - /// There are no comments for Property _solutioncomponentconfigurationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _solutioncomponentconfigurationid_value - { - get - { - return this.__solutioncomponentconfigurationid_value; - } - set - { - this.On_solutioncomponentconfigurationid_valueChanging(value); - this.__solutioncomponentconfigurationid_value = value; - this.On_solutioncomponentconfigurationid_valueChanged(); - this.OnPropertyChanged("_solutioncomponentconfigurationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __solutioncomponentconfigurationid_value; - partial void On_solutioncomponentconfigurationid_valueChanging(global::System.Nullable value); - partial void On_solutioncomponentconfigurationid_valueChanged(); - /// /// There are no comments for Property isexportdisabled in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -645482,28 +645555,6 @@ public static solutioncomponentattributeconfiguration Createsolutioncomponentatt partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property encodingformat in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable encodingformat - { - get - { - return this._encodingformat; - } - set - { - this.OnencodingformatChanging(value); - this._encodingformat = value; - this.OnencodingformatChanged(); - this.OnPropertyChanged("encodingformat"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _encodingformat; - partial void OnencodingformatChanging(global::System.Nullable value); - partial void OnencodingformatChanged(); - /// /// There are no comments for Property _attributeid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -645526,49 +645577,49 @@ public static solutioncomponentattributeconfiguration Createsolutioncomponentatt partial void On_attributeid_valueChanging(global::System.Nullable value); partial void On_attributeid_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable ismanaged { get { - return this._modifiedon; + return this._ismanaged; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [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::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable solutionid { get { - return this._componentstate; + return this._solutionid; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -645592,93 +645643,93 @@ public static solutioncomponentattributeconfiguration Createsolutioncomponentatt partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property fileextension in the schema. + /// There are no comments for Property _solutioncomponentconfigurationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string fileextension + public virtual global::System.Nullable _solutioncomponentconfigurationid_value { get { - return this._fileextension; + return this.__solutioncomponentconfigurationid_value; } set { - this.OnfileextensionChanging(value); - this._fileextension = value; - this.OnfileextensionChanged(); - this.OnPropertyChanged("fileextension"); + this.On_solutioncomponentconfigurationid_valueChanging(value); + this.__solutioncomponentconfigurationid_value = value; + this.On_solutioncomponentconfigurationid_valueChanged(); + this.OnPropertyChanged("_solutioncomponentconfigurationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _fileextension; - partial void OnfileextensionChanging(string value); - partial void OnfileextensionChanged(); + private global::System.Nullable __solutioncomponentconfigurationid_value; + partial void On_solutioncomponentconfigurationid_valueChanging(global::System.Nullable value); + partial void On_solutioncomponentconfigurationid_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// 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 _organizationid_value + public virtual global::System.Nullable modifiedon { get { - return this.__organizationid_value; + return this._modifiedon; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable statuscode { get { - return this._overriddencreatedon; + return this._statuscode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable _modifiedby_value { get { - return this._statuscode; + return this.__modifiedby_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 name in the schema. /// @@ -646439,6 +646490,28 @@ public static solutioncomponentconfiguration Createsolutioncomponentconfiguratio return solutioncomponentconfiguration; } /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -646505,49 +646578,49 @@ public static solutioncomponentconfiguration Createsolutioncomponentconfiguratio partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property _entityid_value in the schema. + /// 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 _entityid_value + public virtual global::System.Nullable statuscode { get { - return this.__entityid_value; + return this._statuscode; } set { - this.On_entityid_valueChanging(value); - this.__entityid_value = value; - this.On_entityid_valueChanged(); - this.OnPropertyChanged("_entityid_value"); + 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 __entityid_value; - partial void On_entityid_valueChanging(global::System.Nullable value); - partial void On_entityid_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property keepactivecustomizationafterconversion in the schema. + /// There are no comments for Property _entityid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable keepactivecustomizationafterconversion + public virtual global::System.Nullable _entityid_value { get { - return this._keepactivecustomizationafterconversion; + return this.__entityid_value; } set { - this.OnkeepactivecustomizationafterconversionChanging(value); - this._keepactivecustomizationafterconversion = value; - this.OnkeepactivecustomizationafterconversionChanged(); - this.OnPropertyChanged("keepactivecustomizationafterconversion"); + this.On_entityid_valueChanging(value); + this.__entityid_value = value; + this.On_entityid_valueChanged(); + this.OnPropertyChanged("_entityid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _keepactivecustomizationafterconversion; - partial void OnkeepactivecustomizationafterconversionChanging(global::System.Nullable value); - partial void OnkeepactivecustomizationafterconversionChanged(); + private global::System.Nullable __entityid_value; + partial void On_entityid_valueChanging(global::System.Nullable value); + partial void On_entityid_valueChanged(); /// /// There are no comments for Property isdisplayable in the schema. /// @@ -646571,27 +646644,27 @@ public static solutioncomponentconfiguration Createsolutioncomponentconfiguratio partial void OnisdisplayableChanging(global::System.Nullable value); partial void OnisdisplayableChanged(); /// - /// There are no comments for Property componentstate 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 componentstate + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._componentstate; + return this.__createdonbehalfby_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + 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 _modifiedby_value in the schema. /// @@ -646637,49 +646710,49 @@ public static solutioncomponentconfiguration Createsolutioncomponentconfiguratio partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// There are no comments for Property keepactivecustomizationafterconversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable keepactivecustomizationafterconversion { get { - return this._iscustomizable; + return this._keepactivecustomizationafterconversion; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + this.OnkeepactivecustomizationafterconversionChanging(value); + this._keepactivecustomizationafterconversion = value; + this.OnkeepactivecustomizationafterconversionChanged(); + this.OnPropertyChanged("keepactivecustomizationafterconversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + private global::System.Nullable _keepactivecustomizationafterconversion; + partial void OnkeepactivecustomizationafterconversionChanging(global::System.Nullable value); + partial void OnkeepactivecustomizationafterconversionChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable ismanaged { get { - return this._versionnumber; + return this._ismanaged; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [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::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// /// There are no comments for Property issoftdeleteenabled in the schema. /// @@ -646747,50 +646820,6 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// 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 ismanaged in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged - { - get - { - return this._ismanaged; - } - set - { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); - /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -646835,27 +646864,27 @@ public virtual string name partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property fileformat in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual global::System.Nullable fileformat { get { - return this._solutionid; + return this._fileformat; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OnfileformatChanging(value); + this._fileformat = value; + this.OnfileformatChanged(); + this.OnPropertyChanged("fileformat"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private global::System.Nullable _fileformat; + partial void OnfileformatChanging(global::System.Nullable value); + partial void OnfileformatChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -646879,28 +646908,6 @@ public virtual string name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -646923,71 +646930,93 @@ public virtual string name partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property iscustomizable in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable { get { - return this._importsequencenumber; + return this._iscustomizable; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); } } [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(); + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); /// - /// There are no comments for Property fileformat in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable fileformat + public virtual global::System.Nullable solutionid { get { - return this._fileformat; + return this._solutionid; } set { - this.OnfileformatChanging(value); - this._fileformat = value; - this.OnfileformatChanged(); - this.OnPropertyChanged("fileformat"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _fileformat; - partial void OnfileformatChanging(global::System.Nullable value); - partial void OnfileformatChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__createdonbehalfby_value; + return this._importsequencenumber; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// 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 componentidunique in the schema. /// @@ -647033,6 +647062,28 @@ public virtual string name partial void OnfilescopeChanging(global::System.Nullable value); partial void OnfilescopeChanged(); /// + /// 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 solutioncomponentconfigurationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -647792,6 +647843,28 @@ public static solutioncomponentrelationshipconfiguration Createsolutioncomponent partial void OnsolutioncomponentrelationshipconfigurationidChanging(global::System.Nullable value); partial void OnsolutioncomponentrelationshipconfigurationidChanged(); /// + /// There are no comments for Property secondaryentitydependencytype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable secondaryentitydependencytype + { + get + { + return this._secondaryentitydependencytype; + } + set + { + this.OnsecondaryentitydependencytypeChanging(value); + this._secondaryentitydependencytype = value; + this.OnsecondaryentitydependencytypeChanged(); + this.OnPropertyChanged("secondaryentitydependencytype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _secondaryentitydependencytype; + partial void OnsecondaryentitydependencytypeChanging(global::System.Nullable value); + partial void OnsecondaryentitydependencytypeChanged(); + /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -647858,71 +647931,27 @@ public static solutioncomponentrelationshipconfiguration Createsolutioncomponent partial void OncomponentiduniqueChanging(global::System.Nullable value); partial void OncomponentiduniqueChanged(); /// - /// 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 secondaryentitydependencytype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable secondaryentitydependencytype - { - get - { - return this._secondaryentitydependencytype; - } - set - { - this.OnsecondaryentitydependencytypeChanging(value); - this._secondaryentitydependencytype = value; - this.OnsecondaryentitydependencytypeChanged(); - this.OnPropertyChanged("secondaryentitydependencytype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _secondaryentitydependencytype; - partial void OnsecondaryentitydependencytypeChanging(global::System.Nullable value); - partial void OnsecondaryentitydependencytypeChanged(); - /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable versionnumber { get { - return this._utcconversiontimezonecode; + return this._versionnumber; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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. /// @@ -647968,28 +647997,6 @@ public static solutioncomponentrelationshipconfiguration Createsolutioncomponent partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property addrelatedcomponents in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable addrelatedcomponents - { - get - { - return this._addrelatedcomponents; - } - set - { - this.OnaddrelatedcomponentsChanging(value); - this._addrelatedcomponents = value; - this.OnaddrelatedcomponentsChanged(); - this.OnPropertyChanged("addrelatedcomponents"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _addrelatedcomponents; - partial void OnaddrelatedcomponentsChanging(global::System.Nullable value); - partial void OnaddrelatedcomponentsChanged(); - /// /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -648034,27 +648041,27 @@ public static solutioncomponentrelationshipconfiguration Createsolutioncomponent partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// 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 componentstate + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._componentstate; + return this._utcconversiontimezonecode; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + 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 _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -648100,28 +648107,6 @@ public static solutioncomponentrelationshipconfiguration Createsolutioncomponent 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 importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -648144,27 +648129,27 @@ public static solutioncomponentrelationshipconfiguration Createsolutioncomponent partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property iscustomizable in the schema. + /// 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::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._iscustomizable; + return this.__modifiedonbehalfby_value; } set { - this.OniscustomizableChanging(value); - this._iscustomizable = value; - this.OniscustomizableChanged(); - this.OnPropertyChanged("iscustomizable"); + 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::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; - partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomizableChanged(); + 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 name in the schema. /// @@ -648232,6 +648217,28 @@ public virtual string name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -648254,6 +648261,28 @@ public virtual string name partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// + /// There are no comments for Property addrelatedcomponents in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable addrelatedcomponents + { + get + { + return this._addrelatedcomponents; + } + set + { + this.OnaddrelatedcomponentsChanging(value); + this._addrelatedcomponents = value; + this.OnaddrelatedcomponentsChanged(); + this.OnPropertyChanged("addrelatedcomponents"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _addrelatedcomponents; + partial void OnaddrelatedcomponentsChanging(global::System.Nullable value); + partial void OnaddrelatedcomponentsChanged(); + /// /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -648276,27 +648305,27 @@ public virtual string name partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable modifiedon { get { - return this._versionnumber; + return this._modifiedon; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property primaryentitydependencytype in the schema. /// @@ -648320,6 +648349,28 @@ public virtual string name partial void OnprimaryentitydependencytypeChanging(global::System.Nullable value); partial void OnprimaryentitydependencytypeChanged(); /// + /// There are no comments for Property iscustomizable in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomizable + { + get + { + return this._iscustomizable; + } + set + { + this.OniscustomizableChanging(value); + this._iscustomizable = value; + this.OniscustomizableChanged(); + this.OnPropertyChanged("iscustomizable"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomizable; + partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomizableChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -650297,27 +650348,27 @@ public static solution Createsolution(global::Microsoft.Dynamics.CRM.systemuser partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property pinpointsolutionid in the schema. + /// There are no comments for Property pinpointsolutiondefaultlocale in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pinpointsolutionid + public virtual string pinpointsolutiondefaultlocale { get { - return this._pinpointsolutionid; + return this._pinpointsolutiondefaultlocale; } set { - this.OnpinpointsolutionidChanging(value); - this._pinpointsolutionid = value; - this.OnpinpointsolutionidChanged(); - this.OnPropertyChanged("pinpointsolutionid"); + this.OnpinpointsolutiondefaultlocaleChanging(value); + this._pinpointsolutiondefaultlocale = value; + this.OnpinpointsolutiondefaultlocaleChanged(); + this.OnPropertyChanged("pinpointsolutiondefaultlocale"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pinpointsolutionid; - partial void OnpinpointsolutionidChanging(global::System.Nullable value); - partial void OnpinpointsolutionidChanged(); + private string _pinpointsolutiondefaultlocale; + partial void OnpinpointsolutiondefaultlocaleChanging(string value); + partial void OnpinpointsolutiondefaultlocaleChanged(); /// /// There are no comments for Property _publisherid_value in the schema. /// @@ -650385,203 +650436,181 @@ public virtual string pinpointassetid partial void OnpinpointassetidChanging(string value); partial void OnpinpointassetidChanged(); /// - /// There are no comments for Property isvisible in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isvisible - { - get - { - return this._isvisible; - } - set - { - this.OnisvisibleChanging(value); - this._isvisible = value; - this.OnisvisibleChanged(); - this.OnPropertyChanged("isvisible"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isvisible; - partial void OnisvisibleChanging(global::System.Nullable value); - partial void OnisvisibleChanged(); - /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property uniquename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual string uniquename { get { - return this._modifiedon; + return this._uniquename; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OnuniquenameChanging(value); + this._uniquename = value; + this.OnuniquenameChanged(); + this.OnPropertyChanged("uniquename"); } } [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 string _uniquename; + partial void OnuniquenameChanging(string value); + partial void OnuniquenameChanged(); /// - /// There are no comments for Property installedon in the schema. + /// There are no comments for Property _configurationpageid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable installedon + public virtual global::System.Nullable _configurationpageid_value { get { - return this._installedon; + return this.__configurationpageid_value; } set { - this.OninstalledonChanging(value); - this._installedon = value; - this.OninstalledonChanged(); - this.OnPropertyChanged("installedon"); + this.On_configurationpageid_valueChanging(value); + this.__configurationpageid_value = value; + this.On_configurationpageid_valueChanged(); + this.OnPropertyChanged("_configurationpageid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _installedon; - partial void OninstalledonChanging(global::System.Nullable value); - partial void OninstalledonChanged(); + private global::System.Nullable __configurationpageid_value; + partial void On_configurationpageid_valueChanging(global::System.Nullable value); + partial void On_configurationpageid_valueChanged(); /// - /// There are no comments for Property uniquename in the schema. + /// There are no comments for Property _parentsolutionid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string uniquename + public virtual global::System.Nullable _parentsolutionid_value { get { - return this._uniquename; + return this.__parentsolutionid_value; } set { - this.OnuniquenameChanging(value); - this._uniquename = value; - this.OnuniquenameChanged(); - this.OnPropertyChanged("uniquename"); + this.On_parentsolutionid_valueChanging(value); + this.__parentsolutionid_value = value; + this.On_parentsolutionid_valueChanged(); + this.OnPropertyChanged("_parentsolutionid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _uniquename; - partial void OnuniquenameChanging(string value); - partial void OnuniquenameChanged(); + private global::System.Nullable __parentsolutionid_value; + partial void On_parentsolutionid_valueChanging(global::System.Nullable value); + partial void On_parentsolutionid_valueChanged(); /// - /// There are no comments for Property solutionpackageversion in the schema. + /// There are no comments for Property isapimanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string solutionpackageversion + public virtual global::System.Nullable isapimanaged { get { - return this._solutionpackageversion; + return this._isapimanaged; } set { - this.OnsolutionpackageversionChanging(value); - this._solutionpackageversion = value; - this.OnsolutionpackageversionChanged(); - this.OnPropertyChanged("solutionpackageversion"); + this.OnisapimanagedChanging(value); + this._isapimanaged = value; + this.OnisapimanagedChanged(); + this.OnPropertyChanged("isapimanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _solutionpackageversion; - partial void OnsolutionpackageversionChanging(string value); - partial void OnsolutionpackageversionChanged(); + private global::System.Nullable _isapimanaged; + partial void OnisapimanagedChanging(global::System.Nullable value); + partial void OnisapimanagedChanged(); /// - /// There are no comments for Property upgradeinfo 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 string upgradeinfo + public virtual global::System.Nullable createdon { get { - return this._upgradeinfo; + return this._createdon; } set { - this.OnupgradeinfoChanging(value); - this._upgradeinfo = value; - this.OnupgradeinfoChanged(); - this.OnPropertyChanged("upgradeinfo"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _upgradeinfo; - partial void OnupgradeinfoChanging(string value); - partial void OnupgradeinfoChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property _configurationpageid_value in the schema. + /// 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 _configurationpageid_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__configurationpageid_value; + return this.__modifiedonbehalfby_value; } set { - this.On_configurationpageid_valueChanging(value); - this.__configurationpageid_value = value; - this.On_configurationpageid_valueChanged(); - this.OnPropertyChanged("_configurationpageid_value"); + 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 __configurationpageid_value; - partial void On_configurationpageid_valueChanging(global::System.Nullable value); - partial void On_configurationpageid_valueChanged(); + 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 _parentsolutionid_value in the schema. + /// There are no comments for Property thumbprint in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentsolutionid_value + public virtual string thumbprint { get { - return this.__parentsolutionid_value; + return this._thumbprint; } set { - this.On_parentsolutionid_valueChanging(value); - this.__parentsolutionid_value = value; - this.On_parentsolutionid_valueChanged(); - this.OnPropertyChanged("_parentsolutionid_value"); + this.OnthumbprintChanging(value); + this._thumbprint = value; + this.OnthumbprintChanged(); + this.OnPropertyChanged("thumbprint"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentsolutionid_value; - partial void On_parentsolutionid_valueChanging(global::System.Nullable value); - partial void On_parentsolutionid_valueChanged(); + private string _thumbprint; + partial void OnthumbprintChanging(string value); + partial void OnthumbprintChanged(); /// - /// There are no comments for Property updatedon in the schema. + /// There are no comments for Property isvisible in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable updatedon + public virtual global::System.Nullable isvisible { get { - return this._updatedon; + return this._isvisible; } set { - this.OnupdatedonChanging(value); - this._updatedon = value; - this.OnupdatedonChanged(); - this.OnPropertyChanged("updatedon"); + this.OnisvisibleChanging(value); + this._isvisible = value; + this.OnisvisibleChanged(); + this.OnPropertyChanged("isvisible"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _updatedon; - partial void OnupdatedonChanging(global::System.Nullable value); - partial void OnupdatedonChanged(); + private global::System.Nullable _isvisible; + partial void OnisvisibleChanging(global::System.Nullable value); + partial void OnisvisibleChanged(); /// /// There are no comments for Property ismanaged in the schema. /// @@ -650605,27 +650634,49 @@ public virtual string upgradeinfo partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value 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 _modifiedonbehalfby_value + public virtual global::System.Nullable _createdby_value { get { - return this.__modifiedonbehalfby_value; + return this.__createdby_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 solutionpackageversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string solutionpackageversion + { + get + { + return this._solutionpackageversion; + } + set + { + this.OnsolutionpackageversionChanging(value); + this._solutionpackageversion = value; + this.OnsolutionpackageversionChanged(); + this.OnPropertyChanged("solutionpackageversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _solutionpackageversion; + partial void OnsolutionpackageversionChanging(string value); + partial void OnsolutionpackageversionChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -650715,181 +650766,181 @@ public virtual string templatesuffix 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. + /// There are no comments for Property installedon 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 installedon { get { - return this.__createdby_value; + return this._installedon; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OninstalledonChanging(value); + this._installedon = value; + this.OninstalledonChanged(); + this.OnPropertyChanged("installedon"); } } [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 _installedon; + partial void OninstalledonChanging(global::System.Nullable value); + partial void OninstalledonChanged(); /// - /// There are no comments for Property pinpointpublisherid in the schema. + /// There are no comments for Property version in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable pinpointpublisherid + public virtual string version { get { - return this._pinpointpublisherid; + return this._version; } set { - this.OnpinpointpublisheridChanging(value); - this._pinpointpublisherid = value; - this.OnpinpointpublisheridChanged(); - this.OnPropertyChanged("pinpointpublisherid"); + this.OnversionChanging(value); + this._version = value; + this.OnversionChanged(); + this.OnPropertyChanged("version"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _pinpointpublisherid; - partial void OnpinpointpublisheridChanging(global::System.Nullable value); - partial void OnpinpointpublisheridChanged(); + private string _version; + partial void OnversionChanging(string value); + partial void OnversionChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property pinpointsolutionid 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 pinpointsolutionid { get { - return this._createdon; + return this._pinpointsolutionid; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OnpinpointsolutionidChanging(value); + this._pinpointsolutionid = value; + this.OnpinpointsolutionidChanged(); + this.OnPropertyChanged("pinpointsolutionid"); } } [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 _pinpointsolutionid; + partial void OnpinpointsolutionidChanging(global::System.Nullable value); + partial void OnpinpointsolutionidChanged(); /// - /// There are no comments for Property thumbprint in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string thumbprint + public virtual global::System.Nullable modifiedon { get { - return this._thumbprint; + return this._modifiedon; } set { - this.OnthumbprintChanging(value); - this._thumbprint = value; - this.OnthumbprintChanged(); - this.OnPropertyChanged("thumbprint"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _thumbprint; - partial void OnthumbprintChanging(string value); - partial void OnthumbprintChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property pinpointsolutiondefaultlocale in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string pinpointsolutiondefaultlocale + public virtual string description { get { - return this._pinpointsolutiondefaultlocale; + return this._description; } set { - this.OnpinpointsolutiondefaultlocaleChanging(value); - this._pinpointsolutiondefaultlocale = value; - this.OnpinpointsolutiondefaultlocaleChanged(); - this.OnPropertyChanged("pinpointsolutiondefaultlocale"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _pinpointsolutiondefaultlocale; - partial void OnpinpointsolutiondefaultlocaleChanging(string value); - partial void OnpinpointsolutiondefaultlocaleChanged(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property upgradeinfo in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual string upgradeinfo { get { - return this._description; + return this._upgradeinfo; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.OnupgradeinfoChanging(value); + this._upgradeinfo = value; + this.OnupgradeinfoChanged(); + this.OnPropertyChanged("upgradeinfo"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private string _upgradeinfo; + partial void OnupgradeinfoChanging(string value); + partial void OnupgradeinfoChanged(); /// - /// There are no comments for Property isapimanaged in the schema. + /// There are no comments for Property updatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isapimanaged + public virtual global::System.Nullable updatedon { get { - return this._isapimanaged; + return this._updatedon; } set { - this.OnisapimanagedChanging(value); - this._isapimanaged = value; - this.OnisapimanagedChanged(); - this.OnPropertyChanged("isapimanaged"); + this.OnupdatedonChanging(value); + this._updatedon = value; + this.OnupdatedonChanged(); + this.OnPropertyChanged("updatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isapimanaged; - partial void OnisapimanagedChanging(global::System.Nullable value); - partial void OnisapimanagedChanged(); + private global::System.Nullable _updatedon; + partial void OnupdatedonChanging(global::System.Nullable value); + partial void OnupdatedonChanged(); /// - /// There are no comments for Property version in the schema. + /// There are no comments for Property pinpointpublisherid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string version + public virtual global::System.Nullable pinpointpublisherid { get { - return this._version; + return this._pinpointpublisherid; } set { - this.OnversionChanging(value); - this._version = value; - this.OnversionChanged(); - this.OnPropertyChanged("version"); + this.OnpinpointpublisheridChanging(value); + this._pinpointpublisherid = value; + this.OnpinpointpublisheridChanged(); + this.OnPropertyChanged("pinpointpublisherid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _version; - partial void OnversionChanging(string value); - partial void OnversionChanged(); + private global::System.Nullable _pinpointpublisherid; + partial void OnpinpointpublisheridChanging(global::System.Nullable value); + partial void OnpinpointpublisheridChanged(); /// /// There are no comments for Property friendlyname in the schema. /// @@ -652007,6 +652058,28 @@ public static spd_act Createspd_act(global::Microsoft.Dynamics.CRM.systemuser cr partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_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 _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -652095,49 +652168,49 @@ public static spd_act Createspd_act(global::Microsoft.Dynamics.CRM.systemuser cr partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable overriddencreatedon { get { - return this._versionnumber; + return this._overriddencreatedon; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable statecode { get { - return this._overriddencreatedon; + return this._statecode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -652183,28 +652256,6 @@ public static spd_act Createspd_act(global::Microsoft.Dynamics.CRM.systemuser cr partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// 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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -652315,27 +652366,27 @@ public virtual string spd_actdescription partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable versionnumber { get { - return this._statecode; + return this._versionnumber; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -654950,6 +655001,50 @@ public virtual string spd_middlename1 partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// 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 _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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -655016,71 +655111,71 @@ public virtual string spd_figaroid partial void Onspd_figaroidChanging(string value); partial void Onspd_figaroidChanged(); /// - /// There are no comments for Property spd_surname in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_surname + public virtual global::System.Nullable overriddencreatedon { get { - return this._spd_surname; + return this._overriddencreatedon; } set { - this.Onspd_surnameChanging(value); - this._spd_surname = value; - this.Onspd_surnameChanged(); - this.OnPropertyChanged("spd_surname"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_surname; - partial void Onspd_surnameChanging(string value); - partial void Onspd_surnameChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property spd_surname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual string spd_surname { get { - return this.__ownerid_value; + return this._spd_surname; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.Onspd_surnameChanging(value); + this._spd_surname = value; + this.Onspd_surnameChanged(); + this.OnPropertyChanged("spd_surname"); } } [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 string _spd_surname; + partial void Onspd_surnameChanging(string value); + partial void Onspd_surnameChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property spd_firstname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string spd_firstname { get { - return this.__createdonbehalfby_value; + return this._spd_firstname; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.Onspd_firstnameChanging(value); + this._spd_firstname = value; + this.Onspd_firstnameChanged(); + this.OnPropertyChanged("spd_firstname"); } } [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 string _spd_firstname; + partial void Onspd_firstnameChanging(string value); + partial void Onspd_firstnameChanged(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -655170,71 +655265,71 @@ public virtual string spd_surname partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable createdon { get { - return this._timezoneruleversionnumber; + return this._createdon; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property spd_middlename2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string spd_middlename2 { get { - return this._versionnumber; + return this._spd_middlename2; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onspd_middlename2Changing(value); + this._spd_middlename2 = value; + this.Onspd_middlename2Changed(); + this.OnPropertyChanged("spd_middlename2"); } } [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 string _spd_middlename2; + partial void Onspd_middlename2Changing(string value); + partial void Onspd_middlename2Changed(); /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable statecode { get { - return this._overriddencreatedon; + return this._statecode; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property spd_licensingfigaroid in the schema. /// @@ -655258,28 +655353,6 @@ public virtual string spd_licensingfigaroid partial void Onspd_licensingfigaroidChanging(string value); partial void Onspd_licensingfigaroidChanged(); /// - /// There are no comments for Property spd_middlename2 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_middlename2 - { - get - { - return this._spd_middlename2; - } - set - { - this.Onspd_middlename2Changing(value); - this._spd_middlename2 = value; - this.Onspd_middlename2Changed(); - this.OnPropertyChanged("spd_middlename2"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_middlename2; - partial void Onspd_middlename2Changing(string value); - partial void Onspd_middlename2Changed(); - /// /// There are no comments for Property spd_aliastype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -655324,27 +655397,27 @@ public virtual string spd_middlename2 partial void Onspd_sourceChanging(global::System.Nullable value); partial void Onspd_sourceChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._createdon; + return this._timezoneruleversionnumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property _spd_contactid_value in the schema. /// @@ -655368,27 +655441,27 @@ public virtual string spd_middlename2 partial void On_spd_contactid_valueChanging(global::System.Nullable value); partial void On_spd_contactid_valueChanged(); /// - /// There are no comments for Property statecode 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 statecode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._statecode; + return this.__createdonbehalfby_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + 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 utcconversiontimezonecode in the schema. /// @@ -655456,28 +655529,6 @@ public virtual string spd_fullname partial void Onspd_fullnameChanging(string value); partial void Onspd_fullnameChanged(); /// - /// There are no comments for Property spd_firstname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_firstname - { - get - { - return this._spd_firstname; - } - set - { - this.Onspd_firstnameChanging(value); - this._spd_firstname = value; - this.Onspd_firstnameChanged(); - this.OnPropertyChanged("spd_firstname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_firstname; - partial void Onspd_firstnameChanging(string value); - partial void Onspd_firstnameChanged(); - /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -657125,27 +657176,27 @@ public static spd_application Createspd_application(global::Microsoft.Dynamics.C return spd_application; } /// - /// There are no comments for Property exchangerate in the schema. + /// 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 exchangerate + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._exchangerate; + return this._timezoneruleversionnumber; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + 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 _exchangerate; - partial void OnexchangerateChanging(global::System.Nullable value); - partial void OnexchangerateChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property spd_bankruptcydate in the schema. /// @@ -657191,71 +657242,49 @@ public static spd_application Createspd_application(global::Microsoft.Dynamics.C partial void Onspd_hasexpiredlicenceChanging(global::System.Nullable value); partial void Onspd_hasexpiredlicenceChanged(); /// - /// There are no comments for Property spd_consent in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_consent - { - get - { - return this._spd_consent; - } - set - { - this.Onspd_consentChanging(value); - this._spd_consent = value; - this.Onspd_consentChanged(); - this.OnPropertyChanged("spd_consent"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_consent; - partial void Onspd_consentChanging(global::System.Nullable value); - partial void Onspd_consentChanged(); - /// - /// There are no comments for Property spd_employerprovince in the schema. + /// 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_employerprovince + public virtual string spd_licensingfigaroid { get { - return this._spd_employerprovince; + return this._spd_licensingfigaroid; } set { - this.Onspd_employerprovinceChanging(value); - this._spd_employerprovince = value; - this.Onspd_employerprovinceChanged(); - this.OnPropertyChanged("spd_employerprovince"); + 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_employerprovince; - partial void Onspd_employerprovinceChanging(string value); - partial void Onspd_employerprovinceChanged(); + private string _spd_licensingfigaroid; + partial void Onspd_licensingfigaroidChanging(string value); + partial void Onspd_licensingfigaroidChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable versionnumber { get { - return this.__modifiedonbehalfby_value; + return this._versionnumber; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property spd_hasdriverslicence in the schema. /// @@ -657279,28 +657308,6 @@ public virtual string spd_employerprovince partial void Onspd_hasdriverslicenceChanging(global::System.Nullable value); partial void Onspd_hasdriverslicenceChanged(); /// - /// There are no comments for Property spd_bankruptcyhistorydetails in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_bankruptcyhistorydetails - { - get - { - return this._spd_bankruptcyhistorydetails; - } - set - { - this.Onspd_bankruptcyhistorydetailsChanging(value); - this._spd_bankruptcyhistorydetails = value; - this.Onspd_bankruptcyhistorydetailsChanged(); - this.OnPropertyChanged("spd_bankruptcyhistorydetails"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_bankruptcyhistorydetails; - partial void Onspd_bankruptcyhistorydetailsChanging(string value); - partial void Onspd_bankruptcyhistorydetailsChanged(); - /// /// There are no comments for Property spd_identityconfirmed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -657345,6 +657352,50 @@ public virtual string spd_bankruptcyhistorydetails partial void Onspd_photoidtypeChanging(global::System.Nullable value); partial void Onspd_photoidtypeChanged(); /// + /// There are no comments for Property spd_portalstatus in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_portalstatus + { + get + { + return this._spd_portalstatus; + } + set + { + this.Onspd_portalstatusChanging(value); + this._spd_portalstatus = value; + this.Onspd_portalstatusChanged(); + this.OnPropertyChanged("spd_portalstatus"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_portalstatus; + partial void Onspd_portalstatusChanging(global::System.Nullable value); + partial void Onspd_portalstatusChanged(); + /// + /// There are no comments for Property spd_employerphonenumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_employerphonenumber + { + get + { + return this._spd_employerphonenumber; + } + set + { + this.Onspd_employerphonenumberChanging(value); + this._spd_employerphonenumber = value; + this.Onspd_employerphonenumberChanged(); + this.OnPropertyChanged("spd_employerphonenumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_employerphonenumber; + partial void Onspd_employerphonenumberChanging(string value); + partial void Onspd_employerphonenumberChanged(); + /// /// There are no comments for Property spd_addressline2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -657367,27 +657418,71 @@ public virtual string spd_addressline2 partial void Onspd_addressline2Changing(string value); partial void Onspd_addressline2Changed(); /// - /// There are no comments for Property spd_licencefee_base in the schema. + /// There are no comments for Property spd_canadiancitizen in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_licencefee_base + public virtual global::System.Nullable spd_canadiancitizen { get { - return this._spd_licencefee_base; + return this._spd_canadiancitizen; } set { - this.Onspd_licencefee_baseChanging(value); - this._spd_licencefee_base = value; - this.Onspd_licencefee_baseChanged(); - this.OnPropertyChanged("spd_licencefee_base"); + this.Onspd_canadiancitizenChanging(value); + this._spd_canadiancitizen = value; + this.Onspd_canadiancitizenChanged(); + this.OnPropertyChanged("spd_canadiancitizen"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_licencefee_base; - partial void Onspd_licencefee_baseChanging(global::System.Nullable value); - partial void Onspd_licencefee_baseChanged(); + private global::System.Nullable _spd_canadiancitizen; + partial void Onspd_canadiancitizenChanging(global::System.Nullable value); + partial void Onspd_canadiancitizenChanged(); + /// + /// There are no comments for Property _spd_applicantswlnumberid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_applicantswlnumberid_value + { + get + { + return this.__spd_applicantswlnumberid_value; + } + set + { + this.On_spd_applicantswlnumberid_valueChanging(value); + this.__spd_applicantswlnumberid_value = value; + this.On_spd_applicantswlnumberid_valueChanged(); + this.OnPropertyChanged("_spd_applicantswlnumberid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_applicantswlnumberid_value; + partial void On_spd_applicantswlnumberid_valueChanging(global::System.Nullable value); + partial void On_spd_applicantswlnumberid_valueChanged(); + /// + /// There are no comments for Property spd_residentialprovince in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_residentialprovince + { + get + { + return this._spd_residentialprovince; + } + set + { + this.Onspd_residentialprovinceChanging(value); + this._spd_residentialprovince = value; + this.Onspd_residentialprovinceChanged(); + this.OnPropertyChanged("spd_residentialprovince"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_residentialprovince; + partial void Onspd_residentialprovinceChanging(string value); + partial void Onspd_residentialprovinceChanged(); /// /// There are no comments for Property _spd_submittedby_value in the schema. /// @@ -657433,27 +657528,27 @@ public virtual string spd_addressline1 partial void Onspd_addressline1Changing(string value); partial void Onspd_addressline1Changed(); /// - /// There are no comments for Property spd_portalstatus in the schema. + /// There are no comments for Property spd_payer in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_portalstatus + public virtual global::System.Nullable spd_payer { get { - return this._spd_portalstatus; + return this._spd_payer; } set { - this.Onspd_portalstatusChanging(value); - this._spd_portalstatus = value; - this.Onspd_portalstatusChanged(); - this.OnPropertyChanged("spd_portalstatus"); + this.Onspd_payerChanging(value); + this._spd_payer = value; + this.Onspd_payerChanged(); + this.OnPropertyChanged("spd_payer"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_portalstatus; - partial void Onspd_portalstatusChanging(global::System.Nullable value); - partial void Onspd_portalstatusChanged(); + private global::System.Nullable _spd_payer; + partial void Onspd_payerChanging(global::System.Nullable value); + partial void Onspd_payerChanged(); /// /// There are no comments for Property spd_criminalchargesconvictionsdetails in the schema. /// @@ -657477,6 +657572,50 @@ public virtual string spd_criminalchargesconvictionsdetails partial void Onspd_criminalchargesconvictionsdetailsChanging(string value); partial void Onspd_criminalchargesconvictionsdetailsChanged(); /// + /// There are no comments for Property spd_businessmanageremail in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_businessmanageremail + { + get + { + return this._spd_businessmanageremail; + } + set + { + this.Onspd_businessmanageremailChanging(value); + this._spd_businessmanageremail = value; + this.Onspd_businessmanageremailChanged(); + this.OnPropertyChanged("spd_businessmanageremail"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_businessmanageremail; + partial void Onspd_businessmanageremailChanging(string value); + partial void Onspd_businessmanageremailChanged(); + /// + /// There are no comments for Property spd_employercity in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_employercity + { + get + { + return this._spd_employercity; + } + set + { + this.Onspd_employercityChanging(value); + this._spd_employercity = value; + this.Onspd_employercityChanged(); + this.OnPropertyChanged("spd_employercity"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_employercity; + partial void Onspd_employercityChanging(string value); + partial void Onspd_employercityChanged(); + /// /// There are no comments for Property spd_businessmanagersurname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -657499,27 +657638,27 @@ public virtual string spd_businessmanagersurname partial void Onspd_businessmanagersurnameChanging(string value); partial void Onspd_businessmanagersurnameChanged(); /// - /// There are no comments for Property spd_employercountry in the schema. + /// There are no comments for Property spd_firstname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employercountry + public virtual string spd_firstname { get { - return this._spd_employercountry; + return this._spd_firstname; } set { - this.Onspd_employercountryChanging(value); - this._spd_employercountry = value; - this.Onspd_employercountryChanged(); - this.OnPropertyChanged("spd_employercountry"); + this.Onspd_firstnameChanging(value); + this._spd_firstname = value; + this.Onspd_firstnameChanged(); + this.OnPropertyChanged("spd_firstname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employercountry; - partial void Onspd_employercountryChanging(string value); - partial void Onspd_employercountryChanged(); + private string _spd_firstname; + partial void Onspd_firstnameChanging(string value); + partial void Onspd_firstnameChanged(); /// /// There are no comments for Property spd_sex in the schema. /// @@ -657543,71 +657682,49 @@ public virtual string spd_employercountry partial void Onspd_sexChanging(global::System.Nullable value); partial void Onspd_sexChanged(); /// - /// There are no comments for Property spd_canadiancitizen in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_canadiancitizen - { - get - { - return this._spd_canadiancitizen; - } - set - { - this.Onspd_canadiancitizenChanging(value); - this._spd_canadiancitizen = value; - this.Onspd_canadiancitizenChanged(); - this.OnPropertyChanged("spd_canadiancitizen"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_canadiancitizen; - partial void Onspd_canadiancitizenChanging(global::System.Nullable value); - partial void Onspd_canadiancitizenChanged(); - /// - /// There are no comments for Property spd_nologoorbranding in the schema. + /// There are no comments for Property spd_policebackgroundrole in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_nologoorbranding + public virtual global::System.Nullable spd_policebackgroundrole { get { - return this._spd_nologoorbranding; + return this._spd_policebackgroundrole; } set { - this.Onspd_nologoorbrandingChanging(value); - this._spd_nologoorbranding = value; - this.Onspd_nologoorbrandingChanged(); - this.OnPropertyChanged("spd_nologoorbranding"); + this.Onspd_policebackgroundroleChanging(value); + this._spd_policebackgroundrole = value; + this.Onspd_policebackgroundroleChanged(); + this.OnPropertyChanged("spd_policebackgroundrole"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_nologoorbranding; - partial void Onspd_nologoorbrandingChanging(global::System.Nullable value); - partial void Onspd_nologoorbrandingChanged(); + private global::System.Nullable _spd_policebackgroundrole; + partial void Onspd_policebackgroundroleChanging(global::System.Nullable value); + partial void Onspd_policebackgroundroleChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property spd_residentialaddress2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual string spd_residentialaddress2 { get { - return this._modifiedon; + return this._spd_residentialaddress2; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.Onspd_residentialaddress2Changing(value); + this._spd_residentialaddress2 = value; + this.Onspd_residentialaddress2Changed(); + this.OnPropertyChanged("spd_residentialaddress2"); } } [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 string _spd_residentialaddress2; + partial void Onspd_residentialaddress2Changing(string value); + partial void Onspd_residentialaddress2Changed(); /// /// There are no comments for Property spd_retiredfromapoliceforce in the schema. /// @@ -657697,27 +657814,27 @@ public virtual string spd_casesubstatus partial void Onspd_workswithChanging(global::System.Nullable value); partial void Onspd_workswithChanged(); /// - /// There are no comments for Property spd_residentialaddress1 in the schema. + /// There are no comments for Property spd_applicationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialaddress1 + public virtual global::System.Nullable spd_applicationid { get { - return this._spd_residentialaddress1; + return this._spd_applicationid; } set { - this.Onspd_residentialaddress1Changing(value); - this._spd_residentialaddress1 = value; - this.Onspd_residentialaddress1Changed(); - this.OnPropertyChanged("spd_residentialaddress1"); + this.Onspd_applicationidChanging(value); + this._spd_applicationid = value; + this.Onspd_applicationidChanged(); + this.OnPropertyChanged("spd_applicationid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialaddress1; - partial void Onspd_residentialaddress1Changing(string value); - partial void Onspd_residentialaddress1Changed(); + private global::System.Nullable _spd_applicationid; + partial void Onspd_applicationidChanging(global::System.Nullable value); + partial void Onspd_applicationidChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -657741,27 +657858,27 @@ public virtual string spd_residentialaddress1 partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property spd_policebackgroundother 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 string spd_policebackgroundother + public virtual global::System.Nullable createdon { get { - return this._spd_policebackgroundother; + return this._createdon; } set { - this.Onspd_policebackgroundotherChanging(value); - this._spd_policebackgroundother = value; - this.Onspd_policebackgroundotherChanged(); - this.OnPropertyChanged("spd_policebackgroundother"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_policebackgroundother; - partial void Onspd_policebackgroundotherChanging(string value); - partial void Onspd_policebackgroundotherChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property _spd_applicantid_value in the schema. /// @@ -657829,27 +657946,71 @@ public virtual string spd_uploadid partial void Onspd_uploadidChanging(string value); partial void Onspd_uploadidChanged(); /// - /// There are no comments for Property spd_controllingmemberhistory in the schema. + /// There are no comments for Property spd_bankruptcyhistorydetails in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_controllingmemberhistory + public virtual string spd_bankruptcyhistorydetails { get { - return this._spd_controllingmemberhistory; + return this._spd_bankruptcyhistorydetails; } set { - this.Onspd_controllingmemberhistoryChanging(value); - this._spd_controllingmemberhistory = value; - this.Onspd_controllingmemberhistoryChanged(); - this.OnPropertyChanged("spd_controllingmemberhistory"); + this.Onspd_bankruptcyhistorydetailsChanging(value); + this._spd_bankruptcyhistorydetails = value; + this.Onspd_bankruptcyhistorydetailsChanged(); + this.OnPropertyChanged("spd_bankruptcyhistorydetails"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_controllingmemberhistory; - partial void Onspd_controllingmemberhistoryChanging(global::System.Nullable value); - partial void Onspd_controllingmemberhistoryChanged(); + private string _spd_bankruptcyhistorydetails; + partial void Onspd_bankruptcyhistorydetailsChanging(string value); + partial void Onspd_bankruptcyhistorydetailsChanged(); + /// + /// There are no comments for Property _spd_controllingmemberid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_controllingmemberid_value + { + get + { + return this.__spd_controllingmemberid_value; + } + set + { + this.On_spd_controllingmemberid_valueChanging(value); + this.__spd_controllingmemberid_value = value; + this.On_spd_controllingmemberid_valueChanged(); + this.OnPropertyChanged("_spd_controllingmemberid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_controllingmemberid_value; + partial void On_spd_controllingmemberid_valueChanging(global::System.Nullable value); + partial void On_spd_controllingmemberid_valueChanged(); + /// + /// There are no comments for Property spd_requestdogsreasons in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_requestdogsreasons + { + get + { + return this._spd_requestdogsreasons; + } + set + { + this.Onspd_requestdogsreasonsChanging(value); + this._spd_requestdogsreasons = value; + this.Onspd_requestdogsreasonsChanged(); + this.OnPropertyChanged("spd_requestdogsreasons"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_requestdogsreasons; + partial void Onspd_requestdogsreasonsChanging(string value); + partial void Onspd_requestdogsreasonsChanged(); /// /// There are no comments for Property spd_province in the schema. /// @@ -657873,27 +658034,27 @@ public virtual string spd_province partial void Onspd_provinceChanging(string value); partial void Onspd_provinceChanged(); /// - /// There are no comments for Property spd_casestatus in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_casestatus + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._spd_casestatus; + return this.__modifiedonbehalfby_value; } set { - this.Onspd_casestatusChanging(value); - this._spd_casestatus = value; - this.Onspd_casestatusChanged(); - this.OnPropertyChanged("spd_casestatus"); + 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 string _spd_casestatus; - partial void Onspd_casestatusChanging(string value); - partial void Onspd_casestatusChanged(); + 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_requestdogs in the schema. /// @@ -657939,49 +658100,71 @@ public virtual string spd_casestatus partial void Onspd_originChanging(global::System.Nullable value); partial void Onspd_originChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property _spd_businesslicenseid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable _spd_businesslicenseid_value { get { - return this._versionnumber; + return this.__spd_businesslicenseid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.On_spd_businesslicenseid_valueChanging(value); + this.__spd_businesslicenseid_value = value; + this.On_spd_businesslicenseid_valueChanged(); + this.OnPropertyChanged("_spd_businesslicenseid_value"); } } [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::System.Nullable __spd_businesslicenseid_value; + partial void On_spd_businesslicenseid_valueChanging(global::System.Nullable value); + partial void On_spd_businesslicenseid_valueChanged(); /// - /// There are no comments for Property _spd_businesslicenseid_value in the schema. + /// There are no comments for Property spd_employercontactname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_businesslicenseid_value + public virtual string spd_employercontactname { get { - return this.__spd_businesslicenseid_value; + return this._spd_employercontactname; } set { - this.On_spd_businesslicenseid_valueChanging(value); - this.__spd_businesslicenseid_value = value; - this.On_spd_businesslicenseid_valueChanged(); - this.OnPropertyChanged("_spd_businesslicenseid_value"); + this.Onspd_employercontactnameChanging(value); + this._spd_employercontactname = value; + this.Onspd_employercontactnameChanged(); + this.OnPropertyChanged("spd_employercontactname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_businesslicenseid_value; - partial void On_spd_businesslicenseid_valueChanging(global::System.Nullable value); - partial void On_spd_businesslicenseid_valueChanged(); + private string _spd_employercontactname; + partial void Onspd_employercontactnameChanging(string value); + partial void Onspd_employercontactnameChanged(); + /// + /// There are no comments for Property spd_phonenumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_phonenumber + { + get + { + return this._spd_phonenumber; + } + set + { + this.Onspd_phonenumberChanging(value); + this._spd_phonenumber = value; + this.Onspd_phonenumberChanged(); + this.OnPropertyChanged("spd_phonenumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_phonenumber; + partial void Onspd_phonenumberChanging(string value); + partial void Onspd_phonenumberChanged(); /// /// There are no comments for Property spd_employeraddress2 in the schema. /// @@ -658027,6 +658210,28 @@ public virtual string spd_permitpurpose partial void Onspd_permitpurposeChanging(string value); partial void Onspd_permitpurposeChanged(); /// + /// 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 spd_employeeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -658049,27 +658254,27 @@ public virtual string spd_employeeid partial void Onspd_employeeidChanging(string value); partial void Onspd_employeeidChanged(); /// - /// There are no comments for Property spd_phonenumber in the schema. + /// There are no comments for Property spd_residentialaddress1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_phonenumber + public virtual string spd_residentialaddress1 { get { - return this._spd_phonenumber; + return this._spd_residentialaddress1; } set { - this.Onspd_phonenumberChanging(value); - this._spd_phonenumber = value; - this.Onspd_phonenumberChanged(); - this.OnPropertyChanged("spd_phonenumber"); + this.Onspd_residentialaddress1Changing(value); + this._spd_residentialaddress1 = value; + this.Onspd_residentialaddress1Changed(); + this.OnPropertyChanged("spd_residentialaddress1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_phonenumber; - partial void Onspd_phonenumberChanging(string value); - partial void Onspd_phonenumberChanged(); + private string _spd_residentialaddress1; + partial void Onspd_residentialaddress1Changing(string value); + partial void Onspd_residentialaddress1Changed(); /// /// There are no comments for Property _owninguser_value in the schema. /// @@ -658137,28 +658342,6 @@ public virtual string spd_phonenumber partial void On_spd_invoiceid_valueChanging(global::System.Nullable value); partial void On_spd_invoiceid_valueChanged(); /// - /// There are no comments for Property spd_applicationid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_applicationid - { - get - { - return this._spd_applicationid; - } - set - { - this.Onspd_applicationidChanging(value); - this._spd_applicationid = value; - this.Onspd_applicationidChanged(); - this.OnPropertyChanged("spd_applicationid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_applicationid; - partial void Onspd_applicationidChanging(global::System.Nullable value); - partial void Onspd_applicationidChanged(); - /// /// There are no comments for Property spd_businessmanagerfirstname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -658181,49 +658364,27 @@ public virtual string spd_businessmanagerfirstname partial void Onspd_businessmanagerfirstnameChanging(string value); partial void Onspd_businessmanagerfirstnameChanged(); /// - /// There are no comments for Property spd_employercity in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employercity - { - get - { - return this._spd_employercity; - } - set - { - this.Onspd_employercityChanging(value); - this._spd_employercity = value; - this.Onspd_employercityChanged(); - this.OnPropertyChanged("spd_employercity"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employercity; - partial void Onspd_employercityChanging(string value); - partial void Onspd_employercityChanged(); - /// - /// There are no comments for Property spd_submittedon in the schema. + /// There are no comments for Property spd_casestatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_submittedon + public virtual string spd_casestatus { get { - return this._spd_submittedon; + return this._spd_casestatus; } set { - this.Onspd_submittedonChanging(value); - this._spd_submittedon = value; - this.Onspd_submittedonChanged(); - this.OnPropertyChanged("spd_submittedon"); + this.Onspd_casestatusChanging(value); + this._spd_casestatus = value; + this.Onspd_casestatusChanged(); + this.OnPropertyChanged("spd_casestatus"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_submittedon; - partial void Onspd_submittedonChanging(global::System.Nullable value); - partial void Onspd_submittedonChanged(); + private string _spd_casestatus; + partial void Onspd_casestatusChanging(string value); + partial void Onspd_casestatusChanged(); /// /// There are no comments for Property spd_applicanthaircolour in the schema. /// @@ -658247,27 +658408,27 @@ public virtual string spd_employercity partial void Onspd_applicanthaircolourChanging(global::System.Nullable value); partial void Onspd_applicanthaircolourChanged(); /// - /// There are no comments for Property _spd_applicantswlnumberid_value in the schema. + /// There are no comments for Property spd_businessmanagermiddlename2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_applicantswlnumberid_value + public virtual string spd_businessmanagermiddlename2 { get { - return this.__spd_applicantswlnumberid_value; + return this._spd_businessmanagermiddlename2; } set { - this.On_spd_applicantswlnumberid_valueChanging(value); - this.__spd_applicantswlnumberid_value = value; - this.On_spd_applicantswlnumberid_valueChanged(); - this.OnPropertyChanged("_spd_applicantswlnumberid_value"); + this.Onspd_businessmanagermiddlename2Changing(value); + this._spd_businessmanagermiddlename2 = value; + this.Onspd_businessmanagermiddlename2Changed(); + this.OnPropertyChanged("spd_businessmanagermiddlename2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_applicantswlnumberid_value; - partial void On_spd_applicantswlnumberid_valueChanging(global::System.Nullable value); - partial void On_spd_applicantswlnumberid_valueChanged(); + private string _spd_businessmanagermiddlename2; + partial void Onspd_businessmanagermiddlename2Changing(string value); + partial void Onspd_businessmanagermiddlename2Changed(); /// /// There are no comments for Property spd_usephotofrombcsc in the schema. /// @@ -658291,27 +658452,71 @@ public virtual string spd_employercity partial void Onspd_usephotofrombcscChanging(global::System.Nullable value); partial void Onspd_usephotofrombcscChanged(); /// - /// There are no comments for Property spd_requestdogsreasons in the schema. + /// There are no comments for Property spd_employerpostalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_requestdogsreasons + public virtual string spd_employerpostalcode { get { - return this._spd_requestdogsreasons; + return this._spd_employerpostalcode; } set { - this.Onspd_requestdogsreasonsChanging(value); - this._spd_requestdogsreasons = value; - this.Onspd_requestdogsreasonsChanged(); - this.OnPropertyChanged("spd_requestdogsreasons"); + this.Onspd_employerpostalcodeChanging(value); + this._spd_employerpostalcode = value; + this.Onspd_employerpostalcodeChanged(); + this.OnPropertyChanged("spd_employerpostalcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_requestdogsreasons; - partial void Onspd_requestdogsreasonsChanging(string value); - partial void Onspd_requestdogsreasonsChanged(); + private string _spd_employerpostalcode; + partial void Onspd_employerpostalcodeChanging(string value); + partial void Onspd_employerpostalcodeChanged(); + /// + /// There are no comments for Property spd_legalnamechange in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_legalnamechange + { + get + { + return this._spd_legalnamechange; + } + set + { + this.Onspd_legalnamechangeChanging(value); + this._spd_legalnamechange = value; + this.Onspd_legalnamechangeChanged(); + this.OnPropertyChanged("spd_legalnamechange"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_legalnamechange; + partial void Onspd_legalnamechangeChanging(global::System.Nullable value); + partial void Onspd_legalnamechangeChanged(); + /// + /// There are no comments for Property spd_licencefee in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_licencefee + { + get + { + return this._spd_licencefee; + } + set + { + this.Onspd_licencefeeChanging(value); + this._spd_licencefee = value; + this.Onspd_licencefeeChanged(); + this.OnPropertyChanged("spd_licencefee"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_licencefee; + partial void Onspd_licencefeeChanging(global::System.Nullable value); + partial void Onspd_licencefeeChanged(); /// /// There are no comments for Property spd_residentialcountry in the schema. /// @@ -658335,27 +658540,27 @@ public virtual string spd_residentialcountry partial void Onspd_residentialcountryChanging(string value); partial void Onspd_residentialcountryChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property spd_businessmanagermiddlename1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual string spd_businessmanagermiddlename1 { get { - return this._createdon; + return this._spd_businessmanagermiddlename1; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Onspd_businessmanagermiddlename1Changing(value); + this._spd_businessmanagermiddlename1 = value; + this.Onspd_businessmanagermiddlename1Changed(); + this.OnPropertyChanged("spd_businessmanagermiddlename1"); } } [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 string _spd_businessmanagermiddlename1; + partial void Onspd_businessmanagermiddlename1Changing(string value); + partial void Onspd_businessmanagermiddlename1Changed(); /// /// There are no comments for Property spd_lastname in the schema. /// @@ -658379,27 +658584,27 @@ public virtual string spd_lastname partial void Onspd_lastnameChanging(string value); partial void Onspd_lastnameChanged(); /// - /// There are no comments for Property _spd_servicetypeid_value 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_servicetypeid_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__spd_servicetypeid_value; + return this.__createdonbehalfby_value; } set { - this.On_spd_servicetypeid_valueChanging(value); - this.__spd_servicetypeid_value = value; - this.On_spd_servicetypeid_valueChanged(); - this.OnPropertyChanged("_spd_servicetypeid_value"); + 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_servicetypeid_value; - partial void On_spd_servicetypeid_valueChanging(global::System.Nullable value); - partial void On_spd_servicetypeid_valueChanged(); + 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 overriddencreatedon in the schema. /// @@ -658423,49 +658628,93 @@ public virtual string spd_lastname partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property spd_businessmanagermiddlename2 in the schema. + /// There are no comments for Property spd_applicantsposition in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_businessmanagermiddlename2 + public virtual string spd_applicantsposition { get { - return this._spd_businessmanagermiddlename2; + return this._spd_applicantsposition; } set { - this.Onspd_businessmanagermiddlename2Changing(value); - this._spd_businessmanagermiddlename2 = value; - this.Onspd_businessmanagermiddlename2Changed(); - this.OnPropertyChanged("spd_businessmanagermiddlename2"); + this.Onspd_applicantspositionChanging(value); + this._spd_applicantsposition = value; + this.Onspd_applicantspositionChanged(); + this.OnPropertyChanged("spd_applicantsposition"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_businessmanagermiddlename2; - partial void Onspd_businessmanagermiddlename2Changing(string value); - partial void Onspd_businessmanagermiddlename2Changed(); + private string _spd_applicantsposition; + partial void Onspd_applicantspositionChanging(string value); + partial void Onspd_applicantspositionChanged(); /// - /// There are no comments for Property spd_criminalchargesconvictionsorlawsuits in the schema. + /// There are no comments for Property spd_haspreviousnames in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_criminalchargesconvictionsorlawsuits + public virtual global::System.Nullable spd_haspreviousnames { get { - return this._spd_criminalchargesconvictionsorlawsuits; + return this._spd_haspreviousnames; } set { - this.Onspd_criminalchargesconvictionsorlawsuitsChanging(value); - this._spd_criminalchargesconvictionsorlawsuits = value; - this.Onspd_criminalchargesconvictionsorlawsuitsChanged(); - this.OnPropertyChanged("spd_criminalchargesconvictionsorlawsuits"); + this.Onspd_haspreviousnamesChanging(value); + this._spd_haspreviousnames = value; + this.Onspd_haspreviousnamesChanged(); + this.OnPropertyChanged("spd_haspreviousnames"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_criminalchargesconvictionsorlawsuits; - partial void Onspd_criminalchargesconvictionsorlawsuitsChanging(global::System.Nullable value); - partial void Onspd_criminalchargesconvictionsorlawsuitsChanged(); + private global::System.Nullable _spd_haspreviousnames; + partial void Onspd_haspreviousnamesChanging(global::System.Nullable value); + partial void Onspd_haspreviousnamesChanged(); + /// + /// There are no comments for Property spd_paidon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_paidon + { + get + { + return this._spd_paidon; + } + set + { + this.Onspd_paidonChanging(value); + this._spd_paidon = value; + this.Onspd_paidonChanged(); + this.OnPropertyChanged("spd_paidon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_paidon; + partial void Onspd_paidonChanging(global::System.Nullable value); + partial void Onspd_paidonChanged(); + /// + /// There are no comments for Property spd_applicanteyecolour in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_applicanteyecolour + { + get + { + return this._spd_applicanteyecolour; + } + set + { + this.Onspd_applicanteyecolourChanging(value); + this._spd_applicanteyecolour = value; + this.Onspd_applicanteyecolourChanged(); + this.OnPropertyChanged("spd_applicanteyecolour"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_applicanteyecolour; + partial void Onspd_applicanteyecolourChanging(global::System.Nullable value); + partial void Onspd_applicanteyecolourChanged(); /// /// There are no comments for Property spd_contractedcompanyname in the schema. /// @@ -658511,6 +658760,28 @@ public virtual string spd_contractedcompanyname partial void Onspd_fingerprintsonrecordChanging(global::System.Nullable value); partial void Onspd_fingerprintsonrecordChanged(); /// + /// There are no comments for Property spd_bcdriverslicense in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_bcdriverslicense + { + get + { + return this._spd_bcdriverslicense; + } + set + { + this.Onspd_bcdriverslicenseChanging(value); + this._spd_bcdriverslicense = value; + this.Onspd_bcdriverslicenseChanged(); + this.OnPropertyChanged("spd_bcdriverslicense"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_bcdriverslicense; + partial void Onspd_bcdriverslicenseChanging(string value); + partial void Onspd_bcdriverslicenseChanged(); + /// /// There are no comments for Property spd_middlename1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -658533,27 +658804,27 @@ public virtual string spd_middlename1 partial void Onspd_middlename1Changing(string value); partial void Onspd_middlename1Changed(); /// - /// There are no comments for Property spd_bcdriverslicense in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_bcdriverslicense + public virtual global::System.Nullable modifiedon { get { - return this._spd_bcdriverslicense; + return this._modifiedon; } set { - this.Onspd_bcdriverslicenseChanging(value); - this._spd_bcdriverslicense = value; - this.Onspd_bcdriverslicenseChanged(); - this.OnPropertyChanged("spd_bcdriverslicense"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_bcdriverslicense; - partial void Onspd_bcdriverslicenseChanging(string value); - partial void Onspd_bcdriverslicenseChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property spd_criminalhistory in the schema. /// @@ -658665,181 +658936,159 @@ public virtual string spd_employeremail partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property spd_rationale in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_rationale - { - get - { - return this._spd_rationale; - } - set - { - this.Onspd_rationaleChanging(value); - this._spd_rationale = value; - this.Onspd_rationaleChanged(); - this.OnPropertyChanged("spd_rationale"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_rationale; - partial void Onspd_rationaleChanging(string value); - partial void Onspd_rationaleChanged(); - /// - /// There are no comments for Property spd_employercontactname in the schema. + /// There are no comments for Property spd_nologoorbranding in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employercontactname + public virtual global::System.Nullable spd_nologoorbranding { get { - return this._spd_employercontactname; + return this._spd_nologoorbranding; } set { - this.Onspd_employercontactnameChanging(value); - this._spd_employercontactname = value; - this.Onspd_employercontactnameChanged(); - this.OnPropertyChanged("spd_employercontactname"); + this.Onspd_nologoorbrandingChanging(value); + this._spd_nologoorbranding = value; + this.Onspd_nologoorbrandingChanged(); + this.OnPropertyChanged("spd_nologoorbranding"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employercontactname; - partial void Onspd_employercontactnameChanging(string value); - partial void Onspd_employercontactnameChanged(); + private global::System.Nullable _spd_nologoorbranding; + partial void Onspd_nologoorbrandingChanging(global::System.Nullable value); + partial void Onspd_nologoorbrandingChanged(); /// - /// There are no comments for Property spd_link3 in the schema. + /// There are no comments for Property spd_employercountry in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_link3 + public virtual string spd_employercountry { get { - return this._spd_link3; + return this._spd_employercountry; } set { - this.Onspd_link3Changing(value); - this._spd_link3 = value; - this.Onspd_link3Changed(); - this.OnPropertyChanged("spd_link3"); + this.Onspd_employercountryChanging(value); + this._spd_employercountry = value; + this.Onspd_employercountryChanged(); + this.OnPropertyChanged("spd_employercountry"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_link3; - partial void Onspd_link3Changing(string value); - partial void Onspd_link3Changed(); + private string _spd_employercountry; + partial void Onspd_employercountryChanging(string value); + partial void Onspd_employercountryChanged(); /// - /// There are no comments for Property spd_requestrestraints in the schema. + /// There are no comments for Property spd_employerprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_requestrestraints + public virtual string spd_employerprovince { get { - return this._spd_requestrestraints; + return this._spd_employerprovince; } set { - this.Onspd_requestrestraintsChanging(value); - this._spd_requestrestraints = value; - this.Onspd_requestrestraintsChanged(); - this.OnPropertyChanged("spd_requestrestraints"); + 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 global::System.Nullable _spd_requestrestraints; - partial void Onspd_requestrestraintsChanging(global::System.Nullable value); - partial void Onspd_requestrestraintsChanged(); + private string _spd_employerprovince; + partial void Onspd_employerprovinceChanging(string value); + partial void Onspd_employerprovinceChanged(); /// - /// There are no comments for Property spd_employername in the schema. + /// There are no comments for Property spd_rationale in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employername + public virtual string spd_rationale { get { - return this._spd_employername; + return this._spd_rationale; } set { - this.Onspd_employernameChanging(value); - this._spd_employername = value; - this.Onspd_employernameChanged(); - this.OnPropertyChanged("spd_employername"); + this.Onspd_rationaleChanging(value); + this._spd_rationale = value; + this.Onspd_rationaleChanged(); + this.OnPropertyChanged("spd_rationale"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employername; - partial void Onspd_employernameChanging(string value); - partial void Onspd_employernameChanged(); + private string _spd_rationale; + partial void Onspd_rationaleChanging(string value); + partial void Onspd_rationaleChanged(); /// - /// There are no comments for Property spd_paidon in the schema. + /// There are no comments for Property spd_link3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_paidon + public virtual string spd_link3 { get { - return this._spd_paidon; + return this._spd_link3; } set { - this.Onspd_paidonChanging(value); - this._spd_paidon = value; - this.Onspd_paidonChanged(); - this.OnPropertyChanged("spd_paidon"); + this.Onspd_link3Changing(value); + this._spd_link3 = value; + this.Onspd_link3Changed(); + this.OnPropertyChanged("spd_link3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_paidon; - partial void Onspd_paidonChanging(global::System.Nullable value); - partial void Onspd_paidonChanged(); + private string _spd_link3; + partial void Onspd_link3Changing(string value); + partial void Onspd_link3Changed(); /// - /// There are no comments for Property spd_height in the schema. + /// There are no comments for Property spd_requestrestraints in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_height + public virtual global::System.Nullable spd_requestrestraints { get { - return this._spd_height; + return this._spd_requestrestraints; } set { - this.Onspd_heightChanging(value); - this._spd_height = value; - this.Onspd_heightChanged(); - this.OnPropertyChanged("spd_height"); + this.Onspd_requestrestraintsChanging(value); + this._spd_requestrestraints = value; + this.Onspd_requestrestraintsChanged(); + this.OnPropertyChanged("spd_requestrestraints"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_height; - partial void Onspd_heightChanging(string value); - partial void Onspd_heightChanged(); + private global::System.Nullable _spd_requestrestraints; + partial void Onspd_requestrestraintsChanging(global::System.Nullable value); + partial void Onspd_requestrestraintsChanged(); /// - /// There are no comments for Property spd_licensingfigaroid in the schema. + /// There are no comments for Property spd_policebackgroundother in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_licensingfigaroid + public virtual string spd_policebackgroundother { get { - return this._spd_licensingfigaroid; + return this._spd_policebackgroundother; } set { - this.Onspd_licensingfigaroidChanging(value); - this._spd_licensingfigaroid = value; - this.Onspd_licensingfigaroidChanged(); - this.OnPropertyChanged("spd_licensingfigaroid"); + this.Onspd_policebackgroundotherChanging(value); + this._spd_policebackgroundother = value; + this.Onspd_policebackgroundotherChanged(); + this.OnPropertyChanged("spd_policebackgroundother"); } } [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 string _spd_policebackgroundother; + partial void Onspd_policebackgroundotherChanging(string value); + partial void Onspd_policebackgroundotherChanged(); /// /// There are no comments for Property spd_declarationdate in the schema. /// @@ -658863,27 +659112,27 @@ public virtual string spd_licensingfigaroid partial void Onspd_declarationdateChanging(global::System.Nullable value); partial void Onspd_declarationdateChanged(); /// - /// There are no comments for Property spd_residentialprovince in the schema. + /// There are no comments for Property spd_resideincanada in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialprovince + public virtual global::System.Nullable spd_resideincanada { get { - return this._spd_residentialprovince; + return this._spd_resideincanada; } set { - this.Onspd_residentialprovinceChanging(value); - this._spd_residentialprovince = value; - this.Onspd_residentialprovinceChanged(); - this.OnPropertyChanged("spd_residentialprovince"); + this.Onspd_resideincanadaChanging(value); + this._spd_resideincanada = value; + this.Onspd_resideincanadaChanged(); + this.OnPropertyChanged("spd_resideincanada"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialprovince; - partial void Onspd_residentialprovinceChanging(string value); - partial void Onspd_residentialprovinceChanged(); + private global::System.Nullable _spd_resideincanada; + partial void Onspd_resideincanadaChanging(global::System.Nullable value); + partial void Onspd_resideincanadaChanged(); /// /// There are no comments for Property spd_declaration in the schema. /// @@ -658929,27 +659178,27 @@ public virtual string spd_residentialprovince partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property spd_employerpostalcode in the schema. + /// There are no comments for Property spd_employername in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employerpostalcode + public virtual string spd_employername { get { - return this._spd_employerpostalcode; + return this._spd_employername; } set { - this.Onspd_employerpostalcodeChanging(value); - this._spd_employerpostalcode = value; - this.Onspd_employerpostalcodeChanged(); - this.OnPropertyChanged("spd_employerpostalcode"); + this.Onspd_employernameChanging(value); + this._spd_employername = value; + this.Onspd_employernameChanged(); + this.OnPropertyChanged("spd_employername"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employerpostalcode; - partial void Onspd_employerpostalcodeChanging(string value); - partial void Onspd_employerpostalcodeChanged(); + private string _spd_employername; + partial void Onspd_employernameChanging(string value); + partial void Onspd_employernameChanged(); /// /// There are no comments for Property spd_uploadeddocuments in the schema. /// @@ -658973,27 +659222,27 @@ public virtual string spd_uploadeddocuments partial void Onspd_uploadeddocumentsChanging(string value); partial void Onspd_uploadeddocumentsChanged(); /// - /// There are no comments for Property spd_name in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_name + public virtual global::System.Nullable _modifiedby_value { get { - return this._spd_name; + return this.__modifiedby_value; } set { - this.Onspd_nameChanging(value); - this._spd_name = value; - this.Onspd_nameChanged(); - this.OnPropertyChanged("spd_name"); + 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 string _spd_name; - partial void Onspd_nameChanging(string value); - partial void Onspd_nameChanged(); + 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 spd_figaroid in the schema. /// @@ -659017,49 +659266,27 @@ public virtual string spd_figaroid partial void Onspd_figaroidChanging(string value); partial void Onspd_figaroidChanged(); /// - /// There are no comments for Property spd_payer in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_payer - { - get - { - return this._spd_payer; - } - set - { - this.Onspd_payerChanging(value); - this._spd_payer = value; - this.Onspd_payerChanged(); - this.OnPropertyChanged("spd_payer"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_payer; - partial void Onspd_payerChanging(global::System.Nullable value); - partial void Onspd_payerChanged(); - /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable statuscode { get { - return this.__modifiedby_value; + return this._statuscode; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -659105,50 +659332,6 @@ public virtual string spd_delegateid partial void Onspd_delegateidChanging(string value); partial void Onspd_delegateidChanged(); /// - /// 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 spd_licencefee in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_licencefee - { - get - { - return this._spd_licencefee; - } - set - { - this.Onspd_licencefeeChanging(value); - this._spd_licencefee = value; - this.Onspd_licencefeeChanged(); - this.OnPropertyChanged("spd_licencefee"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_licencefee; - partial void Onspd_licencefeeChanging(global::System.Nullable value); - partial void Onspd_licencefeeChanged(); - /// /// There are no comments for Property spd_licenceterm in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -659171,50 +659354,6 @@ public virtual string spd_delegateid partial void Onspd_licencetermChanging(global::System.Nullable value); partial void Onspd_licencetermChanged(); /// - /// There are no comments for Property spd_residentialcity in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialcity - { - get - { - return this._spd_residentialcity; - } - set - { - this.Onspd_residentialcityChanging(value); - this._spd_residentialcity = value; - this.Onspd_residentialcityChanged(); - this.OnPropertyChanged("spd_residentialcity"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialcity; - partial void Onspd_residentialcityChanging(string value); - partial void Onspd_residentialcityChanged(); - /// - /// There are no comments for Property spd_applicanteyecolour in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_applicanteyecolour - { - get - { - return this._spd_applicanteyecolour; - } - set - { - this.Onspd_applicanteyecolourChanging(value); - this._spd_applicanteyecolour = value; - this.Onspd_applicanteyecolourChanged(); - this.OnPropertyChanged("spd_applicanteyecolour"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_applicanteyecolour; - partial void Onspd_applicanteyecolourChanging(global::System.Nullable value); - partial void Onspd_applicanteyecolourChanged(); - /// /// There are no comments for Property spd_birthplace in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -659259,71 +659398,49 @@ public virtual string spd_birthplace partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property spd_portalmodifiedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_portalmodifiedon - { - get - { - return this._spd_portalmodifiedon; - } - set - { - this.Onspd_portalmodifiedonChanging(value); - this._spd_portalmodifiedon = value; - this.Onspd_portalmodifiedonChanged(); - this.OnPropertyChanged("spd_portalmodifiedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_portalmodifiedon; - partial void Onspd_portalmodifiedonChanging(global::System.Nullable value); - partial void Onspd_portalmodifiedonChanged(); - /// - /// There are no comments for Property spd_policebackgroundrole in the schema. + /// There are no comments for Property spd_criminalchargesconvictionsorlawsuits in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_policebackgroundrole + public virtual global::System.Nullable spd_criminalchargesconvictionsorlawsuits { get { - return this._spd_policebackgroundrole; + return this._spd_criminalchargesconvictionsorlawsuits; } set { - this.Onspd_policebackgroundroleChanging(value); - this._spd_policebackgroundrole = value; - this.Onspd_policebackgroundroleChanged(); - this.OnPropertyChanged("spd_policebackgroundrole"); + this.Onspd_criminalchargesconvictionsorlawsuitsChanging(value); + this._spd_criminalchargesconvictionsorlawsuits = value; + this.Onspd_criminalchargesconvictionsorlawsuitsChanged(); + this.OnPropertyChanged("spd_criminalchargesconvictionsorlawsuits"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_policebackgroundrole; - partial void Onspd_policebackgroundroleChanging(global::System.Nullable value); - partial void Onspd_policebackgroundroleChanged(); + private global::System.Nullable _spd_criminalchargesconvictionsorlawsuits; + partial void Onspd_criminalchargesconvictionsorlawsuitsChanging(global::System.Nullable value); + partial void Onspd_criminalchargesconvictionsorlawsuitsChanged(); /// - /// There are no comments for Property spd_residentialaddress2 in the schema. + /// There are no comments for Property spd_fullname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialaddress2 + public virtual string spd_fullname { get { - return this._spd_residentialaddress2; + return this._spd_fullname; } set { - this.Onspd_residentialaddress2Changing(value); - this._spd_residentialaddress2 = value; - this.Onspd_residentialaddress2Changed(); - this.OnPropertyChanged("spd_residentialaddress2"); + this.Onspd_fullnameChanging(value); + this._spd_fullname = value; + this.Onspd_fullnameChanged(); + this.OnPropertyChanged("spd_fullname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialaddress2; - partial void Onspd_residentialaddress2Changing(string value); - partial void Onspd_residentialaddress2Changed(); + private string _spd_fullname; + partial void Onspd_fullnameChanging(string value); + partial void Onspd_fullnameChanged(); /// /// There are no comments for Property spd_link1 in the schema. /// @@ -659369,6 +659486,28 @@ public virtual string spd_link1 partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property _spd_parentorganizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_parentorganizationid_value + { + get + { + return this.__spd_parentorganizationid_value; + } + set + { + this.On_spd_parentorganizationid_valueChanging(value); + this.__spd_parentorganizationid_value = value; + this.On_spd_parentorganizationid_valueChanged(); + this.OnPropertyChanged("_spd_parentorganizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_parentorganizationid_value; + partial void On_spd_parentorganizationid_valueChanging(global::System.Nullable value); + partial void On_spd_parentorganizationid_valueChanged(); + /// /// There are no comments for Property spd_mentalhealthcondition in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -659391,27 +659530,27 @@ public virtual string spd_link1 partial void Onspd_mentalhealthconditionChanging(global::System.Nullable value); partial void Onspd_mentalhealthconditionChanged(); /// - /// There are no comments for Property spd_firstname in the schema. + /// There are no comments for Property spd_peaceofficer in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_firstname + public virtual global::System.Nullable spd_peaceofficer { get { - return this._spd_firstname; + return this._spd_peaceofficer; } set { - this.Onspd_firstnameChanging(value); - this._spd_firstname = value; - this.Onspd_firstnameChanged(); - this.OnPropertyChanged("spd_firstname"); + this.Onspd_peaceofficerChanging(value); + this._spd_peaceofficer = value; + this.Onspd_peaceofficerChanged(); + this.OnPropertyChanged("spd_peaceofficer"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_firstname; - partial void Onspd_firstnameChanging(string value); - partial void Onspd_firstnameChanged(); + private global::System.Nullable _spd_peaceofficer; + partial void Onspd_peaceofficerChanging(global::System.Nullable value); + partial void Onspd_peaceofficerChanged(); /// /// There are no comments for Property spd_link2 in the schema. /// @@ -659435,49 +659574,49 @@ public virtual string spd_link2 partial void Onspd_link2Changing(string value); partial void Onspd_link2Changed(); /// - /// There are no comments for Property spd_peaceofficer in the schema. + /// There are no comments for Property spd_residentialpostalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_peaceofficer + public virtual string spd_residentialpostalcode { get { - return this._spd_peaceofficer; + return this._spd_residentialpostalcode; } set { - this.Onspd_peaceofficerChanging(value); - this._spd_peaceofficer = value; - this.Onspd_peaceofficerChanged(); - this.OnPropertyChanged("spd_peaceofficer"); + this.Onspd_residentialpostalcodeChanging(value); + this._spd_residentialpostalcode = value; + this.Onspd_residentialpostalcodeChanged(); + this.OnPropertyChanged("spd_residentialpostalcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_peaceofficer; - partial void Onspd_peaceofficerChanging(global::System.Nullable value); - partial void Onspd_peaceofficerChanged(); + private string _spd_residentialpostalcode; + partial void Onspd_residentialpostalcodeChanging(string value); + partial void Onspd_residentialpostalcodeChanged(); /// - /// There are no comments for Property spd_employerphonenumber in the schema. + /// There are no comments for Property spd_controllingmemberhistory in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employerphonenumber + public virtual global::System.Nullable spd_controllingmemberhistory { get { - return this._spd_employerphonenumber; + return this._spd_controllingmemberhistory; } set { - this.Onspd_employerphonenumberChanging(value); - this._spd_employerphonenumber = value; - this.Onspd_employerphonenumberChanged(); - this.OnPropertyChanged("spd_employerphonenumber"); + this.Onspd_controllingmemberhistoryChanging(value); + this._spd_controllingmemberhistory = value; + this.Onspd_controllingmemberhistoryChanged(); + this.OnPropertyChanged("spd_controllingmemberhistory"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employerphonenumber; - partial void Onspd_employerphonenumberChanging(string value); - partial void Onspd_employerphonenumberChanged(); + private global::System.Nullable _spd_controllingmemberhistory; + partial void Onspd_controllingmemberhistoryChanging(global::System.Nullable value); + partial void Onspd_controllingmemberhistoryChanged(); /// /// There are no comments for Property _ownerid_value in the schema. /// @@ -659545,27 +659684,27 @@ public virtual string spd_emailaddress1 partial void Onspd_emailaddress1Changing(string value); partial void Onspd_emailaddress1Changed(); /// - /// There are no comments for Property spd_fullname in the schema. + /// There are no comments for Property spd_height in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_fullname + public virtual string spd_height { get { - return this._spd_fullname; + return this._spd_height; } set { - this.Onspd_fullnameChanging(value); - this._spd_fullname = value; - this.Onspd_fullnameChanged(); - this.OnPropertyChanged("spd_fullname"); + this.Onspd_heightChanging(value); + this._spd_height = value; + this.Onspd_heightChanged(); + this.OnPropertyChanged("spd_height"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_fullname; - partial void Onspd_fullnameChanging(string value); - partial void Onspd_fullnameChanged(); + private string _spd_height; + partial void Onspd_heightChanging(string value); + partial void Onspd_heightChanged(); /// /// There are no comments for Property spd_businesstype in the schema. /// @@ -659589,28 +659728,6 @@ public virtual string spd_fullname partial void Onspd_businesstypeChanging(global::System.Nullable value); partial void Onspd_businesstypeChanged(); /// - /// There are no comments for Property spd_haspreviousnames in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_haspreviousnames - { - get - { - return this._spd_haspreviousnames; - } - set - { - this.Onspd_haspreviousnamesChanging(value); - this._spd_haspreviousnames = value; - this.Onspd_haspreviousnamesChanged(); - this.OnPropertyChanged("spd_haspreviousnames"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_haspreviousnames; - partial void Onspd_haspreviousnamesChanging(global::System.Nullable value); - partial void Onspd_haspreviousnamesChanged(); - /// /// There are no comments for Property _spd_currentexpiredlicenceid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -659633,115 +659750,27 @@ public virtual string spd_fullname partial void On_spd_currentexpiredlicenceid_valueChanging(global::System.Nullable value); partial void On_spd_currentexpiredlicenceid_valueChanged(); /// - /// There are no comments for Property spd_businessmanagermiddlename1 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_businessmanagermiddlename1 - { - get - { - return this._spd_businessmanagermiddlename1; - } - set - { - this.Onspd_businessmanagermiddlename1Changing(value); - this._spd_businessmanagermiddlename1 = value; - this.Onspd_businessmanagermiddlename1Changed(); - this.OnPropertyChanged("spd_businessmanagermiddlename1"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_businessmanagermiddlename1; - partial void Onspd_businessmanagermiddlename1Changing(string value); - partial void Onspd_businessmanagermiddlename1Changed(); - /// - /// There are no comments for Property _spd_parentorganizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_parentorganizationid_value - { - get - { - return this.__spd_parentorganizationid_value; - } - set - { - this.On_spd_parentorganizationid_valueChanging(value); - this.__spd_parentorganizationid_value = value; - this.On_spd_parentorganizationid_valueChanged(); - this.OnPropertyChanged("_spd_parentorganizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_parentorganizationid_value; - partial void On_spd_parentorganizationid_valueChanging(global::System.Nullable value); - partial void On_spd_parentorganizationid_valueChanged(); - /// - /// There are no comments for Property spd_applicantsposition in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_applicantsposition - { - get - { - return this._spd_applicantsposition; - } - set - { - this.Onspd_applicantspositionChanging(value); - this._spd_applicantsposition = value; - this.Onspd_applicantspositionChanged(); - this.OnPropertyChanged("spd_applicantsposition"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_applicantsposition; - partial void Onspd_applicantspositionChanging(string value); - partial void Onspd_applicantspositionChanged(); - /// - /// There are no comments for Property spd_legalnamechange in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_legalnamechange - { - get - { - return this._spd_legalnamechange; - } - set - { - this.Onspd_legalnamechangeChanging(value); - this._spd_legalnamechange = value; - this.Onspd_legalnamechangeChanged(); - this.OnPropertyChanged("spd_legalnamechange"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_legalnamechange; - partial void Onspd_legalnamechangeChanging(global::System.Nullable value); - partial void Onspd_legalnamechangeChanged(); - /// - /// There are no comments for Property _spd_controllingmemberid_value in the schema. + /// There are no comments for Property spd_licencefee_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_controllingmemberid_value + public virtual global::System.Nullable spd_licencefee_base { get { - return this.__spd_controllingmemberid_value; + return this._spd_licencefee_base; } set { - this.On_spd_controllingmemberid_valueChanging(value); - this.__spd_controllingmemberid_value = value; - this.On_spd_controllingmemberid_valueChanged(); - this.OnPropertyChanged("_spd_controllingmemberid_value"); + this.Onspd_licencefee_baseChanging(value); + this._spd_licencefee_base = value; + this.Onspd_licencefee_baseChanged(); + this.OnPropertyChanged("spd_licencefee_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_controllingmemberid_value; - partial void On_spd_controllingmemberid_valueChanging(global::System.Nullable value); - partial void On_spd_controllingmemberid_valueChanged(); + private global::System.Nullable _spd_licencefee_base; + partial void Onspd_licencefee_baseChanging(global::System.Nullable value); + partial void Onspd_licencefee_baseChanged(); /// /// There are no comments for Property spd_permitpurposeother in the schema. /// @@ -659787,28 +659816,6 @@ public virtual string spd_permitpurposeother partial void Onspd_bankruptcyhistoryChanging(global::System.Nullable value); partial void Onspd_bankruptcyhistoryChanged(); /// - /// 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_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -659831,93 +659838,93 @@ public virtual string spd_postalcode partial void Onspd_postalcodeChanging(string value); partial void Onspd_postalcodeChanged(); /// - /// There are no comments for Property spd_businessmanageremail in the schema. + /// There are no comments for Property spd_submittedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_businessmanageremail + public virtual global::System.Nullable spd_submittedon { get { - return this._spd_businessmanageremail; + return this._spd_submittedon; } set { - this.Onspd_businessmanageremailChanging(value); - this._spd_businessmanageremail = value; - this.Onspd_businessmanageremailChanged(); - this.OnPropertyChanged("spd_businessmanageremail"); + this.Onspd_submittedonChanging(value); + this._spd_submittedon = value; + this.Onspd_submittedonChanged(); + this.OnPropertyChanged("spd_submittedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_businessmanageremail; - partial void Onspd_businessmanageremailChanging(string value); - partial void Onspd_businessmanageremailChanged(); + private global::System.Nullable _spd_submittedon; + partial void Onspd_submittedonChanging(global::System.Nullable value); + partial void Onspd_submittedonChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable exchangerate { get { - return this._statuscode; + return this._exchangerate; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// - /// There are no comments for Property spd_middlename2 in the schema. + /// There are no comments for Property spd_portalmodifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_middlename2 + public virtual global::System.Nullable spd_portalmodifiedon { get { - return this._spd_middlename2; + return this._spd_portalmodifiedon; } set { - this.Onspd_middlename2Changing(value); - this._spd_middlename2 = value; - this.Onspd_middlename2Changed(); - this.OnPropertyChanged("spd_middlename2"); + this.Onspd_portalmodifiedonChanging(value); + this._spd_portalmodifiedon = value; + this.Onspd_portalmodifiedonChanged(); + this.OnPropertyChanged("spd_portalmodifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_middlename2; - partial void Onspd_middlename2Changing(string value); - partial void Onspd_middlename2Changed(); + private global::System.Nullable _spd_portalmodifiedon; + partial void Onspd_portalmodifiedonChanging(global::System.Nullable value); + partial void Onspd_portalmodifiedonChanged(); /// - /// There are no comments for Property spd_residentialpostalcode in the schema. + /// There are no comments for Property spd_middlename2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialpostalcode + public virtual string spd_middlename2 { get { - return this._spd_residentialpostalcode; + return this._spd_middlename2; } set { - this.Onspd_residentialpostalcodeChanging(value); - this._spd_residentialpostalcode = value; - this.Onspd_residentialpostalcodeChanged(); - this.OnPropertyChanged("spd_residentialpostalcode"); + this.Onspd_middlename2Changing(value); + this._spd_middlename2 = value; + this.Onspd_middlename2Changed(); + this.OnPropertyChanged("spd_middlename2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialpostalcode; - partial void Onspd_residentialpostalcodeChanging(string value); - partial void Onspd_residentialpostalcodeChanged(); + private string _spd_middlename2; + partial void Onspd_middlename2Changing(string value); + partial void Onspd_middlename2Changed(); /// /// There are no comments for Property spd_screeningrequesttype in the schema. /// @@ -659963,49 +659970,49 @@ public virtual string spd_city partial void Onspd_cityChanging(string value); partial void Onspd_cityChanged(); /// - /// There are no comments for Property spd_country in the schema. + /// There are no comments for Property spd_residentialcity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_country + public virtual string spd_residentialcity { get { - return this._spd_country; + return this._spd_residentialcity; } set { - this.Onspd_countryChanging(value); - this._spd_country = value; - this.Onspd_countryChanged(); - this.OnPropertyChanged("spd_country"); + this.Onspd_residentialcityChanging(value); + this._spd_residentialcity = value; + this.Onspd_residentialcityChanged(); + this.OnPropertyChanged("spd_residentialcity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_country; - partial void Onspd_countryChanging(string value); - partial void Onspd_countryChanged(); + private string _spd_residentialcity; + partial void Onspd_residentialcityChanging(string value); + partial void Onspd_residentialcityChanged(); /// - /// There are no comments for Property spd_resideincanada in the schema. + /// There are no comments for Property spd_country in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_resideincanada + public virtual string spd_country { get { - return this._spd_resideincanada; + return this._spd_country; } set { - this.Onspd_resideincanadaChanging(value); - this._spd_resideincanada = value; - this.Onspd_resideincanadaChanged(); - this.OnPropertyChanged("spd_resideincanada"); + this.Onspd_countryChanging(value); + this._spd_country = value; + this.Onspd_countryChanged(); + this.OnPropertyChanged("spd_country"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_resideincanada; - partial void Onspd_resideincanadaChanging(global::System.Nullable value); - partial void Onspd_resideincanadaChanged(); + private string _spd_country; + partial void Onspd_countryChanging(string value); + partial void Onspd_countryChanged(); /// /// There are no comments for Property spd_businessmanagerphone in the schema. /// @@ -660029,6 +660036,50 @@ public virtual string spd_businessmanagerphone partial void Onspd_businessmanagerphoneChanging(string value); partial void Onspd_businessmanagerphoneChanged(); /// + /// There are no comments for Property spd_consent in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_consent + { + get + { + return this._spd_consent; + } + set + { + this.Onspd_consentChanging(value); + this._spd_consent = value; + this.Onspd_consentChanged(); + this.OnPropertyChanged("spd_consent"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_consent; + partial void Onspd_consentChanging(global::System.Nullable value); + partial void Onspd_consentChanged(); + /// + /// 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 _spd_servicetypeid_value + { + get + { + return this.__spd_servicetypeid_value; + } + set + { + 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 __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 _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -661869,71 +661920,27 @@ public virtual string spd_surname partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// 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 _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 _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__modifiedby_value; + return this.__owningbusinessunit_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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_middlename2 in the schema. /// @@ -662001,49 +662008,49 @@ public virtual string spd_email partial void On_spd_swlnumber_valueChanging(global::System.Nullable value); partial void On_spd_swlnumber_valueChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__owninguser_value; + return this._utcconversiontimezonecode; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _spd_contactid_value in the schema. + /// There are no comments for Property spd_fullname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_contactid_value + public virtual string spd_fullname { get { - return this.__spd_contactid_value; + return this._spd_fullname; } set { - this.On_spd_contactid_valueChanging(value); - this.__spd_contactid_value = value; - this.On_spd_contactid_valueChanged(); - this.OnPropertyChanged("_spd_contactid_value"); + this.Onspd_fullnameChanging(value); + this._spd_fullname = value; + this.Onspd_fullnameChanged(); + this.OnPropertyChanged("spd_fullname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_contactid_value; - partial void On_spd_contactid_valueChanging(global::System.Nullable value); - partial void On_spd_contactid_valueChanged(); + private string _spd_fullname; + partial void Onspd_fullnameChanging(string value); + partial void Onspd_fullnameChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -662133,6 +662140,28 @@ public virtual string spd_email partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// There are no comments for Property _spd_contactid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_contactid_value + { + get + { + return this.__spd_contactid_value; + } + set + { + this.On_spd_contactid_valueChanging(value); + this.__spd_contactid_value = value; + this.On_spd_contactid_valueChanged(); + this.OnPropertyChanged("_spd_contactid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_contactid_value; + partial void On_spd_contactid_valueChanging(global::System.Nullable value); + partial void On_spd_contactid_valueChanged(); + /// /// There are no comments for Property spd_businesscontactid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -662155,27 +662184,49 @@ public virtual string spd_email partial void Onspd_businesscontactidChanging(global::System.Nullable value); partial void Onspd_businesscontactidChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _owninguser_value { get { - return this.__owningbusinessunit_value; + return this.__owninguser_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 _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 _createdby_value in the schema. /// @@ -662243,6 +662294,28 @@ public virtual string spd_middlename1 partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -662287,28 +662360,6 @@ public virtual string spd_middlename1 partial void On_spd_organizationid_valueChanging(global::System.Nullable value); partial void On_spd_organizationid_valueChanged(); /// - /// There are no comments for Property spd_fullname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_fullname - { - get - { - return this._spd_fullname; - } - set - { - this.Onspd_fullnameChanging(value); - this._spd_fullname = value; - this.Onspd_fullnameChanged(); - this.OnPropertyChanged("spd_fullname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_fullname; - partial void Onspd_fullnameChanging(string value); - partial void Onspd_fullnameChanged(); - /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -663440,93 +663491,115 @@ public static spd_checklistquestions Createspd_checklistquestions(global::Micros partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this.__owningteam_value; + return this._timezoneruleversionnumber; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property statuscode 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 statuscode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._statuscode; + return this.__createdonbehalfby_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 importsequencenumber in the schema. + /// There are no comments for Property _spd_checklist_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable _spd_checklist_value { get { - return this._importsequencenumber; + return this.__spd_checklist_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.On_spd_checklist_valueChanging(value); + this.__spd_checklist_value = value; + this.On_spd_checklist_valueChanged(); + this.OnPropertyChanged("_spd_checklist_value"); } } [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(); + private global::System.Nullable __spd_checklist_value; + partial void On_spd_checklist_valueChanging(global::System.Nullable value); + partial void On_spd_checklist_valueChanged(); /// - /// There are no comments for Property _spd_question_value in the schema. + /// There are no comments for Property spd_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_question_value + public virtual string spd_name { get { - return this.__spd_question_value; + return this._spd_name; } set { - this.On_spd_question_valueChanging(value); - this.__spd_question_value = value; - this.On_spd_question_valueChanged(); - this.OnPropertyChanged("_spd_question_value"); + 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 global::System.Nullable __spd_question_value; - partial void On_spd_question_valueChanging(global::System.Nullable value); - partial void On_spd_question_valueChanged(); + private string _spd_name; + partial void Onspd_nameChanging(string value); + partial void Onspd_nameChanged(); + /// + /// 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 _modifiedby_value in the schema. /// @@ -663572,6 +663645,28 @@ public static spd_checklistquestions Createspd_checklistquestions(global::Micros 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -663594,71 +663689,27 @@ public static spd_checklistquestions Createspd_checklistquestions(global::Micros partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// 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 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_name in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_name + public virtual global::System.Nullable importsequencenumber { get { - return this._spd_name; + return this._importsequencenumber; } set { - this.Onspd_nameChanging(value); - this._spd_name = value; - this.Onspd_nameChanged(); - this.OnPropertyChanged("spd_name"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [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(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -663682,27 +663733,27 @@ public virtual string spd_name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable createdon { get { - return this._overriddencreatedon; + return this._createdon; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -663726,71 +663777,71 @@ public virtual string spd_name partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _spd_checklist_value in the schema. + /// 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 _spd_checklist_value + public virtual global::System.Nullable modifiedon { get { - return this.__spd_checklist_value; + return this._modifiedon; } set { - this.On_spd_checklist_valueChanging(value); - this.__spd_checklist_value = value; - this.On_spd_checklist_valueChanged(); - this.OnPropertyChanged("_spd_checklist_value"); + 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 __spd_checklist_value; - partial void On_spd_checklist_valueChanging(global::System.Nullable value); - partial void On_spd_checklist_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property _spd_question_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable _spd_question_value { get { - return this._timezoneruleversionnumber; + return this.__spd_question_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.On_spd_question_valueChanging(value); + this.__spd_question_value = value; + this.On_spd_question_valueChanged(); + this.OnPropertyChanged("_spd_question_value"); } } [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::System.Nullable __spd_question_value; + partial void On_spd_question_valueChanging(global::System.Nullable value); + partial void On_spd_question_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__createdonbehalfby_value; + return this.__owningteam_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 createdby in the schema. /// @@ -664746,28 +664797,6 @@ public static spd_checklist Createspd_checklist(global::Microsoft.Dynamics.CRM.s partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property _spd_servicetype_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_servicetype_value - { - get - { - return this.__spd_servicetype_value; - } - set - { - this.On_spd_servicetype_valueChanging(value); - this.__spd_servicetype_value = value; - this.On_spd_servicetype_valueChanged(); - this.OnPropertyChanged("_spd_servicetype_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_servicetype_value; - partial void On_spd_servicetype_valueChanging(global::System.Nullable value); - partial void On_spd_servicetype_valueChanged(); - /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -664812,6 +664841,28 @@ public static spd_checklist Createspd_checklist(global::Microsoft.Dynamics.CRM.s partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// + /// There are no comments for Property _spd_servicetype_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_servicetype_value + { + get + { + return this.__spd_servicetype_value; + } + set + { + this.On_spd_servicetype_valueChanging(value); + this.__spd_servicetype_value = value; + this.On_spd_servicetype_valueChanged(); + this.OnPropertyChanged("_spd_servicetype_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_servicetype_value; + partial void On_spd_servicetype_valueChanging(global::System.Nullable value); + partial void On_spd_servicetype_valueChanged(); + /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -664922,6 +664973,28 @@ public static spd_checklist Createspd_checklist(global::Microsoft.Dynamics.CRM.s partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -664944,49 +665017,49 @@ public static spd_checklist Createspd_checklist(global::Microsoft.Dynamics.CRM.s partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property spd_checklistid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable spd_checklistid { get { - return this.__owningbusinessunit_value; + return this._spd_checklistid; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.Onspd_checklistidChanging(value); + this._spd_checklistid = value; + this.Onspd_checklistidChanged(); + this.OnPropertyChanged("spd_checklistid"); } } [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::System.Nullable _spd_checklistid; + partial void Onspd_checklistidChanging(global::System.Nullable value); + partial void Onspd_checklistidChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._utcconversiontimezonecode; + return this.__owningbusinessunit_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 timezoneruleversionnumber in the schema. /// @@ -665076,28 +665149,6 @@ public static spd_checklist Createspd_checklist(global::Microsoft.Dynamics.CRM.s partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property spd_checklistid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_checklistid - { - get - { - return this._spd_checklistid; - } - set - { - this.Onspd_checklistidChanging(value); - this._spd_checklistid = value; - this.Onspd_checklistidChanged(); - this.OnPropertyChanged("spd_checklistid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_checklistid; - partial void Onspd_checklistidChanging(global::System.Nullable value); - partial void Onspd_checklistidChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -665120,49 +665171,49 @@ public static spd_checklist Createspd_checklist(global::Microsoft.Dynamics.CRM.s partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property spd_name 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 string spd_name + public virtual global::System.Nullable statecode { get { - return this._spd_name; + return this._statecode; } set { - this.Onspd_nameChanging(value); - this._spd_name = value; - this.Onspd_nameChanged(); - this.OnPropertyChanged("spd_name"); + this.OnstatecodeChanging(value); + this._statecode = value; + this.OnstatecodeChanged(); + this.OnPropertyChanged("statecode"); } } [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(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property spd_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual string spd_name { get { - return this._statecode; + return this._spd_name; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 global::System.Nullable _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private string _spd_name; + partial void Onspd_nameChanging(string value); + partial void Onspd_nameChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -666147,50 +666198,6 @@ public static spd_clearanceaccess Createspd_clearanceaccess(global::Microsoft.Dy partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property spd_applicantlastname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_applicantlastname - { - get - { - return this._spd_applicantlastname; - } - set - { - this.Onspd_applicantlastnameChanging(value); - this._spd_applicantlastname = value; - this.Onspd_applicantlastnameChanged(); - this.OnPropertyChanged("spd_applicantlastname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_applicantlastname; - partial void Onspd_applicantlastnameChanging(string value); - partial void Onspd_applicantlastnameChanged(); - /// - /// 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 spd_contractedcompanyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -666235,6 +666242,28 @@ public virtual string spd_contractedcompanyname partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// There are no comments for Property spd_issystemgenerated in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_issystemgenerated + { + get + { + return this._spd_issystemgenerated; + } + set + { + this.Onspd_issystemgeneratedChanging(value); + this._spd_issystemgenerated = value; + this.Onspd_issystemgeneratedChanged(); + this.OnPropertyChanged("spd_issystemgenerated"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_issystemgenerated; + partial void Onspd_issystemgeneratedChanging(global::System.Nullable value); + partial void Onspd_issystemgeneratedChanged(); + /// /// There are no comments for Property spd_clearanceaccessnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -666279,28 +666308,6 @@ public virtual string spd_clearanceaccessnumber partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -666367,27 +666374,49 @@ public virtual string spd_emailaddress1 partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property spd_issystemgenerated in the schema. + /// 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 spd_issystemgenerated + public virtual global::System.Nullable importsequencenumber { get { - return this._spd_issystemgenerated; + return this._importsequencenumber; } set { - this.Onspd_issystemgeneratedChanging(value); - this._spd_issystemgenerated = value; - this.Onspd_issystemgeneratedChanged(); - this.OnPropertyChanged("spd_issystemgenerated"); + 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 _spd_issystemgenerated; - partial void Onspd_issystemgeneratedChanging(global::System.Nullable value); - partial void Onspd_issystemgeneratedChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// There are no comments for Property _spd_clearanceid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_clearanceid_value + { + get + { + return this.__spd_clearanceid_value; + } + set + { + this.On_spd_clearanceid_valueChanging(value); + this.__spd_clearanceid_value = value; + this.On_spd_clearanceid_valueChanged(); + this.OnPropertyChanged("_spd_clearanceid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_clearanceid_value; + partial void On_spd_clearanceid_valueChanging(global::System.Nullable value); + partial void On_spd_clearanceid_valueChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -666433,49 +666462,49 @@ public virtual string spd_emailaddress1 partial void On_spd_organizationid_valueChanging(global::System.Nullable value); partial void On_spd_organizationid_valueChanged(); /// - /// There are no comments for Property _spd_clearanceid_value in the schema. + /// 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 _spd_clearanceid_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__spd_clearanceid_value; + return this.__ownerid_value; } set { - this.On_spd_clearanceid_valueChanging(value); - this.__spd_clearanceid_value = value; - this.On_spd_clearanceid_valueChanged(); - this.OnPropertyChanged("_spd_clearanceid_value"); + 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 __spd_clearanceid_value; - partial void On_spd_clearanceid_valueChanging(global::System.Nullable value); - partial void On_spd_clearanceid_valueChanged(); + 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 _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable _owninguser_value { get { - return this.__ownerid_value; + return this.__owninguser_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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 spd_expirydate in the schema. /// @@ -666521,49 +666550,49 @@ public virtual string spd_emailaddress1 partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property spd_applicantlastname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual string spd_applicantlastname { get { - return this._statuscode; + return this._spd_applicantlastname; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.Onspd_applicantlastnameChanging(value); + this._spd_applicantlastname = value; + this.Onspd_applicantlastnameChanged(); + this.OnPropertyChanged("spd_applicantlastname"); } } [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 string _spd_applicantlastname; + partial void Onspd_applicantlastnameChanging(string value); + partial void Onspd_applicantlastnameChanged(); /// - /// There are no comments for Property spd_applicantfirstname in the schema. + /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_applicantfirstname + public virtual global::System.Nullable statuscode { get { - return this._spd_applicantfirstname; + return this._statuscode; } set { - this.Onspd_applicantfirstnameChanging(value); - this._spd_applicantfirstname = value; - this.Onspd_applicantfirstnameChanged(); - this.OnPropertyChanged("spd_applicantfirstname"); + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_applicantfirstname; - partial void Onspd_applicantfirstnameChanging(string value); - partial void Onspd_applicantfirstnameChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -666587,49 +666616,49 @@ public virtual string spd_applicantfirstname partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property spd_applicantfullname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual string spd_applicantfullname { get { - return this.__owninguser_value; + return this._spd_applicantfullname; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.Onspd_applicantfullnameChanging(value); + this._spd_applicantfullname = value; + this.Onspd_applicantfullnameChanged(); + this.OnPropertyChanged("spd_applicantfullname"); } } [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(); + private string _spd_applicantfullname; + partial void Onspd_applicantfullnameChanging(string value); + partial void Onspd_applicantfullnameChanged(); /// - /// There are no comments for Property spd_applicantfullname in the schema. + /// There are no comments for Property _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_applicantfullname + public virtual global::System.Nullable _owningteam_value { get { - return this._spd_applicantfullname; + return this.__owningteam_value; } set { - this.Onspd_applicantfullnameChanging(value); - this._spd_applicantfullname = value; - this.Onspd_applicantfullnameChanged(); - this.OnPropertyChanged("spd_applicantfullname"); + 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 string _spd_applicantfullname; - partial void Onspd_applicantfullnameChanging(string value); - partial void Onspd_applicantfullnameChanged(); + 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 spd_clearanceaccessid in the schema. /// @@ -666697,6 +666726,28 @@ public virtual string spd_applicantfullname partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// There are no comments for Property spd_applicantfirstname in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_applicantfirstname + { + get + { + return this._spd_applicantfirstname; + } + set + { + this.Onspd_applicantfirstnameChanging(value); + this._spd_applicantfirstname = value; + this.Onspd_applicantfirstnameChanged(); + this.OnPropertyChanged("spd_applicantfirstname"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_applicantfirstname; + partial void Onspd_applicantfirstnameChanging(string value); + partial void Onspd_applicantfirstnameChanged(); + /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -667168,6 +667219,19 @@ public virtual string spd_applicantfullname private global::Microsoft.OData.Client.DataServiceCollection _spd_spd_clearanceaccess_task = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onspd_spd_clearanceaccess_taskChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onspd_spd_clearanceaccess_taskChanged(); + /// + /// There are no comments for spd_ClearanceAccessNotification in the schema. + /// + public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_ClearanceAccessNotification() + { + 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_ClearanceAccessNotification"); + } } /// /// There are no comments for spd_clearanceSingle in the schema. @@ -667884,71 +667948,71 @@ public virtual string spd_clearancenumber partial void Onspd_clearancenumberChanging(string value); partial void Onspd_clearancenumberChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property spd_figaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual string spd_figaroid { get { - return this._statuscode; + return this._spd_figaroid; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.Onspd_figaroidChanging(value); + this._spd_figaroid = value; + this.Onspd_figaroidChanged(); + this.OnPropertyChanged("spd_figaroid"); } } [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 string _spd_figaroid; + partial void Onspd_figaroidChanging(string value); + partial void Onspd_figaroidChanged(); /// - /// There are no comments for Property _spd_caseid_value in the schema. + /// There are no comments for Property _spd_contactid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_caseid_value + public virtual global::System.Nullable _spd_contactid_value { get { - return this.__spd_caseid_value; + return this.__spd_contactid_value; } set { - this.On_spd_caseid_valueChanging(value); - this.__spd_caseid_value = value; - this.On_spd_caseid_valueChanged(); - this.OnPropertyChanged("_spd_caseid_value"); + this.On_spd_contactid_valueChanging(value); + this.__spd_contactid_value = value; + this.On_spd_contactid_valueChanged(); + this.OnPropertyChanged("_spd_contactid_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(); + private global::System.Nullable __spd_contactid_value; + partial void On_spd_contactid_valueChanging(global::System.Nullable value); + partial void On_spd_contactid_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._statecode; + return this._utcconversiontimezonecode; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property _spd_servicetype_value in the schema. /// @@ -667972,71 +668036,93 @@ public virtual string spd_clearancenumber partial void On_spd_servicetype_valueChanging(global::System.Nullable value); partial void On_spd_servicetype_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property spd_workswith 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_workswith { get { - return this.__createdby_value; + return this._spd_workswith; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onspd_workswithChanging(value); + this._spd_workswith = value; + this.Onspd_workswithChanged(); + this.OnPropertyChanged("spd_workswith"); } } [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_workswith; + partial void Onspd_workswithChanging(global::System.Nullable value); + partial void Onspd_workswithChanged(); /// - /// There are no comments for Property importsequencenumber 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 importsequencenumber + public virtual global::System.Nullable statecode { get { - return this._importsequencenumber; + return this._statecode; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property spd_sharable in the schema. + /// 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 spd_sharable + public virtual global::System.Nullable statuscode { get { - return this._spd_sharable; + return this._statuscode; } set { - this.Onspd_sharableChanging(value); - this._spd_sharable = value; - this.Onspd_sharableChanged(); - this.OnPropertyChanged("spd_sharable"); + 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 _spd_sharable; - partial void Onspd_sharableChanging(global::System.Nullable value); - partial void Onspd_sharableChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); + /// + /// 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 modifiedon in the schema. /// @@ -668060,71 +668146,71 @@ public virtual string spd_clearancenumber partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _modifiedby_value 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 _modifiedby_value + public virtual global::System.Nullable _createdby_value { get { - return this.__modifiedby_value; + return this.__createdby_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _ownerid_value { get { - return this._utcconversiontimezonecode; + return this.__ownerid_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 createdon in the schema. + /// There are no comments for Property spd_sharable 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_sharable { get { - return this._createdon; + return this._spd_sharable; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Onspd_sharableChanging(value); + this._spd_sharable = value; + this.Onspd_sharableChanged(); + this.OnPropertyChanged("spd_sharable"); } } [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_sharable; + partial void Onspd_sharableChanging(global::System.Nullable value); + partial void Onspd_sharableChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -668148,28 +668234,6 @@ public virtual string spd_clearancenumber partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// 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 spd_risklevel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -668214,71 +668278,71 @@ public virtual string spd_clearancenumber partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _spd_contactid_value in the schema. + /// 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 _spd_contactid_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__spd_contactid_value; + return this.__modifiedby_value; } set { - this.On_spd_contactid_valueChanging(value); - this.__spd_contactid_value = value; - this.On_spd_contactid_valueChanged(); - this.OnPropertyChanged("_spd_contactid_value"); + 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 __spd_contactid_value; - partial void On_spd_contactid_valueChanging(global::System.Nullable value); - partial void On_spd_contactid_valueChanged(); + 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 spd_workswith in the schema. + /// 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 spd_workswith + public virtual global::System.Nullable _owningteam_value { get { - return this._spd_workswith; + return this.__owningteam_value; } set { - this.Onspd_workswithChanging(value); - this._spd_workswith = value; - this.Onspd_workswithChanged(); - this.OnPropertyChanged("spd_workswith"); + 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 _spd_workswith; - partial void Onspd_workswithChanging(global::System.Nullable value); - partial void Onspd_workswithChanged(); + 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 _ownerid_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 _ownerid_value + public virtual global::System.Nullable createdon { get { - return this.__ownerid_value; + return this._createdon; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property spd_licensingfigaroid in the schema. /// @@ -668346,27 +668410,27 @@ public virtual string spd_licensingfigaroid partial void Onspd_clearanceidChanging(global::System.Nullable value); partial void Onspd_clearanceidChanged(); /// - /// There are no comments for Property spd_figaroid in the schema. + /// 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 string spd_figaroid + public virtual global::System.Nullable _spd_caseid_value { get { - return this._spd_figaroid; + return this.__spd_caseid_value; } set { - this.Onspd_figaroidChanging(value); - this._spd_figaroid = value; - this.Onspd_figaroidChanged(); - this.OnPropertyChanged("spd_figaroid"); + 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 string _spd_figaroid; - partial void Onspd_figaroidChanging(string value); - partial void Onspd_figaroidChanged(); + 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 createdby in the schema. /// @@ -669214,27 +669278,6 @@ public spd_complaintSingle(global::Microsoft.OData.Client.DataServiceQuerySingle [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _spd_complaint_PrincipalObjectAttributeAccesses; /// - /// There are no comments for spd_servicetype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.spd_servicetypeSingle spd_servicetype - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_servicetype == null)) - { - this._spd_servicetype = new global::Microsoft.Dynamics.CRM.spd_servicetypeSingle(this.Context, GetPath("spd_servicetype")); - } - return this._spd_servicetype; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.spd_servicetypeSingle _spd_servicetype; - /// /// There are no comments for spd_business in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -669528,6 +669571,27 @@ public spd_complaintSingle(global::Microsoft.OData.Client.DataServiceQuerySingle } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _spd_complaint_ServiceAppointments; + /// + /// There are no comments for spd_complaint_Annotations in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaint_Annotations + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaint_Annotations == null)) + { + this._spd_complaint_Annotations = Context.CreateQuery(GetPath("spd_complaint_Annotations")); + } + return this._spd_complaint_Annotations; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaint_Annotations; } /// /// There are no comments for spd_complaint in the schema. @@ -669550,7 +669614,6 @@ public partial class spd_complaint : crmbaseentity /// Initial value of owningteam. /// Initial value of ownerid. /// Initial value of owningbusinessunit. - /// Initial value of spd_servicetype. /// Initial value of spd_business. /// Initial value of spd_offender. /// Initial value of spd_licence. @@ -669563,7 +669626,6 @@ public static spd_complaint Createspd_complaint(global::Microsoft.Dynamics.CRM.s global::Microsoft.Dynamics.CRM.team owningteam, global::Microsoft.Dynamics.CRM.principal ownerid, global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit, - global::Microsoft.Dynamics.CRM.spd_servicetype spd_servicetype, global::Microsoft.Dynamics.CRM.account spd_business, global::Microsoft.Dynamics.CRM.contact spd_offender, global::Microsoft.Dynamics.CRM.spd_licence spd_licence) @@ -669609,11 +669671,6 @@ public static spd_complaint Createspd_complaint(global::Microsoft.Dynamics.CRM.s throw new global::System.ArgumentNullException("owningbusinessunit"); } spd_complaint.owningbusinessunit = owningbusinessunit; - if ((spd_servicetype == null)) - { - throw new global::System.ArgumentNullException("spd_servicetype"); - } - spd_complaint.spd_servicetype = spd_servicetype; if ((spd_business == null)) { throw new global::System.ArgumentNullException("spd_business"); @@ -670050,28 +670107,6 @@ public virtual string spd_complainantcity partial void Onspd_complaintagainstChanging(global::System.Nullable value); partial void Onspd_complaintagainstChanged(); /// - /// 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 spd_complaintid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -670336,6 +670371,28 @@ public virtual string spd_complainantfirstname partial void Onspd_complainantfirstnameChanging(string value); partial void Onspd_complainantfirstnameChanged(); /// + /// 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -670402,28 +670459,6 @@ public virtual string spd_complainantfirstname partial void Onspd_supportingdocsreceivedChanging(global::System.Nullable value); partial void Onspd_supportingdocsreceivedChanged(); /// - /// There are no comments for Property _spd_servicetype_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_servicetype_value - { - get - { - return this.__spd_servicetype_value; - } - set - { - this.On_spd_servicetype_valueChanging(value); - this.__spd_servicetype_value = value; - this.On_spd_servicetype_valueChanged(); - this.OnPropertyChanged("_spd_servicetype_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_servicetype_value; - partial void On_spd_servicetype_valueChanging(global::System.Nullable value); - partial void On_spd_servicetype_valueChanged(); - /// /// There are no comments for Property spd_complainttype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -670872,29 +670907,6 @@ public virtual string spd_incidentreport partial void Onspd_complaint_PrincipalObjectAttributeAccessesChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onspd_complaint_PrincipalObjectAttributeAccessesChanged(); /// - /// There are no comments for Property spd_servicetype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_servicetype is required.")] - public virtual global::Microsoft.Dynamics.CRM.spd_servicetype spd_servicetype - { - get - { - return this._spd_servicetype; - } - set - { - this.Onspd_servicetypeChanging(value); - this._spd_servicetype = value; - this.Onspd_servicetypeChanged(); - this.OnPropertyChanged("spd_servicetype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.spd_servicetype _spd_servicetype; - partial void Onspd_servicetypeChanging(global::Microsoft.Dynamics.CRM.spd_servicetype value); - partial void Onspd_servicetypeChanged(); - /// /// There are no comments for Property spd_business in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -671205,6 +671217,28 @@ public virtual string spd_incidentreport private global::Microsoft.OData.Client.DataServiceCollection _spd_complaint_ServiceAppointments = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onspd_complaint_ServiceAppointmentsChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onspd_complaint_ServiceAppointmentsChanged(); + /// + /// There are no comments for Property spd_complaint_Annotations in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaint_Annotations + { + get + { + return this._spd_complaint_Annotations; + } + set + { + this.Onspd_complaint_AnnotationsChanging(value); + this._spd_complaint_Annotations = value; + this.Onspd_complaint_AnnotationsChanged(); + this.OnPropertyChanged("spd_complaint_Annotations"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaint_Annotations = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaint_AnnotationsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaint_AnnotationsChanged(); } /// /// There are no comments for spd_cpicbatchSingle in the schema. @@ -671713,27 +671747,137 @@ public static spd_cpicbatch Createspd_cpicbatch(global::Microsoft.Dynamics.CRM.s partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable _ownerid_value { get { - return this._timezoneruleversionnumber; + return this.__ownerid_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 _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 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 _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 spd_error in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_error + { + get + { + return this._spd_error; + } + set + { + this.Onspd_errorChanging(value); + this._spd_error = value; + this.Onspd_errorChanged(); + this.OnPropertyChanged("spd_error"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_error; + partial void Onspd_errorChanging(string value); + partial void Onspd_errorChanged(); + /// + /// 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 _owningbusinessunit_value in the schema. /// @@ -671757,72 +671901,6 @@ public static spd_cpicbatch Createspd_cpicbatch(global::Microsoft.Dynamics.CRM.s partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 _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 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -671845,28 +671923,6 @@ public static spd_cpicbatch Createspd_cpicbatch(global::Microsoft.Dynamics.CRM.s partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 spd_cpicbatchid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -671911,27 +671967,49 @@ public static spd_cpicbatch Createspd_cpicbatch(global::Microsoft.Dynamics.CRM.s partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property spd_workswith in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable spd_workswith { get { - return this.__ownerid_value; + return this._spd_workswith; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.Onspd_workswithChanging(value); + this._spd_workswith = value; + this.Onspd_workswithChanged(); + this.OnPropertyChanged("spd_workswith"); } } [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::System.Nullable _spd_workswith; + partial void Onspd_workswithChanging(global::System.Nullable value); + partial void Onspd_workswithChanged(); + /// + /// 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 _createdby_value in the schema. /// @@ -672087,71 +672165,27 @@ 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. - /// - [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 spd_workswith in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_workswith - { - get - { - return this._spd_workswith; - } - set - { - this.Onspd_workswithChanging(value); - this._spd_workswith = value; - this.Onspd_workswithChanged(); - this.OnPropertyChanged("spd_workswith"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_workswith; - partial void Onspd_workswithChanging(global::System.Nullable value); - partial void Onspd_workswithChanged(); - /// - /// There are no comments for Property spd_error in the schema. + /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_error + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._spd_error; + return this._timezoneruleversionnumber; } set { - this.Onspd_errorChanging(value); - this._spd_error = value; - this.Onspd_errorChanged(); - this.OnPropertyChanged("spd_error"); + this.OntimezoneruleversionnumberChanging(value); + this._timezoneruleversionnumber = value; + this.OntimezoneruleversionnumberChanged(); + this.OnPropertyChanged("timezoneruleversionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_error; - partial void Onspd_errorChanging(string value); - partial void Onspd_errorChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property spd_cpiccaseid in the schema. /// @@ -672619,6 +672653,32 @@ public virtual string spd_cpiccaseid return new global::Microsoft.OData.Client.DataServiceActionQuerySingle(this.Context, resource.EditLink.OriginalString.Trim('/') + "/Microsoft.Dynamics.CRM.spd_DownloadCPICCommand"); } /// + /// There are no comments for spd_GenerateCPICReport in the schema. + /// + public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GenerateCPICReport() + { + 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_GenerateCPICReport"); + } + /// + /// There are no comments for spd_GeneratePRIMEReport in the schema. + /// + public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GeneratePRIMEReport() + { + 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_GeneratePRIMEReport"); + } + /// /// There are no comments for spd_GetCPICBatchTitle in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GetCPICBatchTitle() @@ -673058,27 +673118,27 @@ public static spd_delegate Createspd_delegate(global::Microsoft.Dynamics.CRM.sys partial void On_spd_applicationid_valueChanging(global::System.Nullable value); partial void On_spd_applicationid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__createdby_value; + return this._importsequencenumber; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -673168,49 +673228,49 @@ public virtual string spd_fullname partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _spd_portaluserid_value in the schema. + /// 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 _spd_portaluserid_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__spd_portaluserid_value; + return this.__modifiedby_value; } set { - this.On_spd_portaluserid_valueChanging(value); - this.__spd_portaluserid_value = value; - this.On_spd_portaluserid_valueChanged(); - this.OnPropertyChanged("_spd_portaluserid_value"); + 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 __spd_portaluserid_value; - partial void On_spd_portaluserid_valueChanging(global::System.Nullable value); - partial void On_spd_portaluserid_valueChanged(); + 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 _modifiedby_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 _modifiedby_value + public virtual global::System.Nullable createdon { get { - return this.__modifiedby_value; + return this._createdon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property spd_delegateid in the schema. /// @@ -673278,28 +673338,6 @@ public virtual string spd_fullname partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property spd_role in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_role - { - get - { - return this._spd_role; - } - set - { - this.Onspd_roleChanging(value); - this._spd_role = value; - this.Onspd_roleChanged(); - this.OnPropertyChanged("spd_role"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_role; - partial void Onspd_roleChanging(global::System.Nullable value); - partial void Onspd_roleChanged(); - /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -673322,27 +673360,27 @@ public virtual string spd_fullname partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property createdon 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 createdon + public virtual global::System.Nullable _createdby_value { get { - return this._createdon; + return this.__createdby_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + 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 statecode in the schema. /// @@ -673388,27 +673426,49 @@ public virtual string spd_fullname partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property spd_role in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable spd_role { get { - return this._importsequencenumber; + return this._spd_role; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.Onspd_roleChanging(value); + this._spd_role = value; + this.Onspd_roleChanged(); + this.OnPropertyChanged("spd_role"); } } [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(); + private global::System.Nullable _spd_role; + partial void Onspd_roleChanging(global::System.Nullable value); + partial void Onspd_roleChanged(); + /// + /// There are no comments for Property _spd_portaluserid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_portaluserid_value + { + get + { + return this.__spd_portaluserid_value; + } + set + { + this.On_spd_portaluserid_valueChanging(value); + this.__spd_portaluserid_value = value; + this.On_spd_portaluserid_valueChanged(); + this.OnPropertyChanged("_spd_portaluserid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_portaluserid_value; + partial void On_spd_portaluserid_valueChanging(global::System.Nullable value); + partial void On_spd_portaluserid_valueChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -674065,6 +674125,28 @@ public static spd_eventqueue Createspd_eventqueue(global::Microsoft.Dynamics.CRM return spd_eventqueue; } /// + /// There are no comments for Property spd_eventtype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_eventtype + { + get + { + return this._spd_eventtype; + } + set + { + this.Onspd_eventtypeChanging(value); + this._spd_eventtype = value; + this.Onspd_eventtypeChanged(); + this.OnPropertyChanged("spd_eventtype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_eventtype; + partial void Onspd_eventtypeChanging(global::System.Nullable value); + partial void Onspd_eventtypeChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -674109,27 +674191,27 @@ public virtual string spd_regardingobjectid partial void Onspd_regardingobjectidChanging(string value); partial void Onspd_regardingobjectidChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property spd_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable spd_timestamp { get { - return this._overriddencreatedon; + return this._spd_timestamp; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onspd_timestampChanging(value); + this._spd_timestamp = value; + this.Onspd_timestampChanged(); + this.OnPropertyChanged("spd_timestamp"); } } [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::System.Nullable _spd_timestamp; + partial void Onspd_timestampChanging(global::System.Nullable value); + partial void Onspd_timestampChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -674197,28 +674279,6 @@ public virtual string spd_name partial void Onspd_nameChanging(string value); partial void Onspd_nameChanged(); /// - /// There are no comments for Property spd_timestamp in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_timestamp - { - get - { - return this._spd_timestamp; - } - set - { - this.Onspd_timestampChanging(value); - this._spd_timestamp = value; - this.Onspd_timestampChanged(); - this.OnPropertyChanged("spd_timestamp"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_timestamp; - partial void Onspd_timestampChanging(global::System.Nullable value); - partial void Onspd_timestampChanged(); - /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -674241,49 +674301,49 @@ public virtual string spd_name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property spd_eventtype in the schema. + /// 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 spd_eventtype + public virtual global::System.Nullable overriddencreatedon { get { - return this._spd_eventtype; + return this._overriddencreatedon; } set { - this.Onspd_eventtypeChanging(value); - this._spd_eventtype = value; - this.Onspd_eventtypeChanged(); - this.OnPropertyChanged("spd_eventtype"); + 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 _spd_eventtype; - partial void Onspd_eventtypeChanging(global::System.Nullable value); - partial void Onspd_eventtypeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__modifiedby_value; + return this._utcconversiontimezonecode; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -674329,27 +674389,27 @@ public virtual string spd_jobid partial void Onspd_jobidChanging(string value); partial void Onspd_jobidChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property spd_eventdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable spd_eventdate { get { - return this._modifiedon; + return this._spd_eventdate; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.Onspd_eventdateChanging(value); + this._spd_eventdate = value; + this.Onspd_eventdateChanged(); + this.OnPropertyChanged("spd_eventdate"); } } [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::System.Nullable _spd_eventdate; + partial void Onspd_eventdateChanging(global::System.Nullable value); + partial void Onspd_eventdateChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -674395,28 +674455,6 @@ public virtual string spd_jobid partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property spd_eventdate in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_eventdate - { - get - { - return this._spd_eventdate; - } - set - { - this.Onspd_eventdateChanging(value); - this._spd_eventdate = value; - this.Onspd_eventdateChanged(); - this.OnPropertyChanged("spd_eventdate"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_eventdate; - partial void Onspd_eventdateChanging(global::System.Nullable value); - partial void Onspd_eventdateChanged(); - /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -674505,27 +674543,49 @@ public virtual string spd_regardingobjectlogicalname partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable _modifiedby_value { get { - return this._utcconversiontimezonecode; + return this.__modifiedby_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + 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 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 statecode in the schema. /// @@ -675363,28 +675423,6 @@ public static spd_finding Createspd_finding(global::Microsoft.Dynamics.CRM.syste return spd_finding; } /// - /// There are no comments for Property spd_result in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_result - { - get - { - return this._spd_result; - } - set - { - this.Onspd_resultChanging(value); - this._spd_result = value; - this.Onspd_resultChanged(); - this.OnPropertyChanged("spd_result"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_result; - partial void Onspd_resultChanging(string value); - partial void Onspd_resultChanged(); - /// /// There are no comments for Property spd_transferredtolocation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -675407,27 +675445,27 @@ public virtual string spd_transferredtolocation partial void Onspd_transferredtolocationChanging(string value); partial void Onspd_transferredtolocationChanged(); /// - /// There are no comments for Property spd_outstandingwarrant in the schema. + /// There are no comments for Property spd_filelastopened in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_outstandingwarrant + public virtual global::System.Nullable spd_filelastopened { get { - return this._spd_outstandingwarrant; + return this._spd_filelastopened; } set { - this.Onspd_outstandingwarrantChanging(value); - this._spd_outstandingwarrant = value; - this.Onspd_outstandingwarrantChanged(); - this.OnPropertyChanged("spd_outstandingwarrant"); + this.Onspd_filelastopenedChanging(value); + this._spd_filelastopened = value; + this.Onspd_filelastopenedChanged(); + this.OnPropertyChanged("spd_filelastopened"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_outstandingwarrant; - partial void Onspd_outstandingwarrantChanging(string value); - partial void Onspd_outstandingwarrantChanged(); + private global::System.Nullable _spd_filelastopened; + partial void Onspd_filelastopenedChanging(global::System.Nullable value); + partial void Onspd_filelastopenedChanged(); /// /// There are no comments for Property spd_expirydate in the schema. /// @@ -675451,6 +675489,28 @@ public virtual string spd_outstandingwarrant partial void Onspd_expirydateChanging(global::System.Nullable value); partial void Onspd_expirydateChanged(); /// + /// There are no comments for Property spd_respondentscore in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_respondentscore + { + get + { + return this._spd_respondentscore; + } + set + { + this.Onspd_respondentscoreChanging(value); + this._spd_respondentscore = value; + this.Onspd_respondentscoreChanged(); + this.OnPropertyChanged("spd_respondentscore"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_respondentscore; + partial void Onspd_respondentscoreChanging(string value); + partial void Onspd_respondentscoreChanged(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -675495,71 +675555,27 @@ public virtual string spd_filenumber partial void Onspd_filenumberChanging(string value); partial void Onspd_filenumberChanged(); /// - /// There are no comments for Property spd_description in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_description - { - get - { - return this._spd_description; - } - set - { - this.Onspd_descriptionChanging(value); - this._spd_description = value; - this.Onspd_descriptionChanged(); - this.OnPropertyChanged("spd_description"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_description; - partial void Onspd_descriptionChanging(string value); - partial void Onspd_descriptionChanged(); - /// - /// 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 statecode in the schema. + /// There are no comments for Property spd_figaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual string spd_figaroid { get { - return this._statecode; + return this._spd_figaroid; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.Onspd_figaroidChanging(value); + this._spd_figaroid = value; + this.Onspd_figaroidChanged(); + this.OnPropertyChanged("spd_figaroid"); } } [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 string _spd_figaroid; + partial void Onspd_figaroidChanging(string value); + partial void Onspd_figaroidChanged(); /// /// There are no comments for Property spd_act in the schema. /// @@ -675583,49 +675599,27 @@ public virtual string spd_act partial void Onspd_actChanging(string value); partial void Onspd_actChanged(); /// - /// 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_sentence in the schema. + /// There are no comments for Property spd_documenttype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_sentence + public virtual string spd_documenttype { get { - return this._spd_sentence; + return this._spd_documenttype; } set { - this.Onspd_sentenceChanging(value); - this._spd_sentence = value; - this.Onspd_sentenceChanged(); - this.OnPropertyChanged("spd_sentence"); + this.Onspd_documenttypeChanging(value); + this._spd_documenttype = value; + this.Onspd_documenttypeChanged(); + this.OnPropertyChanged("spd_documenttype"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_sentence; - partial void Onspd_sentenceChanging(string value); - partial void Onspd_sentenceChanged(); + private string _spd_documenttype; + partial void Onspd_documenttypeChanging(string value); + partial void Onspd_documenttypeChanged(); /// /// There are no comments for Property spd_csnumber in the schema. /// @@ -675649,49 +675643,27 @@ public virtual string spd_csnumber partial void Onspd_csnumberChanging(string value); partial void Onspd_csnumberChanged(); /// - /// 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 spd_documenttype in the schema. + /// There are no comments for Property spd_state in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_documenttype + public virtual string spd_state { get { - return this._spd_documenttype; + return this._spd_state; } set { - this.Onspd_documenttypeChanging(value); - this._spd_documenttype = value; - this.Onspd_documenttypeChanged(); - this.OnPropertyChanged("spd_documenttype"); + this.Onspd_stateChanging(value); + this._spd_state = value; + this.Onspd_stateChanged(); + this.OnPropertyChanged("spd_state"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_documenttype; - partial void Onspd_documenttypeChanging(string value); - partial void Onspd_documenttypeChanged(); + private string _spd_state; + partial void Onspd_stateChanging(string value); + partial void Onspd_stateChanged(); /// /// There are no comments for Property spd_restrictedaccess in the schema. /// @@ -675715,27 +675687,27 @@ public virtual string spd_restrictedaccess partial void Onspd_restrictedaccessChanging(string value); partial void Onspd_restrictedaccessChanged(); /// - /// There are no comments for Property spd_count 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_count + public virtual global::System.Nullable statecode { get { - return this._spd_count; + return this._statecode; } set { - this.Onspd_countChanging(value); - this._spd_count = value; - this.Onspd_countChanged(); - this.OnPropertyChanged("spd_count"); + 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_count; - partial void Onspd_countChanging(global::System.Nullable value); - partial void Onspd_countChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property spd_appearancedate in the schema. /// @@ -675759,6 +675731,28 @@ public virtual string spd_restrictedaccess partial void Onspd_appearancedateChanging(global::System.Nullable value); partial void Onspd_appearancedateChanged(); /// + /// There are no comments for Property spd_result in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_result + { + get + { + return this._spd_result; + } + set + { + this.Onspd_resultChanging(value); + this._spd_result = value; + this.Onspd_resultChanged(); + this.OnPropertyChanged("spd_result"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_result; + partial void Onspd_resultChanging(string value); + partial void Onspd_resultChanged(); + /// /// There are no comments for Property spd_released in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -675781,27 +675775,27 @@ public virtual string spd_restrictedaccess partial void Onspd_releasedChanging(global::System.Nullable value); partial void Onspd_releasedChanged(); /// - /// There are no comments for Property spd_figaroid in the schema. + /// There are no comments for Property spd_count in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_figaroid + public virtual global::System.Nullable spd_count { get { - return this._spd_figaroid; + return this._spd_count; } set { - this.Onspd_figaroidChanging(value); - this._spd_figaroid = value; - this.Onspd_figaroidChanged(); - this.OnPropertyChanged("spd_figaroid"); + this.Onspd_countChanging(value); + this._spd_count = value; + this.Onspd_countChanged(); + this.OnPropertyChanged("spd_count"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_figaroid; - partial void Onspd_figaroidChanging(string value); - partial void Onspd_figaroidChanged(); + private global::System.Nullable _spd_count; + partial void Onspd_countChanging(global::System.Nullable value); + partial void Onspd_countChanged(); /// /// There are no comments for Property spd_date in the schema. /// @@ -675825,27 +675819,27 @@ public virtual string spd_figaroid partial void Onspd_dateChanging(global::System.Nullable value); partial void Onspd_dateChanged(); /// - /// There are no comments for Property spd_state in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_state + public virtual global::System.Nullable _modifiedby_value { get { - return this._spd_state; + return this.__modifiedby_value; } set { - this.Onspd_stateChanging(value); - this._spd_state = value; - this.Onspd_stateChanged(); - this.OnPropertyChanged("spd_state"); + 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 string _spd_state; - partial void Onspd_stateChanging(string value); - partial void Onspd_stateChanged(); + 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 spd_name in the schema. /// @@ -675869,6 +675863,28 @@ public virtual string spd_name partial void Onspd_nameChanging(string value); partial void Onspd_nameChanged(); /// + /// There are no comments for Property spd_description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_description + { + get + { + return this._spd_description; + } + set + { + this.Onspd_descriptionChanging(value); + this._spd_description = value; + this.Onspd_descriptionChanged(); + this.OnPropertyChanged("spd_description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_description; + partial void Onspd_descriptionChanging(string value); + partial void Onspd_descriptionChanged(); + /// /// There are no comments for Property spd_kfile in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -675891,27 +675907,49 @@ public virtual string spd_kfile partial void Onspd_kfileChanging(string value); partial void Onspd_kfileChanged(); /// - /// There are no comments for Property spd_transfertocourtfile in the schema. + /// There are no comments for Property _spd_contactid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_transfertocourtfile + public virtual global::System.Nullable _spd_contactid_value { get { - return this._spd_transfertocourtfile; + return this.__spd_contactid_value; } set { - this.Onspd_transfertocourtfileChanging(value); - this._spd_transfertocourtfile = value; - this.Onspd_transfertocourtfileChanged(); - this.OnPropertyChanged("spd_transfertocourtfile"); + this.On_spd_contactid_valueChanging(value); + this.__spd_contactid_value = value; + this.On_spd_contactid_valueChanged(); + this.OnPropertyChanged("_spd_contactid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_transfertocourtfile; - partial void Onspd_transfertocourtfileChanging(string value); - partial void Onspd_transfertocourtfileChanged(); + private global::System.Nullable __spd_contactid_value; + partial void On_spd_contactid_valueChanging(global::System.Nullable value); + partial void On_spd_contactid_valueChanged(); + /// + /// There are no comments for Property spd_outstandingwarrant in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_outstandingwarrant + { + get + { + return this._spd_outstandingwarrant; + } + set + { + this.Onspd_outstandingwarrantChanging(value); + this._spd_outstandingwarrant = value; + this.Onspd_outstandingwarrantChanged(); + this.OnPropertyChanged("spd_outstandingwarrant"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_outstandingwarrant; + partial void Onspd_outstandingwarrantChanging(string value); + partial void Onspd_outstandingwarrantChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -675979,28 +676017,6 @@ public virtual string spd_ejsaltm partial void Onspd_ejsaltmChanging(string value); partial void Onspd_ejsaltmChanged(); /// - /// There are no comments for Property _spd_cpicbatchid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_cpicbatchid_value - { - get - { - return this.__spd_cpicbatchid_value; - } - set - { - this.On_spd_cpicbatchid_valueChanging(value); - this.__spd_cpicbatchid_value = value; - this.On_spd_cpicbatchid_valueChanged(); - this.OnPropertyChanged("_spd_cpicbatchid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_cpicbatchid_value; - partial void On_spd_cpicbatchid_valueChanging(global::System.Nullable value); - partial void On_spd_cpicbatchid_valueChanged(); - /// /// There are no comments for Property spd_transferaccepteddate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -676045,49 +676061,27 @@ public virtual string spd_lastname partial void Onspd_lastnameChanging(string value); partial void Onspd_lastnameChanged(); /// - /// There are no comments for Property spd_relatedfileagencynumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_relatedfileagencynumber - { - get - { - return this._spd_relatedfileagencynumber; - } - set - { - this.Onspd_relatedfileagencynumberChanging(value); - this._spd_relatedfileagencynumber = value; - this.Onspd_relatedfileagencynumberChanged(); - this.OnPropertyChanged("spd_relatedfileagencynumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_relatedfileagencynumber; - partial void Onspd_relatedfileagencynumberChanging(string value); - partial void Onspd_relatedfileagencynumberChanged(); - /// - /// There are no comments for Property spd_fps in the schema. + /// There are no comments for Property _spd_cpicbatchid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_fps + public virtual global::System.Nullable _spd_cpicbatchid_value { get { - return this._spd_fps; + return this.__spd_cpicbatchid_value; } set { - this.Onspd_fpsChanging(value); - this._spd_fps = value; - this.Onspd_fpsChanged(); - this.OnPropertyChanged("spd_fps"); + this.On_spd_cpicbatchid_valueChanging(value); + this.__spd_cpicbatchid_value = value; + this.On_spd_cpicbatchid_valueChanged(); + this.OnPropertyChanged("_spd_cpicbatchid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_fps; - partial void Onspd_fpsChanging(string value); - partial void Onspd_fpsChanged(); + private global::System.Nullable __spd_cpicbatchid_value; + partial void On_spd_cpicbatchid_valueChanging(global::System.Nullable value); + partial void On_spd_cpicbatchid_valueChanged(); /// /// There are no comments for Property _spd_caseid_value in the schema. /// @@ -676309,6 +676303,28 @@ public virtual string spd_givenname partial void Onspd_typeChanging(global::System.Nullable value); partial void Onspd_typeChanged(); /// + /// There are no comments for Property spd_sentence in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_sentence + { + get + { + return this._spd_sentence; + } + set + { + this.Onspd_sentenceChanging(value); + this._spd_sentence = value; + this.Onspd_sentenceChanged(); + this.OnPropertyChanged("spd_sentence"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_sentence; + partial void Onspd_sentenceChanging(string value); + partial void Onspd_sentenceChanged(); + /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -676353,27 +676369,27 @@ public virtual string spd_givenname partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property spd_filelastopened in the schema. + /// There are no comments for Property spd_transfertocourtfile in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_filelastopened + public virtual string spd_transfertocourtfile { get { - return this._spd_filelastopened; + return this._spd_transfertocourtfile; } set { - this.Onspd_filelastopenedChanging(value); - this._spd_filelastopened = value; - this.Onspd_filelastopenedChanged(); - this.OnPropertyChanged("spd_filelastopened"); + this.Onspd_transfertocourtfileChanging(value); + this._spd_transfertocourtfile = value; + this.Onspd_transfertocourtfileChanged(); + this.OnPropertyChanged("spd_transfertocourtfile"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_filelastopened; - partial void Onspd_filelastopenedChanging(global::System.Nullable value); - partial void Onspd_filelastopenedChanged(); + private string _spd_transfertocourtfile; + partial void Onspd_transfertocourtfileChanging(string value); + partial void Onspd_transfertocourtfileChanged(); /// /// There are no comments for Property spd_section in the schema. /// @@ -676441,27 +676457,27 @@ public virtual string spd_subsection partial void Onspd_subsectionChanging(string value); partial void Onspd_subsectionChanged(); /// - /// There are no comments for Property spd_primestatus in the schema. + /// 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 spd_primestatus + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._spd_primestatus; + return this.__modifiedonbehalfby_value; } set { - this.Onspd_primestatusChanging(value); - this._spd_primestatus = value; - this.Onspd_primestatusChanged(); - this.OnPropertyChanged("spd_primestatus"); + 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 _spd_primestatus; - partial void Onspd_primestatusChanging(global::System.Nullable value); - partial void Onspd_primestatusChanged(); + 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 statuscode in the schema. /// @@ -676485,27 +676501,27 @@ public virtual string spd_subsection partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property spd_sex in the schema. + /// There are no comments for Property spd_relatedfileagencynumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_sex + public virtual string spd_relatedfileagencynumber { get { - return this._spd_sex; + return this._spd_relatedfileagencynumber; } set { - this.Onspd_sexChanging(value); - this._spd_sex = value; - this.Onspd_sexChanged(); - this.OnPropertyChanged("spd_sex"); + this.Onspd_relatedfileagencynumberChanging(value); + this._spd_relatedfileagencynumber = value; + this.Onspd_relatedfileagencynumberChanged(); + this.OnPropertyChanged("spd_relatedfileagencynumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_sex; - partial void Onspd_sexChanging(string value); - partial void Onspd_sexChanged(); + private string _spd_relatedfileagencynumber; + partial void Onspd_relatedfileagencynumberChanging(string value); + partial void Onspd_relatedfileagencynumberChanged(); /// /// There are no comments for Property spd_chargedecision in the schema. /// @@ -676551,71 +676567,49 @@ public virtual string spd_chargedecision partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// 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 spd_respondentscore in the schema. + /// There are no comments for Property spd_sex in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_respondentscore + public virtual string spd_sex { get { - return this._spd_respondentscore; + return this._spd_sex; } set { - this.Onspd_respondentscoreChanging(value); - this._spd_respondentscore = value; - this.Onspd_respondentscoreChanged(); - this.OnPropertyChanged("spd_respondentscore"); + this.Onspd_sexChanging(value); + this._spd_sex = value; + this.Onspd_sexChanged(); + this.OnPropertyChanged("spd_sex"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_respondentscore; - partial void Onspd_respondentscoreChanging(string value); - partial void Onspd_respondentscoreChanged(); + private string _spd_sex; + partial void Onspd_sexChanging(string value); + partial void Onspd_sexChanged(); /// - /// There are no comments for Property _spd_contactid_value in the schema. + /// 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 _spd_contactid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__spd_contactid_value; + return this._importsequencenumber; } set { - this.On_spd_contactid_valueChanging(value); - this.__spd_contactid_value = value; - this.On_spd_contactid_valueChanged(); - this.OnPropertyChanged("_spd_contactid_value"); + 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 __spd_contactid_value; - partial void On_spd_contactid_valueChanging(global::System.Nullable value); - partial void On_spd_contactid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -676683,6 +676677,50 @@ public virtual string spd_respondentscore partial void Onspd_birthdateChanging(global::System.Nullable value); partial void Onspd_birthdateChanged(); /// + /// There are no comments for Property spd_primestatus in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_primestatus + { + get + { + return this._spd_primestatus; + } + set + { + this.Onspd_primestatusChanging(value); + this._spd_primestatus = value; + this.Onspd_primestatusChanged(); + this.OnPropertyChanged("spd_primestatus"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_primestatus; + partial void Onspd_primestatusChanging(global::System.Nullable value); + partial void Onspd_primestatusChanged(); + /// + /// 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_findingid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -676705,6 +676743,28 @@ public virtual string spd_respondentscore partial void Onspd_findingidChanging(global::System.Nullable value); partial void Onspd_findingidChanged(); /// + /// There are no comments for Property spd_fps in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_fps + { + get + { + return this._spd_fps; + } + set + { + this.Onspd_fpsChanging(value); + this._spd_fps = value; + this.Onspd_fpsChanged(); + this.OnPropertyChanged("spd_fps"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_fps; + partial void Onspd_fpsChanging(string value); + partial void Onspd_fpsChanged(); + /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -677669,6 +677729,28 @@ public static spd_genericupload Createspd_genericupload(global::Microsoft.Dynami 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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -677801,27 +677883,27 @@ public static spd_genericupload Createspd_genericupload(global::Microsoft.Dynami partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _spd_organizationid_value in the schema. + /// There are no comments for Property _spd_uploadedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_organizationid_value + public virtual global::System.Nullable _spd_uploadedby_value { get { - return this.__spd_organizationid_value; + return this.__spd_uploadedby_value; } set { - this.On_spd_organizationid_valueChanging(value); - this.__spd_organizationid_value = value; - this.On_spd_organizationid_valueChanged(); - this.OnPropertyChanged("_spd_organizationid_value"); + this.On_spd_uploadedby_valueChanging(value); + this.__spd_uploadedby_value = value; + this.On_spd_uploadedby_valueChanged(); + this.OnPropertyChanged("_spd_uploadedby_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_organizationid_value; - partial void On_spd_organizationid_valueChanging(global::System.Nullable value); - partial void On_spd_organizationid_valueChanged(); + private global::System.Nullable __spd_uploadedby_value; + partial void On_spd_uploadedby_valueChanging(global::System.Nullable value); + partial void On_spd_uploadedby_valueChanged(); /// /// There are no comments for Property spd_filename in the schema. /// @@ -677845,49 +677927,49 @@ public virtual string spd_filename partial void Onspd_filenameChanging(string value); partial void Onspd_filenameChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property _spd_organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable _spd_organizationid_value { get { - return this._modifiedon; + return this.__spd_organizationid_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.On_spd_organizationid_valueChanging(value); + this.__spd_organizationid_value = value; + this.On_spd_organizationid_valueChanged(); + this.OnPropertyChanged("_spd_organizationid_value"); } } [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::System.Nullable __spd_organizationid_value; + partial void On_spd_organizationid_valueChanging(global::System.Nullable value); + partial void On_spd_organizationid_valueChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property spd_datetimeuploaded in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable spd_datetimeuploaded { get { - return this.__owningbusinessunit_value; + return this._spd_datetimeuploaded; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.Onspd_datetimeuploadedChanging(value); + this._spd_datetimeuploaded = value; + this.Onspd_datetimeuploadedChanged(); + this.OnPropertyChanged("spd_datetimeuploaded"); } } [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::System.Nullable _spd_datetimeuploaded; + partial void Onspd_datetimeuploadedChanging(global::System.Nullable value); + partial void Onspd_datetimeuploadedChanged(); /// /// There are no comments for Property statuscode in the schema. /// @@ -677911,27 +677993,27 @@ public virtual string spd_filename partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._overriddencreatedon; + return this.__modifiedonbehalfby_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + 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 statecode in the schema. /// @@ -677955,28 +678037,6 @@ public virtual string spd_filename partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property _spd_uploadedby_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_uploadedby_value - { - get - { - return this.__spd_uploadedby_value; - } - set - { - this.On_spd_uploadedby_valueChanging(value); - this.__spd_uploadedby_value = value; - this.On_spd_uploadedby_valueChanged(); - this.OnPropertyChanged("_spd_uploadedby_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_uploadedby_value; - partial void On_spd_uploadedby_valueChanging(global::System.Nullable value); - partial void On_spd_uploadedby_valueChanged(); - /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -678021,49 +678081,49 @@ public virtual string spd_filename partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__createdonbehalfby_value; + return this._overriddencreatedon; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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. + /// 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 importsequencenumber + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._importsequencenumber; + return this.__createdonbehalfby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 _owningteam_value in the schema. /// @@ -678087,49 +678147,49 @@ public virtual string spd_filename partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property spd_datetimeuploaded in the schema. + /// 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 spd_datetimeuploaded + public virtual global::System.Nullable importsequencenumber { get { - return this._spd_datetimeuploaded; + return this._importsequencenumber; } set { - this.Onspd_datetimeuploadedChanging(value); - this._spd_datetimeuploaded = value; - this.Onspd_datetimeuploadedChanged(); - this.OnPropertyChanged("spd_datetimeuploaded"); + 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 _spd_datetimeuploaded; - partial void Onspd_datetimeuploadedChanging(global::System.Nullable value); - partial void Onspd_datetimeuploadedChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable modifiedon { get { - return this.__modifiedonbehalfby_value; + return this._modifiedon; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property spd_batchnumber in the schema. /// @@ -678981,6 +679041,28 @@ public static spd_identity Createspd_identity(global::Microsoft.Dynamics.CRM.sys partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// 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_orgguid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -679003,6 +679085,28 @@ public virtual string spd_orgguid partial void Onspd_orgguidChanging(string value); partial void Onspd_orgguidChanged(); /// + /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -679025,27 +679129,27 @@ public virtual string spd_orgguid partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._statuscode; + return this._timezoneruleversionnumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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. /// @@ -679091,49 +679195,71 @@ public virtual string spd_orgguid partial void On_spd_contactid_valueChanging(global::System.Nullable value); partial void On_spd_contactid_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property spd_figaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string spd_figaroid { get { - return this._importsequencenumber; + return this._spd_figaroid; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.Onspd_figaroidChanging(value); + this._spd_figaroid = value; + this.Onspd_figaroidChanged(); + this.OnPropertyChanged("spd_figaroid"); } } [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(); + private string _spd_figaroid; + partial void Onspd_figaroidChanging(string value); + partial void Onspd_figaroidChanged(); /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable _createdby_value { get { - return this._overriddencreatedon; + return this.__createdby_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + 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 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 _modifiedonbehalfby_value in the schema. /// @@ -679201,28 +679327,6 @@ public virtual string spd_orgguid partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property spd_figaroid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_figaroid - { - get - { - return this._spd_figaroid; - } - set - { - this.Onspd_figaroidChanging(value); - this._spd_figaroid = value; - this.Onspd_figaroidChanged(); - this.OnPropertyChanged("spd_figaroid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_figaroid; - partial void Onspd_figaroidChanging(string value); - partial void Onspd_figaroidChanged(); - /// /// There are no comments for Property spd_userguid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -679267,28 +679371,6 @@ public virtual string spd_userguid partial void Onspd_identityidChanging(global::System.Nullable value); partial void Onspd_identityidChanged(); /// - /// 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_licensingfigaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -679311,49 +679393,27 @@ public virtual string spd_licensingfigaroid partial void Onspd_licensingfigaroidChanging(string value); partial void Onspd_licensingfigaroidChanged(); /// - /// 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 utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable overriddencreatedon { get { - return this._utcconversiontimezonecode; + return this._overriddencreatedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property spd_organizationid in the schema. /// @@ -679399,71 +679459,71 @@ public virtual string spd_organizationid partial void Onspd_typeChanging(global::System.Nullable value); partial void Onspd_typeChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable modifiedon { get { - return this._versionnumber; + return this._modifiedon; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property spd_identitynumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string spd_identitynumber { get { - return this._timezoneruleversionnumber; + return this._spd_identitynumber; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onspd_identitynumberChanging(value); + this._spd_identitynumber = value; + this.Onspd_identitynumberChanged(); + this.OnPropertyChanged("spd_identitynumber"); } } [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 string _spd_identitynumber; + partial void Onspd_identitynumberChanging(string value); + partial void Onspd_identitynumberChanged(); /// - /// There are no comments for Property spd_identitynumber in the schema. + /// There are no comments for Property utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_identitynumber + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._spd_identitynumber; + return this._utcconversiontimezonecode; } set { - this.Onspd_identitynumberChanging(value); - this._spd_identitynumber = value; - this.Onspd_identitynumberChanged(); - this.OnPropertyChanged("spd_identitynumber"); + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_identitynumber; - partial void Onspd_identitynumberChanging(string value); - partial void Onspd_identitynumberChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -680436,71 +680496,71 @@ public static spd_invoice Createspd_invoice(global::Microsoft.Dynamics.CRM.syste return spd_invoice; } /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable versionnumber { get { - return this.__owninguser_value; + return this._versionnumber; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable statuscode { get { - return this._modifiedon; + return this._statuscode; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property spd_comments in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_comments + public virtual global::System.Nullable modifiedon { get { - return this._spd_comments; + return this._modifiedon; } set { - this.Onspd_commentsChanging(value); - this._spd_comments = value; - this.Onspd_commentsChanged(); - this.OnPropertyChanged("spd_comments"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_comments; - partial void Onspd_commentsChanging(string value); - partial void Onspd_commentsChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -680546,27 +680606,49 @@ public virtual string spd_name partial void Onspd_nameChanging(string value); partial void Onspd_nameChanged(); /// - /// There are no comments for Property _spd_organizationid_value in the schema. + /// 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 _spd_organizationid_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__spd_organizationid_value; + return this._utcconversiontimezonecode; } set { - this.On_spd_organizationid_valueChanging(value); - this.__spd_organizationid_value = value; - this.On_spd_organizationid_valueChanged(); - this.OnPropertyChanged("_spd_organizationid_value"); + 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 __spd_organizationid_value; - partial void On_spd_organizationid_valueChanging(global::System.Nullable value); - partial void On_spd_organizationid_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); + /// + /// 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 importsequencenumber in the schema. /// @@ -680612,27 +680694,27 @@ public virtual string spd_name partial void Onspd_numberofapplications_dateChanging(global::System.Nullable value); partial void Onspd_numberofapplications_dateChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable exchangerate { get { - return this._statuscode; + return this._exchangerate; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// /// There are no comments for Property spd_invoiceid in the schema. /// @@ -680700,71 +680782,71 @@ public virtual string spd_name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__createdonbehalfby_value; + return this.__owningteam_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._timezoneruleversionnumber; + return this.__createdonbehalfby_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 _transactioncurrencyid_value in the schema. + /// There are no comments for Property spd_casresponse in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual string spd_casresponse { get { - return this.__transactioncurrencyid_value; + return this._spd_casresponse; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.Onspd_casresponseChanging(value); + this._spd_casresponse = value; + this.Onspd_casresponseChanged(); + this.OnPropertyChanged("spd_casresponse"); } } [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 string _spd_casresponse; + partial void Onspd_casresponseChanging(string value); + partial void Onspd_casresponseChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -680810,27 +680892,27 @@ public virtual string spd_name partial void Onspd_numberofapplications_stateChanging(global::System.Nullable value); partial void Onspd_numberofapplications_stateChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__owningteam_value; + return this.__modifiedby_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 spd_numberofapplications in the schema. /// @@ -680854,71 +680936,71 @@ public virtual string spd_name partial void Onspd_numberofapplicationsChanging(global::System.Nullable value); partial void Onspd_numberofapplicationsChanged(); /// - /// There are no comments for Property spd_castransactionid in the schema. + /// There are no comments for Property _spd_organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_castransactionid + public virtual global::System.Nullable _spd_organizationid_value { get { - return this._spd_castransactionid; + return this.__spd_organizationid_value; } set { - this.Onspd_castransactionidChanging(value); - this._spd_castransactionid = value; - this.Onspd_castransactionidChanged(); - this.OnPropertyChanged("spd_castransactionid"); + this.On_spd_organizationid_valueChanging(value); + this.__spd_organizationid_value = value; + this.On_spd_organizationid_valueChanged(); + this.OnPropertyChanged("_spd_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_castransactionid; - partial void Onspd_castransactionidChanging(string value); - partial void Onspd_castransactionidChanged(); + private global::System.Nullable __spd_organizationid_value; + partial void On_spd_organizationid_valueChanging(global::System.Nullable value); + partial void On_spd_organizationid_valueChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property spd_castransactionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + public virtual string spd_castransactionid { get { - return this._exchangerate; + return this._spd_castransactionid; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.Onspd_castransactionidChanging(value); + this._spd_castransactionid = value; + this.Onspd_castransactionidChanged(); + this.OnPropertyChanged("spd_castransactionid"); } } [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 string _spd_castransactionid; + partial void Onspd_castransactionidChanging(string value); + partial void Onspd_castransactionidChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property spd_comments in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual string spd_comments { get { - return this.__ownerid_value; + return this._spd_comments; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.Onspd_commentsChanging(value); + this._spd_comments = value; + this.Onspd_commentsChanged(); + this.OnPropertyChanged("spd_comments"); } } [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 string _spd_comments; + partial void Onspd_commentsChanging(string value); + partial void Onspd_commentsChanged(); /// /// There are no comments for Property spd_castransactiondate in the schema. /// @@ -680942,27 +681024,27 @@ public virtual string spd_castransactionid partial void Onspd_castransactiondateChanging(global::System.Nullable value); partial void Onspd_castransactiondateChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable _transactioncurrencyid_value { get { - return this.__modifiedby_value; + return this.__transactioncurrencyid_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 createdon in the schema. /// @@ -681008,71 +681090,27 @@ public virtual string spd_castransactionid partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 spd_casresponse in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_casresponse - { - get - { - return this._spd_casresponse; - } - set - { - this.Onspd_casresponseChanging(value); - this._spd_casresponse = value; - this.Onspd_casresponseChanged(); - this.OnPropertyChanged("spd_casresponse"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_casresponse; - partial void Onspd_casresponseChanging(string value); - partial void Onspd_casresponseChanged(); - /// - /// There are no comments for Property versionnumber in the schema. + /// 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 versionnumber + public virtual global::System.Nullable _owninguser_value { get { - return this._versionnumber; + return this.__owninguser_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 spd_totalamount_base in the schema. /// @@ -681118,6 +681156,28 @@ public virtual string spd_casresponse partial void Onspd_gldateChanging(global::System.Nullable value); partial void Onspd_gldateChanged(); /// + /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -684165,49 +684225,49 @@ public static spd_licencefee Createspd_licencefee(global::Microsoft.Dynamics.CRM return spd_licencefee; } /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property _organizationid_value 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 _organizationid_value { get { - return this.__createdonbehalfby_value; + return this.__organizationid_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_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(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property spd_licencefeeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable spd_licencefeeid { get { - return this._modifiedon; + return this._spd_licencefeeid; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.Onspd_licencefeeidChanging(value); + this._spd_licencefeeid = value; + this.Onspd_licencefeeidChanged(); + this.OnPropertyChanged("spd_licencefeeid"); } } [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::System.Nullable _spd_licencefeeid; + partial void Onspd_licencefeeidChanging(global::System.Nullable value); + partial void Onspd_licencefeeidChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -684253,49 +684313,49 @@ public static spd_licencefee Createspd_licencefee(global::Microsoft.Dynamics.CRM partial void Onspd_typeChanging(global::System.Nullable value); partial void Onspd_typeChanged(); /// - /// There are no comments for Property spd_licencefeeid in the schema. + /// 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 spd_licencefeeid + public virtual global::System.Nullable overriddencreatedon { get { - return this._spd_licencefeeid; + return this._overriddencreatedon; } set { - this.Onspd_licencefeeidChanging(value); - this._spd_licencefeeid = value; - this.Onspd_licencefeeidChanged(); - this.OnPropertyChanged("spd_licencefeeid"); + 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 _spd_licencefeeid; - partial void Onspd_licencefeeidChanging(global::System.Nullable value); - partial void Onspd_licencefeeidChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _spd_servicetypeid_value in the schema. + /// 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 _spd_servicetypeid_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__spd_servicetypeid_value; + return this.__modifiedby_value; } set { - this.On_spd_servicetypeid_valueChanging(value); - this.__spd_servicetypeid_value = value; - this.On_spd_servicetypeid_valueChanged(); - this.OnPropertyChanged("_spd_servicetypeid_value"); + 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 __spd_servicetypeid_value; - partial void On_spd_servicetypeid_valueChanging(global::System.Nullable value); - partial void On_spd_servicetypeid_valueChanged(); + 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 _transactioncurrencyid_value in the schema. /// @@ -684319,28 +684379,6 @@ public static spd_licencefee Createspd_licencefee(global::Microsoft.Dynamics.CRM partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_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 exchangerate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -684363,71 +684401,71 @@ public virtual string spd_name partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property spd_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string spd_name { get { - return this.__modifiedby_value; + return this._spd_name; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 global::System.Nullable __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private string _spd_name; + partial void Onspd_nameChanging(string value); + partial void Onspd_nameChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property spd_term in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable spd_term { get { - return this._importsequencenumber; + return this._spd_term; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.Onspd_termChanging(value); + this._spd_term = value; + this.Onspd_termChanged(); + this.OnPropertyChanged("spd_term"); } } [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(); + private global::System.Nullable _spd_term; + partial void Onspd_termChanging(global::System.Nullable value); + partial void Onspd_termChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// 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 _organizationid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__organizationid_value; + return this._importsequencenumber; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -684473,27 +684511,27 @@ public virtual string spd_name partial void Onspd_amount_baseChanging(global::System.Nullable value); partial void Onspd_amount_baseChanged(); /// - /// There are no comments for Property timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable _spd_servicetypeid_value { get { - return this._timezoneruleversionnumber; + return this.__spd_servicetypeid_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 createdon in the schema. /// @@ -684561,6 +684599,28 @@ public virtual string spd_name partial void Onspd_hasvalidswl90daylicenceChanging(global::System.Nullable value); partial void Onspd_hasvalidswl90daylicenceChanged(); /// + /// 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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -684583,6 +684643,28 @@ public virtual string spd_name partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// 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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -684605,27 +684687,27 @@ public virtual string spd_name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property spd_term in the schema. + /// 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 spd_term + public virtual global::System.Nullable modifiedon { get { - return this._spd_term; + return this._modifiedon; } set { - this.Onspd_termChanging(value); - this._spd_term = value; - this.Onspd_termChanged(); - this.OnPropertyChanged("spd_term"); + 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 _spd_term; - partial void Onspd_termChanging(global::System.Nullable value); - partial void Onspd_termChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -684693,28 +684775,6 @@ public virtual string spd_name partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// 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#")] @@ -685849,27 +685909,27 @@ public static spd_licence Createspd_licence(global::Microsoft.Dynamics.CRM.syste return spd_licence; } /// - /// There are no comments for Property _spd_caseid_value in the schema. + /// There are no comments for Property spd_employerphonenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_caseid_value + public virtual string spd_employerphonenumber { get { - return this.__spd_caseid_value; + return this._spd_employerphonenumber; } set { - this.On_spd_caseid_valueChanging(value); - this.__spd_caseid_value = value; - this.On_spd_caseid_valueChanged(); - this.OnPropertyChanged("_spd_caseid_value"); + this.Onspd_employerphonenumberChanging(value); + this._spd_employerphonenumber = value; + this.Onspd_employerphonenumberChanged(); + this.OnPropertyChanged("spd_employerphonenumber"); } } [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 string _spd_employerphonenumber; + partial void Onspd_employerphonenumberChanging(string value); + partial void Onspd_employerphonenumberChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -685893,71 +685953,71 @@ public static spd_licence Createspd_licence(global::Microsoft.Dynamics.CRM.syste partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable statuscode { get { - return this.__owningbusinessunit_value; + return this._statuscode; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property _spd_licenceholder_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable _spd_licenceholder_value { get { - return this.__modifiedonbehalfby_value; + return this.__spd_licenceholder_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.On_spd_licenceholder_valueChanging(value); + this.__spd_licenceholder_value = value; + this.On_spd_licenceholder_valueChanged(); + this.OnPropertyChanged("_spd_licenceholder_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(); + private global::System.Nullable __spd_licenceholder_value; + partial void On_spd_licenceholder_valueChanging(global::System.Nullable value); + partial void On_spd_licenceholder_valueChanged(); /// - /// There are no comments for Property spd_employername in the schema. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employername + public virtual string traversedpath { get { - return this._spd_employername; + return this._traversedpath; } set { - this.Onspd_employernameChanging(value); - this._spd_employername = value; - this.Onspd_employernameChanged(); - this.OnPropertyChanged("spd_employername"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employername; - partial void Onspd_employernameChanging(string value); - partial void Onspd_employernameChanged(); + private string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); /// /// There are no comments for Property spd_rationale in the schema. /// @@ -686003,6 +686063,28 @@ public virtual string spd_employercontactname partial void Onspd_employercontactnameChanging(string value); partial void Onspd_employercontactnameChanged(); /// + /// 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 processid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -686135,6 +686217,50 @@ public virtual string spd_employerprovince partial void Onspd_employerprovinceChanging(string value); partial void Onspd_employerprovinceChanged(); /// + /// 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 _spd_photographid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_photographid_value + { + get + { + return this.__spd_photographid_value; + } + set + { + this.On_spd_photographid_valueChanging(value); + this.__spd_photographid_value = value; + this.On_spd_photographid_valueChanged(); + this.OnPropertyChanged("_spd_photographid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_photographid_value; + partial void On_spd_photographid_valueChanging(global::System.Nullable value); + partial void On_spd_photographid_valueChanged(); + /// /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -686157,27 +686283,27 @@ public virtual string spd_employerprovince partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable _owningteam_value { get { - return this.__createdonbehalfby_value; + return this.__owningteam_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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. /// @@ -686223,50 +686349,6 @@ public virtual string spd_employerprovince partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _spd_licenceholder_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_licenceholder_value - { - get - { - return this.__spd_licenceholder_value; - } - set - { - this.On_spd_licenceholder_valueChanging(value); - this.__spd_licenceholder_value = value; - this.On_spd_licenceholder_valueChanged(); - this.OnPropertyChanged("_spd_licenceholder_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_licenceholder_value; - partial void On_spd_licenceholder_valueChanging(global::System.Nullable value); - partial void On_spd_licenceholder_valueChanged(); - /// - /// There are no comments for Property spd_licencenumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_licencenumber - { - get - { - return this._spd_licencenumber; - } - set - { - this.Onspd_licencenumberChanging(value); - this._spd_licencenumber = value; - this.Onspd_licencenumberChanged(); - this.OnPropertyChanged("spd_licencenumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_licencenumber; - partial void Onspd_licencenumberChanging(string value); - partial void Onspd_licencenumberChanged(); - /// /// There are no comments for Property spd_employeremail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -686289,27 +686371,27 @@ public virtual string spd_employeremail partial void Onspd_employeremailChanging(string value); partial void Onspd_employeremailChanged(); /// - /// There are no comments for Property _spd_photographid_value in the schema. + /// There are no comments for Property spd_licenceterm in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_photographid_value + public virtual global::System.Nullable spd_licenceterm { get { - return this.__spd_photographid_value; + return this._spd_licenceterm; } set { - this.On_spd_photographid_valueChanging(value); - this.__spd_photographid_value = value; - this.On_spd_photographid_valueChanged(); - this.OnPropertyChanged("_spd_photographid_value"); + this.Onspd_licencetermChanging(value); + this._spd_licenceterm = value; + this.Onspd_licencetermChanged(); + this.OnPropertyChanged("spd_licenceterm"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_photographid_value; - partial void On_spd_photographid_valueChanging(global::System.Nullable value); - partial void On_spd_photographid_valueChanged(); + private global::System.Nullable _spd_licenceterm; + partial void Onspd_licencetermChanging(global::System.Nullable value); + partial void Onspd_licencetermChanged(); /// /// There are no comments for Property spd_temporarylicence in the schema. /// @@ -686377,28 +686459,6 @@ public virtual string spd_nameonlicence partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// 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 spd_licensingfigaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -686421,49 +686481,49 @@ public virtual string spd_licensingfigaroid partial void Onspd_licensingfigaroidChanging(string value); partial void Onspd_licensingfigaroidChanged(); /// - /// There are no comments for Property spd_permitpurpose in the schema. + /// There are no comments for Property spd_employeraddress2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_permitpurpose + public virtual string spd_employeraddress2 { get { - return this._spd_permitpurpose; + return this._spd_employeraddress2; } set { - this.Onspd_permitpurposeChanging(value); - this._spd_permitpurpose = value; - this.Onspd_permitpurposeChanged(); - this.OnPropertyChanged("spd_permitpurpose"); + this.Onspd_employeraddress2Changing(value); + this._spd_employeraddress2 = value; + this.Onspd_employeraddress2Changed(); + this.OnPropertyChanged("spd_employeraddress2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_permitpurpose; - partial void Onspd_permitpurposeChanging(string value); - partial void Onspd_permitpurposeChanged(); + private string _spd_employeraddress2; + partial void Onspd_employeraddress2Changing(string value); + partial void Onspd_employeraddress2Changed(); /// - /// There are no comments for Property spd_employeraddress2 in the schema. + /// There are no comments for Property spd_licencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employeraddress2 + public virtual string spd_licencenumber { get { - return this._spd_employeraddress2; + return this._spd_licencenumber; } set { - this.Onspd_employeraddress2Changing(value); - this._spd_employeraddress2 = value; - this.Onspd_employeraddress2Changed(); - this.OnPropertyChanged("spd_employeraddress2"); + this.Onspd_licencenumberChanging(value); + this._spd_licencenumber = value; + this.Onspd_licencenumberChanged(); + this.OnPropertyChanged("spd_licencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employeraddress2; - partial void Onspd_employeraddress2Changing(string value); - partial void Onspd_employeraddress2Changed(); + private string _spd_licencenumber; + partial void Onspd_licencenumberChanging(string value); + partial void Onspd_licencenumberChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -686509,28 +686569,6 @@ public virtual string spd_employeraddress2 partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// 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 spd_licenceid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -686553,71 +686591,115 @@ public virtual string spd_employeraddress2 partial void Onspd_licenceidChanging(global::System.Nullable value); partial void Onspd_licenceidChanged(); /// - /// There are no comments for Property spd_expirydate in the schema. + /// There are no comments for Property _stageid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_expirydate + public virtual global::System.Nullable _stageid_value { get { - return this._spd_expirydate; + return this.__stageid_value; } set { - this.Onspd_expirydateChanging(value); - this._spd_expirydate = value; - this.Onspd_expirydateChanged(); - this.OnPropertyChanged("spd_expirydate"); + this.On_stageid_valueChanging(value); + this.__stageid_value = value; + this.On_stageid_valueChanged(); + this.OnPropertyChanged("_stageid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_expirydate; - partial void Onspd_expirydateChanging(global::System.Nullable value); - partial void Onspd_expirydateChanged(); + private global::System.Nullable __stageid_value; + partial void On_stageid_valueChanging(global::System.Nullable value); + partial void On_stageid_valueChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _spd_caseid_value { get { - return this.__owninguser_value; + return this.__spd_caseid_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 spd_employerphonenumber 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 string spd_employerphonenumber + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._spd_employerphonenumber; + return this.__createdonbehalfby_value; } set { - this.Onspd_employerphonenumberChanging(value); - this._spd_employerphonenumber = value; - this.Onspd_employerphonenumberChanged(); - this.OnPropertyChanged("spd_employerphonenumber"); + 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 string _spd_employerphonenumber; - partial void Onspd_employerphonenumberChanging(string value); - partial void Onspd_employerphonenumberChanged(); + 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 _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_employername in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_employername + { + get + { + return this._spd_employername; + } + set + { + this.Onspd_employernameChanging(value); + this._spd_employername = value; + this.Onspd_employernameChanged(); + this.OnPropertyChanged("spd_employername"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_employername; + partial void Onspd_employernameChanging(string value); + partial void Onspd_employernameChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -686641,6 +686723,28 @@ public virtual string spd_employerphonenumber partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// + /// 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_soleproprietorid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -686707,50 +686811,6 @@ public virtual string spd_employercountry partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// 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 traversedpath in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath - { - get - { - return this._traversedpath; - } - set - { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); - /// /// There are no comments for Property spd_employerpostalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -686773,71 +686833,71 @@ public virtual string spd_employerpostalcode partial void Onspd_employerpostalcodeChanging(string value); partial void Onspd_employerpostalcodeChanged(); /// - /// There are no comments for Property spd_employeraddress1 in the schema. + /// There are no comments for Property spd_permitpurpose in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employeraddress1 + public virtual string spd_permitpurpose { get { - return this._spd_employeraddress1; + return this._spd_permitpurpose; } set { - this.Onspd_employeraddress1Changing(value); - this._spd_employeraddress1 = value; - this.Onspd_employeraddress1Changed(); - this.OnPropertyChanged("spd_employeraddress1"); + this.Onspd_permitpurposeChanging(value); + this._spd_permitpurpose = value; + this.Onspd_permitpurposeChanged(); + this.OnPropertyChanged("spd_permitpurpose"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employeraddress1; - partial void Onspd_employeraddress1Changing(string value); - partial void Onspd_employeraddress1Changed(); + private string _spd_permitpurpose; + partial void Onspd_permitpurposeChanging(string value); + partial void Onspd_permitpurposeChanged(); /// - /// There are no comments for Property _stageid_value in the schema. + /// There are no comments for Property spd_employeraddress1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _stageid_value + public virtual string spd_employeraddress1 { get { - return this.__stageid_value; + return this._spd_employeraddress1; } set { - this.On_stageid_valueChanging(value); - this.__stageid_value = value; - this.On_stageid_valueChanged(); - this.OnPropertyChanged("_stageid_value"); + this.Onspd_employeraddress1Changing(value); + this._spd_employeraddress1 = value; + this.Onspd_employeraddress1Changed(); + this.OnPropertyChanged("spd_employeraddress1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __stageid_value; - partial void On_stageid_valueChanging(global::System.Nullable value); - partial void On_stageid_valueChanged(); + private string _spd_employeraddress1; + partial void Onspd_employeraddress1Changing(string value); + partial void Onspd_employeraddress1Changed(); /// - /// There are no comments for Property spd_licenceterm in the schema. + /// There are no comments for Property spd_expirydate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_licenceterm + public virtual global::System.Nullable spd_expirydate { get { - return this._spd_licenceterm; + return this._spd_expirydate; } set { - this.Onspd_licencetermChanging(value); - this._spd_licenceterm = value; - this.Onspd_licencetermChanged(); - this.OnPropertyChanged("spd_licenceterm"); + this.Onspd_expirydateChanging(value); + this._spd_expirydate = value; + this.Onspd_expirydateChanged(); + this.OnPropertyChanged("spd_expirydate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_licenceterm; - partial void Onspd_licencetermChanging(global::System.Nullable value); - partial void Onspd_licencetermChanged(); + private global::System.Nullable _spd_expirydate; + partial void Onspd_expirydateChanging(global::System.Nullable value); + partial void Onspd_expirydateChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -688021,27 +688081,49 @@ public static spd_organizationtype Createspd_organizationtype(global::Microsoft. return spd_organizationtype; } /// - /// There are no comments for Property spd_organizationcategory in the schema. + /// 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 spd_organizationcategory + public virtual global::System.Nullable modifiedon { get { - return this._spd_organizationcategory; + return this._modifiedon; } set { - this.Onspd_organizationcategoryChanging(value); - this._spd_organizationcategory = value; - this.Onspd_organizationcategoryChanged(); - this.OnPropertyChanged("spd_organizationcategory"); + 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 _spd_organizationcategory; - partial void Onspd_organizationcategoryChanging(global::System.Nullable value); - partial void Onspd_organizationcategoryChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// 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_portallabel in the schema. /// @@ -688153,28 +688235,6 @@ public virtual string spd_portallabel partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_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 spd_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -688241,28 +688301,6 @@ public virtual string spd_name partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -688373,27 +688411,49 @@ public virtual string spd_name partial void Onspd_organizationtypeidChanging(global::System.Nullable value); partial void Onspd_organizationtypeidChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._modifiedon; + return this._timezoneruleversionnumber; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); + /// + /// There are no comments for Property spd_organizationcategory in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_organizationcategory + { + get + { + return this._spd_organizationcategory; + } + set + { + this.Onspd_organizationcategoryChanging(value); + this._spd_organizationcategory = value; + this.Onspd_organizationcategoryChanged(); + this.OnPropertyChanged("spd_organizationcategory"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_organizationcategory; + partial void Onspd_organizationcategoryChanging(global::System.Nullable value); + partial void Onspd_organizationcategoryChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -689488,71 +689548,27 @@ public static spd_orgregistration Createspd_orgregistration(global::Microsoft.Dy return spd_orgregistration; } /// - /// There are no comments for Property spd_province in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_province - { - get - { - return this._spd_province; - } - set - { - this.Onspd_provinceChanging(value); - this._spd_province = value; - this.Onspd_provinceChanged(); - this.OnPropertyChanged("spd_province"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_province; - partial void Onspd_provinceChanging(string value); - partial void Onspd_provinceChanged(); - /// - /// There are no comments for Property spd_country in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_country - { - get - { - return this._spd_country; - } - set - { - this.Onspd_countryChanging(value); - this._spd_country = value; - this.Onspd_countryChanged(); - this.OnPropertyChanged("spd_country"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_country; - partial void Onspd_countryChanging(string value); - partial void Onspd_countryChanged(); - /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__modifiedby_value; + return this.__ownerid_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 spd_deniedreasonvolunteer in the schema. /// @@ -689620,6 +689636,28 @@ public virtual string spd_authorizedcontactsurname partial void Onspd_authorizedcontactsurnameChanging(string value); partial void Onspd_authorizedcontactsurnameChanged(); /// + /// There are no comments for Property spd_declaration in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_declaration + { + get + { + return this._spd_declaration; + } + set + { + this.Onspd_declarationChanging(value); + this._spd_declaration = value; + this.Onspd_declarationChanged(); + this.OnPropertyChanged("spd_declaration"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_declaration; + partial void Onspd_declarationChanging(global::System.Nullable value); + partial void Onspd_declarationChanged(); + /// /// There are no comments for Property spd_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -689664,27 +689702,27 @@ public virtual string spd_postalcode partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property spd_potentialduplicate in the schema. + /// There are no comments for Property spd_province in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_potentialduplicate + public virtual string spd_province { get { - return this._spd_potentialduplicate; + return this._spd_province; } set { - this.Onspd_potentialduplicateChanging(value); - this._spd_potentialduplicate = value; - this.Onspd_potentialduplicateChanged(); - this.OnPropertyChanged("spd_potentialduplicate"); + this.Onspd_provinceChanging(value); + this._spd_province = value; + this.Onspd_provinceChanged(); + this.OnPropertyChanged("spd_province"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_potentialduplicate; - partial void Onspd_potentialduplicateChanging(global::System.Nullable value); - partial void Onspd_potentialduplicateChanged(); + private string _spd_province; + partial void Onspd_provinceChanging(string value); + partial void Onspd_provinceChanged(); /// /// There are no comments for Property spd_preregistrationlink in the schema. /// @@ -689708,71 +689746,49 @@ public virtual string spd_preregistrationlink partial void Onspd_preregistrationlinkChanging(string value); partial void Onspd_preregistrationlinkChanged(); /// - /// There are no comments for Property spd_workswith in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_workswith - { - get - { - return this._spd_workswith; - } - set - { - this.Onspd_workswithChanging(value); - this._spd_workswith = value; - this.Onspd_workswithChanged(); - this.OnPropertyChanged("spd_workswith"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_workswith; - partial void Onspd_workswithChanging(global::System.Nullable value); - partial void Onspd_workswithChanged(); - /// - /// There are no comments for Property spd_authorizedcontactphonenumber in the schema. + /// There are no comments for Property spd_organizationlegalname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_authorizedcontactphonenumber + public virtual string spd_organizationlegalname { get { - return this._spd_authorizedcontactphonenumber; + return this._spd_organizationlegalname; } set { - this.Onspd_authorizedcontactphonenumberChanging(value); - this._spd_authorizedcontactphonenumber = value; - this.Onspd_authorizedcontactphonenumberChanged(); - this.OnPropertyChanged("spd_authorizedcontactphonenumber"); + this.Onspd_organizationlegalnameChanging(value); + this._spd_organizationlegalname = value; + this.Onspd_organizationlegalnameChanged(); + this.OnPropertyChanged("spd_organizationlegalname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_authorizedcontactphonenumber; - partial void Onspd_authorizedcontactphonenumberChanging(string value); - partial void Onspd_authorizedcontactphonenumberChanged(); + private string _spd_organizationlegalname; + partial void Onspd_organizationlegalnameChanging(string value); + partial void Onspd_organizationlegalnameChanged(); /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property spd_receivemoneycompensation in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual global::System.Nullable spd_receivemoneycompensation { get { - return this.__owninguser_value; + return this._spd_receivemoneycompensation; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.Onspd_receivemoneycompensationChanging(value); + this._spd_receivemoneycompensation = value; + this.Onspd_receivemoneycompensationChanged(); + this.OnPropertyChanged("spd_receivemoneycompensation"); } } [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(); + private global::System.Nullable _spd_receivemoneycompensation; + partial void Onspd_receivemoneycompensationChanging(global::System.Nullable value); + partial void Onspd_receivemoneycompensationChanged(); /// /// There are no comments for Property spd_figaroid in the schema. /// @@ -689818,28 +689834,6 @@ public virtual string spd_figaroid partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property spd_city in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_city - { - get - { - return this._spd_city; - } - set - { - this.Onspd_cityChanging(value); - this._spd_city = value; - this.Onspd_cityChanged(); - this.OnPropertyChanged("spd_city"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_city; - partial void Onspd_cityChanging(string value); - partial void Onspd_cityChanged(); - /// /// There are no comments for Property spd_street2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -689950,71 +689944,71 @@ public virtual string spd_registrationnumber partial void Onspd_registrationnumberChanging(string value); partial void Onspd_registrationnumberChanged(); /// - /// There are no comments for Property spd_declaration in the schema. + /// There are no comments for Property spd_authorizedcontactphonenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_declaration + public virtual string spd_authorizedcontactphonenumber { get { - return this._spd_declaration; + return this._spd_authorizedcontactphonenumber; } set { - this.Onspd_declarationChanging(value); - this._spd_declaration = value; - this.Onspd_declarationChanged(); - this.OnPropertyChanged("spd_declaration"); + this.Onspd_authorizedcontactphonenumberChanging(value); + this._spd_authorizedcontactphonenumber = value; + this.Onspd_authorizedcontactphonenumberChanged(); + this.OnPropertyChanged("spd_authorizedcontactphonenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_declaration; - partial void Onspd_declarationChanging(global::System.Nullable value); - partial void Onspd_declarationChanged(); + private string _spd_authorizedcontactphonenumber; + partial void Onspd_authorizedcontactphonenumberChanging(string value); + partial void Onspd_authorizedcontactphonenumberChanged(); /// - /// There are no comments for Property spd_deniedreasonemployee in the schema. + /// 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 spd_deniedreasonemployee + public virtual global::System.Nullable _modifiedby_value { get { - return this._spd_deniedreasonemployee; + return this.__modifiedby_value; } set { - this.Onspd_deniedreasonemployeeChanging(value); - this._spd_deniedreasonemployee = value; - this.Onspd_deniedreasonemployeeChanged(); - this.OnPropertyChanged("spd_deniedreasonemployee"); + 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 _spd_deniedreasonemployee; - partial void Onspd_deniedreasonemployeeChanging(global::System.Nullable value); - partial void Onspd_deniedreasonemployeeChanged(); + 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 spd_identityprovider in the schema. + /// There are no comments for Property spd_deniedreasonemployee in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_identityprovider + public virtual global::System.Nullable spd_deniedreasonemployee { get { - return this._spd_identityprovider; + return this._spd_deniedreasonemployee; } set { - this.Onspd_identityproviderChanging(value); - this._spd_identityprovider = value; - this.Onspd_identityproviderChanged(); - this.OnPropertyChanged("spd_identityprovider"); + this.Onspd_deniedreasonemployeeChanging(value); + this._spd_deniedreasonemployee = value; + this.Onspd_deniedreasonemployeeChanged(); + this.OnPropertyChanged("spd_deniedreasonemployee"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_identityprovider; - partial void Onspd_identityproviderChanging(global::System.Nullable value); - partial void Onspd_identityproviderChanged(); + private global::System.Nullable _spd_deniedreasonemployee; + partial void Onspd_deniedreasonemployeeChanging(global::System.Nullable value); + partial void Onspd_deniedreasonemployeeChanged(); /// /// There are no comments for Property spd_authorizedcontactdateofbirth in the schema. /// @@ -690038,93 +690032,71 @@ public virtual string spd_registrationnumber partial void Onspd_authorizedcontactdateofbirthChanging(global::System.Nullable value); partial void Onspd_authorizedcontactdateofbirthChanged(); /// - /// There are no comments for Property spd_email in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_email - { - get - { - return this._spd_email; - } - set - { - this.Onspd_emailChanging(value); - this._spd_email = value; - this.Onspd_emailChanged(); - this.OnPropertyChanged("spd_email"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_email; - partial void Onspd_emailChanging(string value); - partial void Onspd_emailChanged(); - /// - /// There are no comments for Property spd_phonenumber in the schema. + /// There are no comments for Property spd_workswith in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_phonenumber + public virtual global::System.Nullable spd_workswith { get { - return this._spd_phonenumber; + return this._spd_workswith; } set { - this.Onspd_phonenumberChanging(value); - this._spd_phonenumber = value; - this.Onspd_phonenumberChanged(); - this.OnPropertyChanged("spd_phonenumber"); + this.Onspd_workswithChanging(value); + this._spd_workswith = value; + this.Onspd_workswithChanged(); + this.OnPropertyChanged("spd_workswith"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_phonenumber; - partial void Onspd_phonenumberChanging(string value); - partial void Onspd_phonenumberChanged(); + private global::System.Nullable _spd_workswith; + partial void Onspd_workswithChanging(global::System.Nullable value); + partial void Onspd_workswithChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable versionnumber { get { - return this.__ownerid_value; + return this._versionnumber; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property spd_organizationname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string spd_organizationname { get { - return this._versionnumber; + return this._spd_organizationname; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onspd_organizationnameChanging(value); + this._spd_organizationname = value; + this.Onspd_organizationnameChanged(); + this.OnPropertyChanged("spd_organizationname"); } } [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 string _spd_organizationname; + partial void Onspd_organizationnameChanging(string value); + partial void Onspd_organizationnameChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -690192,49 +690164,49 @@ public virtual string spd_licensingfigaroid partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property spd_phonenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual string spd_phonenumber { get { - return this._overriddencreatedon; + return this._spd_phonenumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onspd_phonenumberChanging(value); + this._spd_phonenumber = value; + this.Onspd_phonenumberChanged(); + this.OnPropertyChanged("spd_phonenumber"); } } [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 string _spd_phonenumber; + partial void Onspd_phonenumberChanging(string value); + partial void Onspd_phonenumberChanged(); /// - /// There are no comments for Property spd_organizationlegalname in the schema. + /// There are no comments for Property spd_potentialduplicate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_organizationlegalname + public virtual global::System.Nullable spd_potentialduplicate { get { - return this._spd_organizationlegalname; + return this._spd_potentialduplicate; } set { - this.Onspd_organizationlegalnameChanging(value); - this._spd_organizationlegalname = value; - this.Onspd_organizationlegalnameChanged(); - this.OnPropertyChanged("spd_organizationlegalname"); + this.Onspd_potentialduplicateChanging(value); + this._spd_potentialduplicate = value; + this.Onspd_potentialduplicateChanged(); + this.OnPropertyChanged("spd_potentialduplicate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_organizationlegalname; - partial void Onspd_organizationlegalnameChanging(string value); - partial void Onspd_organizationlegalnameChanged(); + private global::System.Nullable _spd_potentialduplicate; + partial void Onspd_potentialduplicateChanging(global::System.Nullable value); + partial void Onspd_potentialduplicateChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -690258,6 +690230,72 @@ public virtual string spd_organizationlegalname partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_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 spd_city in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_city + { + get + { + return this._spd_city; + } + set + { + this.Onspd_cityChanging(value); + this._spd_city = value; + this.Onspd_cityChanged(); + this.OnPropertyChanged("spd_city"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_city; + partial void Onspd_cityChanging(string value); + partial void Onspd_cityChanged(); + /// + /// There are no comments for Property spd_country in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_country + { + get + { + return this._spd_country; + } + set + { + this.Onspd_countryChanging(value); + this._spd_country = value; + this.Onspd_countryChanged(); + this.OnPropertyChanged("spd_country"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_country; + partial void Onspd_countryChanging(string value); + partial void Onspd_countryChanged(); + /// /// There are no comments for Property spd_identityguid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -690280,6 +690318,28 @@ public virtual string spd_identityguid partial void Onspd_identityguidChanging(string value); partial void Onspd_identityguidChanged(); /// + /// 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_portaluseridentityguid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -690302,27 +690362,27 @@ public virtual string spd_portaluseridentityguid partial void Onspd_portaluseridentityguidChanging(string value); partial void Onspd_portaluseridentityguidChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable _owningteam_value { get { - return this._modifiedon; + return this.__owningteam_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 spd_authorizedcontactgivenname in the schema. /// @@ -690368,27 +690428,27 @@ public virtual string spd_street1 partial void Onspd_street1Changing(string value); partial void Onspd_street1Changed(); /// - /// There are no comments for Property spd_organizationname in the schema. + /// There are no comments for Property spd_identityprovider in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_organizationname + public virtual global::System.Nullable spd_identityprovider { get { - return this._spd_organizationname; + return this._spd_identityprovider; } set { - this.Onspd_organizationnameChanging(value); - this._spd_organizationname = value; - this.Onspd_organizationnameChanged(); - this.OnPropertyChanged("spd_organizationname"); + this.Onspd_identityproviderChanging(value); + this._spd_identityprovider = value; + this.Onspd_identityproviderChanged(); + this.OnPropertyChanged("spd_identityprovider"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_organizationname; - partial void Onspd_organizationnameChanging(string value); - partial void Onspd_organizationnameChanged(); + private global::System.Nullable _spd_identityprovider; + partial void Onspd_identityproviderChanging(global::System.Nullable value); + partial void Onspd_identityproviderChanged(); /// /// There are no comments for Property spd_estimatedapplicationssubmittedperyear in the schema. /// @@ -690434,49 +690494,49 @@ public virtual string spd_organizationname partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable _owninguser_value { get { - return this.__owningteam_value; + return this.__owninguser_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 importsequencenumber in the schema. + /// There are no comments for Property spd_email in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string spd_email { get { - return this._importsequencenumber; + return this._spd_email; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.Onspd_emailChanging(value); + this._spd_email = value; + this.Onspd_emailChanged(); + this.OnPropertyChanged("spd_email"); } } [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(); + private string _spd_email; + partial void Onspd_emailChanging(string value); + partial void Onspd_emailChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -690566,49 +690626,49 @@ public virtual string spd_jobtitle partial void Onspd_havelicenseesorregistrantsChanging(global::System.Nullable value); partial void Onspd_havelicenseesorregistrantsChanged(); /// - /// There are no comments for Property spd_receivemoneycompensation in the schema. + /// There are no comments for Property spd_authorizedcontactemail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_receivemoneycompensation + public virtual string spd_authorizedcontactemail { get { - return this._spd_receivemoneycompensation; + return this._spd_authorizedcontactemail; } set { - this.Onspd_receivemoneycompensationChanging(value); - this._spd_receivemoneycompensation = value; - this.Onspd_receivemoneycompensationChanged(); - this.OnPropertyChanged("spd_receivemoneycompensation"); + this.Onspd_authorizedcontactemailChanging(value); + this._spd_authorizedcontactemail = value; + this.Onspd_authorizedcontactemailChanged(); + this.OnPropertyChanged("spd_authorizedcontactemail"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_receivemoneycompensation; - partial void Onspd_receivemoneycompensationChanging(global::System.Nullable value); - partial void Onspd_receivemoneycompensationChanged(); + private string _spd_authorizedcontactemail; + partial void Onspd_authorizedcontactemailChanging(string value); + partial void Onspd_authorizedcontactemailChanged(); /// - /// There are no comments for Property spd_authorizedcontactemail in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_authorizedcontactemail + public virtual global::System.Nullable importsequencenumber { get { - return this._spd_authorizedcontactemail; + return this._importsequencenumber; } set { - this.Onspd_authorizedcontactemailChanging(value); - this._spd_authorizedcontactemail = value; - this.Onspd_authorizedcontactemailChanged(); - this.OnPropertyChanged("spd_authorizedcontactemail"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_authorizedcontactemail; - partial void Onspd_authorizedcontactemailChanging(string value); - partial void Onspd_authorizedcontactemailChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property _spd_organizationtypeid_value in the schema. /// @@ -691827,28 +691887,6 @@ public static spd_payment Createspd_payment(global::Microsoft.Dynamics.CRM.syste partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// 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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -692245,49 +692283,27 @@ public virtual string spd_refunderrordescription partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property spd_amount in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_amount - { - get - { - return this._spd_amount; - } - set - { - this.Onspd_amountChanging(value); - this._spd_amount = value; - this.Onspd_amountChanged(); - this.OnPropertyChanged("spd_amount"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_amount; - partial void Onspd_amountChanging(global::System.Nullable value); - partial void Onspd_amountChanged(); - /// - /// There are no comments for Property spd_ordernumber in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_ordernumber + public virtual global::System.Nullable modifiedon { get { - return this._spd_ordernumber; + return this._modifiedon; } set { - this.Onspd_ordernumberChanging(value); - this._spd_ordernumber = value; - this.Onspd_ordernumberChanged(); - this.OnPropertyChanged("spd_ordernumber"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_ordernumber; - partial void Onspd_ordernumberChanging(string value); - partial void Onspd_ordernumberChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property overriddencreatedon in the schema. /// @@ -692377,6 +692393,28 @@ public virtual string spd_figaroid partial void Onspd_figaroidChanging(string value); partial void Onspd_figaroidChanged(); /// + /// There are no comments for Property spd_amount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_amount + { + get + { + return this._spd_amount; + } + set + { + this.Onspd_amountChanging(value); + this._spd_amount = value; + this.Onspd_amountChanged(); + this.OnPropertyChanged("spd_amount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_amount; + partial void Onspd_amountChanging(global::System.Nullable value); + partial void Onspd_amountChanged(); + /// /// There are no comments for Property spd_response in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -692531,6 +692569,28 @@ public virtual string spd_transactionid partial void Onspd_transactionidChanging(string value); partial void Onspd_transactionidChanged(); /// + /// There are no comments for Property spd_ordernumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_ordernumber + { + get + { + return this._spd_ordernumber; + } + set + { + this.Onspd_ordernumberChanging(value); + this._spd_ordernumber = value; + this.Onspd_ordernumberChanged(); + this.OnPropertyChanged("spd_ordernumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_ordernumber; + partial void Onspd_ordernumberChanging(string value); + partial void Onspd_ordernumberChanged(); + /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -693449,27 +693509,27 @@ public static spd_pdfreport Createspd_pdfreport(global::Microsoft.Dynamics.CRM.s return spd_pdfreport; } /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property spd_type 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_type { get { - return this.__createdby_value; + return this._spd_type; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onspd_typeChanging(value); + this._spd_type = value; + this.Onspd_typeChanged(); + this.OnPropertyChanged("spd_type"); } } [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_type; + partial void Onspd_typeChanging(global::System.Nullable value); + partial void Onspd_typeChanged(); /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// @@ -693515,27 +693575,49 @@ public static spd_pdfreport Createspd_pdfreport(global::Microsoft.Dynamics.CRM.s partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property spd_type in the schema. + /// 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 spd_type + public virtual global::System.Nullable _owningteam_value { get { - return this._spd_type; + return this.__owningteam_value; } set { - this.Onspd_typeChanging(value); - this._spd_type = value; - this.Onspd_typeChanged(); - this.OnPropertyChanged("spd_type"); + 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 _spd_type; - partial void Onspd_typeChanging(global::System.Nullable value); - partial void Onspd_typeChanged(); + 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 _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 spd_pdfreportid in the schema. /// @@ -693559,27 +693641,27 @@ public static spd_pdfreport Createspd_pdfreport(global::Microsoft.Dynamics.CRM.s partial void Onspd_pdfreportidChanging(global::System.Nullable value); partial void Onspd_pdfreportidChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable statuscode { get { - return this.__owningteam_value; + return this._statuscode; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -693603,49 +693685,49 @@ public static spd_pdfreport Createspd_pdfreport(global::Microsoft.Dynamics.CRM.s partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property spd_reportdate in the schema. + /// 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 spd_reportdate + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._spd_reportdate; + return this.__owningbusinessunit_value; } set { - this.Onspd_reportdateChanging(value); - this._spd_reportdate = value; - this.Onspd_reportdateChanged(); - this.OnPropertyChanged("spd_reportdate"); + 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 _spd_reportdate; - partial void Onspd_reportdateChanging(global::System.Nullable value); - partial void Onspd_reportdateChanged(); + 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 overriddencreatedon in the schema. + /// There are no comments for Property spd_reportdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable spd_reportdate { get { - return this._overriddencreatedon; + return this._spd_reportdate; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onspd_reportdateChanging(value); + this._spd_reportdate = value; + this.Onspd_reportdateChanged(); + this.OnPropertyChanged("spd_reportdate"); } } [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::System.Nullable _spd_reportdate; + partial void Onspd_reportdateChanging(global::System.Nullable value); + partial void Onspd_reportdateChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -693669,27 +693751,49 @@ public static spd_pdfreport Createspd_pdfreport(global::Microsoft.Dynamics.CRM.s partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property spd_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string spd_name { get { - return this.__createdonbehalfby_value; + return this._spd_name; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 global::System.Nullable __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private string _spd_name; + partial void Onspd_nameChanging(string value); + partial void Onspd_nameChanged(); + /// + /// 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 _owninguser_value in the schema. /// @@ -693735,50 +693839,6 @@ public static spd_pdfreport Createspd_pdfreport(global::Microsoft.Dynamics.CRM.s partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -693801,27 +693861,27 @@ public virtual string spd_name partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property statuscode 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 statuscode + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._statuscode; + return this.__createdonbehalfby_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + 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 _spd_organizationid_value in the schema. /// @@ -693867,71 +693927,71 @@ public virtual string spd_name partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value 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 _modifiedonbehalfby_value + public virtual global::System.Nullable statecode { get { - return this.__modifiedonbehalfby_value; + return this._statecode; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable overriddencreatedon { get { - return this._statecode; + return this._overriddencreatedon; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__owningbusinessunit_value; + return this.__modifiedonbehalfby_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 createdby in the schema. /// @@ -695215,6 +695275,28 @@ public virtual string spd_surname partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// There are no comments for Property spd_jobtitle in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_jobtitle + { + get + { + return this._spd_jobtitle; + } + set + { + this.Onspd_jobtitleChanging(value); + this._spd_jobtitle = value; + this.Onspd_jobtitleChanged(); + this.OnPropertyChanged("spd_jobtitle"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_jobtitle; + partial void Onspd_jobtitleChanging(string value); + partial void Onspd_jobtitleChanged(); + /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -695501,28 +695583,6 @@ public virtual string spd_errormessage partial void Onspd_errormessageChanging(string value); partial void Onspd_errormessageChanged(); /// - /// There are no comments for Property spd_jobtitle in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_jobtitle - { - get - { - return this._spd_jobtitle; - } - set - { - this.Onspd_jobtitleChanging(value); - this._spd_jobtitle = value; - this.Onspd_jobtitleChanged(); - this.OnPropertyChanged("spd_jobtitle"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_jobtitle; - partial void Onspd_jobtitleChanging(string value); - partial void Onspd_jobtitleChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -696864,27 +696924,27 @@ public static spd_portaluser Createspd_portaluser(global::Microsoft.Dynamics.CRM return spd_portaluser; } /// - /// There are no comments for Property spd_psa in the schema. + /// 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 spd_psa + public virtual global::System.Nullable versionnumber { get { - return this._spd_psa; + return this._versionnumber; } set { - this.Onspd_psaChanging(value); - this._spd_psa = value; - this.Onspd_psaChanged(); - this.OnPropertyChanged("spd_psa"); + 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 _spd_psa; - partial void Onspd_psaChanging(global::System.Nullable value); - partial void Onspd_psaChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property spd_emailaddress1 in the schema. /// @@ -696908,6 +696968,28 @@ public virtual string spd_emailaddress1 partial void Onspd_emailaddress1Changing(string value); partial void Onspd_emailaddress1Changed(); /// + /// 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 utcconversiontimezonecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -696930,27 +697012,27 @@ public virtual string spd_emailaddress1 partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property _spd_organizationid_value in the schema. + /// 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 _spd_organizationid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__spd_organizationid_value; + return this._importsequencenumber; } set { - this.On_spd_organizationid_valueChanging(value); - this.__spd_organizationid_value = value; - this.On_spd_organizationid_valueChanged(); - this.OnPropertyChanged("_spd_organizationid_value"); + 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 __spd_organizationid_value; - partial void On_spd_organizationid_valueChanging(global::System.Nullable value); - partial void On_spd_organizationid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property spd_jobtitle in the schema. /// @@ -696974,6 +697056,28 @@ public virtual string spd_jobtitle partial void Onspd_jobtitleChanging(string value); partial void Onspd_jobtitleChanged(); /// + /// There are no comments for Property spd_psa in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_psa + { + get + { + return this._spd_psa; + } + set + { + this.Onspd_psaChanging(value); + this._spd_psa = value; + this.Onspd_psaChanged(); + this.OnPropertyChanged("spd_psa"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_psa; + partial void Onspd_psaChanging(global::System.Nullable value); + partial void Onspd_psaChanged(); + /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -697018,159 +697122,159 @@ public virtual string spd_fullname partial void Onspd_fullnameChanging(string value); partial void Onspd_fullnameChanged(); /// - /// There are no comments for Property spd_lastloggedin in the schema. + /// There are no comments for Property _spd_organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_lastloggedin + public virtual global::System.Nullable _spd_organizationid_value { get { - return this._spd_lastloggedin; + return this.__spd_organizationid_value; } set { - this.Onspd_lastloggedinChanging(value); - this._spd_lastloggedin = value; - this.Onspd_lastloggedinChanged(); - this.OnPropertyChanged("spd_lastloggedin"); + this.On_spd_organizationid_valueChanging(value); + this.__spd_organizationid_value = value; + this.On_spd_organizationid_valueChanged(); + this.OnPropertyChanged("_spd_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_lastloggedin; - partial void Onspd_lastloggedinChanging(global::System.Nullable value); - partial void Onspd_lastloggedinChanged(); + private global::System.Nullable __spd_organizationid_value; + partial void On_spd_organizationid_valueChanging(global::System.Nullable value); + partial void On_spd_organizationid_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property spd_licensingfigaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual string spd_licensingfigaroid { get { - return this.__createdonbehalfby_value; + return this._spd_licensingfigaroid; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 global::System.Nullable __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private string _spd_licensingfigaroid; + partial void Onspd_licensingfigaroidChanging(string value); + partial void Onspd_licensingfigaroidChanged(); /// - /// There are no comments for Property spd_licensingfigaroid in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_licensingfigaroid + public virtual global::System.Nullable _organizationid_value { get { - return this._spd_licensingfigaroid; + return this.__organizationid_value; } set { - this.Onspd_licensingfigaroidChanging(value); - this._spd_licensingfigaroid = value; - this.Onspd_licensingfigaroidChanged(); - this.OnPropertyChanged("spd_licensingfigaroid"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable overriddencreatedon { get { - return this._timezoneruleversionnumber; + return this._overriddencreatedon; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property spd_servicecategory in the schema. + /// There are no comments for Property spd_portaluserid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_servicecategory + public virtual global::System.Nullable spd_portaluserid { get { - return this._spd_servicecategory; + return this._spd_portaluserid; } set { - this.Onspd_servicecategoryChanging(value); - this._spd_servicecategory = value; - this.Onspd_servicecategoryChanged(); - this.OnPropertyChanged("spd_servicecategory"); + this.Onspd_portaluseridChanging(value); + this._spd_portaluserid = value; + this.Onspd_portaluseridChanged(); + this.OnPropertyChanged("spd_portaluserid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_servicecategory; - partial void Onspd_servicecategoryChanging(global::System.Nullable value); - partial void Onspd_servicecategoryChanged(); + private global::System.Nullable _spd_portaluserid; + partial void Onspd_portaluseridChanging(global::System.Nullable value); + partial void Onspd_portaluseridChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property spd_servicecategory in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable spd_servicecategory { get { - return this._overriddencreatedon; + return this._spd_servicecategory; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onspd_servicecategoryChanging(value); + this._spd_servicecategory = value; + this.Onspd_servicecategoryChanged(); + this.OnPropertyChanged("spd_servicecategory"); } } [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::System.Nullable _spd_servicecategory; + partial void Onspd_servicecategoryChanging(global::System.Nullable value); + partial void Onspd_servicecategoryChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property _spd_orgregistrationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable _spd_orgregistrationid_value { get { - return this.__organizationid_value; + return this.__spd_orgregistrationid_value; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.On_spd_orgregistrationid_valueChanging(value); + this.__spd_orgregistrationid_value = value; + this.On_spd_orgregistrationid_valueChanged(); + this.OnPropertyChanged("_spd_orgregistrationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable __spd_orgregistrationid_value; + partial void On_spd_orgregistrationid_valueChanging(global::System.Nullable value); + partial void On_spd_orgregistrationid_valueChanged(); /// /// There are no comments for Property spd_firstname in the schema. /// @@ -697216,49 +697320,49 @@ public virtual string spd_firstname partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property importsequencenumber 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 importsequencenumber + public virtual global::System.Nullable createdon { get { - return this._importsequencenumber; + return this._createdon; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property _spd_orgregistrationid_value in the schema. + /// There are no comments for Property spd_dateofbirth in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_orgregistrationid_value + public virtual global::System.Nullable spd_dateofbirth { get { - return this.__spd_orgregistrationid_value; + return this._spd_dateofbirth; } set { - this.On_spd_orgregistrationid_valueChanging(value); - this.__spd_orgregistrationid_value = value; - this.On_spd_orgregistrationid_valueChanged(); - this.OnPropertyChanged("_spd_orgregistrationid_value"); + this.Onspd_dateofbirthChanging(value); + this._spd_dateofbirth = value; + this.Onspd_dateofbirthChanged(); + this.OnPropertyChanged("spd_dateofbirth"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_orgregistrationid_value; - partial void On_spd_orgregistrationid_valueChanging(global::System.Nullable value); - partial void On_spd_orgregistrationid_valueChanged(); + private global::System.Nullable _spd_dateofbirth; + partial void Onspd_dateofbirthChanging(global::System.Nullable value); + partial void Onspd_dateofbirthChanged(); /// /// There are no comments for Property spd_surname in the schema. /// @@ -697282,50 +697386,6 @@ public virtual string spd_surname partial void Onspd_surnameChanging(string value); partial void Onspd_surnameChanged(); /// - /// There are no comments for Property spd_portaluserid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_portaluserid - { - get - { - return this._spd_portaluserid; - } - set - { - this.Onspd_portaluseridChanging(value); - this._spd_portaluserid = value; - this.Onspd_portaluseridChanged(); - this.OnPropertyChanged("spd_portaluserid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_portaluserid; - partial void Onspd_portaluseridChanging(global::System.Nullable value); - partial void Onspd_portaluseridChanged(); - /// - /// 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 _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -697370,27 +697430,27 @@ public virtual string spd_surname partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property spd_phonenumber in the schema. + /// There are no comments for Property spd_lastloggedin in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_phonenumber + public virtual global::System.Nullable spd_lastloggedin { get { - return this._spd_phonenumber; + return this._spd_lastloggedin; } set { - this.Onspd_phonenumberChanging(value); - this._spd_phonenumber = value; - this.Onspd_phonenumberChanged(); - this.OnPropertyChanged("spd_phonenumber"); + this.Onspd_lastloggedinChanging(value); + this._spd_lastloggedin = value; + this.Onspd_lastloggedinChanged(); + this.OnPropertyChanged("spd_lastloggedin"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_phonenumber; - partial void Onspd_phonenumberChanging(string value); - partial void Onspd_phonenumberChanged(); + private global::System.Nullable _spd_lastloggedin; + partial void Onspd_lastloggedinChanging(global::System.Nullable value); + partial void Onspd_lastloggedinChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -697414,93 +697474,93 @@ public virtual string spd_phonenumber partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._createdon; + return this._timezoneruleversionnumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property spd_dateofbirth in the schema. + /// There are no comments for Property spd_figaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_dateofbirth + public virtual string spd_figaroid { get { - return this._spd_dateofbirth; + return this._spd_figaroid; } set { - this.Onspd_dateofbirthChanging(value); - this._spd_dateofbirth = value; - this.Onspd_dateofbirthChanged(); - this.OnPropertyChanged("spd_dateofbirth"); + this.Onspd_figaroidChanging(value); + this._spd_figaroid = value; + this.Onspd_figaroidChanged(); + this.OnPropertyChanged("spd_figaroid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_dateofbirth; - partial void Onspd_dateofbirthChanging(global::System.Nullable value); - partial void Onspd_dateofbirthChanged(); + private string _spd_figaroid; + partial void Onspd_figaroidChanging(string value); + partial void Onspd_figaroidChanged(); /// - /// There are no comments for Property spd_figaroid 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 string spd_figaroid + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._spd_figaroid; + return this.__createdonbehalfby_value; } set { - this.Onspd_figaroidChanging(value); - this._spd_figaroid = value; - this.Onspd_figaroidChanged(); - this.OnPropertyChanged("spd_figaroid"); + 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 string _spd_figaroid; - partial void Onspd_figaroidChanging(string value); - partial void Onspd_figaroidChanged(); + 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 statuscode in the schema. + /// There are no comments for Property spd_phonenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual string spd_phonenumber { get { - return this._statuscode; + return this._spd_phonenumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.Onspd_phonenumberChanging(value); + this._spd_phonenumber = value; + this.Onspd_phonenumberChanged(); + this.OnPropertyChanged("spd_phonenumber"); } } [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 string _spd_phonenumber; + partial void Onspd_phonenumberChanging(string value); + partial void Onspd_phonenumberChanged(); /// /// There are no comments for Property _spd_identityid_value in the schema. /// @@ -699635,27 +699695,27 @@ public static spd_primebatch Createspd_primebatch(global::Microsoft.Dynamics.CRM partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__createdonbehalfby_value; + return this._overriddencreatedon; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property spd_primebatchid in the schema. /// @@ -699679,28 +699739,6 @@ public static spd_primebatch Createspd_primebatch(global::Microsoft.Dynamics.CRM partial void Onspd_primebatchidChanging(global::System.Nullable value); partial void Onspd_primebatchidChanged(); /// - /// 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_primecaseid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -700031,6 +700069,28 @@ 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 _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#")] @@ -700888,27 +700948,27 @@ public static spd_questionaire Createspd_questionaire(global::Microsoft.Dynamics partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property _spd_checklistid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable _spd_checklistid_value { get { - return this.__ownerid_value; + return this.__spd_checklistid_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.On_spd_checklistid_valueChanging(value); + this.__spd_checklistid_value = value; + this.On_spd_checklistid_valueChanged(); + this.OnPropertyChanged("_spd_checklistid_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(); + private global::System.Nullable __spd_checklistid_value; + partial void On_spd_checklistid_valueChanging(global::System.Nullable value); + partial void On_spd_checklistid_valueChanged(); /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// @@ -700932,72 +700992,6 @@ public static spd_questionaire Createspd_questionaire(global::Microsoft.Dynamics partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_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 _spd_case_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_case_value - { - get - { - return this.__spd_case_value; - } - set - { - this.On_spd_case_valueChanging(value); - this.__spd_case_value = value; - this.On_spd_case_valueChanged(); - this.OnPropertyChanged("_spd_case_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_case_value; - partial void On_spd_case_valueChanging(global::System.Nullable value); - partial void On_spd_case_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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -701020,27 +701014,27 @@ public static spd_questionaire Createspd_questionaire(global::Microsoft.Dynamics partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _spd_question_value in the schema. + /// 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 _spd_question_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__spd_question_value; + return this.__modifiedby_value; } set { - this.On_spd_question_valueChanging(value); - this.__spd_question_value = value; - this.On_spd_question_valueChanged(); - this.OnPropertyChanged("_spd_question_value"); + 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 __spd_question_value; - partial void On_spd_question_valueChanging(global::System.Nullable value); - partial void On_spd_question_valueChanged(); + 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 spd_answer in the schema. /// @@ -701064,50 +701058,6 @@ public static spd_questionaire Createspd_questionaire(global::Microsoft.Dynamics partial void Onspd_answerChanging(global::System.Nullable value); partial void Onspd_answerChanged(); /// - /// 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 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -701130,6 +701080,50 @@ public static spd_questionaire Createspd_questionaire(global::Microsoft.Dynamics partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_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 _spd_case_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_case_value + { + get + { + return this.__spd_case_value; + } + set + { + this.On_spd_case_valueChanging(value); + this.__spd_case_value = value; + this.On_spd_case_valueChanged(); + this.OnPropertyChanged("_spd_case_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_case_value; + partial void On_spd_case_valueChanging(global::System.Nullable value); + partial void On_spd_case_valueChanged(); + /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -701196,6 +701190,28 @@ public virtual string spd_remarks partial void Onspd_remarksChanging(string value); partial void Onspd_remarksChanged(); /// + /// 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 _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -701262,6 +701278,28 @@ public virtual string spd_remarks partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -701328,49 +701366,71 @@ public virtual string spd_remarks partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property spd_questionaireid in the schema. + /// 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 spd_questionaireid + public virtual global::System.Nullable _ownerid_value { get { - return this._spd_questionaireid; + return this.__ownerid_value; } set { - this.Onspd_questionaireidChanging(value); - this._spd_questionaireid = value; - this.Onspd_questionaireidChanged(); - this.OnPropertyChanged("spd_questionaireid"); + 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 _spd_questionaireid; - partial void Onspd_questionaireidChanging(global::System.Nullable value); - partial void Onspd_questionaireidChanged(); + 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 _spd_checklistid_value in the schema. + /// There are no comments for Property _spd_question_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_checklistid_value + public virtual global::System.Nullable _spd_question_value { get { - return this.__spd_checklistid_value; + return this.__spd_question_value; } set { - this.On_spd_checklistid_valueChanging(value); - this.__spd_checklistid_value = value; - this.On_spd_checklistid_valueChanged(); - this.OnPropertyChanged("_spd_checklistid_value"); + this.On_spd_question_valueChanging(value); + this.__spd_question_value = value; + this.On_spd_question_valueChanged(); + this.OnPropertyChanged("_spd_question_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_checklistid_value; - partial void On_spd_checklistid_valueChanging(global::System.Nullable value); - partial void On_spd_checklistid_valueChanged(); + private global::System.Nullable __spd_question_value; + partial void On_spd_question_valueChanging(global::System.Nullable value); + partial void On_spd_question_valueChanged(); + /// + /// There are no comments for Property spd_questionaireid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_questionaireid + { + get + { + return this._spd_questionaireid; + } + set + { + this.Onspd_questionaireidChanging(value); + this._spd_questionaireid = value; + this.Onspd_questionaireidChanged(); + this.OnPropertyChanged("spd_questionaireid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_questionaireid; + partial void Onspd_questionaireidChanging(global::System.Nullable value); + partial void Onspd_questionaireidChanged(); /// /// There are no comments for Property spd_name in the schema. /// @@ -704346,6 +704406,50 @@ public static spd_securitybusinessservice Createspd_securitybusinessservice(glob return spd_securitybusinessservice; } /// + /// There are no comments for Property _processid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _processid_value + { + get + { + return this.__processid_value; + } + set + { + this.On_processid_valueChanging(value); + this.__processid_value = value; + this.On_processid_valueChanged(); + this.OnPropertyChanged("_processid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __processid_value; + partial void On_processid_valueChanging(global::System.Nullable value); + partial void On_processid_valueChanged(); + /// + /// 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 completedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -704434,27 +704538,27 @@ public static spd_securitybusinessservice Createspd_securitybusinessservice(glob partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property bpf_duration 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 bpf_duration { get { - return this._statecode; + return this._bpf_duration; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.Onbpf_durationChanging(value); + this._bpf_duration = value; + this.Onbpf_durationChanged(); + this.OnPropertyChanged("bpf_duration"); } } [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 _bpf_duration; + partial void Onbpf_durationChanging(global::System.Nullable value); + partial void Onbpf_durationChanged(); /// /// There are no comments for Property activestagestartedon in the schema. /// @@ -704500,27 +704604,49 @@ public static spd_securitybusinessservice Createspd_securitybusinessservice(glob partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _activestageid_value in the schema. + /// 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 _activestageid_value + public virtual global::System.Nullable versionnumber { get { - return this.__activestageid_value; + return this._versionnumber; } set { - this.On_activestageid_valueChanging(value); - this.__activestageid_value = value; - this.On_activestageid_valueChanged(); - this.OnPropertyChanged("_activestageid_value"); + 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 __activestageid_value; - partial void On_activestageid_valueChanging(global::System.Nullable value); - partial void On_activestageid_valueChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// 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 overriddencreatedon in the schema. /// @@ -704588,6 +704714,28 @@ public virtual string bpf_name partial void Onbpf_nameChanging(string value); partial void Onbpf_nameChanged(); /// + /// 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 _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -704610,72 +704758,6 @@ public virtual string bpf_name partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property bpf_duration in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable bpf_duration - { - get - { - return this._bpf_duration; - } - set - { - this.Onbpf_durationChanging(value); - this._bpf_duration = value; - this.Onbpf_durationChanged(); - this.OnPropertyChanged("bpf_duration"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _bpf_duration; - partial void Onbpf_durationChanging(global::System.Nullable value); - partial void Onbpf_durationChanged(); - /// - /// There are no comments for Property _processid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _processid_value - { - get - { - return this.__processid_value; - } - set - { - this.On_processid_valueChanging(value); - this.__processid_value = value; - this.On_processid_valueChanged(); - this.OnPropertyChanged("_processid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __processid_value; - partial void On_processid_valueChanging(global::System.Nullable value); - partial void On_processid_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 businessprocessflowinstanceid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -704698,71 +704780,49 @@ public virtual string bpf_name partial void OnbusinessprocessflowinstanceidChanging(global::System.Nullable value); partial void OnbusinessprocessflowinstanceidChanged(); /// - /// 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 importsequencenumber in the schema. + /// There are no comments for Property _bpf_incidentid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable _bpf_incidentid_value { get { - return this._importsequencenumber; + return this.__bpf_incidentid_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.On_bpf_incidentid_valueChanging(value); + this.__bpf_incidentid_value = value; + this.On_bpf_incidentid_valueChanged(); + this.OnPropertyChanged("_bpf_incidentid_value"); } } [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(); + private global::System.Nullable __bpf_incidentid_value; + partial void On_bpf_incidentid_valueChanging(global::System.Nullable value); + partial void On_bpf_incidentid_valueChanged(); /// - /// There are no comments for Property _bpf_incidentid_value in the schema. + /// There are no comments for Property _activestageid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _bpf_incidentid_value + public virtual global::System.Nullable _activestageid_value { get { - return this.__bpf_incidentid_value; + return this.__activestageid_value; } set { - this.On_bpf_incidentid_valueChanging(value); - this.__bpf_incidentid_value = value; - this.On_bpf_incidentid_valueChanged(); - this.OnPropertyChanged("_bpf_incidentid_value"); + this.On_activestageid_valueChanging(value); + this.__activestageid_value = value; + this.On_activestageid_valueChanged(); + this.OnPropertyChanged("_activestageid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __bpf_incidentid_value; - partial void On_bpf_incidentid_valueChanging(global::System.Nullable value); - partial void On_bpf_incidentid_valueChanged(); + private global::System.Nullable __activestageid_value; + partial void On_activestageid_valueChanging(global::System.Nullable value); + partial void On_activestageid_valueChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -705604,50 +705664,6 @@ public static spd_securityscreening Createspd_securityscreening(global::Microsof return spd_securityscreening; } /// - /// There are no comments for Property bpf_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string bpf_name - { - get - { - return this._bpf_name; - } - set - { - this.Onbpf_nameChanging(value); - this._bpf_name = value; - this.Onbpf_nameChanged(); - this.OnPropertyChanged("bpf_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _bpf_name; - partial void Onbpf_nameChanging(string value); - partial void Onbpf_nameChanged(); - /// - /// 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#")] @@ -705670,50 +705686,6 @@ public virtual string bpf_name partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property activestagestartedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable activestagestartedon - { - get - { - return this._activestagestartedon; - } - set - { - this.OnactivestagestartedonChanging(value); - this._activestagestartedon = value; - this.OnactivestagestartedonChanged(); - this.OnPropertyChanged("activestagestartedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _activestagestartedon; - partial void OnactivestagestartedonChanging(global::System.Nullable value); - partial void OnactivestagestartedonChanged(); - /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -705758,6 +705730,28 @@ public virtual string traversedpath partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// There are no comments for Property _processid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _processid_value + { + get + { + return this.__processid_value; + } + set + { + this.On_processid_valueChanging(value); + this.__processid_value = value; + this.On_processid_valueChanged(); + this.OnPropertyChanged("_processid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __processid_value; + partial void On_processid_valueChanging(global::System.Nullable value); + partial void On_processid_valueChanged(); + /// /// There are no comments for Property businessprocessflowinstanceid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -705802,6 +705796,28 @@ public virtual string traversedpath partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -705824,6 +705840,50 @@ public virtual string traversedpath partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// + /// 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 activestagestartedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable activestagestartedon + { + get + { + return this._activestagestartedon; + } + set + { + this.OnactivestagestartedonChanging(value); + this._activestagestartedon = value; + this.OnactivestagestartedonChanged(); + this.OnPropertyChanged("activestagestartedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _activestagestartedon; + partial void OnactivestagestartedonChanging(global::System.Nullable value); + partial void OnactivestagestartedonChanged(); + /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -705846,28 +705906,6 @@ public virtual string traversedpath partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_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 _bpf_incidentid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -705912,6 +705950,28 @@ public virtual string traversedpath partial void OncompletedonChanging(global::System.Nullable value); partial void OncompletedonChanged(); /// + /// There are no comments for Property bpf_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string bpf_name + { + get + { + return this._bpf_name; + } + set + { + this.Onbpf_nameChanging(value); + this._bpf_name = value; + this.Onbpf_nameChanged(); + this.OnPropertyChanged("bpf_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _bpf_name; + partial void Onbpf_nameChanging(string value); + partial void Onbpf_nameChanged(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -705978,49 +706038,49 @@ public virtual string traversedpath partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _processid_value in the schema. + /// There are no comments for Property _activestageid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _processid_value + public virtual global::System.Nullable _activestageid_value { get { - return this.__processid_value; + return this.__activestageid_value; } set { - this.On_processid_valueChanging(value); - this.__processid_value = value; - this.On_processid_valueChanged(); - this.OnPropertyChanged("_processid_value"); + this.On_activestageid_valueChanging(value); + this.__activestageid_value = value; + this.On_activestageid_valueChanged(); + this.OnPropertyChanged("_activestageid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __processid_value; - partial void On_processid_valueChanging(global::System.Nullable value); - partial void On_processid_valueChanged(); + private global::System.Nullable __activestageid_value; + partial void On_activestageid_valueChanging(global::System.Nullable value); + partial void On_activestageid_valueChanged(); /// - /// There are no comments for Property _activestageid_value in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _activestageid_value + public virtual global::System.Nullable _organizationid_value { get { - return this.__activestageid_value; + return this.__organizationid_value; } set { - this.On_activestageid_valueChanging(value); - this.__activestageid_value = value; - this.On_activestageid_valueChanged(); - this.OnPropertyChanged("_activestageid_value"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __activestageid_value; - partial void On_activestageid_valueChanging(global::System.Nullable value); - partial void On_activestageid_valueChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property bpf_duration in the schema. /// @@ -706890,28 +706950,6 @@ public static spd_securityservice Createspd_securityservice(global::Microsoft.Dy return spd_securityservice; } /// - /// 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 activestagestartedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -706978,6 +707016,28 @@ public virtual string bpf_name partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_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 statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -707088,6 +707148,28 @@ public virtual string bpf_name partial void On_processid_valueChanging(global::System.Nullable value); partial void On_processid_valueChanged(); /// + /// There are no comments for Property _activestageid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _activestageid_value + { + get + { + return this.__activestageid_value; + } + set + { + this.On_activestageid_valueChanging(value); + this.__activestageid_value = value; + this.On_activestageid_valueChanged(); + this.OnPropertyChanged("_activestageid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __activestageid_value; + partial void On_activestageid_valueChanging(global::System.Nullable value); + partial void On_activestageid_valueChanged(); + /// /// There are no comments for Property statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -707132,28 +707214,6 @@ public virtual string bpf_name partial void OncompletedonChanging(global::System.Nullable value); partial void OncompletedonChanged(); /// - /// There are no comments for Property _bpf_spd_licenceid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _bpf_spd_licenceid_value - { - get - { - return this.__bpf_spd_licenceid_value; - } - set - { - this.On_bpf_spd_licenceid_valueChanging(value); - this.__bpf_spd_licenceid_value = value; - this.On_bpf_spd_licenceid_valueChanged(); - this.OnPropertyChanged("_bpf_spd_licenceid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __bpf_spd_licenceid_value; - partial void On_bpf_spd_licenceid_valueChanging(global::System.Nullable value); - partial void On_bpf_spd_licenceid_valueChanged(); - /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -707220,49 +707280,49 @@ public virtual string bpf_name partial void Onbpf_durationChanging(global::System.Nullable value); partial void Onbpf_durationChanged(); /// - /// There are no comments for Property traversedpath in the schema. + /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string traversedpath + public virtual global::System.Nullable overriddencreatedon { get { - return this._traversedpath; + return this._overriddencreatedon; } set { - this.OntraversedpathChanging(value); - this._traversedpath = value; - this.OntraversedpathChanged(); - this.OnPropertyChanged("traversedpath"); + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _traversedpath; - partial void OntraversedpathChanging(string value); - partial void OntraversedpathChanged(); + 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. + /// There are no comments for Property traversedpath in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual string traversedpath { get { - return this._importsequencenumber; + return this._traversedpath; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OntraversedpathChanging(value); + this._traversedpath = value; + this.OntraversedpathChanged(); + this.OnPropertyChanged("traversedpath"); } } [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(); + private string _traversedpath; + partial void OntraversedpathChanging(string value); + partial void OntraversedpathChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -707330,71 +707390,71 @@ public virtual string traversedpath partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__createdonbehalfby_value; + return this._importsequencenumber; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._overriddencreatedon; + return this.__createdonbehalfby_value; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + 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 _activestageid_value in the schema. + /// There are no comments for Property _bpf_spd_licenceid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _activestageid_value + public virtual global::System.Nullable _bpf_spd_licenceid_value { get { - return this.__activestageid_value; + return this.__bpf_spd_licenceid_value; } set { - this.On_activestageid_valueChanging(value); - this.__activestageid_value = value; - this.On_activestageid_valueChanged(); - this.OnPropertyChanged("_activestageid_value"); + this.On_bpf_spd_licenceid_valueChanging(value); + this.__bpf_spd_licenceid_value = value; + this.On_bpf_spd_licenceid_valueChanged(); + this.OnPropertyChanged("_bpf_spd_licenceid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __activestageid_value; - partial void On_activestageid_valueChanging(global::System.Nullable value); - partial void On_activestageid_valueChanged(); + private global::System.Nullable __bpf_spd_licenceid_value; + partial void On_bpf_spd_licenceid_valueChanging(global::System.Nullable value); + partial void On_bpf_spd_licenceid_valueChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -708193,28 +708253,6 @@ public static spd_securityservicescreening Createspd_securityservicescreening(gl return spd_securityservicescreening; } /// - /// There are no comments for Property activestagestartedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable activestagestartedon - { - get - { - return this._activestagestartedon; - } - set - { - this.OnactivestagestartedonChanging(value); - this._activestagestartedon = value; - this.OnactivestagestartedonChanged(); - this.OnPropertyChanged("activestagestartedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _activestagestartedon; - partial void OnactivestagestartedonChanging(global::System.Nullable value); - partial void OnactivestagestartedonChanged(); - /// /// There are no comments for Property _activestageid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -708259,49 +708297,49 @@ public static spd_securityservicescreening Createspd_securityservicescreening(gl partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property timezoneruleversionnumber 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 timezoneruleversionnumber + public virtual global::System.Nullable createdon { get { - return this._timezoneruleversionnumber; + return this._createdon; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// There are no comments for Property activestagestartedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber + public virtual global::System.Nullable activestagestartedon { get { - return this._importsequencenumber; + return this._activestagestartedon; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + this.OnactivestagestartedonChanging(value); + this._activestagestartedon = value; + this.OnactivestagestartedonChanged(); + this.OnPropertyChanged("activestagestartedon"); } } [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(); + private global::System.Nullable _activestagestartedon; + partial void OnactivestagestartedonChanging(global::System.Nullable value); + partial void OnactivestagestartedonChanged(); /// /// There are no comments for Property businessprocessflowinstanceid in the schema. /// @@ -708391,71 +708429,71 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable versionnumber { get { - return this._createdon; + return this._versionnumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable _organizationid_value { get { - return this._versionnumber; + return this.__organizationid_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property bpf_duration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable bpf_duration { get { - return this._overriddencreatedon; + return this._bpf_duration; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onbpf_durationChanging(value); + this._bpf_duration = value; + this.Onbpf_durationChanged(); + this.OnPropertyChanged("bpf_duration"); } } [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::System.Nullable _bpf_duration; + partial void Onbpf_durationChanging(global::System.Nullable value); + partial void Onbpf_durationChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -708501,49 +708539,71 @@ public virtual string traversedpath partial void On_processid_valueChanging(global::System.Nullable value); partial void On_processid_valueChanged(); /// - /// There are no comments for Property _organizationid_value 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 _organizationid_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__organizationid_value; + return this.__createdonbehalfby_value; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + 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 bpf_duration in the schema. + /// 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 bpf_duration + public virtual global::System.Nullable _modifiedby_value { get { - return this._bpf_duration; + return this.__modifiedby_value; } set { - this.Onbpf_durationChanging(value); - this._bpf_duration = value; - this.Onbpf_durationChanged(); - this.OnPropertyChanged("bpf_duration"); + 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 _bpf_duration; - partial void Onbpf_durationChanging(global::System.Nullable value); - partial void Onbpf_durationChanged(); + 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 completedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable completedon + { + get + { + return this._completedon; + } + set + { + this.OncompletedonChanging(value); + this._completedon = value; + this.OncompletedonChanged(); + this.OnPropertyChanged("completedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _completedon; + partial void OncompletedonChanging(global::System.Nullable value); + partial void OncompletedonChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -708589,115 +708649,115 @@ public virtual string traversedpath partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property _bpf_incidentid_value in the schema. + /// 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 _bpf_incidentid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__bpf_incidentid_value; + return this._importsequencenumber; } set { - this.On_bpf_incidentid_valueChanging(value); - this.__bpf_incidentid_value = value; - this.On_bpf_incidentid_valueChanged(); - this.OnPropertyChanged("_bpf_incidentid_value"); + 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 __bpf_incidentid_value; - partial void On_bpf_incidentid_valueChanging(global::System.Nullable value); - partial void On_bpf_incidentid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable overriddencreatedon { get { - return this.__modifiedby_value; + return this._overriddencreatedon; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// 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 modifiedon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._modifiedon; + return this._timezoneruleversionnumber; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable modifiedon { get { - return this.__createdonbehalfby_value; + return this._modifiedon; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// - /// There are no comments for Property completedon in the schema. + /// There are no comments for Property _bpf_incidentid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable completedon + public virtual global::System.Nullable _bpf_incidentid_value { get { - return this._completedon; + return this.__bpf_incidentid_value; } set { - this.OncompletedonChanging(value); - this._completedon = value; - this.OncompletedonChanged(); - this.OnPropertyChanged("completedon"); + this.On_bpf_incidentid_valueChanging(value); + this.__bpf_incidentid_value = value; + this.On_bpf_incidentid_valueChanged(); + this.OnPropertyChanged("_bpf_incidentid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _completedon; - partial void OncompletedonChanging(global::System.Nullable value); - partial void OncompletedonChanged(); + private global::System.Nullable __bpf_incidentid_value; + partial void On_bpf_incidentid_valueChanging(global::System.Nullable value); + partial void On_bpf_incidentid_valueChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -709585,27 +709645,6 @@ 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_servicetype; - /// - /// There are no comments for spd_spd_servicetype_spd_complaint_servicetype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceQuery spd_spd_servicetype_spd_complaint_servicetype - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_spd_servicetype_spd_complaint_servicetype == null)) - { - this._spd_spd_servicetype_spd_complaint_servicetype = Context.CreateQuery(GetPath("spd_spd_servicetype_spd_complaint_servicetype")); - } - return this._spd_spd_servicetype_spd_complaint_servicetype; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceQuery _spd_spd_servicetype_spd_complaint_servicetype; } /// /// There are no comments for spd_servicetype in the schema. @@ -709668,27 +709707,27 @@ public static spd_servicetype Createspd_servicetype(global::Microsoft.Dynamics.C return spd_servicetype; } /// - /// There are no comments for Property overriddencreatedon in the schema. + /// 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 overriddencreatedon + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._overriddencreatedon; + return this._timezoneruleversionnumber; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -709734,49 +709773,49 @@ public static spd_servicetype Createspd_servicetype(global::Microsoft.Dynamics.C partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property spd_screeningcost_base in the schema. + /// 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 spd_screeningcost_base + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this._spd_screeningcost_base; + return this._utcconversiontimezonecode; } set { - this.Onspd_screeningcost_baseChanging(value); - this._spd_screeningcost_base = value; - this.Onspd_screeningcost_baseChanged(); - this.OnPropertyChanged("spd_screeningcost_base"); + 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 _spd_screeningcost_base; - partial void Onspd_screeningcost_baseChanging(global::System.Nullable value); - partial void Onspd_screeningcost_baseChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// 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 utcconversiontimezonecode + public virtual global::System.Nullable overriddencreatedon { get { - return this._utcconversiontimezonecode; + return this._overriddencreatedon; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + 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 _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -709822,28 +709861,6 @@ public static spd_servicetype Createspd_servicetype(global::Microsoft.Dynamics.C partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -709888,27 +709905,27 @@ public static spd_servicetype Createspd_servicetype(global::Microsoft.Dynamics.C partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property spd_screeningcost_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable spd_screeningcost_base { get { - return this.__modifiedonbehalfby_value; + return this._spd_screeningcost_base; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onspd_screeningcost_baseChanging(value); + this._spd_screeningcost_base = value; + this.Onspd_screeningcost_baseChanged(); + this.OnPropertyChanged("spd_screeningcost_base"); } } [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::System.Nullable _spd_screeningcost_base; + partial void Onspd_screeningcost_baseChanging(global::System.Nullable value); + partial void Onspd_screeningcost_baseChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -709954,27 +709971,49 @@ public static spd_servicetype Createspd_servicetype(global::Microsoft.Dynamics.C partial void Onspd_screeningcostChanging(global::System.Nullable value); partial void Onspd_screeningcostChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable modifiedon { get { - return this.__createdby_value; + return this._modifiedon; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// There are no comments for Property spd_cpicremark in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_cpicremark + { + get + { + return this._spd_cpicremark; + } + set + { + this.Onspd_cpicremarkChanging(value); + this._spd_cpicremark = value; + this.Onspd_cpicremarkChanged(); + this.OnPropertyChanged("spd_cpicremark"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_cpicremark; + partial void Onspd_cpicremarkChanging(string value); + partial void Onspd_cpicremarkChanged(); /// /// There are no comments for Property statecode in the schema. /// @@ -709998,93 +710037,93 @@ public static spd_servicetype Createspd_servicetype(global::Microsoft.Dynamics.C partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property spd_servicetypeid 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_servicetypeid + public virtual global::System.Nullable createdon { get { - return this._spd_servicetypeid; + return this._createdon; } set { - this.Onspd_servicetypeidChanging(value); - this._spd_servicetypeid = value; - this.Onspd_servicetypeidChanged(); - this.OnPropertyChanged("spd_servicetypeid"); + 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_servicetypeid; - partial void Onspd_servicetypeidChanging(global::System.Nullable value); - partial void Onspd_servicetypeidChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property spd_cpicremark in the schema. + /// There are no comments for Property spd_servicetypeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_cpicremark + public virtual global::System.Nullable spd_servicetypeid { get { - return this._spd_cpicremark; + return this._spd_servicetypeid; } set { - this.Onspd_cpicremarkChanging(value); - this._spd_cpicremark = value; - this.Onspd_cpicremarkChanged(); - this.OnPropertyChanged("spd_cpicremark"); + 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 string _spd_cpicremark; - partial void Onspd_cpicremarkChanging(string value); - partial void Onspd_cpicremarkChanged(); + private global::System.Nullable _spd_servicetypeid; + partial void Onspd_servicetypeidChanging(global::System.Nullable value); + partial void Onspd_servicetypeidChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// 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 timezoneruleversionnumber + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._timezoneruleversionnumber; + return this.__modifiedonbehalfby_value; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + 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 _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + 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 createdon in the schema. + /// There are no comments for Property _organizationid_value 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 _organizationid_value { get { - return this._createdon; + return this.__organizationid_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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 __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property spd_servicecategory in the schema. /// @@ -710174,27 +710213,27 @@ public virtual string spd_initials partial void Onspd_casepriorityChanging(global::System.Nullable value); partial void Onspd_casepriorityChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable _createdby_value { get { - return this._modifiedon; + return this.__createdby_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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_servicetypename in the schema. /// @@ -710773,28 +710812,6 @@ public virtual string spd_servicetypename private global::Microsoft.OData.Client.DataServiceCollection _spd_spd_servicetype_spd_checklist_servicetype = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onspd_spd_servicetype_spd_checklist_servicetypeChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onspd_spd_servicetype_spd_checklist_servicetypeChanged(); - /// - /// There are no comments for Property spd_spd_servicetype_spd_complaint_servicetype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_spd_servicetype_spd_complaint_servicetype - { - get - { - return this._spd_spd_servicetype_spd_complaint_servicetype; - } - set - { - this.Onspd_spd_servicetype_spd_complaint_servicetypeChanging(value); - this._spd_spd_servicetype_spd_complaint_servicetype = value; - this.Onspd_spd_servicetype_spd_complaint_servicetypeChanged(); - this.OnPropertyChanged("spd_spd_servicetype_spd_complaint_servicetype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_spd_servicetype_spd_complaint_servicetype = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_spd_servicetype_spd_complaint_servicetypeChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_spd_servicetype_spd_complaint_servicetypeChanged(); } /// /// There are no comments for spd_spd_complaint_spd_actSingle in the schema. @@ -711527,49 +711544,71 @@ public virtual string spd_addressline2 partial void Onspd_addressline2Changing(string value); partial void Onspd_addressline2Changed(); /// - /// There are no comments for Property spd_dateofbirth in the schema. + /// There are no comments for Property spd_residentialcity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_dateofbirth + public virtual string spd_residentialcity { get { - return this._spd_dateofbirth; + return this._spd_residentialcity; } set { - this.Onspd_dateofbirthChanging(value); - this._spd_dateofbirth = value; - this.Onspd_dateofbirthChanged(); - this.OnPropertyChanged("spd_dateofbirth"); + this.Onspd_residentialcityChanging(value); + this._spd_residentialcity = value; + this.Onspd_residentialcityChanged(); + this.OnPropertyChanged("spd_residentialcity"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_dateofbirth; - partial void Onspd_dateofbirthChanging(global::System.Nullable value); - partial void Onspd_dateofbirthChanged(); + private string _spd_residentialcity; + partial void Onspd_residentialcityChanging(string value); + partial void Onspd_residentialcityChanged(); /// - /// There are no comments for Property spd_residentialprovince in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialprovince + public virtual global::System.Nullable modifiedon { get { - return this._spd_residentialprovince; + return this._modifiedon; } set { - this.Onspd_residentialprovinceChanging(value); - this._spd_residentialprovince = value; - this.Onspd_residentialprovinceChanged(); - this.OnPropertyChanged("spd_residentialprovince"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialprovince; - partial void Onspd_residentialprovinceChanging(string value); - partial void Onspd_residentialprovinceChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// There are no comments for Property spd_licenceterm in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_licenceterm + { + get + { + return this._spd_licenceterm; + } + set + { + this.Onspd_licencetermChanging(value); + this._spd_licenceterm = value; + this.Onspd_licencetermChanged(); + this.OnPropertyChanged("spd_licenceterm"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_licenceterm; + partial void Onspd_licencetermChanging(global::System.Nullable value); + partial void Onspd_licencetermChanged(); /// /// There are no comments for Property spd_residentialaddress2 in the schema. /// @@ -711615,27 +711654,27 @@ public virtual string spd_aliassecondmiddlename2 partial void Onspd_aliassecondmiddlename2Changing(string value); partial void Onspd_aliassecondmiddlename2Changed(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property spd_sex in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable spd_sex { get { - return this._overriddencreatedon; + return this._spd_sex; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onspd_sexChanging(value); + this._spd_sex = value; + this.Onspd_sexChanged(); + this.OnPropertyChanged("spd_sex"); } } [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::System.Nullable _spd_sex; + partial void Onspd_sexChanging(global::System.Nullable value); + partial void Onspd_sexChanged(); /// /// There are no comments for Property spd_postalcode in the schema. /// @@ -711703,27 +711742,27 @@ public virtual string spd_postalcode partial void Onspd_fingerprintsonrecordChanging(global::System.Nullable value); partial void Onspd_fingerprintsonrecordChanged(); /// - /// There are no comments for Property spd_requestrestraints in the schema. + /// There are no comments for Property spd_submissionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_requestrestraints + public virtual global::System.Nullable spd_submissionid { get { - return this._spd_requestrestraints; + return this._spd_submissionid; } set { - this.Onspd_requestrestraintsChanging(value); - this._spd_requestrestraints = value; - this.Onspd_requestrestraintsChanged(); - this.OnPropertyChanged("spd_requestrestraints"); + this.Onspd_submissionidChanging(value); + this._spd_submissionid = value; + this.Onspd_submissionidChanged(); + this.OnPropertyChanged("spd_submissionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_requestrestraints; - partial void Onspd_requestrestraintsChanging(global::System.Nullable value); - partial void Onspd_requestrestraintsChanged(); + private global::System.Nullable _spd_submissionid; + partial void Onspd_submissionidChanging(global::System.Nullable value); + partial void Onspd_submissionidChanged(); /// /// There are no comments for Property spd_aliasmiddlename1 in the schema. /// @@ -711769,6 +711808,28 @@ public virtual string spd_aliasmiddlename1 partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property spd_dateofbirth in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_dateofbirth + { + get + { + return this._spd_dateofbirth; + } + set + { + this.Onspd_dateofbirthChanging(value); + this._spd_dateofbirth = value; + this.Onspd_dateofbirthChanged(); + this.OnPropertyChanged("spd_dateofbirth"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_dateofbirth; + partial void Onspd_dateofbirthChanging(global::System.Nullable value); + partial void Onspd_dateofbirthChanged(); + /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -711791,49 +711852,71 @@ public virtual string spd_aliasmiddlename1 partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property spd_emailid in the schema. + /// There are no comments for Property spd_submissionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_emailid + public virtual string spd_submissionnumber { get { - return this._spd_emailid; + return this._spd_submissionnumber; } set { - this.Onspd_emailidChanging(value); - this._spd_emailid = value; - this.Onspd_emailidChanged(); - this.OnPropertyChanged("spd_emailid"); + this.Onspd_submissionnumberChanging(value); + this._spd_submissionnumber = value; + this.Onspd_submissionnumberChanged(); + this.OnPropertyChanged("spd_submissionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_emailid; - partial void Onspd_emailidChanging(string value); - partial void Onspd_emailidChanged(); + private string _spd_submissionnumber; + partial void Onspd_submissionnumberChanging(string value); + partial void Onspd_submissionnumberChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property spd_contractedcompanyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual string spd_contractedcompanyname { get { - return this.__organizationid_value; + return this._spd_contractedcompanyname; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.Onspd_contractedcompanynameChanging(value); + this._spd_contractedcompanyname = value; + this.Onspd_contractedcompanynameChanged(); + this.OnPropertyChanged("spd_contractedcompanyname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private string _spd_contractedcompanyname; + partial void Onspd_contractedcompanynameChanging(string value); + partial void Onspd_contractedcompanynameChanged(); + /// + /// There are no comments for Property spd_declaration in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_declaration + { + get + { + return this._spd_declaration; + } + set + { + this.Onspd_declarationChanging(value); + this._spd_declaration = value; + this.Onspd_declarationChanged(); + this.OnPropertyChanged("spd_declaration"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_declaration; + partial void Onspd_declarationChanging(global::System.Nullable value); + partial void Onspd_declarationChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -711879,71 +711962,71 @@ public virtual string spd_emailid partial void Onspd_businesstypeChanging(global::System.Nullable value); partial void Onspd_businesstypeChanged(); /// - /// There are no comments for Property spd_birthplace in the schema. + /// There are no comments for Property spd_aliasmiddlename2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_birthplace + public virtual string spd_aliasmiddlename2 { get { - return this._spd_birthplace; + return this._spd_aliasmiddlename2; } set { - this.Onspd_birthplaceChanging(value); - this._spd_birthplace = value; - this.Onspd_birthplaceChanged(); - this.OnPropertyChanged("spd_birthplace"); + this.Onspd_aliasmiddlename2Changing(value); + this._spd_aliasmiddlename2 = value; + this.Onspd_aliasmiddlename2Changed(); + this.OnPropertyChanged("spd_aliasmiddlename2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_birthplace; - partial void Onspd_birthplaceChanging(string value); - partial void Onspd_birthplaceChanged(); + private string _spd_aliasmiddlename2; + partial void Onspd_aliasmiddlename2Changing(string value); + partial void Onspd_aliasmiddlename2Changed(); /// - /// There are no comments for Property spd_city in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_city + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._spd_city; + return this.__modifiedonbehalfby_value; } set { - this.Onspd_cityChanging(value); - this._spd_city = value; - this.Onspd_cityChanged(); - this.OnPropertyChanged("spd_city"); + 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 string _spd_city; - partial void Onspd_cityChanging(string value); - partial void Onspd_cityChanged(); + 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 _modifiedonbehalfby_value in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable _organizationid_value { get { - return this.__modifiedonbehalfby_value; + return this.__organizationid_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_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(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property spd_mentalhealthcondition in the schema. /// @@ -711967,27 +712050,27 @@ public virtual string spd_city partial void Onspd_mentalhealthconditionChanging(global::System.Nullable value); partial void Onspd_mentalhealthconditionChanged(); /// - /// There are no comments for Property spd_declaration in the schema. + /// There are no comments for Property spd_requestrestraints in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_declaration + public virtual global::System.Nullable spd_requestrestraints { get { - return this._spd_declaration; + return this._spd_requestrestraints; } set { - this.Onspd_declarationChanging(value); - this._spd_declaration = value; - this.Onspd_declarationChanged(); - this.OnPropertyChanged("spd_declaration"); + this.Onspd_requestrestraintsChanging(value); + this._spd_requestrestraints = value; + this.Onspd_requestrestraintsChanged(); + this.OnPropertyChanged("spd_requestrestraints"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_declaration; - partial void Onspd_declarationChanging(global::System.Nullable value); - partial void Onspd_declarationChanged(); + private global::System.Nullable _spd_requestrestraints; + partial void Onspd_requestrestraintsChanging(global::System.Nullable value); + partial void Onspd_requestrestraintsChanged(); /// /// There are no comments for Property spd_country in the schema. /// @@ -712055,6 +712138,28 @@ public virtual string spd_aliassurname3 partial void Onspd_aliassurname3Changing(string value); partial void Onspd_aliassurname3Changed(); /// + /// There are no comments for Property spd_haircolour in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_haircolour + { + get + { + return this._spd_haircolour; + } + set + { + this.Onspd_haircolourChanging(value); + this._spd_haircolour = value; + this.Onspd_haircolourChanged(); + this.OnPropertyChanged("spd_haircolour"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_haircolour; + partial void Onspd_haircolourChanging(global::System.Nullable value); + partial void Onspd_haircolourChanged(); + /// /// There are no comments for Property spd_aliassurname2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -712077,6 +712182,28 @@ public virtual string spd_aliassurname2 partial void Onspd_aliassurname2Changing(string value); partial void Onspd_aliassurname2Changed(); /// + /// 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_policebackgroundother in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -712121,71 +712248,27 @@ public virtual string spd_policebackgroundother partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property spd_canadiancitizen in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_canadiancitizen - { - get - { - return this._spd_canadiancitizen; - } - set - { - this.Onspd_canadiancitizenChanging(value); - this._spd_canadiancitizen = value; - this.Onspd_canadiancitizenChanged(); - this.OnPropertyChanged("spd_canadiancitizen"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_canadiancitizen; - partial void Onspd_canadiancitizenChanging(global::System.Nullable value); - partial void Onspd_canadiancitizenChanged(); - /// - /// There are no comments for Property spd_haircolour in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_haircolour - { - get - { - return this._spd_haircolour; - } - set - { - this.Onspd_haircolourChanging(value); - this._spd_haircolour = value; - this.Onspd_haircolourChanged(); - this.OnPropertyChanged("spd_haircolour"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_haircolour; - partial void Onspd_haircolourChanging(global::System.Nullable value); - partial void Onspd_haircolourChanged(); - /// - /// There are no comments for Property spd_declarationdate 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_declarationdate + public virtual global::System.Nullable _createdby_value { get { - return this._spd_declarationdate; + return this.__createdby_value; } set { - this.Onspd_declarationdateChanging(value); - this._spd_declarationdate = value; - this.Onspd_declarationdateChanged(); - this.OnPropertyChanged("spd_declarationdate"); + 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_declarationdate; - partial void Onspd_declarationdateChanging(global::System.Nullable value); - partial void Onspd_declarationdateChanged(); + 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_emailaddress1 in the schema. /// @@ -712231,181 +712314,181 @@ public virtual string spd_weight partial void Onspd_weightChanging(string value); partial void Onspd_weightChanged(); /// - /// There are no comments for Property _spd_expiredlicenceid_value in the schema. + /// There are no comments for Property spd_aliasfirstname1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_expiredlicenceid_value + public virtual string spd_aliasfirstname1 { get { - return this.__spd_expiredlicenceid_value; + return this._spd_aliasfirstname1; } set { - this.On_spd_expiredlicenceid_valueChanging(value); - this.__spd_expiredlicenceid_value = value; - this.On_spd_expiredlicenceid_valueChanged(); - this.OnPropertyChanged("_spd_expiredlicenceid_value"); + this.Onspd_aliasfirstname1Changing(value); + this._spd_aliasfirstname1 = value; + this.Onspd_aliasfirstname1Changed(); + this.OnPropertyChanged("spd_aliasfirstname1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_expiredlicenceid_value; - partial void On_spd_expiredlicenceid_valueChanging(global::System.Nullable value); - partial void On_spd_expiredlicenceid_valueChanged(); + private string _spd_aliasfirstname1; + partial void Onspd_aliasfirstname1Changing(string value); + partial void Onspd_aliasfirstname1Changed(); /// - /// There are no comments for Property spd_submissionid in the schema. + /// 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 spd_submissionid + public virtual global::System.Nullable overriddencreatedon { get { - return this._spd_submissionid; + return this._overriddencreatedon; } set { - this.Onspd_submissionidChanging(value); - this._spd_submissionid = value; - this.Onspd_submissionidChanged(); - this.OnPropertyChanged("spd_submissionid"); + 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 _spd_submissionid; - partial void Onspd_submissionidChanging(global::System.Nullable value); - partial void Onspd_submissionidChanged(); + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property spd_requestdogsreasons in the schema. + /// There are no comments for Property spd_firstname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_requestdogsreasons + public virtual string spd_firstname { get { - return this._spd_requestdogsreasons; + return this._spd_firstname; } set { - this.Onspd_requestdogsreasonsChanging(value); - this._spd_requestdogsreasons = value; - this.Onspd_requestdogsreasonsChanged(); - this.OnPropertyChanged("spd_requestdogsreasons"); + this.Onspd_firstnameChanging(value); + this._spd_firstname = value; + this.Onspd_firstnameChanged(); + this.OnPropertyChanged("spd_firstname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_requestdogsreasons; - partial void Onspd_requestdogsreasonsChanging(string value); - partial void Onspd_requestdogsreasonsChanged(); + private string _spd_firstname; + partial void Onspd_firstnameChanging(string value); + partial void Onspd_firstnameChanged(); /// - /// There are no comments for Property spd_sex in the schema. + /// There are no comments for Property spd_residentialaddress1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_sex + public virtual string spd_residentialaddress1 { get { - return this._spd_sex; + return this._spd_residentialaddress1; } set { - this.Onspd_sexChanging(value); - this._spd_sex = value; - this.Onspd_sexChanged(); - this.OnPropertyChanged("spd_sex"); + this.Onspd_residentialaddress1Changing(value); + this._spd_residentialaddress1 = value; + this.Onspd_residentialaddress1Changed(); + this.OnPropertyChanged("spd_residentialaddress1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_sex; - partial void Onspd_sexChanging(global::System.Nullable value); - partial void Onspd_sexChanged(); + private string _spd_residentialaddress1; + partial void Onspd_residentialaddress1Changing(string value); + partial void Onspd_residentialaddress1Changed(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property spd_canadiancitizen in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable spd_canadiancitizen { get { - return this._modifiedon; + return this._spd_canadiancitizen; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.Onspd_canadiancitizenChanging(value); + this._spd_canadiancitizen = value; + this.Onspd_canadiancitizenChanged(); + this.OnPropertyChanged("spd_canadiancitizen"); } } [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::System.Nullable _spd_canadiancitizen; + partial void Onspd_canadiancitizenChanging(global::System.Nullable value); + partial void Onspd_canadiancitizenChanged(); /// - /// There are no comments for Property spd_residentialaddress1 in the schema. + /// There are no comments for Property spd_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialaddress1 + public virtual string spd_city { get { - return this._spd_residentialaddress1; + return this._spd_city; } set { - this.Onspd_residentialaddress1Changing(value); - this._spd_residentialaddress1 = value; - this.Onspd_residentialaddress1Changed(); - this.OnPropertyChanged("spd_residentialaddress1"); + this.Onspd_cityChanging(value); + this._spd_city = value; + this.Onspd_cityChanged(); + this.OnPropertyChanged("spd_city"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialaddress1; - partial void Onspd_residentialaddress1Changing(string value); - partial void Onspd_residentialaddress1Changed(); + private string _spd_city; + partial void Onspd_cityChanging(string value); + partial void Onspd_cityChanged(); /// - /// There are no comments for Property spd_residentialcountry in the schema. + /// There are no comments for Property spd_height in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialcountry + public virtual string spd_height { get { - return this._spd_residentialcountry; + return this._spd_height; } set { - this.Onspd_residentialcountryChanging(value); - this._spd_residentialcountry = value; - this.Onspd_residentialcountryChanged(); - this.OnPropertyChanged("spd_residentialcountry"); + this.Onspd_heightChanging(value); + this._spd_height = value; + this.Onspd_heightChanged(); + this.OnPropertyChanged("spd_height"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialcountry; - partial void Onspd_residentialcountryChanging(string value); - partial void Onspd_residentialcountryChanged(); + private string _spd_height; + partial void Onspd_heightChanging(string value); + partial void Onspd_heightChanged(); /// - /// There are no comments for Property spd_height in the schema. + /// There are no comments for Property spd_residentialcountry in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_height + public virtual string spd_residentialcountry { get { - return this._spd_height; + return this._spd_residentialcountry; } set { - this.Onspd_heightChanging(value); - this._spd_height = value; - this.Onspd_heightChanged(); - this.OnPropertyChanged("spd_height"); + this.Onspd_residentialcountryChanging(value); + this._spd_residentialcountry = value; + this.Onspd_residentialcountryChanged(); + this.OnPropertyChanged("spd_residentialcountry"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_height; - partial void Onspd_heightChanging(string value); - partial void Onspd_heightChanged(); + private string _spd_residentialcountry; + partial void Onspd_residentialcountryChanging(string value); + partial void Onspd_residentialcountryChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -712473,115 +712556,115 @@ public virtual string spd_height partial void Onspd_criminalhistoryChanging(global::System.Nullable value); partial void Onspd_criminalhistoryChanged(); /// - /// There are no comments for Property spd_residentialpostalcode in the schema. + /// There are no comments for Property spd_declarationdate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialpostalcode + public virtual global::System.Nullable spd_declarationdate { get { - return this._spd_residentialpostalcode; + return this._spd_declarationdate; } set { - this.Onspd_residentialpostalcodeChanging(value); - this._spd_residentialpostalcode = value; - this.Onspd_residentialpostalcodeChanged(); - this.OnPropertyChanged("spd_residentialpostalcode"); + this.Onspd_declarationdateChanging(value); + this._spd_declarationdate = value; + this.Onspd_declarationdateChanged(); + this.OnPropertyChanged("spd_declarationdate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialpostalcode; - partial void Onspd_residentialpostalcodeChanging(string value); - partial void Onspd_residentialpostalcodeChanged(); + private global::System.Nullable _spd_declarationdate; + partial void Onspd_declarationdateChanging(global::System.Nullable value); + partial void Onspd_declarationdateChanged(); /// - /// There are no comments for Property spd_aliassecondmiddlename1 in the schema. + /// There are no comments for Property _spd_expiredlicenceid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_aliassecondmiddlename1 + public virtual global::System.Nullable _spd_expiredlicenceid_value { get { - return this._spd_aliassecondmiddlename1; + return this.__spd_expiredlicenceid_value; } set { - this.Onspd_aliassecondmiddlename1Changing(value); - this._spd_aliassecondmiddlename1 = value; - this.Onspd_aliassecondmiddlename1Changed(); - this.OnPropertyChanged("spd_aliassecondmiddlename1"); + this.On_spd_expiredlicenceid_valueChanging(value); + this.__spd_expiredlicenceid_value = value; + this.On_spd_expiredlicenceid_valueChanged(); + this.OnPropertyChanged("_spd_expiredlicenceid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_aliassecondmiddlename1; - partial void Onspd_aliassecondmiddlename1Changing(string value); - partial void Onspd_aliassecondmiddlename1Changed(); + private global::System.Nullable __spd_expiredlicenceid_value; + partial void On_spd_expiredlicenceid_valueChanging(global::System.Nullable value); + partial void On_spd_expiredlicenceid_valueChanged(); /// - /// There are no comments for Property spd_origin in the schema. + /// There are no comments for Property spd_requestdogsreasons in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_origin + public virtual string spd_requestdogsreasons { get { - return this._spd_origin; + return this._spd_requestdogsreasons; } set { - this.Onspd_originChanging(value); - this._spd_origin = value; - this.Onspd_originChanged(); - this.OnPropertyChanged("spd_origin"); + this.Onspd_requestdogsreasonsChanging(value); + this._spd_requestdogsreasons = value; + this.Onspd_requestdogsreasonsChanged(); + this.OnPropertyChanged("spd_requestdogsreasons"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_origin; - partial void Onspd_originChanging(global::System.Nullable value); - partial void Onspd_originChanged(); + private string _spd_requestdogsreasons; + partial void Onspd_requestdogsreasonsChanging(string value); + partial void Onspd_requestdogsreasonsChanged(); /// - /// There are no comments for Property spd_aliasfirstname2 in the schema. + /// There are no comments for Property spd_origin in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_aliasfirstname2 + public virtual global::System.Nullable spd_origin { get { - return this._spd_aliasfirstname2; + return this._spd_origin; } set { - this.Onspd_aliasfirstname2Changing(value); - this._spd_aliasfirstname2 = value; - this.Onspd_aliasfirstname2Changed(); - this.OnPropertyChanged("spd_aliasfirstname2"); + this.Onspd_originChanging(value); + this._spd_origin = value; + this.Onspd_originChanged(); + this.OnPropertyChanged("spd_origin"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_aliasfirstname2; - partial void Onspd_aliasfirstname2Changing(string value); - partial void Onspd_aliasfirstname2Changed(); + private global::System.Nullable _spd_origin; + partial void Onspd_originChanging(global::System.Nullable value); + partial void Onspd_originChanged(); /// - /// There are no comments for Property spd_aliasmiddlename3 in the schema. + /// There are no comments for Property spd_emailid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_aliasmiddlename3 + public virtual string spd_emailid { get { - return this._spd_aliasmiddlename3; + return this._spd_emailid; } set { - this.Onspd_aliasmiddlename3Changing(value); - this._spd_aliasmiddlename3 = value; - this.Onspd_aliasmiddlename3Changed(); - this.OnPropertyChanged("spd_aliasmiddlename3"); + this.Onspd_emailidChanging(value); + this._spd_emailid = value; + this.Onspd_emailidChanged(); + this.OnPropertyChanged("spd_emailid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_aliasmiddlename3; - partial void Onspd_aliasmiddlename3Changing(string value); - partial void Onspd_aliasmiddlename3Changed(); + private string _spd_emailid; + partial void Onspd_emailidChanging(string value); + partial void Onspd_emailidChanged(); /// /// There are no comments for Property spd_aliassecondmiddlename3 in the schema. /// @@ -712627,28 +712710,6 @@ public virtual string spd_addressline1 partial void Onspd_addressline1Changing(string value); partial void Onspd_addressline1Changed(); /// - /// There are no comments for Property spd_aliasfirstname1 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_aliasfirstname1 - { - get - { - return this._spd_aliasfirstname1; - } - set - { - this.Onspd_aliasfirstname1Changing(value); - this._spd_aliasfirstname1 = value; - this.Onspd_aliasfirstname1Changed(); - this.OnPropertyChanged("spd_aliasfirstname1"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_aliasfirstname1; - partial void Onspd_aliasfirstname1Changing(string value); - partial void Onspd_aliasfirstname1Changed(); - /// /// There are no comments for Property spd_province in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -712671,49 +712732,49 @@ public virtual string spd_province partial void Onspd_provinceChanging(string value); partial void Onspd_provinceChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property spd_aliassecondmiddlename1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string spd_aliassecondmiddlename1 { get { - return this._timezoneruleversionnumber; + return this._spd_aliassecondmiddlename1; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onspd_aliassecondmiddlename1Changing(value); + this._spd_aliassecondmiddlename1 = value; + this.Onspd_aliassecondmiddlename1Changed(); + this.OnPropertyChanged("spd_aliassecondmiddlename1"); } } [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 string _spd_aliassecondmiddlename1; + partial void Onspd_aliassecondmiddlename1Changing(string value); + partial void Onspd_aliassecondmiddlename1Changed(); /// - /// There are no comments for Property spd_licenceterm in the schema. + /// 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 spd_licenceterm + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._spd_licenceterm; + return this._timezoneruleversionnumber; } set { - this.Onspd_licencetermChanging(value); - this._spd_licenceterm = value; - this.Onspd_licencetermChanged(); - this.OnPropertyChanged("spd_licenceterm"); + 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 _spd_licenceterm; - partial void Onspd_licencetermChanging(global::System.Nullable value); - partial void Onspd_licencetermChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property spd_employeeid in the schema. /// @@ -712869,27 +712930,27 @@ public virtual string spd_bcdriverslicense partial void Onspd_bcdriverslicenseChanging(string value); partial void Onspd_bcdriverslicenseChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property spd_birthplace in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual string spd_birthplace { get { - return this._versionnumber; + return this._spd_birthplace; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onspd_birthplaceChanging(value); + this._spd_birthplace = value; + this.Onspd_birthplaceChanged(); + this.OnPropertyChanged("spd_birthplace"); } } [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 string _spd_birthplace; + partial void Onspd_birthplaceChanging(string value); + partial void Onspd_birthplaceChanged(); /// /// There are no comments for Property spd_applicantsposition in the schema. /// @@ -712913,49 +712974,27 @@ public virtual string spd_applicantsposition partial void Onspd_applicantspositionChanging(string value); partial void Onspd_applicantspositionChanged(); /// - /// There are no comments for Property spd_contractedcompanyname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_contractedcompanyname - { - get - { - return this._spd_contractedcompanyname; - } - set - { - this.Onspd_contractedcompanynameChanging(value); - this._spd_contractedcompanyname = value; - this.Onspd_contractedcompanynameChanged(); - this.OnPropertyChanged("spd_contractedcompanyname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_contractedcompanyname; - partial void Onspd_contractedcompanynameChanging(string value); - partial void Onspd_contractedcompanynameChanged(); - /// - /// There are no comments for Property spd_firstname in the schema. + /// There are no comments for Property spd_lastname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_firstname + public virtual string spd_lastname { get { - return this._spd_firstname; + return this._spd_lastname; } set { - this.Onspd_firstnameChanging(value); - this._spd_firstname = value; - this.Onspd_firstnameChanged(); - this.OnPropertyChanged("spd_firstname"); + this.Onspd_lastnameChanging(value); + this._spd_lastname = value; + this.Onspd_lastnameChanged(); + this.OnPropertyChanged("spd_lastname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_firstname; - partial void Onspd_firstnameChanging(string value); - partial void Onspd_firstnameChanged(); + private string _spd_lastname; + partial void Onspd_lastnameChanging(string value); + partial void Onspd_lastnameChanged(); /// /// There are no comments for Property spd_aliasfirstname3 in the schema. /// @@ -713001,49 +713040,27 @@ public virtual string spd_aliasfirstname3 partial void Onspd_peaceofficerChanging(global::System.Nullable value); partial void Onspd_peaceofficerChanged(); /// - /// There are no comments for Property spd_aliasmiddlename2 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_aliasmiddlename2 - { - get - { - return this._spd_aliasmiddlename2; - } - set - { - this.Onspd_aliasmiddlename2Changing(value); - this._spd_aliasmiddlename2 = value; - this.Onspd_aliasmiddlename2Changed(); - this.OnPropertyChanged("spd_aliasmiddlename2"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_aliasmiddlename2; - partial void Onspd_aliasmiddlename2Changing(string value); - partial void Onspd_aliasmiddlename2Changed(); - /// - /// There are no comments for Property spd_lastname in the schema. + /// There are no comments for Property spd_aliasfirstname2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_lastname + public virtual string spd_aliasfirstname2 { get { - return this._spd_lastname; + return this._spd_aliasfirstname2; } set { - this.Onspd_lastnameChanging(value); - this._spd_lastname = value; - this.Onspd_lastnameChanged(); - this.OnPropertyChanged("spd_lastname"); + this.Onspd_aliasfirstname2Changing(value); + this._spd_aliasfirstname2 = value; + this.Onspd_aliasfirstname2Changed(); + this.OnPropertyChanged("spd_aliasfirstname2"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_lastname; - partial void Onspd_lastnameChanging(string value); - partial void Onspd_lastnameChanged(); + private string _spd_aliasfirstname2; + partial void Onspd_aliasfirstname2Changing(string value); + partial void Onspd_aliasfirstname2Changed(); /// /// There are no comments for Property spd_aliassurname1 in the schema. /// @@ -713089,27 +713106,27 @@ public virtual string spd_middlename1 partial void Onspd_middlename1Changing(string value); partial void Onspd_middlename1Changed(); /// - /// There are no comments for Property spd_residentialcity in the schema. + /// There are no comments for Property spd_residentialprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_residentialcity + public virtual string spd_residentialprovince { get { - return this._spd_residentialcity; + return this._spd_residentialprovince; } set { - this.Onspd_residentialcityChanging(value); - this._spd_residentialcity = value; - this.Onspd_residentialcityChanged(); - this.OnPropertyChanged("spd_residentialcity"); + this.Onspd_residentialprovinceChanging(value); + this._spd_residentialprovince = value; + this.Onspd_residentialprovinceChanged(); + this.OnPropertyChanged("spd_residentialprovince"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_residentialcity; - partial void Onspd_residentialcityChanging(string value); - partial void Onspd_residentialcityChanged(); + private string _spd_residentialprovince; + partial void Onspd_residentialprovinceChanging(string value); + partial void Onspd_residentialprovinceChanged(); /// /// There are no comments for Property spd_phonenumber in the schema. /// @@ -713133,71 +713150,71 @@ public virtual string spd_phonenumber partial void Onspd_phonenumberChanging(string value); partial void Onspd_phonenumberChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property spd_residentialpostalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string spd_residentialpostalcode { get { - return this._utcconversiontimezonecode; + return this._spd_residentialpostalcode; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onspd_residentialpostalcodeChanging(value); + this._spd_residentialpostalcode = value; + this.Onspd_residentialpostalcodeChanged(); + this.OnPropertyChanged("spd_residentialpostalcode"); } } [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 string _spd_residentialpostalcode; + partial void Onspd_residentialpostalcodeChanging(string value); + partial void Onspd_residentialpostalcodeChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable utcconversiontimezonecode { get { - return this.__createdby_value; + return this._utcconversiontimezonecode; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property spd_submissionnumber in the schema. + /// There are no comments for Property spd_aliasmiddlename3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_submissionnumber + public virtual string spd_aliasmiddlename3 { get { - return this._spd_submissionnumber; + return this._spd_aliasmiddlename3; } set { - this.Onspd_submissionnumberChanging(value); - this._spd_submissionnumber = value; - this.Onspd_submissionnumberChanged(); - this.OnPropertyChanged("spd_submissionnumber"); + this.Onspd_aliasmiddlename3Changing(value); + this._spd_aliasmiddlename3 = value; + this.Onspd_aliasmiddlename3Changed(); + this.OnPropertyChanged("spd_aliasmiddlename3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_submissionnumber; - partial void Onspd_submissionnumberChanging(string value); - partial void Onspd_submissionnumberChanged(); + private string _spd_aliasmiddlename3; + partial void Onspd_aliasmiddlename3Changing(string value); + partial void Onspd_aliasmiddlename3Changed(); /// /// There are no comments for Property _spd_servicetypeid_value in the schema. /// @@ -714148,28 +714165,6 @@ public virtual string solutionfilename partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property solutionfile in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual byte[] solutionfile - { - get - { - return this._solutionfile; - } - set - { - this.OnsolutionfileChanging(value); - this._solutionfile = value; - this.OnsolutionfileChanged(); - this.OnPropertyChanged("solutionfile"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _solutionfile; - partial void OnsolutionfileChanging(byte[] value); - partial void OnsolutionfileChanged(); - /// /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -714192,93 +714187,93 @@ public virtual byte[] solutionfile partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// - /// There are no comments for Property solutionuniquename in the schema. + /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string solutionuniquename + public virtual global::System.Nullable versionnumber { get { - return this._solutionuniquename; + return this._versionnumber; } set { - this.OnsolutionuniquenameChanging(value); - this._solutionuniquename = value; - this.OnsolutionuniquenameChanged(); - this.OnPropertyChanged("solutionuniquename"); + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _solutionuniquename; - partial void OnsolutionuniquenameChanging(string value); - partial void OnsolutionuniquenameChanged(); + private global::System.Nullable _versionnumber; + 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 _owningteam_value 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 _owningteam_value { get { - return this.__createdonbehalfby_value; + return this.__owningteam_value; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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 overriddencreatedon in the schema. + /// There are no comments for Property solutionfile in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual byte[] solutionfile { get { - return this._overriddencreatedon; + return this._solutionfile; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OnsolutionfileChanging(value); + this._solutionfile = value; + this.OnsolutionfileChanged(); + this.OnPropertyChanged("solutionfile"); } } [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 byte[] _solutionfile; + partial void OnsolutionfileChanging(byte[] value); + partial void OnsolutionfileChanged(); /// - /// There are no comments for Property versionnumber 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 versionnumber + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._versionnumber; + return this.__createdonbehalfby_value; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + 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 _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + 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 modifiedon in the schema. /// @@ -714324,27 +714319,49 @@ public virtual string solutionuniquename partial void On_owninguser_valueChanging(global::System.Nullable value); partial void On_owninguser_valueChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// 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 _modifiedby_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__modifiedby_value; + return this._importsequencenumber; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// 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 stagesolutionuploadid in the schema. /// @@ -714368,49 +714385,49 @@ public virtual string solutionuniquename partial void OnstagesolutionuploadidChanging(global::System.Nullable value); partial void OnstagesolutionuploadidChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property solutionuniquename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual string solutionuniquename { get { - return this.__owningbusinessunit_value; + return this._solutionuniquename; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.OnsolutionuniquenameChanging(value); + this._solutionuniquename = value; + this.OnsolutionuniquenameChanged(); + this.OnPropertyChanged("solutionuniquename"); } } [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 string _solutionuniquename; + partial void OnsolutionuniquenameChanging(string value); + partial void OnsolutionuniquenameChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// 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 _owningteam_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__owningteam_value; + return this.__owningbusinessunit_value; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + 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 __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + 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 name in the schema. /// @@ -714478,27 +714495,27 @@ public virtual string name partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable _modifiedby_value { get { - return this._importsequencenumber; + return this.__modifiedby_value; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + 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 solutionfile_name in the schema. /// @@ -715434,94 +715451,6 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// 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 _modifiedbyexternalparty_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedbyexternalparty_value - { - get - { - return this.__modifiedbyexternalparty_value; - } - set - { - this.On_modifiedbyexternalparty_valueChanging(value); - this.__modifiedbyexternalparty_value = value; - this.On_modifiedbyexternalparty_valueChanged(); - this.OnPropertyChanged("_modifiedbyexternalparty_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __modifiedbyexternalparty_value; - partial void On_modifiedbyexternalparty_valueChanging(global::System.Nullable value); - partial void On_modifiedbyexternalparty_valueChanged(); - /// - /// There are no comments for Property _parentsubject_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentsubject_value - { - get - { - return this.__parentsubject_value; - } - set - { - this.On_parentsubject_valueChanging(value); - this.__parentsubject_value = value; - this.On_parentsubject_valueChanged(); - this.OnPropertyChanged("_parentsubject_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentsubject_value; - partial void On_parentsubject_valueChanging(global::System.Nullable value); - partial void On_parentsubject_valueChanged(); - /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// /// There are no comments for Property _createdbyexternalparty_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -715544,159 +715473,49 @@ public virtual string description partial void On_createdbyexternalparty_valueChanging(global::System.Nullable value); partial void On_createdbyexternalparty_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 _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 subjectid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable subjectid - { - get - { - return this._subjectid; - } - set - { - this.OnsubjectidChanging(value); - this._subjectid = value; - this.OnsubjectidChanged(); - this.OnPropertyChanged("subjectid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _subjectid; - partial void OnsubjectidChanging(global::System.Nullable value); - partial void OnsubjectidChanged(); - /// - /// 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 title in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string title - { - get - { - return this._title; - } - set - { - this.OntitleChanging(value); - this._title = value; - this.OntitleChanged(); - this.OnPropertyChanged("title"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _title; - partial void OntitleChanging(string value); - partial void OntitleChanged(); - /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable createdon { get { - return this._modifiedon; + return this._createdon; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property featuremask in the schema. + /// There are no comments for Property _modifiedbyexternalparty_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable featuremask + public virtual global::System.Nullable _modifiedbyexternalparty_value { get { - return this._featuremask; + return this.__modifiedbyexternalparty_value; } set { - this.OnfeaturemaskChanging(value); - this._featuremask = value; - this.OnfeaturemaskChanged(); - this.OnPropertyChanged("featuremask"); + this.On_modifiedbyexternalparty_valueChanging(value); + this.__modifiedbyexternalparty_value = value; + this.On_modifiedbyexternalparty_valueChanged(); + this.OnPropertyChanged("_modifiedbyexternalparty_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _featuremask; - partial void OnfeaturemaskChanging(global::System.Nullable value); - partial void OnfeaturemaskChanged(); + private global::System.Nullable __modifiedbyexternalparty_value; + partial void On_modifiedbyexternalparty_valueChanging(global::System.Nullable value); + partial void On_modifiedbyexternalparty_valueChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -715720,6 +715539,182 @@ public virtual string title partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// There are no comments for Property _parentsubject_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _parentsubject_value + { + get + { + return this.__parentsubject_value; + } + set + { + this.On_parentsubject_valueChanging(value); + this.__parentsubject_value = value; + this.On_parentsubject_valueChanged(); + this.OnPropertyChanged("_parentsubject_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __parentsubject_value; + partial void On_parentsubject_valueChanging(global::System.Nullable value); + partial void On_parentsubject_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 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 _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 title in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string title + { + get + { + return this._title; + } + set + { + this.OntitleChanging(value); + this._title = value; + this.OntitleChanged(); + this.OnPropertyChanged("title"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _title; + partial void OntitleChanging(string value); + partial void OntitleChanged(); + /// + /// There are no comments for Property featuremask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable featuremask + { + get + { + return this._featuremask; + } + set + { + this.OnfeaturemaskChanging(value); + this._featuremask = value; + this.OnfeaturemaskChanged(); + this.OnPropertyChanged("featuremask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _featuremask; + partial void OnfeaturemaskChanging(global::System.Nullable value); + partial void OnfeaturemaskChanged(); + /// + /// There are no comments for Property _organizationid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _organizationid_value + { + get + { + return this.__organizationid_value; + } + set + { + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); + /// + /// There are no comments for Property subjectid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable subjectid + { + get + { + return this._subjectid; + } + set + { + this.OnsubjectidChanging(value); + this._subjectid = value; + this.OnsubjectidChanged(); + this.OnPropertyChanged("subjectid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _subjectid; + partial void OnsubjectidChanging(global::System.Nullable value); + partial void OnsubjectidChanged(); + /// /// There are no comments for Property overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -715742,6 +715737,28 @@ public virtual string title partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// 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 _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -716187,28 +716204,6 @@ public subscriptionmanuallytrackedobjectSingle(global::Microsoft.OData.Client.Da [global::Microsoft.OData.Client.EntitySet("subscriptionmanuallytrackedobjects")] public partial class subscriptionmanuallytrackedobject : crmbaseentity { - /// - /// There are no comments for Property subscriptionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable subscriptionid - { - get - { - return this._subscriptionid; - } - set - { - this.OnsubscriptionidChanging(value); - this._subscriptionid = value; - this.OnsubscriptionidChanged(); - this.OnPropertyChanged("subscriptionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _subscriptionid; - partial void OnsubscriptionidChanging(global::System.Nullable value); - partial void OnsubscriptionidChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -716232,27 +716227,27 @@ public partial class subscriptionmanuallytrackedobject : crmbaseentity partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property track in the schema. + /// There are no comments for Property subscriptionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable track + public virtual global::System.Nullable subscriptionid { get { - return this._track; + return this._subscriptionid; } set { - this.OntrackChanging(value); - this._track = value; - this.OntrackChanged(); - this.OnPropertyChanged("track"); + this.OnsubscriptionidChanging(value); + this._subscriptionid = value; + this.OnsubscriptionidChanged(); + this.OnPropertyChanged("subscriptionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _track; - partial void OntrackChanging(global::System.Nullable value); - partial void OntrackChanged(); + private global::System.Nullable _subscriptionid; + partial void OnsubscriptionidChanging(global::System.Nullable value); + partial void OnsubscriptionidChanged(); /// /// There are no comments for Property objectid in the schema. /// @@ -716276,6 +716271,28 @@ public partial class subscriptionmanuallytrackedobject : crmbaseentity partial void OnobjectidChanging(global::System.Nullable value); partial void OnobjectidChanged(); /// + /// There are no comments for Property track in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable track + { + get + { + return this._track; + } + set + { + this.OntrackChanging(value); + this._track = value; + this.OntrackChanged(); + this.OnPropertyChanged("track"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _track; + partial void OntrackChanging(global::System.Nullable value); + partial void OntrackChanged(); + /// /// There are no comments for Property objecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -725052,6 +725069,28 @@ public static syncerror Createsyncerror(global::Microsoft.Dynamics.CRM.expiredpr return syncerror; } /// + /// There are no comments for Property errortype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable errortype + { + get + { + return this._errortype; + } + set + { + this.OnerrortypeChanging(value); + this._errortype = value; + this.OnerrortypeChanged(); + this.OnPropertyChanged("errortype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _errortype; + partial void OnerrortypeChanging(global::System.Nullable value); + partial void OnerrortypeChanged(); + /// /// There are no comments for Property errortime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -725096,27 +725135,27 @@ public virtual string errorcode partial void OnerrorcodeChanging(string value); partial void OnerrorcodeChanged(); /// - /// There are no comments for Property syncerrorid in the schema. + /// 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 syncerrorid + public virtual global::System.Nullable _ownerid_value { get { - return this._syncerrorid; + return this.__ownerid_value; } set { - this.OnsyncerroridChanging(value); - this._syncerrorid = value; - this.OnsyncerroridChanged(); - this.OnPropertyChanged("syncerrorid"); + 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 _syncerrorid; - partial void OnsyncerroridChanging(global::System.Nullable value); - partial void OnsyncerroridChanged(); + 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 _owningbusinessunit_value in the schema. /// @@ -725140,27 +725179,27 @@ public virtual string errorcode partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property actiondata in the schema. + /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string actiondata + public virtual global::System.Nullable _owninguser_value { get { - return this._actiondata; + return this.__owninguser_value; } set { - this.OnactiondataChanging(value); - this._actiondata = value; - this.OnactiondataChanged(); - this.OnPropertyChanged("actiondata"); + 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 string _actiondata; - partial void OnactiondataChanging(string value); - partial void OnactiondataChanged(); + 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 _owningteam_value in the schema. /// @@ -725184,49 +725223,27 @@ public virtual string actiondata partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_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 _ownerid_value in the schema. + /// There are no comments for Property syncerrorid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + public virtual global::System.Nullable syncerrorid { get { - return this.__ownerid_value; + return this._syncerrorid; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.OnsyncerroridChanging(value); + this._syncerrorid = value; + this.OnsyncerroridChanged(); + this.OnPropertyChanged("syncerrorid"); } } [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::System.Nullable _syncerrorid; + partial void OnsyncerroridChanging(global::System.Nullable value); + partial void OnsyncerroridChanged(); /// /// There are no comments for Property errordetail in the schema. /// @@ -725250,28 +725267,6 @@ public virtual string errordetail partial void OnerrordetailChanging(string value); partial void OnerrordetailChanged(); /// - /// There are no comments for Property _regardingobjectid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _regardingobjectid_value - { - get - { - return this.__regardingobjectid_value; - } - set - { - this.On_regardingobjectid_valueChanging(value); - this.__regardingobjectid_value = value; - this.On_regardingobjectid_valueChanged(); - this.OnPropertyChanged("_regardingobjectid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __regardingobjectid_value; - partial void On_regardingobjectid_valueChanging(global::System.Nullable value); - partial void On_regardingobjectid_valueChanged(); - /// /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -725316,27 +725311,27 @@ public virtual string description partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _modifiedby_value 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 _modifiedby_value + public virtual global::System.Nullable statecode { get { - return this.__modifiedby_value; + return this._statecode; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -725360,49 +725355,49 @@ public virtual string description partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property errormessage in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string errormessage + public virtual string name { get { - return this._errormessage; + return this._name; } set { - this.OnerrormessageChanging(value); - this._errormessage = value; - this.OnerrormessageChanged(); - this.OnPropertyChanged("errormessage"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _errormessage; - partial void OnerrormessageChanging(string value); - partial void OnerrormessageChanged(); + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property errortype in the schema. + /// There are no comments for Property actiondata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable errortype + public virtual string actiondata { get { - return this._errortype; + return this._actiondata; } set { - this.OnerrortypeChanging(value); - this._errortype = value; - this.OnerrortypeChanged(); - this.OnPropertyChanged("errortype"); + this.OnactiondataChanging(value); + this._actiondata = value; + this.OnactiondataChanged(); + this.OnPropertyChanged("actiondata"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _errortype; - partial void OnerrortypeChanging(global::System.Nullable value); - partial void OnerrortypeChanged(); + private string _actiondata; + partial void OnactiondataChanging(string value); + partial void OnactiondataChanged(); /// /// There are no comments for Property action in the schema. /// @@ -725448,28 +725443,6 @@ public virtual string requestdata partial void OnrequestdataChanging(string value); partial void OnrequestdataChanged(); /// - /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -725514,49 +725487,71 @@ public virtual string requestdata partial void OnstatuscodeChanging(global::System.Nullable value); partial void OnstatuscodeChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual global::System.Nullable _modifiedby_value { get { - return this._name; + return this.__modifiedby_value; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + 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 string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + 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 statecode in the schema. + /// There are no comments for Property _regardingobjectid_value 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 _regardingobjectid_value { get { - return this._statecode; + return this.__regardingobjectid_value; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.On_regardingobjectid_valueChanging(value); + this.__regardingobjectid_value = value; + this.On_regardingobjectid_valueChanged(); + this.OnPropertyChanged("_regardingobjectid_value"); } } [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 __regardingobjectid_value; + partial void On_regardingobjectid_valueChanging(global::System.Nullable value); + partial void On_regardingobjectid_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 versionnumber in the schema. /// @@ -725580,6 +725575,28 @@ public virtual string name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// + /// There are no comments for Property errormessage in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string errormessage + { + get + { + return this._errormessage; + } + set + { + this.OnerrormessageChanging(value); + this._errormessage = value; + this.OnerrormessageChanged(); + this.OnPropertyChanged("errormessage"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _errormessage; + partial void OnerrormessageChanging(string value); + partial void OnerrormessageChanged(); + /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -732522,6 +732539,50 @@ public static systemform Createsystemform(global::Microsoft.Dynamics.CRM.systemf return systemform; } /// + /// There are no comments for Property overwritetime in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overwritetime + { + get + { + return this._overwritetime; + } + set + { + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); + /// + /// There are no comments for Property version in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable version + { + get + { + return this._version; + } + set + { + this.OnversionChanging(value); + this._version = value; + this.OnversionChanged(); + this.OnPropertyChanged("version"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _version; + partial void OnversionChanging(global::System.Nullable value); + partial void OnversionChanged(); + /// /// There are no comments for Property formjson in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -732566,28 +732627,6 @@ public virtual string formjson partial void OnformactivationstateChanging(global::System.Nullable value); partial void OnformactivationstateChanged(); /// - /// There are no comments for Property overwritetime in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime - { - get - { - return this._overwritetime; - } - set - { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); - /// /// There are no comments for Property canbedeleted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -732610,71 +732649,71 @@ public virtual string formjson partial void OncanbedeletedChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OncanbedeletedChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property _ancestorformid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable _ancestorformid_value { get { - return this._componentstate; + return this.__ancestorformid_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.On_ancestorformid_valueChanging(value); + this.__ancestorformid_value = value; + this.On_ancestorformid_valueChanged(); + this.OnPropertyChanged("_ancestorformid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable __ancestorformid_value; + partial void On_ancestorformid_valueChanging(global::System.Nullable value); + partial void On_ancestorformid_valueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable componentstate { get { - return this.__organizationid_value; + return this._componentstate; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property version in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable version + public virtual global::System.Nullable solutionid { get { - return this._version; + return this._solutionid; } set { - this.OnversionChanging(value); - this._version = value; - this.OnversionChanged(); - this.OnPropertyChanged("version"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _version; - partial void OnversionChanging(global::System.Nullable value); - partial void OnversionChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property description in the schema. /// @@ -732720,49 +732759,71 @@ public virtual string description partial void OnistabletenabledChanging(global::System.Nullable value); partial void OnistabletenabledChanged(); /// - /// There are no comments for Property isdefault in the schema. + /// There are no comments for Property uniquename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isdefault + public virtual string uniquename { get { - return this._isdefault; + return this._uniquename; } set { - this.OnisdefaultChanging(value); - this._isdefault = value; - this.OnisdefaultChanged(); - this.OnPropertyChanged("isdefault"); + this.OnuniquenameChanging(value); + this._uniquename = value; + this.OnuniquenameChanged(); + this.OnPropertyChanged("uniquename"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isdefault; - partial void OnisdefaultChanging(global::System.Nullable value); - partial void OnisdefaultChanged(); + private string _uniquename; + partial void OnuniquenameChanging(string value); + partial void OnuniquenameChanged(); /// - /// There are no comments for Property introducedversion in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable _organizationid_value { get { - return this._introducedversion; + return this.__organizationid_value; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); + /// + /// There are no comments for Property isdefault in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable isdefault + { + get + { + return this._isdefault; + } + set + { + this.OnisdefaultChanging(value); + this._isdefault = value; + this.OnisdefaultChanged(); + this.OnPropertyChanged("isdefault"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _isdefault; + partial void OnisdefaultChanging(global::System.Nullable value); + partial void OnisdefaultChanged(); /// /// There are no comments for Property objecttypecode in the schema. /// @@ -732830,27 +732891,27 @@ public virtual string objecttypecode partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property type in the schema. + /// There are no comments for Property introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable type + public virtual string introducedversion { get { - return this._type; + return this._introducedversion; } set { - this.OntypeChanging(value); - this._type = value; - this.OntypeChanged(); - this.OnPropertyChanged("type"); + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _type; - partial void OntypeChanging(global::System.Nullable value); - partial void OntypeChanged(); + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); /// /// There are no comments for Property formidunique in the schema. /// @@ -732918,28 +732979,6 @@ public virtual string objecttypecode partial void OnformidChanging(global::System.Nullable value); partial void OnformidChanged(); /// - /// There are no comments for Property solutionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid - { - get - { - return this._solutionid; - } - set - { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); - /// /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -732962,27 +733001,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property uniquename in the schema. + /// There are no comments for Property type in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string uniquename + public virtual global::System.Nullable type { get { - return this._uniquename; + return this._type; } set { - this.OnuniquenameChanging(value); - this._uniquename = value; - this.OnuniquenameChanged(); - this.OnPropertyChanged("uniquename"); + this.OntypeChanging(value); + this._type = value; + this.OntypeChanged(); + this.OnPropertyChanged("type"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _uniquename; - partial void OnuniquenameChanging(string value); - partial void OnuniquenameChanged(); + private global::System.Nullable _type; + partial void OntypeChanging(global::System.Nullable value); + partial void OntypeChanged(); /// /// There are no comments for Property formxml in the schema. /// @@ -733072,28 +733111,6 @@ public virtual string formxml partial void OnpublishedonChanging(global::System.Nullable value); partial void OnpublishedonChanged(); /// - /// There are no comments for Property _ancestorformid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ancestorformid_value - { - get - { - return this.__ancestorformid_value; - } - set - { - this.On_ancestorformid_valueChanging(value); - this.__ancestorformid_value = value; - this.On_ancestorformid_valueChanged(); - this.OnPropertyChanged("_ancestorformid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __ancestorformid_value; - partial void On_ancestorformid_valueChanging(global::System.Nullable value); - partial void On_ancestorformid_valueChanged(); - /// /// There are no comments for Property isairmerged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -770861,28 +770878,6 @@ public static systemuser Createsystemuser(global::Microsoft.Dynamics.CRM.mailbox return systemuser; } /// - /// There are no comments for Property title in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string title - { - get - { - return this._title; - } - set - { - this.OntitleChanging(value); - this._title = value; - this.OntitleChanged(); - this.OnPropertyChanged("title"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _title; - partial void OntitleChanging(string value); - partial void OntitleChanged(); - /// /// There are no comments for Property address1_fax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -770927,115 +770922,49 @@ public virtual string address1_fax partial void OnorganizationidChanging(global::System.Nullable value); partial void OnorganizationidChanged(); /// - /// There are no comments for Property nickname in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string nickname - { - get - { - return this._nickname; - } - set - { - this.OnnicknameChanging(value); - this._nickname = value; - this.OnnicknameChanged(); - this.OnPropertyChanged("nickname"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _nickname; - partial void OnnicknameChanging(string value); - partial void OnnicknameChanged(); - /// - /// There are no comments for Property defaultodbfoldername in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string defaultodbfoldername - { - get - { - return this._defaultodbfoldername; - } - set - { - this.OndefaultodbfoldernameChanging(value); - this._defaultodbfoldername = value; - this.OndefaultodbfoldernameChanged(); - this.OnPropertyChanged("defaultodbfoldername"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _defaultodbfoldername; - partial void OndefaultodbfoldernameChanging(string value); - partial void OndefaultodbfoldernameChanged(); - /// - /// There are no comments for Property address1_stateorprovince in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_stateorprovince - { - get - { - return this._address1_stateorprovince; - } - set - { - this.Onaddress1_stateorprovinceChanging(value); - this._address1_stateorprovince = value; - this.Onaddress1_stateorprovinceChanged(); - this.OnPropertyChanged("address1_stateorprovince"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_stateorprovince; - partial void Onaddress1_stateorprovinceChanging(string value); - partial void Onaddress1_stateorprovinceChanged(); - /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property address1_postofficebox in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string address1_postofficebox { get { - return this.__modifiedby_value; + return this._address1_postofficebox; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.Onaddress1_postofficeboxChanging(value); + this._address1_postofficebox = value; + this.Onaddress1_postofficeboxChanged(); + this.OnPropertyChanged("address1_postofficebox"); } } [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(); + private string _address1_postofficebox; + partial void Onaddress1_postofficeboxChanging(string value); + partial void Onaddress1_postofficeboxChanged(); /// - /// There are no comments for Property applicationid in the schema. + /// There are no comments for Property accessmode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable applicationid + public virtual global::System.Nullable accessmode { get { - return this._applicationid; + return this._accessmode; } set { - this.OnapplicationidChanging(value); - this._applicationid = value; - this.OnapplicationidChanged(); - this.OnPropertyChanged("applicationid"); + this.OnaccessmodeChanging(value); + this._accessmode = value; + this.OnaccessmodeChanged(); + this.OnPropertyChanged("accessmode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _applicationid; - partial void OnapplicationidChanging(global::System.Nullable value); - partial void OnapplicationidChanged(); + private global::System.Nullable _accessmode; + partial void OnaccessmodeChanging(global::System.Nullable value); + partial void OnaccessmodeChanged(); /// /// There are no comments for Property address1_upszone in the schema. /// @@ -771059,27 +770988,27 @@ public virtual string address1_upszone partial void Onaddress1_upszoneChanging(string value); partial void Onaddress1_upszoneChanged(); /// - /// There are no comments for Property lastname in the schema. + /// There are no comments for Property photourl in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string lastname + public virtual string photourl { get { - return this._lastname; + return this._photourl; } set { - this.OnlastnameChanging(value); - this._lastname = value; - this.OnlastnameChanged(); - this.OnPropertyChanged("lastname"); + this.OnphotourlChanging(value); + this._photourl = value; + this.OnphotourlChanged(); + this.OnPropertyChanged("photourl"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _lastname; - partial void OnlastnameChanging(string value); - partial void OnlastnameChanged(); + private string _photourl; + partial void OnphotourlChanging(string value); + partial void OnphotourlChanged(); /// /// There are no comments for Property address1_latitude in the schema. /// @@ -771125,28 +771054,6 @@ public virtual string lastname partial void Onaddress1_shippingmethodcodeChanging(global::System.Nullable value); partial void Onaddress1_shippingmethodcodeChanged(); /// - /// 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 address1_utcoffset in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -771213,93 +771120,115 @@ public virtual string homephone partial void OnhomephoneChanging(string value); partial void OnhomephoneChanged(); /// - /// There are no comments for Property address2_latitude in the schema. + /// There are no comments for Property skills in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_latitude + public virtual string skills { get { - return this._address2_latitude; + return this._skills; } set { - this.Onaddress2_latitudeChanging(value); - this._address2_latitude = value; - this.Onaddress2_latitudeChanged(); - this.OnPropertyChanged("address2_latitude"); + this.OnskillsChanging(value); + this._skills = value; + this.OnskillsChanged(); + this.OnPropertyChanged("skills"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_latitude; - partial void Onaddress2_latitudeChanging(global::System.Nullable value); - partial void Onaddress2_latitudeChanged(); + private string _skills; + partial void OnskillsChanging(string value); + partial void OnskillsChanged(); /// - /// There are no comments for Property governmentid in the schema. + /// There are no comments for Property emailrouteraccessapproval in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string governmentid + public virtual global::System.Nullable emailrouteraccessapproval { get { - return this._governmentid; + return this._emailrouteraccessapproval; } set { - this.OngovernmentidChanging(value); - this._governmentid = value; - this.OngovernmentidChanged(); - this.OnPropertyChanged("governmentid"); + this.OnemailrouteraccessapprovalChanging(value); + this._emailrouteraccessapproval = value; + this.OnemailrouteraccessapprovalChanged(); + this.OnPropertyChanged("emailrouteraccessapproval"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _governmentid; - partial void OngovernmentidChanging(string value); - partial void OngovernmentidChanged(); + private global::System.Nullable _emailrouteraccessapproval; + partial void OnemailrouteraccessapprovalChanging(global::System.Nullable value); + partial void OnemailrouteraccessapprovalChanged(); /// - /// There are no comments for Property _parentsystemuserid_value in the schema. + /// There are no comments for Property address2_latitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentsystemuserid_value + public virtual global::System.Nullable address2_latitude { get { - return this.__parentsystemuserid_value; + return this._address2_latitude; } set { - this.On_parentsystemuserid_valueChanging(value); - this.__parentsystemuserid_value = value; - this.On_parentsystemuserid_valueChanged(); - this.OnPropertyChanged("_parentsystemuserid_value"); + this.Onaddress2_latitudeChanging(value); + this._address2_latitude = value; + this.Onaddress2_latitudeChanged(); + this.OnPropertyChanged("address2_latitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentsystemuserid_value; - partial void On_parentsystemuserid_valueChanging(global::System.Nullable value); - partial void On_parentsystemuserid_valueChanged(); + private global::System.Nullable _address2_latitude; + partial void Onaddress2_latitudeChanging(global::System.Nullable value); + partial void Onaddress2_latitudeChanged(); /// - /// There are no comments for Property salutation in the schema. + /// There are no comments for Property address1_longitude in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string salutation + public virtual global::System.Nullable address1_longitude { get { - return this._salutation; + return this._address1_longitude; } set { - this.OnsalutationChanging(value); - this._salutation = value; - this.OnsalutationChanged(); - this.OnPropertyChanged("salutation"); + this.Onaddress1_longitudeChanging(value); + this._address1_longitude = value; + this.Onaddress1_longitudeChanged(); + this.OnPropertyChanged("address1_longitude"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _salutation; - partial void OnsalutationChanging(string value); - partial void OnsalutationChanged(); + private global::System.Nullable _address1_longitude; + partial void Onaddress1_longitudeChanging(global::System.Nullable value); + partial void Onaddress1_longitudeChanged(); + /// + /// There are no comments for Property governmentid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string governmentid + { + get + { + return this._governmentid; + } + set + { + this.OngovernmentidChanging(value); + this._governmentid = value; + this.OngovernmentidChanged(); + this.OnPropertyChanged("governmentid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _governmentid; + partial void OngovernmentidChanging(string value); + partial void OngovernmentidChanged(); /// /// There are no comments for Property address2_longitude in the schema. /// @@ -771345,49 +771274,49 @@ public virtual string salutation partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property defaultfilterspopulated in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + public virtual global::System.Nullable defaultfilterspopulated { get { - return this._overriddencreatedon; + return this._defaultfilterspopulated; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.OndefaultfilterspopulatedChanging(value); + this._defaultfilterspopulated = value; + this.OndefaultfilterspopulatedChanged(); + this.OnPropertyChanged("defaultfilterspopulated"); } } [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::System.Nullable _defaultfilterspopulated; + partial void OndefaultfilterspopulatedChanging(global::System.Nullable value); + partial void OndefaultfilterspopulatedChanged(); /// - /// There are no comments for Property spd_signaturename in the schema. + /// There are no comments for Property address1_telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_signaturename + public virtual string address1_telephone3 { get { - return this._spd_signaturename; + return this._address1_telephone3; } set { - this.Onspd_signaturenameChanging(value); - this._spd_signaturename = value; - this.Onspd_signaturenameChanged(); - this.OnPropertyChanged("spd_signaturename"); + this.Onaddress1_telephone3Changing(value); + this._address1_telephone3 = value; + this.Onaddress1_telephone3Changed(); + this.OnPropertyChanged("address1_telephone3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_signaturename; - partial void Onspd_signaturenameChanging(string value); - partial void Onspd_signaturenameChanged(); + private string _address1_telephone3; + partial void Onaddress1_telephone3Changing(string value); + partial void Onaddress1_telephone3Changed(); /// /// There are no comments for Property mobilephone in the schema. /// @@ -771411,27 +771340,27 @@ public virtual string mobilephone partial void OnmobilephoneChanging(string value); partial void OnmobilephoneChanged(); /// - /// There are no comments for Property _queueid_value in the schema. + /// There are no comments for Property address2_fax in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _queueid_value + public virtual string address2_fax { get { - return this.__queueid_value; + return this._address2_fax; } set { - this.On_queueid_valueChanging(value); - this.__queueid_value = value; - this.On_queueid_valueChanged(); - this.OnPropertyChanged("_queueid_value"); + this.Onaddress2_faxChanging(value); + this._address2_fax = value; + this.Onaddress2_faxChanged(); + this.OnPropertyChanged("address2_fax"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __queueid_value; - partial void On_queueid_valueChanging(global::System.Nullable value); - partial void On_queueid_valueChanged(); + private string _address2_fax; + partial void Onaddress2_faxChanging(string value); + partial void Onaddress2_faxChanged(); /// /// There are no comments for Property preferredaddresscode in the schema. /// @@ -771477,27 +771406,27 @@ public virtual string address2_city partial void Onaddress2_cityChanging(string value); partial void Onaddress2_cityChanged(); /// - /// There are no comments for Property address1_addressid in the schema. + /// There are no comments for Property defaultodbfoldername in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_addressid + public virtual string defaultodbfoldername { get { - return this._address1_addressid; + return this._defaultodbfoldername; } set { - this.Onaddress1_addressidChanging(value); - this._address1_addressid = value; - this.Onaddress1_addressidChanged(); - this.OnPropertyChanged("address1_addressid"); + this.OndefaultodbfoldernameChanging(value); + this._defaultodbfoldername = value; + this.OndefaultodbfoldernameChanged(); + this.OnPropertyChanged("defaultodbfoldername"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_addressid; - partial void Onaddress1_addressidChanging(global::System.Nullable value); - partial void Onaddress1_addressidChanged(); + private string _defaultodbfoldername; + partial void OndefaultodbfoldernameChanging(string value); + partial void OndefaultodbfoldernameChanged(); /// /// There are no comments for Property msdyn_gdproptout in the schema. /// @@ -771521,28 +771450,6 @@ public virtual string address2_city partial void Onmsdyn_gdproptoutChanging(global::System.Nullable value); partial void Onmsdyn_gdproptoutChanged(); /// - /// There are no comments for Property address1_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_name - { - get - { - return this._address1_name; - } - set - { - this.Onaddress1_nameChanging(value); - this._address1_name = value; - this.Onaddress1_nameChanged(); - this.OnPropertyChanged("address1_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_name; - partial void Onaddress1_nameChanging(string value); - partial void Onaddress1_nameChanged(); - /// /// There are no comments for Property address2_stateorprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -771653,159 +771560,159 @@ public virtual string firstname partial void OnpassporthiChanging(global::System.Nullable value); partial void OnpassporthiChanged(); /// - /// There are no comments for Property address2_name in the schema. + /// There are no comments for Property applicationid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_name + public virtual global::System.Nullable applicationid { get { - return this._address2_name; + return this._applicationid; } set { - this.Onaddress2_nameChanging(value); - this._address2_name = value; - this.Onaddress2_nameChanged(); - this.OnPropertyChanged("address2_name"); + this.OnapplicationidChanging(value); + this._applicationid = value; + this.OnapplicationidChanged(); + this.OnPropertyChanged("applicationid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_name; - partial void Onaddress2_nameChanging(string value); - partial void Onaddress2_nameChanged(); + private global::System.Nullable _applicationid; + partial void OnapplicationidChanging(global::System.Nullable value); + partial void OnapplicationidChanged(); /// - /// There are no comments for Property _territoryid_value in the schema. + /// 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 _territoryid_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__territoryid_value; + return this.__modifiedonbehalfby_value; } set { - this.On_territoryid_valueChanging(value); - this.__territoryid_value = value; - this.On_territoryid_valueChanged(); - this.OnPropertyChanged("_territoryid_value"); + 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 __territoryid_value; - partial void On_territoryid_valueChanging(global::System.Nullable value); - partial void On_territoryid_valueChanged(); + 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 address2_shippingmethodcode in the schema. + /// There are no comments for Property address1_addressid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address2_shippingmethodcode + public virtual global::System.Nullable address1_addressid { get { - return this._address2_shippingmethodcode; + return this._address1_addressid; } set { - this.Onaddress2_shippingmethodcodeChanging(value); - this._address2_shippingmethodcode = value; - this.Onaddress2_shippingmethodcodeChanged(); - this.OnPropertyChanged("address2_shippingmethodcode"); + this.Onaddress1_addressidChanging(value); + this._address1_addressid = value; + this.Onaddress1_addressidChanged(); + this.OnPropertyChanged("address1_addressid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address2_shippingmethodcode; - partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); - partial void Onaddress2_shippingmethodcodeChanged(); + private global::System.Nullable _address1_addressid; + partial void Onaddress1_addressidChanging(global::System.Nullable value); + partial void Onaddress1_addressidChanged(); /// - /// There are no comments for Property disabledreason in the schema. + /// There are no comments for Property address1_composite in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string disabledreason + public virtual string address1_composite { get { - return this._disabledreason; + return this._address1_composite; } set { - this.OndisabledreasonChanging(value); - this._disabledreason = value; - this.OndisabledreasonChanged(); - this.OnPropertyChanged("disabledreason"); + this.Onaddress1_compositeChanging(value); + this._address1_composite = value; + this.Onaddress1_compositeChanged(); + this.OnPropertyChanged("address1_composite"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _disabledreason; - partial void OndisabledreasonChanging(string value); - partial void OndisabledreasonChanged(); + private string _address1_composite; + partial void Onaddress1_compositeChanging(string value); + partial void Onaddress1_compositeChanged(); /// - /// There are no comments for Property address1_postofficebox in the schema. + /// There are no comments for Property address1_city in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_postofficebox + public virtual string address1_city { get { - return this._address1_postofficebox; + return this._address1_city; } set { - this.Onaddress1_postofficeboxChanging(value); - this._address1_postofficebox = value; - this.Onaddress1_postofficeboxChanged(); - this.OnPropertyChanged("address1_postofficebox"); + this.Onaddress1_cityChanging(value); + this._address1_city = value; + this.Onaddress1_cityChanged(); + this.OnPropertyChanged("address1_city"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_postofficebox; - partial void Onaddress1_postofficeboxChanging(string value); - partial void Onaddress1_postofficeboxChanged(); + private string _address1_city; + partial void Onaddress1_cityChanging(string value); + partial void Onaddress1_cityChanged(); /// - /// There are no comments for Property address1_composite in the schema. + /// There are no comments for Property address2_county in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_composite + public virtual string address2_county { get { - return this._address1_composite; + return this._address2_county; } set { - this.Onaddress1_compositeChanging(value); - this._address1_composite = value; - this.Onaddress1_compositeChanged(); - this.OnPropertyChanged("address1_composite"); + this.Onaddress2_countyChanging(value); + this._address2_county = value; + this.Onaddress2_countyChanged(); + this.OnPropertyChanged("address2_county"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_composite; - partial void Onaddress1_compositeChanging(string value); - partial void Onaddress1_compositeChanged(); + private string _address2_county; + partial void Onaddress2_countyChanging(string value); + partial void Onaddress2_countyChanged(); /// - /// There are no comments for Property setupuser in the schema. + /// 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 setupuser + public virtual global::System.Nullable versionnumber { get { - return this._setupuser; + return this._versionnumber; } set { - this.OnsetupuserChanging(value); - this._setupuser = value; - this.OnsetupuserChanged(); - this.OnPropertyChanged("setupuser"); + 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 _setupuser; - partial void OnsetupuserChanging(global::System.Nullable value); - partial void OnsetupuserChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property entityimage_timestamp in the schema. /// @@ -771851,6 +771758,50 @@ public virtual string internalemailaddress partial void OninternalemailaddressChanging(string value); partial void OninternalemailaddressChanged(); /// + /// There are no comments for Property spd_signaturename in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_signaturename + { + get + { + return this._spd_signaturename; + } + set + { + this.Onspd_signaturenameChanging(value); + this._spd_signaturename = value; + this.Onspd_signaturenameChanged(); + this.OnPropertyChanged("spd_signaturename"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_signaturename; + partial void Onspd_signaturenameChanging(string value); + partial void Onspd_signaturenameChanged(); + /// + /// There are no comments for Property salutation in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string salutation + { + get + { + return this._salutation; + } + set + { + this.OnsalutationChanging(value); + this._salutation = value; + this.OnsalutationChanged(); + this.OnPropertyChanged("salutation"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _salutation; + partial void OnsalutationChanging(string value); + partial void OnsalutationChanged(); + /// /// There are no comments for Property isemailaddressapprovedbyo365admin in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -771917,28 +771868,6 @@ public virtual string address1_county partial void On_businessunitid_valueChanging(global::System.Nullable value); partial void On_businessunitid_valueChanged(); /// - /// There are no comments for Property address1_telephone1 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_telephone1 - { - get - { - return this._address1_telephone1; - } - set - { - this.Onaddress1_telephone1Changing(value); - this._address1_telephone1 = value; - this.Onaddress1_telephone1Changed(); - this.OnPropertyChanged("address1_telephone1"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_telephone1; - partial void Onaddress1_telephone1Changing(string value); - partial void Onaddress1_telephone1Changed(); - /// /// There are no comments for Property invitestatuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -771983,50 +771912,6 @@ public virtual string address1_telephone1 partial void OnentityimageidChanging(global::System.Nullable value); partial void OnentityimageidChanged(); /// - /// There are no comments for Property address2_line3 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_line3 - { - get - { - return this._address2_line3; - } - set - { - this.Onaddress2_line3Changing(value); - this._address2_line3 = value; - this.Onaddress2_line3Changed(); - this.OnPropertyChanged("address2_line3"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_line3; - partial void Onaddress2_line3Changing(string value); - partial void Onaddress2_line3Changed(); - /// - /// There are no comments for Property userlicensetype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable userlicensetype - { - get - { - return this._userlicensetype; - } - set - { - this.OnuserlicensetypeChanging(value); - this._userlicensetype = value; - this.OnuserlicensetypeChanged(); - this.OnPropertyChanged("userlicensetype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _userlicensetype; - partial void OnuserlicensetypeChanging(global::System.Nullable value); - partial void OnuserlicensetypeChanged(); - /// /// There are no comments for Property incomingemaildeliverymethod in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -772049,27 +771934,27 @@ public virtual string address2_line3 partial void OnincomingemaildeliverymethodChanging(global::System.Nullable value); partial void OnincomingemaildeliverymethodChanged(); /// - /// There are no comments for Property skills in the schema. + /// There are no comments for Property stageid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string skills + public virtual global::System.Nullable stageid { get { - return this._skills; + return this._stageid; } set { - this.OnskillsChanging(value); - this._skills = value; - this.OnskillsChanged(); - this.OnPropertyChanged("skills"); + this.OnstageidChanging(value); + this._stageid = value; + this.OnstageidChanged(); + this.OnPropertyChanged("stageid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _skills; - partial void OnskillsChanging(string value); - partial void OnskillsChanged(); + private global::System.Nullable _stageid; + partial void OnstageidChanging(global::System.Nullable value); + partial void OnstageidChanged(); /// /// There are no comments for Property address1_addresstypecode in the schema. /// @@ -772159,27 +772044,27 @@ public virtual string address2_postalcode partial void OnpassportloChanging(global::System.Nullable value); partial void OnpassportloChanged(); /// - /// There are no comments for Property issyncwithdirectory in the schema. + /// 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 issyncwithdirectory + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._issyncwithdirectory; + return this._timezoneruleversionnumber; } set { - this.OnissyncwithdirectoryChanging(value); - this._issyncwithdirectory = value; - this.OnissyncwithdirectoryChanged(); - this.OnPropertyChanged("issyncwithdirectory"); + 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 _issyncwithdirectory; - partial void OnissyncwithdirectoryChanging(global::System.Nullable value); - partial void OnissyncwithdirectoryChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -772269,71 +772154,93 @@ public virtual string yammeruserid partial void OnyammeruseridChanging(string value); partial void OnyammeruseridChanged(); /// - /// There are no comments for Property address1_longitude in the schema. + /// There are no comments for Property nickname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable address1_longitude + public virtual string nickname { get { - return this._address1_longitude; + return this._nickname; } set { - this.Onaddress1_longitudeChanging(value); - this._address1_longitude = value; - this.Onaddress1_longitudeChanged(); - this.OnPropertyChanged("address1_longitude"); + this.OnnicknameChanging(value); + this._nickname = value; + this.OnnicknameChanged(); + this.OnPropertyChanged("nickname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _address1_longitude; - partial void Onaddress1_longitudeChanging(global::System.Nullable value); - partial void Onaddress1_longitudeChanged(); + private string _nickname; + partial void OnnicknameChanging(string value); + partial void OnnicknameChanged(); /// - /// There are no comments for Property defaultfilterspopulated in the schema. + /// There are no comments for Property address1_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable defaultfilterspopulated + public virtual string address1_name { get { - return this._defaultfilterspopulated; + return this._address1_name; } set { - this.OndefaultfilterspopulatedChanging(value); - this._defaultfilterspopulated = value; - this.OndefaultfilterspopulatedChanged(); - this.OnPropertyChanged("defaultfilterspopulated"); + this.Onaddress1_nameChanging(value); + this._address1_name = value; + this.Onaddress1_nameChanged(); + this.OnPropertyChanged("address1_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _defaultfilterspopulated; - partial void OndefaultfilterspopulatedChanging(global::System.Nullable value); - partial void OndefaultfilterspopulatedChanged(); + private string _address1_name; + partial void Onaddress1_nameChanging(string value); + partial void Onaddress1_nameChanged(); /// - /// There are no comments for Property stageid in the schema. + /// There are no comments for Property _queueid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable stageid + public virtual global::System.Nullable _queueid_value { get { - return this._stageid; + return this.__queueid_value; } set { - this.OnstageidChanging(value); - this._stageid = value; - this.OnstageidChanged(); - this.OnPropertyChanged("stageid"); + this.On_queueid_valueChanging(value); + this.__queueid_value = value; + this.On_queueid_valueChanged(); + this.OnPropertyChanged("_queueid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _stageid; - partial void OnstageidChanging(global::System.Nullable value); - partial void OnstageidChanged(); + private global::System.Nullable __queueid_value; + partial void On_queueid_valueChanging(global::System.Nullable value); + partial void On_queueid_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 isintegrationuser in the schema. /// @@ -772357,6 +772264,28 @@ public virtual string yammeruserid partial void OnisintegrationuserChanging(global::System.Nullable value); partial void OnisintegrationuserChanged(); /// + /// There are no comments for Property _parentsystemuserid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _parentsystemuserid_value + { + get + { + return this.__parentsystemuserid_value; + } + set + { + this.On_parentsystemuserid_valueChanging(value); + this.__parentsystemuserid_value = value; + this.On_parentsystemuserid_valueChanged(); + this.OnPropertyChanged("_parentsystemuserid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __parentsystemuserid_value; + partial void On_parentsystemuserid_valueChanging(global::System.Nullable value); + partial void On_parentsystemuserid_valueChanged(); + /// /// There are no comments for Property personalemailaddress in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -772401,28 +772330,6 @@ public virtual string personalemailaddress partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property address2_telephone2 in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_telephone2 - { - get - { - return this._address2_telephone2; - } - set - { - this.Onaddress2_telephone2Changing(value); - this._address2_telephone2 = value; - this.Onaddress2_telephone2Changed(); - this.OnPropertyChanged("address2_telephone2"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_telephone2; - partial void Onaddress2_telephone2Changing(string value); - partial void Onaddress2_telephone2Changed(); - /// /// There are no comments for Property preferredemailcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -772467,27 +772374,27 @@ public virtual string address2_composite partial void Onaddress2_compositeChanging(string value); partial void Onaddress2_compositeChanged(); /// - /// There are no comments for Property preferredphonecode in the schema. + /// There are no comments for Property address1_telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable preferredphonecode + public virtual string address1_telephone1 { get { - return this._preferredphonecode; + return this._address1_telephone1; } set { - this.OnpreferredphonecodeChanging(value); - this._preferredphonecode = value; - this.OnpreferredphonecodeChanged(); - this.OnPropertyChanged("preferredphonecode"); + this.Onaddress1_telephone1Changing(value); + this._address1_telephone1 = value; + this.Onaddress1_telephone1Changed(); + this.OnPropertyChanged("address1_telephone1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _preferredphonecode; - partial void OnpreferredphonecodeChanging(global::System.Nullable value); - partial void OnpreferredphonecodeChanged(); + private string _address1_telephone1; + partial void Onaddress1_telephone1Changing(string value); + partial void Onaddress1_telephone1Changed(); /// /// There are no comments for Property _mobileofflineprofileid_value in the schema. /// @@ -772599,27 +772506,49 @@ public virtual byte[] entityimage partial void OnentityimageChanging(byte[] value); partial void OnentityimageChanged(); /// - /// There are no comments for Property emailrouteraccessapproval in the schema. + /// There are no comments for Property islicensed in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable emailrouteraccessapproval + public virtual global::System.Nullable islicensed { get { - return this._emailrouteraccessapproval; + return this._islicensed; } set { - this.OnemailrouteraccessapprovalChanging(value); - this._emailrouteraccessapproval = value; - this.OnemailrouteraccessapprovalChanged(); - this.OnPropertyChanged("emailrouteraccessapproval"); + this.OnislicensedChanging(value); + this._islicensed = value; + this.OnislicensedChanged(); + this.OnPropertyChanged("islicensed"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _emailrouteraccessapproval; - partial void OnemailrouteraccessapprovalChanging(global::System.Nullable value); - partial void OnemailrouteraccessapprovalChanged(); + private global::System.Nullable _islicensed; + partial void OnislicensedChanging(global::System.Nullable value); + partial void OnislicensedChanged(); + /// + /// 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 _calendarid_value in the schema. /// @@ -772709,27 +772638,27 @@ public virtual string fullname partial void OnfullnameChanging(string value); partial void OnfullnameChanged(); /// - /// There are no comments for Property azureactivedirectoryobjectid in the schema. + /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable azureactivedirectoryobjectid + public virtual string entityimage_url { get { - return this._azureactivedirectoryobjectid; + return this._entityimage_url; } set { - this.OnazureactivedirectoryobjectidChanging(value); - this._azureactivedirectoryobjectid = value; - this.OnazureactivedirectoryobjectidChanged(); - this.OnPropertyChanged("azureactivedirectoryobjectid"); + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _azureactivedirectoryobjectid; - partial void OnazureactivedirectoryobjectidChanging(global::System.Nullable value); - partial void OnazureactivedirectoryobjectidChanged(); + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); /// /// There are no comments for Property systemuserid in the schema. /// @@ -772753,27 +772682,27 @@ public virtual string fullname partial void OnsystemuseridChanging(global::System.Nullable value); partial void OnsystemuseridChanged(); /// - /// There are no comments for Property entityimage_url in the schema. + /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url + public virtual global::System.Nullable _modifiedby_value { get { - return this._entityimage_url; + return this.__modifiedby_value; } set { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); + 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 string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); + 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 address1_line2 in the schema. /// @@ -772819,93 +772748,115 @@ public virtual string address2_upszone partial void Onaddress2_upszoneChanging(string value); partial void Onaddress2_upszoneChanged(); /// - /// There are no comments for Property address1_city in the schema. + /// There are no comments for Property address1_stateorprovince in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_city + public virtual string address1_stateorprovince { get { - return this._address1_city; + return this._address1_stateorprovince; } set { - this.Onaddress1_cityChanging(value); - this._address1_city = value; - this.Onaddress1_cityChanged(); - this.OnPropertyChanged("address1_city"); + this.Onaddress1_stateorprovinceChanging(value); + this._address1_stateorprovince = value; + this.Onaddress1_stateorprovinceChanged(); + this.OnPropertyChanged("address1_stateorprovince"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_city; - partial void Onaddress1_cityChanging(string value); - partial void Onaddress1_cityChanged(); + private string _address1_stateorprovince; + partial void Onaddress1_stateorprovinceChanging(string value); + partial void Onaddress1_stateorprovinceChanged(); /// - /// There are no comments for Property address1_telephone3 in the schema. + /// There are no comments for Property spd_signature in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_telephone3 + public virtual string spd_signature { get { - return this._address1_telephone3; + return this._spd_signature; } set { - this.Onaddress1_telephone3Changing(value); - this._address1_telephone3 = value; - this.Onaddress1_telephone3Changed(); - this.OnPropertyChanged("address1_telephone3"); + this.Onspd_signatureChanging(value); + this._spd_signature = value; + this.Onspd_signatureChanged(); + this.OnPropertyChanged("spd_signature"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_telephone3; - partial void Onaddress1_telephone3Changing(string value); - partial void Onaddress1_telephone3Changed(); + private string _spd_signature; + partial void Onspd_signatureChanging(string value); + partial void Onspd_signatureChanged(); /// - /// There are no comments for Property spd_signature in the schema. + /// There are no comments for Property address2_line3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_signature + public virtual string address2_line3 { get { - return this._spd_signature; + return this._address2_line3; } set { - this.Onspd_signatureChanging(value); - this._spd_signature = value; - this.Onspd_signatureChanged(); - this.OnPropertyChanged("spd_signature"); + this.Onaddress2_line3Changing(value); + this._address2_line3 = value; + this.Onaddress2_line3Changed(); + this.OnPropertyChanged("address2_line3"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_signature; - partial void Onspd_signatureChanging(string value); - partial void Onspd_signatureChanged(); + private string _address2_line3; + partial void Onaddress2_line3Changing(string value); + partial void Onaddress2_line3Changed(); /// - /// There are no comments for Property address2_fax in the schema. + /// There are no comments for Property address2_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_fax + public virtual string address2_name { get { - return this._address2_fax; + return this._address2_name; } set { - this.Onaddress2_faxChanging(value); - this._address2_fax = value; - this.Onaddress2_faxChanged(); - this.OnPropertyChanged("address2_fax"); + this.Onaddress2_nameChanging(value); + this._address2_name = value; + this.Onaddress2_nameChanged(); + this.OnPropertyChanged("address2_name"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_fax; - partial void Onaddress2_faxChanging(string value); - partial void Onaddress2_faxChanged(); + private string _address2_name; + partial void Onaddress2_nameChanging(string value); + partial void Onaddress2_nameChanged(); + /// + /// There are no comments for Property userlicensetype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable userlicensetype + { + get + { + return this._userlicensetype; + } + set + { + this.OnuserlicensetypeChanging(value); + this._userlicensetype = value; + this.OnuserlicensetypeChanged(); + this.OnPropertyChanged("userlicensetype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _userlicensetype; + partial void OnuserlicensetypeChanging(global::System.Nullable value); + partial void OnuserlicensetypeChanged(); /// /// There are no comments for Property _positionid_value in the schema. /// @@ -772929,27 +772880,27 @@ public virtual string address2_fax partial void On_positionid_valueChanging(global::System.Nullable value); partial void On_positionid_valueChanged(); /// - /// There are no comments for Property address2_line1 in the schema. + /// There are no comments for Property setupuser in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_line1 + public virtual global::System.Nullable setupuser { get { - return this._address2_line1; + return this._setupuser; } set { - this.Onaddress2_line1Changing(value); - this._address2_line1 = value; - this.Onaddress2_line1Changed(); - this.OnPropertyChanged("address2_line1"); + this.OnsetupuserChanging(value); + this._setupuser = value; + this.OnsetupuserChanged(); + this.OnPropertyChanged("setupuser"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_line1; - partial void Onaddress2_line1Changing(string value); - partial void Onaddress2_line1Changed(); + private global::System.Nullable _setupuser; + partial void OnsetupuserChanging(global::System.Nullable value); + partial void OnsetupuserChanged(); /// /// There are no comments for Property _siteid_value in the schema. /// @@ -772973,49 +772924,49 @@ public virtual string address2_line1 partial void On_siteid_valueChanging(global::System.Nullable value); partial void On_siteid_valueChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property address2_line1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + public virtual string address2_line1 { get { - return this.__transactioncurrencyid_value; + return this._address2_line1; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.Onaddress2_line1Changing(value); + this._address2_line1 = value; + this.Onaddress2_line1Changed(); + this.OnPropertyChanged("address2_line1"); } } [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 string _address2_line1; + partial void Onaddress2_line1Changing(string value); + partial void Onaddress2_line1Changed(); /// - /// There are no comments for Property address2_telephone1 in the schema. + /// There are no comments for Property _defaultmailbox_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address2_telephone1 + public virtual global::System.Nullable _defaultmailbox_value { get { - return this._address2_telephone1; + return this.__defaultmailbox_value; } set { - this.Onaddress2_telephone1Changing(value); - this._address2_telephone1 = value; - this.Onaddress2_telephone1Changed(); - this.OnPropertyChanged("address2_telephone1"); + this.On_defaultmailbox_valueChanging(value); + this.__defaultmailbox_value = value; + this.On_defaultmailbox_valueChanged(); + this.OnPropertyChanged("_defaultmailbox_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_telephone1; - partial void Onaddress2_telephone1Changing(string value); - partial void Onaddress2_telephone1Changed(); + private global::System.Nullable __defaultmailbox_value; + partial void On_defaultmailbox_valueChanging(global::System.Nullable value); + partial void On_defaultmailbox_valueChanged(); /// /// There are no comments for Property middlename in the schema. /// @@ -773061,71 +773012,71 @@ public virtual string middlename partial void OnisdisabledChanging(global::System.Nullable value); partial void OnisdisabledChanged(); /// - /// There are no comments for Property _defaultmailbox_value in the schema. + /// There are no comments for Property issyncwithdirectory in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _defaultmailbox_value + public virtual global::System.Nullable issyncwithdirectory { get { - return this.__defaultmailbox_value; + return this._issyncwithdirectory; } set { - this.On_defaultmailbox_valueChanging(value); - this.__defaultmailbox_value = value; - this.On_defaultmailbox_valueChanged(); - this.OnPropertyChanged("_defaultmailbox_value"); + this.OnissyncwithdirectoryChanging(value); + this._issyncwithdirectory = value; + this.OnissyncwithdirectoryChanged(); + this.OnPropertyChanged("issyncwithdirectory"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __defaultmailbox_value; - partial void On_defaultmailbox_valueChanging(global::System.Nullable value); - partial void On_defaultmailbox_valueChanged(); + private global::System.Nullable _issyncwithdirectory; + partial void OnissyncwithdirectoryChanging(global::System.Nullable value); + partial void OnissyncwithdirectoryChanged(); /// - /// There are no comments for Property address1_postalcode in the schema. + /// There are no comments for Property employeeid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string address1_postalcode + public virtual string employeeid { get { - return this._address1_postalcode; + return this._employeeid; } set { - this.Onaddress1_postalcodeChanging(value); - this._address1_postalcode = value; - this.Onaddress1_postalcodeChanged(); - this.OnPropertyChanged("address1_postalcode"); + this.OnemployeeidChanging(value); + this._employeeid = value; + this.OnemployeeidChanged(); + this.OnPropertyChanged("employeeid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address1_postalcode; - partial void Onaddress1_postalcodeChanging(string value); - partial void Onaddress1_postalcodeChanged(); + private string _employeeid; + partial void OnemployeeidChanging(string value); + partial void OnemployeeidChanged(); /// - /// There are no comments for Property employeeid in the schema. + /// There are no comments for Property lastname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string employeeid + public virtual string lastname { get { - return this._employeeid; + return this._lastname; } set { - this.OnemployeeidChanging(value); - this._employeeid = value; - this.OnemployeeidChanged(); - this.OnPropertyChanged("employeeid"); + this.OnlastnameChanging(value); + this._lastname = value; + this.OnlastnameChanged(); + this.OnPropertyChanged("lastname"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _employeeid; - partial void OnemployeeidChanging(string value); - partial void OnemployeeidChanged(); + private string _lastname; + partial void OnlastnameChanging(string value); + partial void OnlastnameChanged(); /// /// There are no comments for Property mobilealertemail in the schema. /// @@ -773149,27 +773100,27 @@ public virtual string mobilealertemail partial void OnmobilealertemailChanging(string value); partial void OnmobilealertemailChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property address2_telephone2 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual string address2_telephone2 { get { - return this._timezoneruleversionnumber; + return this._address2_telephone2; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onaddress2_telephone2Changing(value); + this._address2_telephone2 = value; + this.Onaddress2_telephone2Changed(); + this.OnPropertyChanged("address2_telephone2"); } } [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 string _address2_telephone2; + partial void Onaddress2_telephone2Changing(string value); + partial void Onaddress2_telephone2Changed(); /// /// There are no comments for Property identityid in the schema. /// @@ -773193,27 +773144,49 @@ public virtual string mobilealertemail partial void OnidentityidChanging(global::System.Nullable value); partial void OnidentityidChanged(); /// - /// There are no comments for Property photourl in the schema. + /// There are no comments for Property address2_telephone1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string photourl + public virtual string address2_telephone1 { get { - return this._photourl; + return this._address2_telephone1; } set { - this.OnphotourlChanging(value); - this._photourl = value; - this.OnphotourlChanged(); - this.OnPropertyChanged("photourl"); + this.Onaddress2_telephone1Changing(value); + this._address2_telephone1 = value; + this.Onaddress2_telephone1Changed(); + this.OnPropertyChanged("address2_telephone1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _photourl; - partial void OnphotourlChanging(string value); - partial void OnphotourlChanged(); + private string _address2_telephone1; + partial void Onaddress2_telephone1Changing(string value); + partial void Onaddress2_telephone1Changed(); + /// + /// There are no comments for Property _territoryid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _territoryid_value + { + get + { + return this.__territoryid_value; + } + set + { + this.On_territoryid_valueChanging(value); + this.__territoryid_value = value; + this.On_territoryid_valueChanged(); + this.OnPropertyChanged("_territoryid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __territoryid_value; + partial void On_territoryid_valueChanging(global::System.Nullable value); + partial void On_territoryid_valueChanged(); /// /// There are no comments for Property traversedpath in the schema. /// @@ -773237,27 +773210,49 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// - /// There are no comments for Property address2_county 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 string address2_county + public virtual global::System.Nullable createdon { get { - return this._address2_county; + return this._createdon; } set { - this.Onaddress2_countyChanging(value); - this._address2_county = value; - this.Onaddress2_countyChanged(); - this.OnPropertyChanged("address2_county"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _address2_county; - partial void Onaddress2_countyChanging(string value); - partial void Onaddress2_countyChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); + /// + /// There are no comments for Property azureactivedirectoryobjectid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable azureactivedirectoryobjectid + { + get + { + return this._azureactivedirectoryobjectid; + } + set + { + this.OnazureactivedirectoryobjectidChanging(value); + this._azureactivedirectoryobjectid = value; + this.OnazureactivedirectoryobjectidChanged(); + this.OnPropertyChanged("azureactivedirectoryobjectid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _azureactivedirectoryobjectid; + partial void OnazureactivedirectoryobjectidChanging(global::System.Nullable value); + partial void OnazureactivedirectoryobjectidChanged(); /// /// There are no comments for Property yomifirstname in the schema. /// @@ -773281,6 +773276,28 @@ public virtual string yomifirstname partial void OnyomifirstnameChanging(string value); partial void OnyomifirstnameChanged(); /// + /// There are no comments for Property address2_shippingmethodcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable address2_shippingmethodcode + { + get + { + return this._address2_shippingmethodcode; + } + set + { + this.Onaddress2_shippingmethodcodeChanging(value); + this._address2_shippingmethodcode = value; + this.Onaddress2_shippingmethodcodeChanged(); + this.OnPropertyChanged("address2_shippingmethodcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _address2_shippingmethodcode; + partial void Onaddress2_shippingmethodcodeChanging(global::System.Nullable value); + partial void Onaddress2_shippingmethodcodeChanged(); + /// /// There are no comments for Property address2_telephone3 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -773391,50 +773408,6 @@ public virtual string yomifullname partial void Onaddress2_addresstypecodeChanging(global::System.Nullable value); partial void Onaddress2_addresstypecodeChanged(); /// - /// 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 accessmode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable accessmode - { - get - { - return this._accessmode; - } - set - { - this.OnaccessmodeChanging(value); - this._accessmode = value; - this.OnaccessmodeChanged(); - this.OnPropertyChanged("accessmode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _accessmode; - partial void OnaccessmodeChanging(global::System.Nullable value); - partial void OnaccessmodeChanged(); - /// /// There are no comments for Property yammeremailaddress in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -773457,27 +773430,27 @@ public virtual string yammeremailaddress partial void OnyammeremailaddressChanging(string value); partial void OnyammeremailaddressChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property address1_postalcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual string address1_postalcode { get { - return this.__modifiedonbehalfby_value; + return this._address1_postalcode; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onaddress1_postalcodeChanging(value); + this._address1_postalcode = value; + this.Onaddress1_postalcodeChanged(); + this.OnPropertyChanged("address1_postalcode"); } } [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 string _address1_postalcode; + partial void Onaddress1_postalcodeChanging(string value); + partial void Onaddress1_postalcodeChanged(); /// /// There are no comments for Property exchangerate in the schema. /// @@ -773633,6 +773606,28 @@ public virtual string applicationiduri partial void OnapplicationiduriChanging(string value); partial void OnapplicationiduriChanged(); /// + /// There are no comments for Property preferredphonecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable preferredphonecode + { + get + { + return this._preferredphonecode; + } + set + { + this.OnpreferredphonecodeChanging(value); + this._preferredphonecode = value; + this.OnpreferredphonecodeChanged(); + this.OnPropertyChanged("preferredphonecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _preferredphonecode; + partial void OnpreferredphonecodeChanging(global::System.Nullable value); + partial void OnpreferredphonecodeChanged(); + /// /// There are no comments for Property address2_utcoffset in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -773655,27 +773650,27 @@ public virtual string applicationiduri partial void Onaddress2_utcoffsetChanging(global::System.Nullable value); partial void Onaddress2_utcoffsetChanged(); /// - /// There are no comments for Property islicensed in the schema. + /// There are no comments for Property title in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable islicensed + public virtual string title { get { - return this._islicensed; + return this._title; } set { - this.OnislicensedChanging(value); - this._islicensed = value; - this.OnislicensedChanged(); - this.OnPropertyChanged("islicensed"); + this.OntitleChanging(value); + this._title = value; + this.OntitleChanged(); + this.OnPropertyChanged("title"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _islicensed; - partial void OnislicensedChanging(global::System.Nullable value); - partial void OnislicensedChanged(); + private string _title; + partial void OntitleChanging(string value); + partial void OntitleChanged(); /// /// There are no comments for Property address1_telephone2 in the schema. /// @@ -773699,6 +773694,28 @@ public virtual string address1_telephone2 partial void Onaddress1_telephone2Changing(string value); partial void Onaddress1_telephone2Changed(); /// + /// There are no comments for Property disabledreason in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string disabledreason + { + get + { + return this._disabledreason; + } + set + { + this.OndisabledreasonChanging(value); + this._disabledreason = value; + this.OndisabledreasonChanged(); + this.OnPropertyChanged("disabledreason"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _disabledreason; + partial void OndisabledreasonChanging(string value); + partial void OndisabledreasonChanged(); + /// /// There are no comments for Property address1_country in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -812480,6 +812497,28 @@ public virtual string spd_figaroid partial void Onspd_figaroidChanging(string value); partial void Onspd_figaroidChanged(); /// + /// 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 overriddencreatedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -812502,6 +812541,50 @@ public virtual string spd_figaroid partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// + /// 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 category in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string category + { + get + { + return this._category; + } + set + { + this.OncategoryChanging(value); + this._category = value; + this.OncategoryChanged(); + this.OnPropertyChanged("category"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _category; + partial void OncategoryChanging(string value); + partial void OncategoryChanged(); + /// /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -812590,50 +812673,6 @@ public virtual string subcategory partial void OnpercentcompleteChanging(global::System.Nullable value); partial void OnpercentcompleteChanged(); /// - /// 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 _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_clearanceaccessid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -812656,28 +812695,6 @@ public virtual string spd_licensingfigaroid partial void On_spd_clearanceaccessid_valueChanging(global::System.Nullable value); partial void On_spd_clearanceaccessid_valueChanged(); /// - /// There are no comments for Property category in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string category - { - get - { - return this._category; - } - set - { - this.OncategoryChanging(value); - this._category = value; - this.OncategoryChanged(); - this.OnPropertyChanged("category"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _category; - partial void OncategoryChanging(string value); - partial void OncategoryChanged(); - /// /// There are no comments for Property task_PostRegardings in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -822499,6 +822516,28 @@ public virtual string traversedpath partial void OnorganizationidChanging(global::System.Nullable value); partial void OnorganizationidChanged(); /// + /// 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 name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -822543,28 +822582,6 @@ public virtual string name partial void On_regardingobjectid_valueChanging(global::System.Nullable value); partial void On_regardingobjectid_valueChanged(); /// - /// There are no comments for Property isdefault in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isdefault - { - get - { - return this._isdefault; - } - set - { - this.OnisdefaultChanging(value); - this._isdefault = value; - this.OnisdefaultChanged(); - this.OnPropertyChanged("isdefault"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isdefault; - partial void OnisdefaultChanging(global::System.Nullable value); - partial void OnisdefaultChanged(); - /// /// There are no comments for Property exchangerate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -822741,6 +822758,28 @@ public virtual string emailaddress partial void On_businessunitid_valueChanging(global::System.Nullable value); partial void On_businessunitid_valueChanged(); /// + /// 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 _queueid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -822763,27 +822802,49 @@ public virtual string emailaddress partial void On_queueid_valueChanging(global::System.Nullable value); partial void On_queueid_valueChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property isdefault in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + public virtual global::System.Nullable isdefault { get { - return this._modifiedon; + return this._isdefault; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.OnisdefaultChanging(value); + this._isdefault = value; + this.OnisdefaultChanged(); + this.OnPropertyChanged("isdefault"); } } [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::System.Nullable _isdefault; + partial void OnisdefaultChanging(global::System.Nullable value); + partial void OnisdefaultChanged(); + /// + /// 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 overriddencreatedon in the schema. /// @@ -822895,50 +822956,6 @@ public virtual string emailaddress partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// 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 _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 azureactivedirectoryobjectid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -827543,28 +827560,6 @@ public partial class teamsyncattributemappingprofiles : crmbaseentity partial void OnteamsyncattributemappingprofileidChanging(global::System.Nullable value); partial void OnteamsyncattributemappingprofileidChanged(); /// - /// There are no comments for Property syncattributemappingprofileid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable syncattributemappingprofileid - { - get - { - return this._syncattributemappingprofileid; - } - set - { - this.OnsyncattributemappingprofileidChanging(value); - this._syncattributemappingprofileid = value; - this.OnsyncattributemappingprofileidChanged(); - this.OnPropertyChanged("syncattributemappingprofileid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _syncattributemappingprofileid; - partial void OnsyncattributemappingprofileidChanging(global::System.Nullable value); - partial void OnsyncattributemappingprofileidChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -827608,6 +827603,28 @@ public partial class teamsyncattributemappingprofiles : crmbaseentity private global::System.Nullable _teamid; partial void OnteamidChanging(global::System.Nullable value); partial void OnteamidChanged(); + /// + /// There are no comments for Property syncattributemappingprofileid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable syncattributemappingprofileid + { + get + { + return this._syncattributemappingprofileid; + } + set + { + this.OnsyncattributemappingprofileidChanging(value); + this._syncattributemappingprofileid = value; + this.OnsyncattributemappingprofileidChanged(); + this.OnPropertyChanged("syncattributemappingprofileid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _syncattributemappingprofileid; + partial void OnsyncattributemappingprofileidChanging(global::System.Nullable value); + partial void OnsyncattributemappingprofileidChanged(); } /// /// There are no comments for teamtemplateSingle in the schema. @@ -827847,50 +827864,6 @@ public static teamtemplate Createteamtemplate(global::Microsoft.Dynamics.CRM.sys partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// 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 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 objecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -827935,6 +827908,28 @@ public static teamtemplate Createteamtemplate(global::Microsoft.Dynamics.CRM.sys partial void OndefaultaccessrightsmaskChanging(global::System.Nullable value); partial void OndefaultaccessrightsmaskChanged(); /// + /// 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#")] @@ -827979,6 +827974,28 @@ public static teamtemplate Createteamtemplate(global::Microsoft.Dynamics.CRM.sys partial void OnteamtemplateidChanging(global::System.Nullable value); partial void OnteamtemplateidChanged(); /// + /// 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 createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -828001,6 +828018,28 @@ public static teamtemplate Createteamtemplate(global::Microsoft.Dynamics.CRM.sys partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// 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 description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -828045,28 +828084,6 @@ public virtual string description partial void OnissystemChanging(global::System.Nullable value); partial void OnissystemChanged(); /// - /// 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 teamtemplatename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -828705,28 +828722,6 @@ public virtual string subjectpresentationxml partial void OnsubjectpresentationxmlChanging(string value); partial void OnsubjectpresentationxmlChanged(); /// - /// There are no comments for Property solutionid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid - { - get - { - return this._solutionid; - } - set - { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); - /// /// There are no comments for Property generationtypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -828925,6 +828920,28 @@ public virtual string safehtml partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// + /// There are no comments for Property description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string description + { + get + { + return this._description; + } + set + { + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); + /// /// There are no comments for Property templateidunique in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -828969,27 +828986,27 @@ public virtual string body partial void OnbodyChanging(string value); partial void OnbodyChanged(); /// - /// There are no comments for Property description in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description + public virtual global::System.Nullable solutionid { get { - return this._description; + return this._solutionid; } set { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -830485,27 +830502,27 @@ public static territory Createterritory(global::Microsoft.Dynamics.CRM.systemuse partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable _organizationid_value { get { - return this.__modifiedonbehalfby_value; + return this.__organizationid_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_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(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property _modifiedby_value in the schema. /// @@ -830529,49 +830546,71 @@ public static territory Createterritory(global::Microsoft.Dynamics.CRM.systemuse partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property entityimageid in the schema. + /// 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 entityimageid + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._entityimageid; + return this.__modifiedonbehalfby_value; } set { - this.OnentityimageidChanging(value); - this._entityimageid = value; - this.OnentityimageidChanged(); - this.OnPropertyChanged("entityimageid"); + 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 _entityimageid; - partial void OnentityimageidChanging(global::System.Nullable value); - partial void OnentityimageidChanged(); + 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 entityimage_timestamp in the schema. + /// There are no comments for Property _managerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable entityimage_timestamp + public virtual global::System.Nullable _managerid_value { get { - return this._entityimage_timestamp; + return this.__managerid_value; } set { - this.Onentityimage_timestampChanging(value); - this._entityimage_timestamp = value; - this.Onentityimage_timestampChanged(); - this.OnPropertyChanged("entityimage_timestamp"); + this.On_managerid_valueChanging(value); + this.__managerid_value = value; + this.On_managerid_valueChanged(); + this.OnPropertyChanged("_managerid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _entityimage_timestamp; - partial void Onentityimage_timestampChanging(global::System.Nullable value); - partial void Onentityimage_timestampChanged(); + private global::System.Nullable __managerid_value; + partial void On_managerid_valueChanging(global::System.Nullable value); + partial void On_managerid_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 utcconversiontimezonecode in the schema. /// @@ -830639,27 +830678,27 @@ public static territory Createterritory(global::Microsoft.Dynamics.CRM.systemuse partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _managerid_value in the schema. + /// There are no comments for Property entityimage_timestamp in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _managerid_value + public virtual global::System.Nullable entityimage_timestamp { get { - return this.__managerid_value; + return this._entityimage_timestamp; } set { - this.On_managerid_valueChanging(value); - this.__managerid_value = value; - this.On_managerid_valueChanged(); - this.OnPropertyChanged("_managerid_value"); + this.Onentityimage_timestampChanging(value); + this._entityimage_timestamp = value; + this.Onentityimage_timestampChanged(); + this.OnPropertyChanged("entityimage_timestamp"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __managerid_value; - partial void On_managerid_valueChanging(global::System.Nullable value); - partial void On_managerid_valueChanged(); + private global::System.Nullable _entityimage_timestamp; + partial void Onentityimage_timestampChanging(global::System.Nullable value); + partial void Onentityimage_timestampChanged(); /// /// There are no comments for Property description in the schema. /// @@ -830683,50 +830722,6 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// 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 _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 importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -830771,27 +830766,27 @@ public virtual string description partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property entityimage 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 byte[] entityimage + public virtual global::System.Nullable _createdby_value { get { - return this._entityimage; + return this.__createdby_value; } set { - this.OnentityimageChanging(value); - this._entityimage = value; - this.OnentityimageChanged(); - this.OnPropertyChanged("entityimage"); + 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 byte[] _entityimage; - partial void OnentityimageChanging(byte[] value); - partial void OnentityimageChanged(); + 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 _parentterritoryid_value in the schema. /// @@ -830815,49 +830810,49 @@ public virtual byte[] entityimage partial void On_parentterritoryid_valueChanging(global::System.Nullable value); partial void On_parentterritoryid_valueChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property entityimage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual byte[] entityimage { get { - return this.__createdonbehalfby_value; + return this._entityimage; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnentityimageChanging(value); + this._entityimage = value; + this.OnentityimageChanged(); + this.OnPropertyChanged("entityimage"); } } [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 byte[] _entityimage; + partial void OnentityimageChanging(byte[] value); + partial void OnentityimageChanged(); /// - /// There are no comments for Property _organizationid_value 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 _organizationid_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__organizationid_value; + return this.__createdonbehalfby_value; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + 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 __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + 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. /// @@ -830969,6 +830964,28 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// + /// There are no comments for Property entityimageid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable entityimageid + { + get + { + return this._entityimageid; + } + set + { + this.OnentityimageidChanging(value); + this._entityimageid = value; + this.OnentityimageidChanged(); + this.OnPropertyChanged("entityimageid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _entityimageid; + partial void OnentityimageidChanging(global::System.Nullable value); + partial void OnentityimageidChanged(); + /// /// There are no comments for Property Territory_AsyncOperations in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -833222,49 +833239,49 @@ public virtual string userinterfacename partial void OnretiredorderChanging(global::System.Nullable value); partial void OnretiredorderChanged(); /// - /// There are no comments for Property modifiedon 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 modifiedon + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._modifiedon; + return this.__createdonbehalfby_value; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + 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 _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + 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 _createdonbehalfby_value in the schema. + /// 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 _createdonbehalfby_value + public virtual global::System.Nullable modifiedon { get { - return this.__createdonbehalfby_value; + return this._modifiedon; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + 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 __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + 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. /// @@ -833757,6 +833774,28 @@ public static timezonelocalizedname Createtimezonelocalizedname(global::Microsof return timezonelocalizedname; } /// + /// There are no comments for Property _timezonedefinitionid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _timezonedefinitionid_value + { + get + { + return this.__timezonedefinitionid_value; + } + set + { + this.On_timezonedefinitionid_valueChanging(value); + this.__timezonedefinitionid_value = value; + this.On_timezonedefinitionid_valueChanged(); + this.OnPropertyChanged("_timezonedefinitionid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __timezonedefinitionid_value; + partial void On_timezonedefinitionid_valueChanging(global::System.Nullable value); + partial void On_timezonedefinitionid_valueChanged(); + /// /// There are no comments for Property daylightname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -833779,27 +833818,27 @@ public virtual string daylightname partial void OndaylightnameChanging(string value); partial void OndaylightnameChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property userinterfacename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string userinterfacename { get { - return this.__modifiedby_value; + return this._userinterfacename; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OnuserinterfacenameChanging(value); + this._userinterfacename = value; + this.OnuserinterfacenameChanged(); + this.OnPropertyChanged("userinterfacename"); } } [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(); + private string _userinterfacename; + partial void OnuserinterfacenameChanging(string value); + partial void OnuserinterfacenameChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -833867,93 +833906,71 @@ public virtual string standardname partial void OnstandardnameChanging(string value); partial void OnstandardnameChanged(); /// - /// 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 createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable _modifiedby_value { get { - return this._createdon; + return this.__modifiedby_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + 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 userinterfacename 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 string userinterfacename + public virtual global::System.Nullable _createdby_value { get { - return this._userinterfacename; + return this.__createdby_value; } set { - this.OnuserinterfacenameChanging(value); - this._userinterfacename = value; - this.OnuserinterfacenameChanged(); - this.OnPropertyChanged("userinterfacename"); + 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 string _userinterfacename; - partial void OnuserinterfacenameChanging(string value); - partial void OnuserinterfacenameChanged(); + 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 _timezonedefinitionid_value in the schema. + /// 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 _timezonedefinitionid_value + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this.__timezonedefinitionid_value; + return this.__modifiedonbehalfby_value; } set { - this.On_timezonedefinitionid_valueChanging(value); - this.__timezonedefinitionid_value = value; - this.On_timezonedefinitionid_valueChanged(); - this.OnPropertyChanged("_timezonedefinitionid_value"); + 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 __timezonedefinitionid_value; - partial void On_timezonedefinitionid_valueChanging(global::System.Nullable value); - partial void On_timezonedefinitionid_valueChanged(); + 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 cultureid in the schema. /// @@ -834043,27 +834060,27 @@ public virtual string userinterfacename partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property _createdby_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 _createdby_value + public virtual global::System.Nullable createdon { get { - return this.__createdby_value; + return this._createdon; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// /// There are no comments for Property createdonbehalfby in the schema. /// @@ -834447,49 +834464,49 @@ public static timezonerule Createtimezonerule(global::Microsoft.Dynamics.CRM.sys partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property standardmonth in the schema. + /// There are no comments for Property daylightyear in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable standardmonth + public virtual global::System.Nullable daylightyear { get { - return this._standardmonth; + return this._daylightyear; } set { - this.OnstandardmonthChanging(value); - this._standardmonth = value; - this.OnstandardmonthChanged(); - this.OnPropertyChanged("standardmonth"); + this.OndaylightyearChanging(value); + this._daylightyear = value; + this.OndaylightyearChanged(); + this.OnPropertyChanged("daylightyear"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _standardmonth; - partial void OnstandardmonthChanging(global::System.Nullable value); - partial void OnstandardmonthChanged(); + private global::System.Nullable _daylightyear; + partial void OndaylightyearChanging(global::System.Nullable value); + partial void OndaylightyearChanged(); /// - /// There are no comments for Property standardhour in the schema. + /// There are no comments for Property timezoneruleid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable standardhour + public virtual global::System.Nullable timezoneruleid { get { - return this._standardhour; + return this._timezoneruleid; } set { - this.OnstandardhourChanging(value); - this._standardhour = value; - this.OnstandardhourChanged(); - this.OnPropertyChanged("standardhour"); + this.OntimezoneruleidChanging(value); + this._timezoneruleid = value; + this.OntimezoneruleidChanged(); + this.OnPropertyChanged("timezoneruleid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _standardhour; - partial void OnstandardhourChanging(global::System.Nullable value); - partial void OnstandardhourChanged(); + private global::System.Nullable _timezoneruleid; + partial void OntimezoneruleidChanging(global::System.Nullable value); + partial void OntimezoneruleidChanged(); /// /// There are no comments for Property bias in the schema. /// @@ -834513,28 +834530,6 @@ public static timezonerule Createtimezonerule(global::Microsoft.Dynamics.CRM.sys partial void OnbiasChanging(global::System.Nullable value); partial void OnbiasChanged(); /// - /// There are no comments for Property _timezonedefinitionid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _timezonedefinitionid_value - { - get - { - return this.__timezonedefinitionid_value; - } - set - { - this.On_timezonedefinitionid_valueChanging(value); - this.__timezonedefinitionid_value = value; - this.On_timezonedefinitionid_valueChanged(); - this.OnPropertyChanged("_timezonedefinitionid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __timezonedefinitionid_value; - partial void On_timezonedefinitionid_valueChanging(global::System.Nullable value); - partial void On_timezonedefinitionid_valueChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -834579,71 +834574,71 @@ public static timezonerule Createtimezonerule(global::Microsoft.Dynamics.CRM.sys partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property standardday in the schema. + /// There are no comments for Property standarddayofweek in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable standardday + public virtual global::System.Nullable standarddayofweek { get { - return this._standardday; + return this._standarddayofweek; } set { - this.OnstandarddayChanging(value); - this._standardday = value; - this.OnstandarddayChanged(); - this.OnPropertyChanged("standardday"); + this.OnstandarddayofweekChanging(value); + this._standarddayofweek = value; + this.OnstandarddayofweekChanged(); + this.OnPropertyChanged("standarddayofweek"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _standardday; - partial void OnstandarddayChanging(global::System.Nullable value); - partial void OnstandarddayChanged(); + private global::System.Nullable _standarddayofweek; + partial void OnstandarddayofweekChanging(global::System.Nullable value); + partial void OnstandarddayofweekChanged(); /// - /// There are no comments for Property daylightbias in the schema. + /// There are no comments for Property standardday in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable daylightbias + public virtual global::System.Nullable standardday { get { - return this._daylightbias; + return this._standardday; } set { - this.OndaylightbiasChanging(value); - this._daylightbias = value; - this.OndaylightbiasChanged(); - this.OnPropertyChanged("daylightbias"); + this.OnstandarddayChanging(value); + this._standardday = value; + this.OnstandarddayChanged(); + this.OnPropertyChanged("standardday"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _daylightbias; - partial void OndaylightbiasChanging(global::System.Nullable value); - partial void OndaylightbiasChanged(); + private global::System.Nullable _standardday; + partial void OnstandarddayChanging(global::System.Nullable value); + partial void OnstandarddayChanged(); /// - /// There are no comments for Property standardminute in the schema. + /// There are no comments for Property daylightdayofweek in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable standardminute + public virtual global::System.Nullable daylightdayofweek { get { - return this._standardminute; + return this._daylightdayofweek; } set { - this.OnstandardminuteChanging(value); - this._standardminute = value; - this.OnstandardminuteChanged(); - this.OnPropertyChanged("standardminute"); + this.OndaylightdayofweekChanging(value); + this._daylightdayofweek = value; + this.OndaylightdayofweekChanged(); + this.OnPropertyChanged("daylightdayofweek"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _standardminute; - partial void OnstandardminuteChanging(global::System.Nullable value); - partial void OnstandardminuteChanged(); + private global::System.Nullable _daylightdayofweek; + partial void OndaylightdayofweekChanging(global::System.Nullable value); + partial void OndaylightdayofweekChanged(); /// /// There are no comments for Property _createdonbehalfby_value in the schema. /// @@ -834667,49 +834662,27 @@ public static timezonerule Createtimezonerule(global::Microsoft.Dynamics.CRM.sys partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property timezoneruleid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleid - { - get - { - return this._timezoneruleid; - } - set - { - this.OntimezoneruleidChanging(value); - this._timezoneruleid = value; - this.OntimezoneruleidChanged(); - this.OnPropertyChanged("timezoneruleid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _timezoneruleid; - partial void OntimezoneruleidChanging(global::System.Nullable value); - partial void OntimezoneruleidChanged(); - /// - /// There are no comments for Property daylightyear in the schema. + /// There are no comments for Property standardyear in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable daylightyear + public virtual global::System.Nullable standardyear { get { - return this._daylightyear; + return this._standardyear; } set { - this.OndaylightyearChanging(value); - this._daylightyear = value; - this.OndaylightyearChanged(); - this.OnPropertyChanged("daylightyear"); + this.OnstandardyearChanging(value); + this._standardyear = value; + this.OnstandardyearChanged(); + this.OnPropertyChanged("standardyear"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _daylightyear; - partial void OndaylightyearChanging(global::System.Nullable value); - partial void OndaylightyearChanged(); + private global::System.Nullable _standardyear; + partial void OnstandardyearChanging(global::System.Nullable value); + partial void OnstandardyearChanged(); /// /// There are no comments for Property standardbias in the schema. /// @@ -834755,27 +834728,27 @@ public static timezonerule Createtimezonerule(global::Microsoft.Dynamics.CRM.sys partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property standardyear in the schema. + /// 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 standardyear + public virtual global::System.Nullable _modifiedby_value { get { - return this._standardyear; + return this.__modifiedby_value; } set { - this.OnstandardyearChanging(value); - this._standardyear = value; - this.OnstandardyearChanged(); - this.OnPropertyChanged("standardyear"); + 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 _standardyear; - partial void OnstandardyearChanging(global::System.Nullable value); - partial void OnstandardyearChanged(); + 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 _modifiedonbehalfby_value in the schema. /// @@ -834821,49 +834794,49 @@ public static timezonerule Createtimezonerule(global::Microsoft.Dynamics.CRM.sys partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// - /// There are no comments for Property standarddayofweek in the schema. + /// There are no comments for Property _timezonedefinitionid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable standarddayofweek + public virtual global::System.Nullable _timezonedefinitionid_value { get { - return this._standarddayofweek; + return this.__timezonedefinitionid_value; } set { - this.OnstandarddayofweekChanging(value); - this._standarddayofweek = value; - this.OnstandarddayofweekChanged(); - this.OnPropertyChanged("standarddayofweek"); + this.On_timezonedefinitionid_valueChanging(value); + this.__timezonedefinitionid_value = value; + this.On_timezonedefinitionid_valueChanged(); + this.OnPropertyChanged("_timezonedefinitionid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _standarddayofweek; - partial void OnstandarddayofweekChanging(global::System.Nullable value); - partial void OnstandarddayofweekChanged(); + private global::System.Nullable __timezonedefinitionid_value; + partial void On_timezonedefinitionid_valueChanging(global::System.Nullable value); + partial void On_timezonedefinitionid_valueChanged(); /// - /// There are no comments for Property daylightsecond in the schema. + /// There are no comments for Property daylightbias in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable daylightsecond + public virtual global::System.Nullable daylightbias { get { - return this._daylightsecond; + return this._daylightbias; } set { - this.OndaylightsecondChanging(value); - this._daylightsecond = value; - this.OndaylightsecondChanged(); - this.OnPropertyChanged("daylightsecond"); + this.OndaylightbiasChanging(value); + this._daylightbias = value; + this.OndaylightbiasChanged(); + this.OnPropertyChanged("daylightbias"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _daylightsecond; - partial void OndaylightsecondChanging(global::System.Nullable value); - partial void OndaylightsecondChanged(); + private global::System.Nullable _daylightbias; + partial void OndaylightbiasChanging(global::System.Nullable value); + partial void OndaylightbiasChanged(); /// /// There are no comments for Property daylightmonth in the schema. /// @@ -834909,49 +834882,93 @@ public static timezonerule Createtimezonerule(global::Microsoft.Dynamics.CRM.sys partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// - /// There are no comments for Property daylightdayofweek in the schema. + /// There are no comments for Property effectivedatetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable daylightdayofweek + public virtual global::System.Nullable effectivedatetime { get { - return this._daylightdayofweek; + return this._effectivedatetime; } set { - this.OndaylightdayofweekChanging(value); - this._daylightdayofweek = value; - this.OndaylightdayofweekChanged(); - this.OnPropertyChanged("daylightdayofweek"); + this.OneffectivedatetimeChanging(value); + this._effectivedatetime = value; + this.OneffectivedatetimeChanged(); + this.OnPropertyChanged("effectivedatetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _daylightdayofweek; - partial void OndaylightdayofweekChanging(global::System.Nullable value); - partial void OndaylightdayofweekChanged(); + private global::System.Nullable _effectivedatetime; + partial void OneffectivedatetimeChanging(global::System.Nullable value); + partial void OneffectivedatetimeChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property daylightsecond in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable daylightsecond { get { - return this.__modifiedby_value; + return this._daylightsecond; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OndaylightsecondChanging(value); + this._daylightsecond = value; + this.OndaylightsecondChanged(); + this.OnPropertyChanged("daylightsecond"); } } [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(); + private global::System.Nullable _daylightsecond; + partial void OndaylightsecondChanging(global::System.Nullable value); + partial void OndaylightsecondChanged(); + /// + /// There are no comments for Property standardmonth in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable standardmonth + { + get + { + return this._standardmonth; + } + set + { + this.OnstandardmonthChanging(value); + this._standardmonth = value; + this.OnstandardmonthChanged(); + this.OnPropertyChanged("standardmonth"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _standardmonth; + partial void OnstandardmonthChanging(global::System.Nullable value); + partial void OnstandardmonthChanged(); + /// + /// There are no comments for Property standardhour in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable standardhour + { + get + { + return this._standardhour; + } + set + { + this.OnstandardhourChanging(value); + this._standardhour = value; + this.OnstandardhourChanged(); + this.OnPropertyChanged("standardhour"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _standardhour; + partial void OnstandardhourChanging(global::System.Nullable value); + partial void OnstandardhourChanged(); /// /// There are no comments for Property daylightday in the schema. /// @@ -834975,27 +834992,27 @@ public static timezonerule Createtimezonerule(global::Microsoft.Dynamics.CRM.sys partial void OndaylightdayChanging(global::System.Nullable value); partial void OndaylightdayChanged(); /// - /// There are no comments for Property effectivedatetime in the schema. + /// There are no comments for Property standardminute in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable effectivedatetime + public virtual global::System.Nullable standardminute { get { - return this._effectivedatetime; + return this._standardminute; } set { - this.OneffectivedatetimeChanging(value); - this._effectivedatetime = value; - this.OneffectivedatetimeChanged(); - this.OnPropertyChanged("effectivedatetime"); + this.OnstandardminuteChanging(value); + this._standardminute = value; + this.OnstandardminuteChanged(); + this.OnPropertyChanged("standardminute"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _effectivedatetime; - partial void OneffectivedatetimeChanging(global::System.Nullable value); - partial void OneffectivedatetimeChanged(); + private global::System.Nullable _standardminute; + partial void OnstandardminuteChanging(global::System.Nullable value); + partial void OnstandardminuteChanged(); /// /// There are no comments for Property createdby in the schema. /// @@ -835400,28 +835417,6 @@ public static tracelog Createtracelog(global::Microsoft.Dynamics.CRM.mailbox reg return tracelog; } /// - /// There are no comments for Property canbedeleted in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable canbedeleted - { - get - { - return this._canbedeleted; - } - set - { - this.OncanbedeletedChanging(value); - this._canbedeleted = value; - this.OncanbedeletedChanged(); - this.OnPropertyChanged("canbedeleted"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _canbedeleted; - partial void OncanbedeletedChanging(global::System.Nullable value); - partial void OncanbedeletedChanged(); - /// /// There are no comments for Property collationlevel in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -835466,27 +835461,27 @@ public virtual string traceparameterxml partial void OntraceparameterxmlChanging(string value); partial void OntraceparameterxmlChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property canbedeleted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + public virtual global::System.Nullable canbedeleted { get { - return this._timezoneruleversionnumber; + return this._canbedeleted; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.OncanbedeletedChanging(value); + this._canbedeleted = value; + this.OncanbedeletedChanged(); + this.OnPropertyChanged("canbedeleted"); } } [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::System.Nullable _canbedeleted; + partial void OncanbedeletedChanging(global::System.Nullable value); + partial void OncanbedeletedChanged(); /// /// There are no comments for Property traceparameterhash in the schema. /// @@ -835510,28 +835505,6 @@ public virtual string traceparameterxml partial void OntraceparameterhashChanging(global::System.Nullable value); partial void OntraceparameterhashChanged(); /// - /// There are no comments for Property errortypedisplay in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string errortypedisplay - { - get - { - return this._errortypedisplay; - } - set - { - this.OnerrortypedisplayChanging(value); - this._errortypedisplay = value; - this.OnerrortypedisplayChanged(); - this.OnPropertyChanged("errortypedisplay"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _errortypedisplay; - partial void OnerrortypedisplayChanging(string value); - partial void OnerrortypedisplayChanged(); - /// /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -835576,71 +835549,49 @@ public virtual string text partial void OntextChanging(string value); partial void OntextChanged(); /// - /// There are no comments for Property _regardingobjectowningbusinessunit_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _regardingobjectowningbusinessunit_value - { - get - { - return this.__regardingobjectowningbusinessunit_value; - } - set - { - this.On_regardingobjectowningbusinessunit_valueChanging(value); - this.__regardingobjectowningbusinessunit_value = value; - this.On_regardingobjectowningbusinessunit_valueChanged(); - this.OnPropertyChanged("_regardingobjectowningbusinessunit_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __regardingobjectowningbusinessunit_value; - partial void On_regardingobjectowningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_regardingobjectowningbusinessunit_valueChanged(); - /// - /// There are no comments for Property level in the schema. + /// 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 level + public virtual global::System.Nullable timezoneruleversionnumber { get { - return this._level; + return this._timezoneruleversionnumber; } set { - this.OnlevelChanging(value); - this._level = value; - this.OnlevelChanged(); - this.OnPropertyChanged("level"); + 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 _level; - partial void OnlevelChanging(global::System.Nullable value); - partial void OnlevelChanged(); + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property errortypedisplay in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual string errortypedisplay { get { - return this._utcconversiontimezonecode; + return this._errortypedisplay; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.OnerrortypedisplayChanging(value); + this._errortypedisplay = value; + this.OnerrortypedisplayChanged(); + this.OnPropertyChanged("errortypedisplay"); } } [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 string _errortypedisplay; + partial void OnerrortypedisplayChanging(string value); + partial void OnerrortypedisplayChanged(); /// /// There are no comments for Property machinename in the schema. /// @@ -835708,6 +835659,28 @@ public virtual string machinename partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// + /// There are no comments for Property level in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable level + { + get + { + return this._level; + } + set + { + this.OnlevelChanging(value); + this._level = value; + this.OnlevelChanged(); + this.OnPropertyChanged("level"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _level; + partial void OnlevelChanging(global::System.Nullable value); + partial void OnlevelChanged(); + /// /// There are no comments for Property tracecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -835928,6 +835901,28 @@ public virtual string traceactionxml partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_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 _regardingobjectid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -836016,6 +836011,28 @@ public virtual string traceactionxml partial void On_parenttracelogid_valueChanging(global::System.Nullable value); partial void On_parenttracelogid_valueChanged(); /// + /// There are no comments for Property _regardingobjectowningbusinessunit_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _regardingobjectowningbusinessunit_value + { + get + { + return this.__regardingobjectowningbusinessunit_value; + } + set + { + this.On_regardingobjectowningbusinessunit_valueChanging(value); + this.__regardingobjectowningbusinessunit_value = value; + this.On_regardingobjectowningbusinessunit_valueChanged(); + this.OnPropertyChanged("_regardingobjectowningbusinessunit_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __regardingobjectowningbusinessunit_value; + partial void On_regardingobjectowningbusinessunit_valueChanging(global::System.Nullable value); + partial void On_regardingobjectowningbusinessunit_valueChanged(); + /// /// There are no comments for Property regardingobjectid_mailbox in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -838879,6 +838896,28 @@ public static transactioncurrency Createtransactioncurrency(global::Microsoft.Dy return transactioncurrency; } /// + /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -838923,28 +838962,6 @@ public virtual string isocurrencycode partial void OnisocurrencycodeChanging(string value); partial void OnisocurrencycodeChanged(); /// - /// 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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -838989,6 +839006,28 @@ public virtual string isocurrencycode partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// + /// There are no comments for Property currencysymbol in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string currencysymbol + { + get + { + return this._currencysymbol; + } + set + { + this.OncurrencysymbolChanging(value); + this._currencysymbol = value; + this.OncurrencysymbolChanged(); + this.OnPropertyChanged("currencysymbol"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _currencysymbol; + partial void OncurrencysymbolChanging(string value); + partial void OncurrencysymbolChanged(); + /// /// There are no comments for Property currencyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -839033,27 +839072,27 @@ public virtual string currencyname partial void OnoverriddencreatedonChanging(global::System.Nullable value); partial void OnoverriddencreatedonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property transactioncurrencyid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable transactioncurrencyid { get { - return this.__modifiedonbehalfby_value; + return this._transactioncurrencyid; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OntransactioncurrencyidChanging(value); + this._transactioncurrencyid = value; + this.OntransactioncurrencyidChanged(); + this.OnPropertyChanged("transactioncurrencyid"); } } [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::System.Nullable _transactioncurrencyid; + partial void OntransactioncurrencyidChanging(global::System.Nullable value); + partial void OntransactioncurrencyidChanged(); /// /// There are no comments for Property entityimage in the schema. /// @@ -839121,49 +839160,49 @@ public virtual byte[] entityimage partial void OnexchangerateChanging(global::System.Nullable value); partial void OnexchangerateChanged(); /// - /// There are no comments for Property currencysymbol in the schema. + /// There are no comments for Property entityimage_url in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string currencysymbol + public virtual string entityimage_url { get { - return this._currencysymbol; + return this._entityimage_url; } set { - this.OncurrencysymbolChanging(value); - this._currencysymbol = value; - this.OncurrencysymbolChanged(); - this.OnPropertyChanged("currencysymbol"); + this.Onentityimage_urlChanging(value); + this._entityimage_url = value; + this.Onentityimage_urlChanged(); + this.OnPropertyChanged("entityimage_url"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _currencysymbol; - partial void OncurrencysymbolChanging(string value); - partial void OncurrencysymbolChanged(); + private string _entityimage_url; + partial void Onentityimage_urlChanging(string value); + partial void Onentityimage_urlChanged(); /// - /// There are no comments for Property entityimage_url in the schema. + /// There are no comments for Property importsequencenumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string entityimage_url + public virtual global::System.Nullable importsequencenumber { get { - return this._entityimage_url; + return this._importsequencenumber; } set { - this.Onentityimage_urlChanging(value); - this._entityimage_url = value; - this.Onentityimage_urlChanged(); - this.OnPropertyChanged("entityimage_url"); + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _entityimage_url; - partial void Onentityimage_urlChanging(string value); - partial void Onentityimage_urlChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -839209,6 +839248,28 @@ public virtual string entityimage_url partial void OncurrencyprecisionChanging(global::System.Nullable value); partial void OncurrencyprecisionChanged(); /// + /// 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 modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -839253,28 +839314,6 @@ public virtual string entityimage_url partial void Onentityimage_timestampChanging(global::System.Nullable value); partial void Onentityimage_timestampChanged(); /// - /// There are no comments for Property transactioncurrencyid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable 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::System.Nullable _transactioncurrencyid; - partial void OntransactioncurrencyidChanging(global::System.Nullable value); - partial void OntransactioncurrencyidChanged(); - /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -839297,28 +839336,6 @@ public virtual string entityimage_url partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// 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 versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -842274,6 +842291,28 @@ public static transformationmapping Createtransformationmapping(global::Microsof return transformationmapping; } /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -842450,28 +842489,6 @@ public virtual string targetentityname partial void OnismanagedChanging(global::System.Nullable value); partial void OnismanagedChanged(); /// - /// 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 transformationtypename in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -842516,28 +842533,6 @@ public virtual string transformationtypename partial void On_importmapid_valueChanging(global::System.Nullable value); partial void On_importmapid_valueChanged(); /// - /// There are no comments for Property transformationmappingid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable transformationmappingid - { - get - { - return this._transformationmappingid; - } - set - { - this.OntransformationmappingidChanging(value); - this._transformationmappingid = value; - this.OntransformationmappingidChanged(); - this.OnPropertyChanged("transformationmappingid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _transformationmappingid; - partial void OntransformationmappingidChanging(global::System.Nullable value); - partial void OntransformationmappingidChanged(); - /// /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -842582,49 +842577,71 @@ public virtual string transformationtypename partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// 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 _modifiedonbehalfby_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__modifiedonbehalfby_value; + return this.__modifiedby_value; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + 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 __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + 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 introducedversion in the schema. + /// There are no comments for Property transformationmappingid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable transformationmappingid { get { - return this._introducedversion; + return this._transformationmappingid; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + this.OntransformationmappingidChanging(value); + this._transformationmappingid = value; + this.OntransformationmappingidChanged(); + this.OnPropertyChanged("transformationmappingid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + private global::System.Nullable _transformationmappingid; + partial void OntransformationmappingidChanging(global::System.Nullable value); + partial void OntransformationmappingidChanged(); + /// + /// 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 sourceentityname in the schema. /// @@ -843051,27 +843068,27 @@ public static transformationparametermapping Createtransformationparametermappin return transformationparametermapping; } /// - /// There are no comments for Property _transformationmappingid_value in the schema. + /// There are no comments for Property transformationparametermappingid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transformationmappingid_value + public virtual global::System.Nullable transformationparametermappingid { get { - return this.__transformationmappingid_value; + return this._transformationparametermappingid; } set { - this.On_transformationmappingid_valueChanging(value); - this.__transformationmappingid_value = value; - this.On_transformationmappingid_valueChanged(); - this.OnPropertyChanged("_transformationmappingid_value"); + this.OntransformationparametermappingidChanging(value); + this._transformationparametermappingid = value; + this.OntransformationparametermappingidChanged(); + this.OnPropertyChanged("transformationparametermappingid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __transformationmappingid_value; - partial void On_transformationmappingid_valueChanging(global::System.Nullable value); - partial void On_transformationmappingid_valueChanged(); + private global::System.Nullable _transformationparametermappingid; + partial void OntransformationparametermappingidChanging(global::System.Nullable value); + partial void OntransformationparametermappingidChanged(); /// /// There are no comments for Property overwritetime in the schema. /// @@ -843117,6 +843134,50 @@ public static transformationparametermapping Createtransformationparametermappin partial void OnparametersequenceChanging(global::System.Nullable value); partial void OnparametersequenceChanged(); /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); + /// + /// 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 parameterarrayindex in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -843161,49 +843222,49 @@ public static transformationparametermapping Createtransformationparametermappin partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property introducedversion in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable ismanaged { get { - return this._introducedversion; + return this._ismanaged; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property _transformationmappingid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable _transformationmappingid_value { get { - return this._componentstate; + return this.__transformationmappingid_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.On_transformationmappingid_valueChanging(value); + this.__transformationmappingid_value = value; + this.On_transformationmappingid_valueChanged(); + this.OnPropertyChanged("_transformationmappingid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable __transformationmappingid_value; + partial void On_transformationmappingid_valueChanging(global::System.Nullable value); + partial void On_transformationmappingid_valueChanged(); /// /// There are no comments for Property data in the schema. /// @@ -843227,50 +843288,6 @@ public virtual string data partial void OndataChanging(string value); partial void OndataChanged(); /// - /// There are no comments for Property ismanaged in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged - { - get - { - return this._ismanaged; - } - set - { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); - /// - /// 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 datatypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -843403,6 +843420,28 @@ public virtual string data partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// + /// There are no comments for Property componentstate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable componentstate + { + get + { + return this._componentstate; + } + set + { + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); + /// /// There are no comments for Property parametertypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -843447,28 +843486,6 @@ public virtual string data partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property transformationparametermappingid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable transformationparametermappingid - { - get - { - return this._transformationparametermappingid; - } - set - { - this.OntransformationparametermappingidChanging(value); - this._transformationparametermappingid = value; - this.OntransformationparametermappingidChanged(); - this.OnPropertyChanged("transformationparametermappingid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _transformationparametermappingid; - partial void OntransformationparametermappingidChanging(global::System.Nullable value); - partial void OntransformationparametermappingidChanged(); - /// /// There are no comments for Property transformationmappingid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -843964,27 +843981,27 @@ public static translationprocess Createtranslationprocess(global::Microsoft.Dyna return translationprocess; } /// - /// There are no comments for Property duration in the schema. + /// There are no comments for Property activestagestartedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable duration + public virtual global::System.Nullable activestagestartedon { get { - return this._duration; + return this._activestagestartedon; } set { - this.OndurationChanging(value); - this._duration = value; - this.OndurationChanged(); - this.OnPropertyChanged("duration"); + this.OnactivestagestartedonChanging(value); + this._activestagestartedon = value; + this.OnactivestagestartedonChanged(); + this.OnPropertyChanged("activestagestartedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _duration; - partial void OndurationChanging(global::System.Nullable value); - partial void OndurationChanged(); + private global::System.Nullable _activestagestartedon; + partial void OnactivestagestartedonChanging(global::System.Nullable value); + partial void OnactivestagestartedonChanged(); /// /// There are no comments for Property traversedpath in the schema. /// @@ -844008,27 +844025,27 @@ public virtual string traversedpath partial void OntraversedpathChanging(string value); partial void OntraversedpathChanged(); /// - /// There are no comments for Property _knowledgearticleid_value in the schema. + /// 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 _knowledgearticleid_value + public virtual global::System.Nullable importsequencenumber { get { - return this.__knowledgearticleid_value; + return this._importsequencenumber; } set { - this.On_knowledgearticleid_valueChanging(value); - this.__knowledgearticleid_value = value; - this.On_knowledgearticleid_valueChanged(); - this.OnPropertyChanged("_knowledgearticleid_value"); + 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 __knowledgearticleid_value; - partial void On_knowledgearticleid_valueChanging(global::System.Nullable value); - partial void On_knowledgearticleid_valueChanged(); + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// @@ -844052,71 +844069,71 @@ public virtual string traversedpath partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property importsequencenumber in the schema. + /// 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 importsequencenumber + public virtual global::System.Nullable exchangerate { get { - return this._importsequencenumber; + return this._exchangerate; } set { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); + 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 _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); /// - /// There are no comments for Property _activestageid_value in the schema. + /// 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 _activestageid_value + public virtual global::System.Nullable statuscode { get { - return this.__activestageid_value; + return this._statuscode; } set { - this.On_activestageid_valueChanging(value); - this.__activestageid_value = value; - this.On_activestageid_valueChanged(); - this.OnPropertyChanged("_activestageid_value"); + 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 __activestageid_value; - partial void On_activestageid_valueChanging(global::System.Nullable value); - partial void On_activestageid_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property _activestageid_value 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 _activestageid_value { get { - return this._createdon; + return this.__activestageid_value; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.On_activestageid_valueChanging(value); + this.__activestageid_value = value; + this.On_activestageid_valueChanged(); + this.OnPropertyChanged("_activestageid_value"); } } [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 __activestageid_value; + partial void On_activestageid_valueChanging(global::System.Nullable value); + partial void On_activestageid_valueChanged(); /// /// There are no comments for Property name in the schema. /// @@ -844228,50 +844245,6 @@ public virtual string name partial void OnbusinessprocessflowinstanceidChanging(global::System.Nullable value); partial void OnbusinessprocessflowinstanceidChanged(); /// - /// 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 activestagestartedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable activestagestartedon - { - get - { - return this._activestagestartedon; - } - set - { - this.OnactivestagestartedonChanging(value); - this._activestagestartedon = value; - this.OnactivestagestartedonChanged(); - this.OnPropertyChanged("activestagestartedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _activestagestartedon; - partial void OnactivestagestartedonChanging(global::System.Nullable value); - partial void OnactivestagestartedonChanged(); - /// /// There are no comments for Property completedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -844382,71 +844355,71 @@ public virtual string name partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); partial void On_transactioncurrencyid_valueChanged(); /// - /// There are no comments for Property overriddencreatedon 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 overriddencreatedon + public virtual global::System.Nullable createdon { get { - return this._overriddencreatedon; + return this._createdon; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + 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 _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// 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 exchangerate + public virtual global::System.Nullable _modifiedby_value { get { - return this._exchangerate; + return this.__modifiedby_value; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + 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 _exchangerate; - partial void OnexchangerateChanging(global::System.Nullable value); - partial void OnexchangerateChanged(); + 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 _modifiedby_value in the schema. + /// There are no comments for Property duration in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable duration { get { - return this.__modifiedby_value; + return this._duration; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OndurationChanging(value); + this._duration = value; + this.OndurationChanged(); + this.OnPropertyChanged("duration"); } } [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(); + private global::System.Nullable _duration; + partial void OndurationChanging(global::System.Nullable value); + partial void OndurationChanged(); /// /// There are no comments for Property _organizationid_value in the schema. /// @@ -844470,6 +844443,50 @@ public virtual string name partial void On_organizationid_valueChanging(global::System.Nullable value); partial void On_organizationid_valueChanged(); /// + /// There are no comments for Property _knowledgearticleid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _knowledgearticleid_value + { + get + { + return this.__knowledgearticleid_value; + } + set + { + this.On_knowledgearticleid_valueChanging(value); + this.__knowledgearticleid_value = value; + this.On_knowledgearticleid_valueChanged(); + this.OnPropertyChanged("_knowledgearticleid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __knowledgearticleid_value; + partial void On_knowledgearticleid_valueChanging(global::System.Nullable value); + partial void On_knowledgearticleid_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 TranslationProcess_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -845248,27 +845265,27 @@ public static uom Createuom(global::Microsoft.Dynamics.CRM.systemuser createdonb return uom; } /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property isschedulebaseuom 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 isschedulebaseuom { get { - return this.__createdonbehalfby_value; + return this._isschedulebaseuom; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.OnisschedulebaseuomChanging(value); + this._isschedulebaseuom = value; + this.OnisschedulebaseuomChanged(); + this.OnPropertyChanged("isschedulebaseuom"); } } [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 _isschedulebaseuom; + partial void OnisschedulebaseuomChanging(global::System.Nullable value); + partial void OnisschedulebaseuomChanged(); /// /// There are no comments for Property organizationid in the schema. /// @@ -845314,28 +845331,6 @@ public static uom Createuom(global::Microsoft.Dynamics.CRM.systemuser createdonb partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); partial void OntimezoneruleversionnumberChanged(); /// - /// There are no comments for Property isschedulebaseuom in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isschedulebaseuom - { - get - { - return this._isschedulebaseuom; - } - set - { - this.OnisschedulebaseuomChanging(value); - this._isschedulebaseuom = value; - this.OnisschedulebaseuomChanged(); - this.OnPropertyChanged("isschedulebaseuom"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isschedulebaseuom; - partial void OnisschedulebaseuomChanging(global::System.Nullable value); - partial void OnisschedulebaseuomChanged(); - /// /// There are no comments for Property quantity in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -845446,49 +845441,71 @@ public static uom Createuom(global::Microsoft.Dynamics.CRM.systemuser createdonb partial void On_uomscheduleid_valueChanging(global::System.Nullable value); partial void On_uomscheduleid_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__createdby_value; + return this.__modifiedby_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 _modifiedby_value 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 _modifiedby_value + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this.__modifiedby_value; + return this.__createdonbehalfby_value; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + 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 __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); + 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 _createdbyexternalparty_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _createdbyexternalparty_value + { + get + { + return this.__createdbyexternalparty_value; + } + set + { + this.On_createdbyexternalparty_valueChanging(value); + this.__createdbyexternalparty_value = value; + this.On_createdbyexternalparty_valueChanged(); + this.OnPropertyChanged("_createdbyexternalparty_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __createdbyexternalparty_value; + partial void On_createdbyexternalparty_valueChanging(global::System.Nullable value); + partial void On_createdbyexternalparty_valueChanged(); /// /// There are no comments for Property _modifiedbyexternalparty_value in the schema. /// @@ -845644,27 +845661,27 @@ public virtual string name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _createdbyexternalparty_value 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 _createdbyexternalparty_value + public virtual global::System.Nullable _createdby_value { get { - return this.__createdbyexternalparty_value; + return this.__createdby_value; } set { - this.On_createdbyexternalparty_valueChanging(value); - this.__createdbyexternalparty_value = value; - this.On_createdbyexternalparty_valueChanged(); - this.OnPropertyChanged("_createdbyexternalparty_value"); + 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 __createdbyexternalparty_value; - partial void On_createdbyexternalparty_valueChanging(global::System.Nullable value); - partial void On_createdbyexternalparty_valueChanged(); + 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 utcconversiontimezonecode in the schema. /// @@ -846546,49 +846563,49 @@ public static uomschedule Createuomschedule(global::Microsoft.Dynamics.CRM.syste partial void OnuomscheduleidChanging(global::System.Nullable value); partial void OnuomscheduleidChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// 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 statuscode + public virtual global::System.Nullable versionnumber { get { - return this._statuscode; + return this._versionnumber; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + 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 _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable statuscode { get { - return this.__createdby_value; + return this._statuscode; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// /// There are no comments for Property _createdbyexternalparty_value in the schema. /// @@ -846678,27 +846695,27 @@ public virtual string name partial void OnnameChanging(string value); partial void OnnameChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. + /// There are no comments for Property _modifiedbyexternalparty_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value + public virtual global::System.Nullable _modifiedbyexternalparty_value { get { - return this.__organizationid_value; + return this.__modifiedbyexternalparty_value; } set { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); + this.On_modifiedbyexternalparty_valueChanging(value); + this.__modifiedbyexternalparty_value = value; + this.On_modifiedbyexternalparty_valueChanged(); + this.OnPropertyChanged("_modifiedbyexternalparty_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); + private global::System.Nullable __modifiedbyexternalparty_value; + partial void On_modifiedbyexternalparty_valueChanging(global::System.Nullable value); + partial void On_modifiedbyexternalparty_valueChanged(); /// /// There are no comments for Property description in the schema. /// @@ -846722,6 +846739,28 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// + /// 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 timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -846854,49 +846893,27 @@ public virtual string description partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_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 utcconversiontimezonecode in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + public virtual global::System.Nullable _organizationid_value { get { - return this._utcconversiontimezonecode; + return this.__organizationid_value; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [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::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -846920,27 +846937,27 @@ public virtual string description partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _modifiedbyexternalparty_value 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 _modifiedbyexternalparty_value + public virtual global::System.Nullable _createdby_value { get { - return this.__modifiedbyexternalparty_value; + return this.__createdby_value; } set { - this.On_modifiedbyexternalparty_valueChanging(value); - this.__modifiedbyexternalparty_value = value; - this.On_modifiedbyexternalparty_valueChanged(); - this.OnPropertyChanged("_modifiedbyexternalparty_value"); + 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 __modifiedbyexternalparty_value; - partial void On_modifiedbyexternalparty_valueChanging(global::System.Nullable value); - partial void On_modifiedbyexternalparty_valueChanged(); + 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 createdonbehalfby in the schema. /// @@ -847630,49 +847647,49 @@ public virtual string description partial void OnuserformidChanging(global::System.Nullable value); partial void OnuserformidChanged(); /// - /// There are no comments for Property name in the schema. + /// There are no comments for Property formjson in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name + public virtual string formjson { get { - return this._name; + return this._formjson; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + this.OnformjsonChanging(value); + this._formjson = value; + this.OnformjsonChanged(); + this.OnPropertyChanged("formjson"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + private string _formjson; + partial void OnformjsonChanging(string value); + partial void OnformjsonChanged(); /// - /// There are no comments for Property formjson in the schema. + /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string formjson + public virtual global::System.Nullable modifiedon { get { - return this._formjson; + return this._modifiedon; } set { - this.OnformjsonChanging(value); - this._formjson = value; - this.OnformjsonChanged(); - this.OnPropertyChanged("formjson"); + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _formjson; - partial void OnformjsonChanging(string value); - partial void OnformjsonChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// @@ -847718,6 +847735,94 @@ public virtual string formjson partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// + /// There are no comments for Property formxml in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string formxml + { + get + { + return this._formxml; + } + set + { + this.OnformxmlChanging(value); + this._formxml = value; + this.OnformxmlChanged(); + this.OnPropertyChanged("formxml"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _formxml; + partial void OnformxmlChanging(string value); + partial void OnformxmlChanged(); + /// + /// There are no comments for Property objecttypecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string objecttypecode + { + get + { + return this._objecttypecode; + } + set + { + this.OnobjecttypecodeChanging(value); + this._objecttypecode = value; + this.OnobjecttypecodeChanged(); + this.OnPropertyChanged("objecttypecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _objecttypecode; + partial void OnobjecttypecodeChanging(string value); + partial void OnobjecttypecodeChanged(); + /// + /// There are no comments for Property type in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable type + { + get + { + return this._type; + } + set + { + this.OntypeChanging(value); + this._type = value; + this.OntypeChanged(); + this.OnPropertyChanged("type"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _type; + partial void OntypeChanging(global::System.Nullable value); + partial void OntypeChanged(); + /// /// There are no comments for Property _modifiedby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -847740,94 +847845,6 @@ public virtual string formjson partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// 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 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 formxml in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string formxml - { - get - { - return this._formxml; - } - set - { - this.OnformxmlChanging(value); - this._formxml = value; - this.OnformxmlChanged(); - this.OnPropertyChanged("formxml"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _formxml; - partial void OnformxmlChanging(string value); - partial void OnformxmlChanged(); - /// - /// There are no comments for Property objecttypecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string objecttypecode - { - get - { - return this._objecttypecode; - } - set - { - this.OnobjecttypecodeChanging(value); - this._objecttypecode = value; - this.OnobjecttypecodeChanged(); - this.OnPropertyChanged("objecttypecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _objecttypecode; - partial void OnobjecttypecodeChanging(string value); - partial void OnobjecttypecodeChanged(); - /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -847850,28 +847867,6 @@ public virtual string objecttypecode partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property type in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable type - { - get - { - return this._type; - } - set - { - this.OntypeChanging(value); - this._type = value; - this.OntypeChanged(); - this.OnPropertyChanged("type"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _type; - partial void OntypeChanging(global::System.Nullable value); - partial void OntypeChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -847916,6 +847911,28 @@ public virtual string objecttypecode 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 _owningteam_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -849370,28 +849387,6 @@ public static userquery Createuserquery(global::Microsoft.Dynamics.CRM.principal return userquery; } /// - /// 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 statuscode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -849546,49 +849541,27 @@ public virtual string columnsetxml partial void OncolumnsetxmlChanging(string value); partial void OncolumnsetxmlChanged(); /// - /// There are no comments for Property fetchxml in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string fetchxml - { - get - { - return this._fetchxml; - } - set - { - this.OnfetchxmlChanging(value); - this._fetchxml = value; - this.OnfetchxmlChanged(); - this.OnPropertyChanged("fetchxml"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _fetchxml; - partial void OnfetchxmlChanging(string value); - partial void OnfetchxmlChanged(); - /// - /// There are no comments for Property _owninguser_value in the schema. + /// There are no comments for Property conditionalformatting in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value + public virtual string conditionalformatting { get { - return this.__owninguser_value; + return this._conditionalformatting; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + this.OnconditionalformattingChanging(value); + this._conditionalformatting = value; + this.OnconditionalformattingChanged(); + this.OnPropertyChanged("conditionalformatting"); } } [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(); + private string _conditionalformatting; + partial void OnconditionalformattingChanging(string value); + partial void OnconditionalformattingChanged(); /// /// There are no comments for Property description in the schema. /// @@ -849612,49 +849585,27 @@ public virtual string description partial void OndescriptionChanging(string value); partial void OndescriptionChanged(); /// - /// There are no comments for Property conditionalformatting in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string conditionalformatting - { - get - { - return this._conditionalformatting; - } - set - { - this.OnconditionalformattingChanging(value); - this._conditionalformatting = value; - this.OnconditionalformattingChanged(); - this.OnPropertyChanged("conditionalformatting"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _conditionalformatting; - partial void OnconditionalformattingChanging(string value); - partial void OnconditionalformattingChanged(); - /// - /// There are no comments for Property statecode in the schema. + /// 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 statecode + public virtual global::System.Nullable modifiedon { get { - return this._statecode; + return this._modifiedon; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + 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 _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); /// /// There are no comments for Property name in the schema. /// @@ -849722,27 +849673,27 @@ public virtual string layoutjson partial void OnlayoutjsonChanging(string value); partial void OnlayoutjsonChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property fetchxml in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual string fetchxml { get { - return this.__owningbusinessunit_value; + return this._fetchxml; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.OnfetchxmlChanging(value); + this._fetchxml = value; + this.OnfetchxmlChanged(); + this.OnPropertyChanged("fetchxml"); } } [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 string _fetchxml; + partial void OnfetchxmlChanging(string value); + partial void OnfetchxmlChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -849832,27 +849783,49 @@ public virtual string layoutjson partial void OnuserqueryidChanging(global::System.Nullable value); partial void OnuserqueryidChanged(); /// - /// There are no comments for Property layoutxml in the schema. + /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string layoutxml + public virtual global::System.Nullable _owninguser_value { get { - return this._layoutxml; + return this.__owninguser_value; } set { - this.OnlayoutxmlChanging(value); - this._layoutxml = value; - this.OnlayoutxmlChanged(); - this.OnPropertyChanged("layoutxml"); + 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 string _layoutxml; - partial void OnlayoutxmlChanging(string value); - partial void OnlayoutxmlChanged(); + 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 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 versionnumber in the schema. /// @@ -849898,6 +849871,28 @@ public virtual string layoutxml partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// + /// There are no comments for Property layoutxml in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string layoutxml + { + get + { + return this._layoutxml; + } + set + { + this.OnlayoutxmlChanging(value); + this._layoutxml = value; + this.OnlayoutxmlChanged(); + this.OnPropertyChanged("layoutxml"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _layoutxml; + partial void OnlayoutxmlChanging(string value); + partial void OnlayoutxmlChanged(); + /// /// There are no comments for Property _ownerid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -849942,6 +849937,28 @@ public virtual string offlinesqlquery partial void OnofflinesqlqueryChanging(string value); partial void OnofflinesqlqueryChanged(); /// + /// 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 ownerid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -850508,71 +850525,71 @@ public static userqueryvisualization Createuserqueryvisualization(global::Micros return userqueryvisualization; } /// - /// There are no comments for Property _owninguser_value in the schema. + /// 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 _owninguser_value + public virtual global::System.Nullable _modifiedby_value { get { - return this.__owninguser_value; + return this.__modifiedby_value; } set { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); + 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 __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); + 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 _webresourceid_value in the schema. + /// There are no comments for Property presentationdescription in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _webresourceid_value + public virtual string presentationdescription { get { - return this.__webresourceid_value; + return this._presentationdescription; } set { - this.On_webresourceid_valueChanging(value); - this.__webresourceid_value = value; - this.On_webresourceid_valueChanged(); - this.OnPropertyChanged("_webresourceid_value"); + this.OnpresentationdescriptionChanging(value); + this._presentationdescription = value; + this.OnpresentationdescriptionChanged(); + this.OnPropertyChanged("presentationdescription"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __webresourceid_value; - partial void On_webresourceid_valueChanging(global::System.Nullable value); - partial void On_webresourceid_valueChanged(); + private string _presentationdescription; + partial void OnpresentationdescriptionChanging(string value); + partial void OnpresentationdescriptionChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// 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 _owningbusinessunit_value + public virtual global::System.Nullable _ownerid_value { get { - return this.__owningbusinessunit_value; + return this.__ownerid_value; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + 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 __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + 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 userqueryvisualizationid in the schema. /// @@ -850618,71 +850635,71 @@ public static userqueryvisualization Createuserqueryvisualization(global::Micros partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property presentationdescription in the schema. + /// There are no comments for Property isdefault in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string presentationdescription + public virtual global::System.Nullable isdefault { get { - return this._presentationdescription; + return this._isdefault; } set { - this.OnpresentationdescriptionChanging(value); - this._presentationdescription = value; - this.OnpresentationdescriptionChanged(); - this.OnPropertyChanged("presentationdescription"); + this.OnisdefaultChanging(value); + this._isdefault = value; + this.OnisdefaultChanged(); + this.OnPropertyChanged("isdefault"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _presentationdescription; - partial void OnpresentationdescriptionChanging(string value); - partial void OnpresentationdescriptionChanged(); + private global::System.Nullable _isdefault; + partial void OnisdefaultChanging(global::System.Nullable value); + partial void OnisdefaultChanged(); /// - /// There are no comments for Property isdefault 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 isdefault + public virtual global::System.Nullable _createdby_value { get { - return this._isdefault; + return this.__createdby_value; } set { - this.OnisdefaultChanging(value); - this._isdefault = value; - this.OnisdefaultChanged(); - this.OnPropertyChanged("isdefault"); + 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 _isdefault; - partial void OnisdefaultChanging(global::System.Nullable value); - partial void OnisdefaultChanged(); + 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 _ownerid_value in the schema. + /// 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 _ownerid_value + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this.__ownerid_value; + return this.__owningbusinessunit_value; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + 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 __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + 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 primaryentitytypecode in the schema. /// @@ -850728,28 +850745,6 @@ public virtual string primaryentitytypecode partial void OncharttypeChanging(global::System.Nullable value); partial void OncharttypeChanged(); /// - /// 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 _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -850816,27 +850811,27 @@ public virtual string primaryentitytypecode partial void OnmodifiedonChanging(global::System.Nullable value); partial void OnmodifiedonChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// 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 _createdby_value + public virtual global::System.Nullable _owninguser_value { get { - return this.__createdby_value; + return this.__owninguser_value; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + 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 __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + 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 name in the schema. /// @@ -850904,6 +850899,28 @@ public virtual string name partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// + /// There are no comments for Property _webresourceid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _webresourceid_value + { + get + { + return this.__webresourceid_value; + } + set + { + this.On_webresourceid_valueChanging(value); + this.__webresourceid_value = value; + this.On_webresourceid_valueChanged(); + this.OnPropertyChanged("_webresourceid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __webresourceid_value; + partial void On_webresourceid_valueChanging(global::System.Nullable value); + partial void On_webresourceid_valueChanged(); + /// /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -851416,28 +851433,6 @@ public static usersettings Createusersettings(global::Microsoft.Dynamics.CRM.sys return usersettings; } /// - /// There are no comments for Property timezonedaylightsecond in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezonedaylightsecond - { - get - { - return this._timezonedaylightsecond; - } - set - { - this.OntimezonedaylightsecondChanging(value); - this._timezonedaylightsecond = value; - this.OntimezonedaylightsecondChanged(); - this.OnPropertyChanged("timezonedaylightsecond"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _timezonedaylightsecond; - partial void OntimezonedaylightsecondChanging(global::System.Nullable value); - partial void OntimezonedaylightsecondChanged(); - /// /// There are no comments for Property numberseparator in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -851548,27 +851543,27 @@ public virtual string homepagelayout partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// - /// There are no comments for Property negativecurrencyformatcode in the schema. + /// There are no comments for Property homepagearea in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable negativecurrencyformatcode + public virtual string homepagearea { get { - return this._negativecurrencyformatcode; + return this._homepagearea; } set { - this.OnnegativecurrencyformatcodeChanging(value); - this._negativecurrencyformatcode = value; - this.OnnegativecurrencyformatcodeChanged(); - this.OnPropertyChanged("negativecurrencyformatcode"); + this.OnhomepageareaChanging(value); + this._homepagearea = value; + this.OnhomepageareaChanged(); + this.OnPropertyChanged("homepagearea"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _negativecurrencyformatcode; - partial void OnnegativecurrencyformatcodeChanging(global::System.Nullable value); - partial void OnnegativecurrencyformatcodeChanged(); + private string _homepagearea; + partial void OnhomepageareaChanging(string value); + partial void OnhomepageareaChanged(); /// /// There are no comments for Property defaultsearchexperience in the schema. /// @@ -851592,27 +851587,27 @@ public virtual string homepagelayout partial void OndefaultsearchexperienceChanging(global::System.Nullable value); partial void OndefaultsearchexperienceChanged(); /// - /// There are no comments for Property timezonestandardday in the schema. + /// There are no comments for Property outlooksyncinterval in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezonestandardday + public virtual global::System.Nullable outlooksyncinterval { get { - return this._timezonestandardday; + return this._outlooksyncinterval; } set { - this.OntimezonestandarddayChanging(value); - this._timezonestandardday = value; - this.OntimezonestandarddayChanged(); - this.OnPropertyChanged("timezonestandardday"); + this.OnoutlooksyncintervalChanging(value); + this._outlooksyncinterval = value; + this.OnoutlooksyncintervalChanged(); + this.OnPropertyChanged("outlooksyncinterval"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _timezonestandardday; - partial void OntimezonestandarddayChanging(global::System.Nullable value); - partial void OntimezonestandarddayChanged(); + private global::System.Nullable _outlooksyncinterval; + partial void OnoutlooksyncintervalChanging(global::System.Nullable value); + partial void OnoutlooksyncintervalChanged(); /// /// There are no comments for Property longdateformatcode in the schema. /// @@ -851724,28 +851719,6 @@ public virtual string homepagelayout partial void OntimezonedaylighthourChanging(global::System.Nullable value); partial void OntimezonedaylighthourChanged(); /// - /// There are no comments for Property addressbooksyncinterval in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable addressbooksyncinterval - { - get - { - return this._addressbooksyncinterval; - } - set - { - this.OnaddressbooksyncintervalChanging(value); - this._addressbooksyncinterval = value; - this.OnaddressbooksyncintervalChanged(); - this.OnPropertyChanged("addressbooksyncinterval"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _addressbooksyncinterval; - partial void OnaddressbooksyncintervalChanging(global::System.Nullable value); - partial void OnaddressbooksyncintervalChanged(); - /// /// There are no comments for Property versionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -852076,27 +852049,49 @@ public virtual string defaultcountrycode partial void OnisresourcebookingexchangesyncenabledChanging(global::System.Nullable value); partial void OnisresourcebookingexchangesyncenabledChanged(); /// - /// There are no comments for Property localeid in the schema. + /// There are no comments for Property negativecurrencyformatcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable localeid + public virtual global::System.Nullable negativecurrencyformatcode { get { - return this._localeid; + return this._negativecurrencyformatcode; } set { - this.OnlocaleidChanging(value); - this._localeid = value; - this.OnlocaleidChanged(); - this.OnPropertyChanged("localeid"); + this.OnnegativecurrencyformatcodeChanging(value); + this._negativecurrencyformatcode = value; + this.OnnegativecurrencyformatcodeChanged(); + this.OnPropertyChanged("negativecurrencyformatcode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _localeid; - partial void OnlocaleidChanging(global::System.Nullable value); - partial void OnlocaleidChanged(); + private global::System.Nullable _negativecurrencyformatcode; + partial void OnnegativecurrencyformatcodeChanging(global::System.Nullable value); + partial void OnnegativecurrencyformatcodeChanged(); + /// + /// There are no comments for Property timezonedaylightday in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable timezonedaylightday + { + get + { + return this._timezonedaylightday; + } + set + { + this.OntimezonedaylightdayChanging(value); + this._timezonedaylightday = value; + this.OntimezonedaylightdayChanged(); + this.OnPropertyChanged("timezonedaylightday"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _timezonedaylightday; + partial void OntimezonedaylightdayChanging(global::System.Nullable value); + partial void OntimezonedaylightdayChanged(); /// /// There are no comments for Property autocaptureuserstatus in the schema. /// @@ -852252,27 +852247,27 @@ public virtual string homepagesubarea partial void OnhelplanguageidChanging(global::System.Nullable value); partial void OnhelplanguageidChanged(); /// - /// There are no comments for Property homepagearea in the schema. + /// There are no comments for Property addressbooksyncinterval in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string homepagearea + public virtual global::System.Nullable addressbooksyncinterval { get { - return this._homepagearea; + return this._addressbooksyncinterval; } set { - this.OnhomepageareaChanging(value); - this._homepagearea = value; - this.OnhomepageareaChanged(); - this.OnPropertyChanged("homepagearea"); + this.OnaddressbooksyncintervalChanging(value); + this._addressbooksyncinterval = value; + this.OnaddressbooksyncintervalChanged(); + this.OnPropertyChanged("addressbooksyncinterval"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _homepagearea; - partial void OnhomepageareaChanging(string value); - partial void OnhomepageareaChanged(); + private global::System.Nullable _addressbooksyncinterval; + partial void OnaddressbooksyncintervalChanging(global::System.Nullable value); + partial void OnaddressbooksyncintervalChanged(); /// /// There are no comments for Property selectedglobalfilterid in the schema. /// @@ -852516,6 +852511,28 @@ public virtual string dateformatstring partial void OnusecrmformforappointmentChanging(global::System.Nullable value); partial void OnusecrmformforappointmentChanged(); /// + /// There are no comments for Property timezonedaylightsecond in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable timezonedaylightsecond + { + get + { + return this._timezonedaylightsecond; + } + set + { + this.OntimezonedaylightsecondChanging(value); + this._timezonedaylightsecond = value; + this.OntimezonedaylightsecondChanged(); + this.OnPropertyChanged("timezonedaylightsecond"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _timezonedaylightsecond; + partial void OntimezonedaylightsecondChanging(global::System.Nullable value); + partial void OntimezonedaylightsecondChanged(); + /// /// There are no comments for Property dateformatcode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -852714,27 +852731,27 @@ public virtual string dateformatstring partial void OnreportscripterrorsChanging(global::System.Nullable value); partial void OnreportscripterrorsChanged(); /// - /// There are no comments for Property outlooksyncinterval in the schema. + /// There are no comments for Property timezonestandardday in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable outlooksyncinterval + public virtual global::System.Nullable timezonestandardday { get { - return this._outlooksyncinterval; + return this._timezonestandardday; } set { - this.OnoutlooksyncintervalChanging(value); - this._outlooksyncinterval = value; - this.OnoutlooksyncintervalChanged(); - this.OnPropertyChanged("outlooksyncinterval"); + this.OntimezonestandarddayChanging(value); + this._timezonestandardday = value; + this.OntimezonestandarddayChanged(); + this.OnPropertyChanged("timezonestandardday"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _outlooksyncinterval; - partial void OnoutlooksyncintervalChanging(global::System.Nullable value); - partial void OnoutlooksyncintervalChanged(); + private global::System.Nullable _timezonestandardday; + partial void OntimezonestandarddayChanging(global::System.Nullable value); + partial void OntimezonestandarddayChanged(); /// /// There are no comments for Property createdon in the schema. /// @@ -852868,6 +852885,28 @@ public virtual string dateformatstring partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property localeid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable localeid + { + get + { + return this._localeid; + } + set + { + this.OnlocaleidChanging(value); + this._localeid = value; + this.OnlocaleidChanged(); + this.OnPropertyChanged("localeid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _localeid; + partial void OnlocaleidChanging(global::System.Nullable value); + partial void OnlocaleidChanged(); + /// /// There are no comments for Property currencysymbol in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -852934,28 +852973,6 @@ public virtual string currencysymbol partial void OncurrencyformatcodeChanging(global::System.Nullable value); partial void OncurrencyformatcodeChanged(); /// - /// There are no comments for Property timezonedaylightday in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezonedaylightday - { - get - { - return this._timezonedaylightday; - } - set - { - this.OntimezonedaylightdayChanging(value); - this._timezonedaylightday = value; - this.OntimezonedaylightdayChanged(); - this.OnPropertyChanged("timezonedaylightday"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _timezonedaylightday; - partial void OntimezonedaylightdayChanging(global::System.Nullable value); - partial void OntimezonedaylightdayChanged(); - /// /// There are no comments for Property nexttrackingnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -853738,28 +853755,6 @@ public static virtualresourcegroupresource Createvirtualresourcegroupresource(gl return virtualresourcegroupresource; } /// - /// There are no comments for Property name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string name - { - get - { - return this._name; - } - set - { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); - /// /// There are no comments for Property businessunit in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -853804,6 +853799,28 @@ public virtual string constraintbasedgroupid partial void OnconstraintbasedgroupidChanging(string value); partial void OnconstraintbasedgroupidChanged(); /// + /// There are no comments for Property name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string name + { + get + { + return this._name; + } + set + { + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); + /// /// There are no comments for Property virtualresourcegroupresourceid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -854200,115 +854217,159 @@ public static webresource Createwebresource(global::Microsoft.Dynamics.CRM.organ partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property solutionid in the schema. + /// There are no comments for Property content in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable solutionid + public virtual string content { get { - return this._solutionid; + return this._content; } set { - this.OnsolutionidChanging(value); - this._solutionid = value; - this.OnsolutionidChanged(); - this.OnPropertyChanged("solutionid"); + this.OncontentChanging(value); + this._content = value; + this.OncontentChanged(); + this.OnPropertyChanged("content"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _solutionid; - partial void OnsolutionidChanging(global::System.Nullable value); - partial void OnsolutionidChanged(); + private string _content; + partial void OncontentChanging(string value); + partial void OncontentChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property content_binary in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual byte[] content_binary { get { - return this._versionnumber; + return this._content_binary; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Oncontent_binaryChanging(value); + this._content_binary = value; + this.Oncontent_binaryChanged(); + this.OnPropertyChanged("content_binary"); } } [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 byte[] _content_binary; + partial void Oncontent_binaryChanging(byte[] value); + partial void Oncontent_binaryChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property introducedversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual string introducedversion { get { - return this._componentstate; + return this._introducedversion; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property isenabledformobileclient in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable isenabledformobileclient { get { - return this.__modifiedonbehalfby_value; + return this._isenabledformobileclient; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnisenabledformobileclientChanging(value); + this._isenabledformobileclient = value; + this.OnisenabledformobileclientChanged(); + this.OnPropertyChanged("isenabledformobileclient"); } } [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::System.Nullable _isenabledformobileclient; + partial void OnisenabledformobileclientChanging(global::System.Nullable value); + partial void OnisenabledformobileclientChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property description in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual string description { get { - return this.__modifiedby_value; + return this._description; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); } } [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(); + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); + /// + /// There are no comments for Property webresourceidunique in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable webresourceidunique + { + get + { + return this._webresourceidunique; + } + set + { + this.OnwebresourceiduniqueChanging(value); + this._webresourceidunique = value; + this.OnwebresourceiduniqueChanged(); + this.OnPropertyChanged("webresourceidunique"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _webresourceidunique; + partial void OnwebresourceiduniqueChanging(global::System.Nullable value); + partial void OnwebresourceiduniqueChanged(); + /// + /// 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 webresourcetype in the schema. /// @@ -854354,28 +854415,6 @@ public static webresource Createwebresource(global::Microsoft.Dynamics.CRM.organ partial void OnishiddenChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OnishiddenChanged(); /// - /// There are no comments for Property description in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description - { - get - { - return this._description; - } - set - { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); - /// /// There are no comments for Property canbedeleted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -854398,71 +854437,49 @@ public virtual string description partial void OncanbedeletedChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OncanbedeletedChanged(); /// - /// There are no comments for Property introducedversion in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion - { - get - { - return this._introducedversion; - } - set - { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); - /// - /// There are no comments for Property content in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string content + public virtual global::System.Nullable componentstate { get { - return this._content; + return this._componentstate; } set { - this.OncontentChanging(value); - this._content = value; - this.OncontentChanged(); - this.OnPropertyChanged("content"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _content; - partial void OncontentChanging(string value); - partial void OncontentChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property content_binary 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 byte[] content_binary + public virtual global::System.Nullable createdon { get { - return this._content_binary; + return this._createdon; } set { - this.Oncontent_binaryChanging(value); - this._content_binary = value; - this.Oncontent_binaryChanged(); - this.OnPropertyChanged("content_binary"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private byte[] _content_binary; - partial void Oncontent_binaryChanging(byte[] value); - partial void Oncontent_binaryChanged(); + 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. /// @@ -854552,71 +854569,71 @@ public virtual string contentjson partial void OncontentjsonChanging(string value); partial void OncontentjsonChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual string name { get { - return this.__createdby_value; + return this._name; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnnameChanging(value); + this._name = value; + this.OnnameChanged(); + this.OnPropertyChanged("name"); } } [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 string _name; + partial void OnnameChanging(string value); + partial void OnnameChanged(); /// - /// There are no comments for Property isenabledformobileclient in the schema. + /// There are no comments for Property ismanaged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable isenabledformobileclient + public virtual global::System.Nullable ismanaged { get { - return this._isenabledformobileclient; + return this._ismanaged; } set { - this.OnisenabledformobileclientChanging(value); - this._isenabledformobileclient = value; - this.OnisenabledformobileclientChanged(); - this.OnPropertyChanged("isenabledformobileclient"); + this.OnismanagedChanging(value); + this._ismanaged = value; + this.OnismanagedChanged(); + this.OnPropertyChanged("ismanaged"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _isenabledformobileclient; - partial void OnisenabledformobileclientChanging(global::System.Nullable value); - partial void OnisenabledformobileclientChanged(); + private global::System.Nullable _ismanaged; + partial void OnismanagedChanging(global::System.Nullable value); + partial void OnismanagedChanged(); /// - /// There are no comments for Property webresourceidunique in the schema. + /// 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 webresourceidunique + public virtual global::System.Nullable _modifiedby_value { get { - return this._webresourceidunique; + return this.__modifiedby_value; } set { - this.OnwebresourceiduniqueChanging(value); - this._webresourceidunique = value; - this.OnwebresourceiduniqueChanged(); - this.OnPropertyChanged("webresourceidunique"); + 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 _webresourceidunique; - partial void OnwebresourceiduniqueChanging(global::System.Nullable value); - partial void OnwebresourceiduniqueChanged(); + 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 webresourceid in the schema. /// @@ -854706,71 +854723,71 @@ public virtual string dependencyxml partial void OndependencyxmlChanging(string value); partial void OndependencyxmlChanged(); /// - /// There are no comments for Property silverlightversion in the schema. + /// There are no comments for Property solutionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string silverlightversion + public virtual global::System.Nullable solutionid { get { - return this._silverlightversion; + return this._solutionid; } set { - this.OnsilverlightversionChanging(value); - this._silverlightversion = value; - this.OnsilverlightversionChanged(); - this.OnPropertyChanged("silverlightversion"); + this.OnsolutionidChanging(value); + this._solutionid = value; + this.OnsolutionidChanged(); + this.OnPropertyChanged("solutionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _silverlightversion; - partial void OnsilverlightversionChanging(string value); - partial void OnsilverlightversionChanged(); + private global::System.Nullable _solutionid; + partial void OnsolutionidChanging(global::System.Nullable value); + partial void OnsolutionidChanged(); /// - /// There are no comments for Property ismanaged in the schema. + /// There are no comments for Property silverlightversion in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable ismanaged + public virtual string silverlightversion { get { - return this._ismanaged; + return this._silverlightversion; } set { - this.OnismanagedChanging(value); - this._ismanaged = value; - this.OnismanagedChanged(); - this.OnPropertyChanged("ismanaged"); + this.OnsilverlightversionChanging(value); + this._silverlightversion = value; + this.OnsilverlightversionChanged(); + this.OnPropertyChanged("silverlightversion"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _ismanaged; - partial void OnismanagedChanging(global::System.Nullable value); - partial void OnismanagedChanged(); + private string _silverlightversion; + partial void OnsilverlightversionChanging(string value); + partial void OnsilverlightversionChanged(); /// - /// There are no comments for Property createdon in the schema. + /// 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 createdon + public virtual global::System.Nullable versionnumber { get { - return this._createdon; + return this._versionnumber; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + 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 _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// /// There are no comments for Property isavailableformobileoffline in the schema. /// @@ -854816,27 +854833,27 @@ public virtual string displayname partial void OndisplaynameChanging(string value); partial void OndisplaynameChanged(); /// - /// There are no comments for Property name 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 string name + public virtual global::System.Nullable _createdby_value { get { - return this._name; + return this.__createdby_value; } set { - this.OnnameChanging(value); - this._name = value; - this.OnnameChanged(); - this.OnPropertyChanged("name"); + 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 string _name; - partial void OnnameChanging(string value); - partial void OnnameChanged(); + 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 solution_configuration_webresource in the schema. /// @@ -855274,49 +855291,27 @@ public virtual string name 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 componentstate in the schema. + /// There are no comments for Property _organizationid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable _organizationid_value { get { - return this._componentstate; + return this.__organizationid_value; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.On_organizationid_valueChanging(value); + this.__organizationid_value = value; + this.On_organizationid_valueChanged(); + this.OnPropertyChanged("_organizationid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable __organizationid_value; + partial void On_organizationid_valueChanging(global::System.Nullable value); + partial void On_organizationid_valueChanged(); /// /// There are no comments for Property webwizardidunique in the schema. /// @@ -855340,49 +855335,27 @@ public virtual string name partial void OnwebwizardiduniqueChanging(global::System.Nullable value); partial void OnwebwizardiduniqueChanged(); /// - /// There are no comments for Property _organizationid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _organizationid_value - { - get - { - return this.__organizationid_value; - } - set - { - this.On_organizationid_valueChanging(value); - this.__organizationid_value = value; - this.On_organizationid_valueChanged(); - this.OnPropertyChanged("_organizationid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __organizationid_value; - partial void On_organizationid_valueChanging(global::System.Nullable value); - partial void On_organizationid_valueChanged(); - /// - /// There are no comments for Property wizardpageheight in the schema. + /// There are no comments for Property titleresourcestring in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable wizardpageheight + public virtual string titleresourcestring { get { - return this._wizardpageheight; + return this._titleresourcestring; } set { - this.OnwizardpageheightChanging(value); - this._wizardpageheight = value; - this.OnwizardpageheightChanged(); - this.OnPropertyChanged("wizardpageheight"); + this.OntitleresourcestringChanging(value); + this._titleresourcestring = value; + this.OntitleresourcestringChanged(); + this.OnPropertyChanged("titleresourcestring"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _wizardpageheight; - partial void OnwizardpageheightChanging(global::System.Nullable value); - partial void OnwizardpageheightChanged(); + private string _titleresourcestring; + partial void OntitleresourcestringChanging(string value); + partial void OntitleresourcestringChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -855494,27 +855467,27 @@ public virtual string name partial void On_modifiedby_valueChanging(global::System.Nullable value); partial void On_modifiedby_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property webwizardid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::System.Nullable webwizardid { get { - return this.__modifiedonbehalfby_value; + return this._webwizardid; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.OnwebwizardidChanging(value); + this._webwizardid = value; + this.OnwebwizardidChanged(); + this.OnPropertyChanged("webwizardid"); } } [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::System.Nullable _webwizardid; + partial void OnwebwizardidChanging(global::System.Nullable value); + partial void OnwebwizardidChanged(); /// /// There are no comments for Property accessprivileges in the schema. /// @@ -855538,27 +855511,27 @@ public virtual string accessprivileges partial void OnaccessprivilegesChanging(string value); partial void OnaccessprivilegesChanged(); /// - /// There are no comments for Property titleresourcestring in the schema. + /// There are no comments for Property overwritetime in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string titleresourcestring + public virtual global::System.Nullable overwritetime { get { - return this._titleresourcestring; + return this._overwritetime; } set { - this.OntitleresourcestringChanging(value); - this._titleresourcestring = value; - this.OntitleresourcestringChanged(); - this.OnPropertyChanged("titleresourcestring"); + this.OnoverwritetimeChanging(value); + this._overwritetime = value; + this.OnoverwritetimeChanged(); + this.OnPropertyChanged("overwritetime"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _titleresourcestring; - partial void OntitleresourcestringChanging(string value); - partial void OntitleresourcestringChanged(); + private global::System.Nullable _overwritetime; + partial void OnoverwritetimeChanging(global::System.Nullable value); + partial void OnoverwritetimeChanged(); /// /// There are no comments for Property wizardpagewidth in the schema. /// @@ -855582,93 +855555,115 @@ public virtual string titleresourcestring partial void OnwizardpagewidthChanging(global::System.Nullable value); partial void OnwizardpagewidthChanged(); /// - /// There are no comments for Property overwritetime in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overwritetime + public virtual global::System.Nullable componentstate { get { - return this._overwritetime; + return this._componentstate; } set { - this.OnoverwritetimeChanging(value); - this._overwritetime = value; - this.OnoverwritetimeChanged(); - this.OnPropertyChanged("overwritetime"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overwritetime; - partial void OnoverwritetimeChanging(global::System.Nullable value); - partial void OnoverwritetimeChanged(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// - /// There are no comments for Property webwizardid 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 webwizardid + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._webwizardid; + return this.__createdonbehalfby_value; } set { - this.OnwebwizardidChanging(value); - this._webwizardid = value; - this.OnwebwizardidChanged(); - this.OnPropertyChanged("webwizardid"); + 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 _webwizardid; - partial void OnwebwizardidChanging(global::System.Nullable value); - partial void OnwebwizardidChanged(); + 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 introducedversion in the schema. + /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string introducedversion + public virtual global::System.Nullable _modifiedonbehalfby_value { get { - return this._introducedversion; + return this.__modifiedonbehalfby_value; } set { - this.OnintroducedversionChanging(value); - this._introducedversion = value; - this.OnintroducedversionChanged(); - this.OnPropertyChanged("introducedversion"); + 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 string _introducedversion; - partial void OnintroducedversionChanging(string value); - partial void OnintroducedversionChanged(); + 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 _createdby_value in the schema. + /// There are no comments for Property wizardpageheight 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 wizardpageheight { get { - return this.__createdby_value; + return this._wizardpageheight; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.OnwizardpageheightChanging(value); + this._wizardpageheight = value; + this.OnwizardpageheightChanged(); + this.OnPropertyChanged("wizardpageheight"); } } [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 _wizardpageheight; + partial void OnwizardpageheightChanging(global::System.Nullable value); + partial void OnwizardpageheightChanged(); + /// + /// There are no comments for Property introducedversion in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string introducedversion + { + get + { + return this._introducedversion; + } + set + { + this.OnintroducedversionChanging(value); + this._introducedversion = value; + this.OnintroducedversionChanged(); + this.OnPropertyChanged("introducedversion"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _introducedversion; + partial void OnintroducedversionChanging(string value); + partial void OnintroducedversionChanged(); /// /// There are no comments for Property startpagesequencenumber in the schema. /// @@ -855714,6 +855709,28 @@ public virtual string introducedversion partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// + /// 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 createdonbehalfby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -856475,6 +856492,28 @@ public virtual string metadata partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); partial void On_modifiedonbehalfby_valueChanged(); /// + /// There are no comments for Property data_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string data_name + { + get + { + return this._data_name; + } + set + { + this.Ondata_nameChanging(value); + this._data_name = value; + this.Ondata_nameChanged(); + this.OnPropertyChanged("data_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _data_name; + partial void Ondata_nameChanging(string value); + partial void Ondata_nameChanged(); + /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -856717,28 +856756,6 @@ public virtual string mimetype partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// - /// There are no comments for Property data_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string data_name - { - get - { - return this._data_name; - } - set - { - this.Ondata_nameChanging(value); - this._data_name = value; - this.Ondata_nameChanged(); - this.OnPropertyChanged("data_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _data_name; - partial void Ondata_nameChanging(string value); - partial void Ondata_nameChanged(); - /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -860044,49 +860061,71 @@ public virtual string xaml partial void OniscustomizableChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); partial void OniscustomizableChanged(); /// - /// There are no comments for Property processtriggerscope in the schema. + /// There are no comments for Property processtriggerformid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processtriggerscope + public virtual global::System.Nullable processtriggerformid { get { - return this._processtriggerscope; + return this._processtriggerformid; } set { - this.OnprocesstriggerscopeChanging(value); - this._processtriggerscope = value; - this.OnprocesstriggerscopeChanged(); - this.OnPropertyChanged("processtriggerscope"); + this.OnprocesstriggerformidChanging(value); + this._processtriggerformid = value; + this.OnprocesstriggerformidChanged(); + this.OnPropertyChanged("processtriggerformid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processtriggerscope; - partial void OnprocesstriggerscopeChanging(global::System.Nullable value); - partial void OnprocesstriggerscopeChanged(); + private global::System.Nullable _processtriggerformid; + partial void OnprocesstriggerformidChanging(global::System.Nullable value); + partial void OnprocesstriggerformidChanged(); /// - /// There are no comments for Property processtriggerformid in the schema. + /// There are no comments for Property workflowid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processtriggerformid + public virtual global::System.Nullable workflowid { get { - return this._processtriggerformid; + return this._workflowid; } set { - this.OnprocesstriggerformidChanging(value); - this._processtriggerformid = value; - this.OnprocesstriggerformidChanged(); - this.OnPropertyChanged("processtriggerformid"); + this.OnworkflowidChanging(value); + this._workflowid = value; + this.OnworkflowidChanged(); + this.OnPropertyChanged("workflowid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processtriggerformid; - partial void OnprocesstriggerformidChanging(global::System.Nullable value); - partial void OnprocesstriggerformidChanged(); + private global::System.Nullable _workflowid; + partial void OnworkflowidChanging(global::System.Nullable value); + partial void OnworkflowidChanged(); + /// + /// There are no comments for Property istransacted in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable istransacted + { + get + { + return this._istransacted; + } + set + { + this.OnistransactedChanging(value); + this._istransacted = value; + this.OnistransactedChanged(); + this.OnPropertyChanged("istransacted"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _istransacted; + partial void OnistransactedChanging(global::System.Nullable value); + partial void OnistransactedChanged(); /// /// There are no comments for Property name in the schema. /// @@ -860132,27 +860171,49 @@ public virtual string name partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property formid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + public virtual global::System.Nullable formid { get { - return this._versionnumber; + return this._formid; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.OnformidChanging(value); + this._formid = value; + this.OnformidChanged(); + this.OnPropertyChanged("formid"); } } [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::System.Nullable _formid; + partial void OnformidChanging(global::System.Nullable value); + partial void OnformidChanged(); + /// + /// There are no comments for Property processtriggerscope in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable processtriggerscope + { + get + { + return this._processtriggerscope; + } + set + { + this.OnprocesstriggerscopeChanging(value); + this._processtriggerscope = value; + this.OnprocesstriggerscopeChanged(); + this.OnPropertyChanged("processtriggerscope"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _processtriggerscope; + partial void OnprocesstriggerscopeChanging(global::System.Nullable value); + partial void OnprocesstriggerscopeChanged(); /// /// There are no comments for Property entityimage in the schema. /// @@ -860220,27 +860281,27 @@ public virtual string inputparameters partial void OninputparametersChanging(string value); partial void OninputparametersChanged(); /// - /// There are no comments for Property _modifiedby_value in the schema. + /// There are no comments for Property componentstate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value + public virtual global::System.Nullable componentstate { get { - return this.__modifiedby_value; + return this._componentstate; } set { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); + this.OncomponentstateChanging(value); + this._componentstate = value; + this.OncomponentstateChanged(); + this.OnPropertyChanged("componentstate"); } } [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(); + private global::System.Nullable _componentstate; + partial void OncomponentstateChanging(global::System.Nullable value); + partial void OncomponentstateChanged(); /// /// There are no comments for Property createstage in the schema. /// @@ -860308,28 +860369,6 @@ public virtual string inputparameters partial void OnondemandChanging(global::System.Nullable value); partial void OnondemandChanged(); /// - /// There are no comments for Property uiflowtype in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable uiflowtype - { - get - { - return this._uiflowtype; - } - set - { - this.OnuiflowtypeChanging(value); - this._uiflowtype = value; - this.OnuiflowtypeChanged(); - this.OnPropertyChanged("uiflowtype"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _uiflowtype; - partial void OnuiflowtypeChanging(global::System.Nullable value); - partial void OnuiflowtypeChanged(); - /// /// There are no comments for Property rendererobjecttypecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -860352,28 +860391,6 @@ public virtual string rendererobjecttypecode partial void OnrendererobjecttypecodeChanging(string value); partial void OnrendererobjecttypecodeChanged(); /// - /// There are no comments for Property workflowid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable workflowid - { - get - { - return this._workflowid; - } - set - { - this.OnworkflowidChanging(value); - this._workflowid = value; - this.OnworkflowidChanged(); - this.OnPropertyChanged("workflowid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _workflowid; - partial void OnworkflowidChanging(global::System.Nullable value); - partial void OnworkflowidChanged(); - /// /// There are no comments for Property modifiedon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -860418,6 +860435,28 @@ public virtual string rendererobjecttypecode partial void Onentityimage_timestampChanging(global::System.Nullable value); partial void Onentityimage_timestampChanged(); /// + /// There are no comments for Property businessprocesstype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable businessprocesstype + { + get + { + return this._businessprocesstype; + } + set + { + this.OnbusinessprocesstypeChanging(value); + this._businessprocesstype = value; + this.OnbusinessprocesstypeChanged(); + this.OnPropertyChanged("businessprocesstype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _businessprocesstype; + partial void OnbusinessprocesstypeChanging(global::System.Nullable value); + partial void OnbusinessprocesstypeChanged(); + /// /// There are no comments for Property syncworkflowlogonfailure in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -860440,27 +860479,27 @@ public virtual string rendererobjecttypecode partial void OnsyncworkflowlogonfailureChanging(global::System.Nullable value); partial void OnsyncworkflowlogonfailureChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property iscustomprocessingstepallowedforotherpublishers in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual global::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomprocessingstepallowedforotherpublishers { get { - return this._createdon; + return this._iscustomprocessingstepallowedforotherpublishers; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.OniscustomprocessingstepallowedforotherpublishersChanging(value); + this._iscustomprocessingstepallowedforotherpublishers = value; + this.OniscustomprocessingstepallowedforotherpublishersChanged(); + this.OnPropertyChanged("iscustomprocessingstepallowedforotherpublishers"); } } [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.BooleanManagedProperty _iscustomprocessingstepallowedforotherpublishers; + partial void OniscustomprocessingstepallowedforotherpublishersChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); + partial void OniscustomprocessingstepallowedforotherpublishersChanged(); /// /// There are no comments for Property iscrmuiworkflow in the schema. /// @@ -860484,27 +860523,49 @@ public virtual string rendererobjecttypecode partial void OniscrmuiworkflowChanging(global::System.Nullable value); partial void OniscrmuiworkflowChanged(); /// - /// There are no comments for Property triggeroncreate in the schema. + /// 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 triggeroncreate + public virtual global::System.Nullable _modifiedby_value { get { - return this._triggeroncreate; + return this.__modifiedby_value; } set { - this.OntriggeroncreateChanging(value); - this._triggeroncreate = value; - this.OntriggeroncreateChanged(); - this.OnPropertyChanged("triggeroncreate"); + 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 _triggeroncreate; - partial void OntriggeroncreateChanging(global::System.Nullable value); - partial void OntriggeroncreateChanged(); + 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 uniquename in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string uniquename + { + get + { + return this._uniquename; + } + set + { + this.OnuniquenameChanging(value); + this._uniquename = value; + this.OnuniquenameChanged(); + this.OnPropertyChanged("uniquename"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _uniquename; + partial void OnuniquenameChanging(string value); + partial void OnuniquenameChanged(); /// /// There are no comments for Property processroleassignment in the schema. /// @@ -860528,137 +860589,159 @@ public virtual string processroleassignment partial void OnprocessroleassignmentChanging(string value); partial void OnprocessroleassignmentChanged(); /// - /// There are no comments for Property businessprocesstype in the schema. + /// There are no comments for Property updatestage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable businessprocesstype + public virtual global::System.Nullable updatestage { get { - return this._businessprocesstype; + return this._updatestage; } set { - this.OnbusinessprocesstypeChanging(value); - this._businessprocesstype = value; - this.OnbusinessprocesstypeChanged(); - this.OnPropertyChanged("businessprocesstype"); + this.OnupdatestageChanging(value); + this._updatestage = value; + this.OnupdatestageChanged(); + this.OnPropertyChanged("updatestage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _businessprocesstype; - partial void OnbusinessprocesstypeChanging(global::System.Nullable value); - partial void OnbusinessprocesstypeChanged(); + private global::System.Nullable _updatestage; + partial void OnupdatestageChanging(global::System.Nullable value); + partial void OnupdatestageChanged(); /// - /// There are no comments for Property formid in the schema. + /// There are no comments for Property type in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable formid + public virtual global::System.Nullable type { get { - return this._formid; + return this._type; } set { - this.OnformidChanging(value); - this._formid = value; - this.OnformidChanged(); - this.OnPropertyChanged("formid"); + this.OntypeChanging(value); + this._type = value; + this.OntypeChanged(); + this.OnPropertyChanged("type"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _formid; - partial void OnformidChanging(global::System.Nullable value); - partial void OnformidChanged(); + private global::System.Nullable _type; + partial void OntypeChanging(global::System.Nullable value); + partial void OntypeChanged(); /// - /// There are no comments for Property updatestage in the schema. + /// 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 updatestage + public virtual global::System.Nullable statuscode { get { - return this._updatestage; + return this._statuscode; } set { - this.OnupdatestageChanging(value); - this._updatestage = value; - this.OnupdatestageChanged(); - this.OnPropertyChanged("updatestage"); + 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 _updatestage; - partial void OnupdatestageChanging(global::System.Nullable value); - partial void OnupdatestageChanged(); + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); /// - /// There are no comments for Property rank in the schema. + /// 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 rank + public virtual global::System.Nullable _owningbusinessunit_value { get { - return this._rank; + return this.__owningbusinessunit_value; } set { - this.OnrankChanging(value); - this._rank = value; - this.OnrankChanged(); - this.OnPropertyChanged("rank"); + 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 _rank; - partial void OnrankChanging(global::System.Nullable value); - partial void OnrankChanged(); + 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 type in the schema. + /// 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 type + public virtual global::System.Nullable versionnumber { get { - return this._type; + return this._versionnumber; } set { - this.OntypeChanging(value); - this._type = value; - this.OntypeChanged(); - this.OnPropertyChanged("type"); + 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 _type; - partial void OntypeChanging(global::System.Nullable value); - partial void OntypeChanged(); + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property triggeroncreate in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + public virtual global::System.Nullable triggeroncreate { get { - return this.__owningbusinessunit_value; + return this._triggeroncreate; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.OntriggeroncreateChanging(value); + this._triggeroncreate = value; + this.OntriggeroncreateChanged(); + this.OnPropertyChanged("triggeroncreate"); } } [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::System.Nullable _triggeroncreate; + partial void OntriggeroncreateChanging(global::System.Nullable value); + partial void OntriggeroncreateChanged(); + /// + /// There are no comments for Property description in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string description + { + get + { + return this._description; + } + set + { + this.OndescriptionChanging(value); + this._description = value; + this.OndescriptionChanged(); + this.OnPropertyChanged("description"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _description; + partial void OndescriptionChanging(string value); + partial void OndescriptionChanged(); /// /// There are no comments for Property uidata in the schema. /// @@ -860704,28 +860787,6 @@ public virtual string uidata partial void On_plugintypeid_valueChanging(global::System.Nullable value); partial void On_plugintypeid_valueChanged(); /// - /// There are no comments for Property category in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable category - { - get - { - return this._category; - } - set - { - this.OncategoryChanging(value); - this._category = value; - this.OncategoryChanged(); - this.OnPropertyChanged("category"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _category; - partial void OncategoryChanging(global::System.Nullable value); - partial void OncategoryChanged(); - /// /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -860748,71 +860809,49 @@ public virtual string uidata partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property _activeworkflowid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _activeworkflowid_value - { - get - { - return this.__activeworkflowid_value; - } - set - { - this.On_activeworkflowid_valueChanging(value); - this.__activeworkflowid_value = value; - this.On_activeworkflowid_valueChanged(); - this.OnPropertyChanged("_activeworkflowid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __activeworkflowid_value; - partial void On_activeworkflowid_valueChanging(global::System.Nullable value); - partial void On_activeworkflowid_valueChanged(); - /// - /// There are no comments for Property iscustomprocessingstepallowedforotherpublishers in the schema. + /// 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::Microsoft.Dynamics.CRM.BooleanManagedProperty iscustomprocessingstepallowedforotherpublishers + public virtual global::System.Nullable _owningteam_value { get { - return this._iscustomprocessingstepallowedforotherpublishers; + return this.__owningteam_value; } set { - this.OniscustomprocessingstepallowedforotherpublishersChanging(value); - this._iscustomprocessingstepallowedforotherpublishers = value; - this.OniscustomprocessingstepallowedforotherpublishersChanged(); - this.OnPropertyChanged("iscustomprocessingstepallowedforotherpublishers"); + 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::Microsoft.Dynamics.CRM.BooleanManagedProperty _iscustomprocessingstepallowedforotherpublishers; - partial void OniscustomprocessingstepallowedforotherpublishersChanging(global::Microsoft.Dynamics.CRM.BooleanManagedProperty value); - partial void OniscustomprocessingstepallowedforotherpublishersChanged(); + 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 _owningteam_value in the schema. + /// There are no comments for Property category in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + public virtual global::System.Nullable category { get { - return this.__owningteam_value; + return this._category; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.OncategoryChanging(value); + this._category = value; + this.OncategoryChanged(); + this.OnPropertyChanged("category"); } } [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::System.Nullable _category; + partial void OncategoryChanging(global::System.Nullable value); + partial void OncategoryChanged(); /// /// There are no comments for Property asyncautodelete in the schema. /// @@ -860858,71 +860897,49 @@ public virtual string triggeronupdateattributelist partial void OntriggeronupdateattributelistChanging(string value); partial void OntriggeronupdateattributelistChanged(); /// - /// There are no comments for Property description in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string description - { - get - { - return this._description; - } - set - { - this.OndescriptionChanging(value); - this._description = value; - this.OndescriptionChanged(); - this.OnPropertyChanged("description"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _description; - partial void OndescriptionChanging(string value); - partial void OndescriptionChanged(); - /// - /// There are no comments for Property uniquename in the schema. + /// There are no comments for Property rank in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string uniquename + public virtual global::System.Nullable rank { get { - return this._uniquename; + return this._rank; } set { - this.OnuniquenameChanging(value); - this._uniquename = value; - this.OnuniquenameChanged(); - this.OnPropertyChanged("uniquename"); + this.OnrankChanging(value); + this._rank = value; + this.OnrankChanged(); + this.OnPropertyChanged("rank"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _uniquename; - partial void OnuniquenameChanging(string value); - partial void OnuniquenameChanged(); + private global::System.Nullable _rank; + partial void OnrankChanging(global::System.Nullable value); + partial void OnrankChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property clientdata in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual string clientdata { get { - return this._statuscode; + return this._clientdata; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.OnclientdataChanging(value); + this._clientdata = value; + this.OnclientdataChanged(); + this.OnPropertyChanged("clientdata"); } } [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 string _clientdata; + partial void OnclientdataChanging(string value); + partial void OnclientdataChanged(); /// /// There are no comments for Property ismanaged in the schema. /// @@ -860990,28 +861007,6 @@ public virtual string uniquename partial void OnoverwritetimeChanging(global::System.Nullable value); partial void OnoverwritetimeChanged(); /// - /// There are no comments for Property processorder in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable processorder - { - get - { - return this._processorder; - } - set - { - this.OnprocessorderChanging(value); - this._processorder = value; - this.OnprocessorderChanged(); - this.OnPropertyChanged("processorder"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _processorder; - partial void OnprocessorderChanging(global::System.Nullable value); - partial void OnprocessorderChanged(); - /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -861122,28 +861117,6 @@ public virtual string entityimage_url partial void OnsolutionidChanging(global::System.Nullable value); partial void OnsolutionidChanged(); /// - /// There are no comments for Property _parentworkflowid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _parentworkflowid_value - { - get - { - return this.__parentworkflowid_value; - } - set - { - this.On_parentworkflowid_valueChanging(value); - this.__parentworkflowid_value = value; - this.On_parentworkflowid_valueChanged(); - this.OnPropertyChanged("_parentworkflowid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __parentworkflowid_value; - partial void On_parentworkflowid_valueChanging(global::System.Nullable value); - partial void On_parentworkflowid_valueChanged(); - /// /// There are no comments for Property _owninguser_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -861210,71 +861183,93 @@ public virtual string introducedversion partial void OnintroducedversionChanging(string value); partial void OnintroducedversionChanged(); /// - /// There are no comments for Property istransacted in the schema. + /// There are no comments for Property _activeworkflowid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable istransacted + public virtual global::System.Nullable _activeworkflowid_value { get { - return this._istransacted; + return this.__activeworkflowid_value; } set { - this.OnistransactedChanging(value); - this._istransacted = value; - this.OnistransactedChanged(); - this.OnPropertyChanged("istransacted"); + this.On_activeworkflowid_valueChanging(value); + this.__activeworkflowid_value = value; + this.On_activeworkflowid_valueChanged(); + this.OnPropertyChanged("_activeworkflowid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _istransacted; - partial void OnistransactedChanging(global::System.Nullable value); - partial void OnistransactedChanged(); + private global::System.Nullable __activeworkflowid_value; + partial void On_activeworkflowid_valueChanging(global::System.Nullable value); + partial void On_activeworkflowid_valueChanged(); /// - /// There are no comments for Property componentstate in the schema. + /// There are no comments for Property processorder in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable componentstate + public virtual global::System.Nullable processorder { get { - return this._componentstate; + return this._processorder; } set { - this.OncomponentstateChanging(value); - this._componentstate = value; - this.OncomponentstateChanged(); - this.OnPropertyChanged("componentstate"); + this.OnprocessorderChanging(value); + this._processorder = value; + this.OnprocessorderChanged(); + this.OnPropertyChanged("processorder"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _componentstate; - partial void OncomponentstateChanging(global::System.Nullable value); - partial void OncomponentstateChanged(); + private global::System.Nullable _processorder; + partial void OnprocessorderChanging(global::System.Nullable value); + partial void OnprocessorderChanged(); /// - /// There are no comments for Property clientdata in the schema. + /// There are no comments for Property _parentworkflowid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string clientdata + public virtual global::System.Nullable _parentworkflowid_value { get { - return this._clientdata; + return this.__parentworkflowid_value; } set { - this.OnclientdataChanging(value); - this._clientdata = value; - this.OnclientdataChanged(); - this.OnPropertyChanged("clientdata"); + this.On_parentworkflowid_valueChanging(value); + this.__parentworkflowid_value = value; + this.On_parentworkflowid_valueChanged(); + this.OnPropertyChanged("_parentworkflowid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _clientdata; - partial void OnclientdataChanging(string value); - partial void OnclientdataChanged(); + private global::System.Nullable __parentworkflowid_value; + partial void On_parentworkflowid_valueChanging(global::System.Nullable value); + partial void On_parentworkflowid_valueChanged(); + /// + /// There are no comments for Property uiflowtype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable uiflowtype + { + get + { + return this._uiflowtype; + } + set + { + this.OnuiflowtypeChanging(value); + this._uiflowtype = value; + this.OnuiflowtypeChanged(); + this.OnPropertyChanged("uiflowtype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _uiflowtype; + partial void OnuiflowtypeChanging(global::System.Nullable value); + partial void OnuiflowtypeChanged(); /// /// There are no comments for Property mode in the schema. /// @@ -861386,6 +861381,28 @@ public virtual string primaryentity partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// + /// 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 _sdkmessageid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -872648,6 +872665,73 @@ protected virtual void OnPropertyChanged(string property) } } /// + /// There are no comments for spd_ClearanceAccessNotificationResponse in the schema. + /// + public partial class spd_ClearanceAccessNotificationResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// 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 Result in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string Result + { + get + { + return this._Result; + } + set + { + this.OnResultChanging(value); + this._Result = value; + this.OnResultChanged(); + this.OnPropertyChanged("Result"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _Result; + partial void OnResultChanging(string value); + partial void OnResultChanged(); + /// + /// 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_ClearanceNotificationResponse in the schema. /// public partial class spd_ClearanceNotificationResponse : global::System.ComponentModel.INotifyPropertyChanged @@ -872715,9 +872799,500 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_ClearanceSummaryResponse in the schema. + /// There are no comments for spd_ClearanceSummaryResponse in the schema. + /// + public partial class spd_ClearanceSummaryResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// 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 Result in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string Result + { + get + { + return this._Result; + } + set + { + this.OnResultChanging(value); + this._Result = value; + this.OnResultChanged(); + this.OnPropertyChanged("Result"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _Result; + partial void OnResultChanging(string value); + partial void OnResultChanged(); + /// + /// 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_ClearanceSummaryJobResponse in the schema. + /// + public partial class spd_ClearanceSummaryJobResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// There are no comments for Property MoreRecords in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable MoreRecords + { + get + { + return this._MoreRecords; + } + set + { + this.OnMoreRecordsChanging(value); + this._MoreRecords = value; + this.OnMoreRecordsChanged(); + this.OnPropertyChanged("MoreRecords"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _MoreRecords; + partial void OnMoreRecordsChanging(global::System.Nullable value); + partial void OnMoreRecordsChanged(); + /// + /// There are no comments for Property NewPagingCookie in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string NewPagingCookie + { + get + { + return this._NewPagingCookie; + } + set + { + this.OnNewPagingCookieChanging(value); + this._NewPagingCookie = value; + this.OnNewPagingCookieChanged(); + this.OnPropertyChanged("NewPagingCookie"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _NewPagingCookie; + partial void OnNewPagingCookieChanging(string value); + partial void OnNewPagingCookieChanged(); + /// + /// There are no comments for Property ErrorMessage in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string ErrorMessage + { + get + { + return this._ErrorMessage; + } + set + { + this.OnErrorMessageChanging(value); + this._ErrorMessage = value; + this.OnErrorMessageChanged(); + this.OnPropertyChanged("ErrorMessage"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _ErrorMessage; + partial void OnErrorMessageChanging(string value); + partial void OnErrorMessageChanged(); + /// + /// 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_ConvertToOrganizationResponse in the schema. + /// + public partial class spd_ConvertToOrganizationResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// 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 Result in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string Result + { + get + { + return this._Result; + } + set + { + this.OnResultChanging(value); + this._Result = value; + this.OnResultChanged(); + this.OnPropertyChanged("Result"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _Result; + partial void OnResultChanging(string value); + partial void OnResultChanged(); + /// + /// 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_CORNETOffenderSearchResponse in the schema. + /// + public partial class spd_CORNETOffenderSearchResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// There are no comments for Property Result in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string Result + { + get + { + return this._Result; + } + set + { + this.OnResultChanging(value); + this._Result = value; + this.OnResultChanged(); + this.OnPropertyChanged("Result"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _Result; + partial void OnResultChanging(string value); + partial void OnResultChanged(); + /// + /// 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(); + /// + /// 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_CPICCRCParserResponse in the schema. + /// + public partial class spd_CPICCRCParserResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// 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 Offenders in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string Offenders + { + get + { + return this._Offenders; + } + set + { + this.OnOffendersChanging(value); + this._Offenders = value; + this.OnOffendersChanged(); + this.OnPropertyChanged("Offenders"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _Offenders; + partial void OnOffendersChanging(string value); + partial void OnOffendersChanged(); + /// + /// 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_CPICVSParserResponse in the schema. + /// + public partial class spd_CPICVSParserResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// 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 Offenders in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string Offenders + { + get + { + return this._Offenders; + } + set + { + this.OnOffendersChanging(value); + this._Offenders = value; + this.OnOffendersChanged(); + this.OnPropertyChanged("Offenders"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _Offenders; + partial void OnOffendersChanging(string value); + partial void OnOffendersChanged(); + /// + /// 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_CreateLicensingCaseResponse in the schema. + /// + public partial class spd_CreateLicensingCaseResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// 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 Result in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string Result + { + get + { + return this._Result; + } + set + { + this.OnResultChanging(value); + this._Result = value; + this.OnResultChanged(); + this.OnPropertyChanged("Result"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _Result; + partial void OnResultChanging(string value); + partial void OnResultChanged(); + /// + /// 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_CreateScreeningCaseResponse in the schema. /// - public partial class spd_ClearanceSummaryResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_CreateScreeningCaseResponse : global::System.ComponentModel.INotifyPropertyChanged { /// /// There are no comments for Property IsSuccess in the schema. @@ -872782,76 +873357,70 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_ClearanceSummaryJobResponse in the schema. + /// There are no comments for spd_CreateUnresolvedEmailResponse in the schema. /// - public partial class spd_ClearanceSummaryJobResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_CreateUnresolvedEmailResponse : global::System.ComponentModel.INotifyPropertyChanged { /// - /// There are no comments for Property MoreRecords in the schema. + /// Create a new spd_CreateUnresolvedEmailResponse object. /// + /// Initial value of NewEmail. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable MoreRecords + public static spd_CreateUnresolvedEmailResponse Createspd_CreateUnresolvedEmailResponse(global::Microsoft.Dynamics.CRM.email newEmail) { - get - { - return this._MoreRecords; - } - set + spd_CreateUnresolvedEmailResponse spd_CreateUnresolvedEmailResponse = new spd_CreateUnresolvedEmailResponse(); + if ((newEmail == null)) { - this.OnMoreRecordsChanging(value); - this._MoreRecords = value; - this.OnMoreRecordsChanged(); - this.OnPropertyChanged("MoreRecords"); + throw new global::System.ArgumentNullException("newEmail"); } + spd_CreateUnresolvedEmailResponse.NewEmail = newEmail; + return spd_CreateUnresolvedEmailResponse; } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _MoreRecords; - partial void OnMoreRecordsChanging(global::System.Nullable value); - partial void OnMoreRecordsChanged(); /// - /// There are no comments for Property NewPagingCookie in the schema. + /// There are no comments for Property IsSuccess in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string NewPagingCookie + public virtual global::System.Nullable IsSuccess { get { - return this._NewPagingCookie; + return this._IsSuccess; } set { - this.OnNewPagingCookieChanging(value); - this._NewPagingCookie = value; - this.OnNewPagingCookieChanged(); - this.OnPropertyChanged("NewPagingCookie"); + this.OnIsSuccessChanging(value); + this._IsSuccess = value; + this.OnIsSuccessChanged(); + this.OnPropertyChanged("IsSuccess"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _NewPagingCookie; - partial void OnNewPagingCookieChanging(string value); - partial void OnNewPagingCookieChanged(); + private global::System.Nullable _IsSuccess; + partial void OnIsSuccessChanging(global::System.Nullable value); + partial void OnIsSuccessChanged(); /// - /// There are no comments for Property ErrorMessage in the schema. + /// There are no comments for Property NewEmail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string ErrorMessage + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "NewEmail is required.")] + public virtual global::Microsoft.Dynamics.CRM.email NewEmail { get { - return this._ErrorMessage; + return this._NewEmail; } set { - this.OnErrorMessageChanging(value); - this._ErrorMessage = value; - this.OnErrorMessageChanged(); - this.OnPropertyChanged("ErrorMessage"); + this.OnNewEmailChanging(value); + this._NewEmail = value; + this.OnNewEmailChanged(); + this.OnPropertyChanged("NewEmail"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _ErrorMessage; - partial void OnErrorMessageChanging(string value); - partial void OnErrorMessageChanged(); + private global::Microsoft.Dynamics.CRM.email _NewEmail; + partial void OnNewEmailChanging(global::Microsoft.Dynamics.CRM.email value); + partial void OnNewEmailChanged(); /// /// This event is raised when the value of the property is changed /// @@ -872871,9 +873440,9 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_ConvertToOrganizationResponse in the schema. + /// There are no comments for spd_DeactivateExpiredLicenceResponse in the schema. /// - public partial class spd_ConvertToOrganizationResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_DeactivateExpiredLicenceResponse : global::System.ComponentModel.INotifyPropertyChanged { /// /// There are no comments for Property IsSuccess in the schema. @@ -872938,121 +873507,76 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_CORNETOffenderSearchResponse in the schema. + /// There are no comments for spd_DeactivateExpiredLicenceJobResponse in the schema. /// - public partial class spd_CORNETOffenderSearchResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_DeactivateExpiredLicenceJobResponse : global::System.ComponentModel.INotifyPropertyChanged { /// - /// There are no comments for Property Result in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string Result - { - get - { - return this._Result; - } - set - { - this.OnResultChanging(value); - this._Result = value; - this.OnResultChanged(); - this.OnPropertyChanged("Result"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _Result; - partial void OnResultChanging(string value); - partial void OnResultChanged(); - /// - /// There are no comments for Property IsSuccess in the schema. + /// There are no comments for Property MoreRecords in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable IsSuccess + public virtual global::System.Nullable MoreRecords { get { - return this._IsSuccess; + return this._MoreRecords; } set { - this.OnIsSuccessChanging(value); - this._IsSuccess = value; - this.OnIsSuccessChanged(); - this.OnPropertyChanged("IsSuccess"); + this.OnMoreRecordsChanging(value); + this._MoreRecords = value; + this.OnMoreRecordsChanged(); + this.OnPropertyChanged("MoreRecords"); } } [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(); - /// - /// 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_CPICCRCParserResponse in the schema. - /// - public partial class spd_CPICCRCParserResponse : global::System.ComponentModel.INotifyPropertyChanged - { + private global::System.Nullable _MoreRecords; + partial void OnMoreRecordsChanging(global::System.Nullable value); + partial void OnMoreRecordsChanged(); /// - /// There are no comments for Property IsSuccess in the schema. + /// There are no comments for Property NewPagingCookie in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable IsSuccess + public virtual string NewPagingCookie { get { - return this._IsSuccess; + return this._NewPagingCookie; } set { - this.OnIsSuccessChanging(value); - this._IsSuccess = value; - this.OnIsSuccessChanged(); - this.OnPropertyChanged("IsSuccess"); + this.OnNewPagingCookieChanging(value); + this._NewPagingCookie = value; + this.OnNewPagingCookieChanged(); + this.OnPropertyChanged("NewPagingCookie"); } } [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(); + private string _NewPagingCookie; + partial void OnNewPagingCookieChanging(string value); + partial void OnNewPagingCookieChanged(); /// - /// There are no comments for Property Offenders in the schema. + /// There are no comments for Property ErrorMessage in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string Offenders + public virtual string ErrorMessage { get { - return this._Offenders; + return this._ErrorMessage; } set { - this.OnOffendersChanging(value); - this._Offenders = value; - this.OnOffendersChanged(); - this.OnPropertyChanged("Offenders"); + this.OnErrorMessageChanging(value); + this._ErrorMessage = value; + this.OnErrorMessageChanged(); + this.OnPropertyChanged("ErrorMessage"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _Offenders; - partial void OnOffendersChanging(string value); - partial void OnOffendersChanged(); + private string _ErrorMessage; + partial void OnErrorMessageChanging(string value); + partial void OnErrorMessageChanged(); /// /// This event is raised when the value of the property is changed /// @@ -873072,9 +873596,9 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_CPICVSParserResponse in the schema. + /// There are no comments for spd_DeleteDraftApplicationResponse in the schema. /// - public partial class spd_CPICVSParserResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_DeleteDraftApplicationResponse : global::System.ComponentModel.INotifyPropertyChanged { /// /// There are no comments for Property IsSuccess in the schema. @@ -873099,27 +873623,27 @@ public partial class spd_CPICVSParserResponse : global::System.ComponentModel.IN partial void OnIsSuccessChanging(global::System.Nullable value); partial void OnIsSuccessChanged(); /// - /// There are no comments for Property Offenders in the schema. + /// There are no comments for Property Result in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string Offenders + public virtual string Result { get { - return this._Offenders; + return this._Result; } set { - this.OnOffendersChanging(value); - this._Offenders = value; - this.OnOffendersChanged(); - this.OnPropertyChanged("Offenders"); + this.OnResultChanging(value); + this._Result = value; + this.OnResultChanged(); + this.OnPropertyChanged("Result"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _Offenders; - partial void OnOffendersChanging(string value); - partial void OnOffendersChanged(); + private string _Result; + partial void OnResultChanging(string value); + partial void OnResultChanged(); /// /// This event is raised when the value of the property is changed /// @@ -873139,54 +873663,76 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_CreateLicensingCaseResponse in the schema. + /// There are no comments for spd_DeleteDraftApplicationJobResponse in the schema. /// - public partial class spd_CreateLicensingCaseResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_DeleteDraftApplicationJobResponse : global::System.ComponentModel.INotifyPropertyChanged { /// - /// There are no comments for Property IsSuccess in the schema. + /// There are no comments for Property MoreRecords in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable IsSuccess + public virtual global::System.Nullable MoreRecords { get { - return this._IsSuccess; + return this._MoreRecords; } set { - this.OnIsSuccessChanging(value); - this._IsSuccess = value; - this.OnIsSuccessChanged(); - this.OnPropertyChanged("IsSuccess"); + this.OnMoreRecordsChanging(value); + this._MoreRecords = value; + this.OnMoreRecordsChanged(); + this.OnPropertyChanged("MoreRecords"); } } [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(); + private global::System.Nullable _MoreRecords; + partial void OnMoreRecordsChanging(global::System.Nullable value); + partial void OnMoreRecordsChanged(); /// - /// There are no comments for Property Result in the schema. + /// There are no comments for Property NewPagingCookie in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string Result + public virtual string NewPagingCookie { get { - return this._Result; + return this._NewPagingCookie; } set { - this.OnResultChanging(value); - this._Result = value; - this.OnResultChanged(); - this.OnPropertyChanged("Result"); + this.OnNewPagingCookieChanging(value); + this._NewPagingCookie = value; + this.OnNewPagingCookieChanged(); + this.OnPropertyChanged("NewPagingCookie"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _Result; - partial void OnResultChanging(string value); - partial void OnResultChanged(); + private string _NewPagingCookie; + partial void OnNewPagingCookieChanging(string value); + partial void OnNewPagingCookieChanged(); + /// + /// There are no comments for Property ErrorMessage in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string ErrorMessage + { + get + { + return this._ErrorMessage; + } + set + { + this.OnErrorMessageChanging(value); + this._ErrorMessage = value; + this.OnErrorMessageChanged(); + this.OnPropertyChanged("ErrorMessage"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _ErrorMessage; + partial void OnErrorMessageChanging(string value); + partial void OnErrorMessageChanged(); /// /// This event is raised when the value of the property is changed /// @@ -873206,92 +873752,98 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_CreateScreeningCaseResponse in the schema. + /// There are no comments for spd_DownloadCPICCommandResponse in the schema. /// - public partial class spd_CreateScreeningCaseResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_DownloadCPICCommandResponse : global::System.ComponentModel.INotifyPropertyChanged { /// - /// There are no comments for Property IsSuccess in the schema. + /// There are no comments for Property Body in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable IsSuccess + public virtual string Body { get { - return this._IsSuccess; + return this._Body; } set { - this.OnIsSuccessChanging(value); - this._IsSuccess = value; - this.OnIsSuccessChanged(); - this.OnPropertyChanged("IsSuccess"); + this.OnBodyChanging(value); + this._Body = value; + this.OnBodyChanged(); + this.OnPropertyChanged("Body"); } } [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(); + private string _Body; + partial void OnBodyChanging(string value); + partial void OnBodyChanged(); /// - /// There are no comments for Property Result in the schema. + /// There are no comments for Property FileName in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string Result + public virtual string FileName { get { - return this._Result; + return this._FileName; } set { - this.OnResultChanging(value); - this._Result = value; - this.OnResultChanged(); - this.OnPropertyChanged("Result"); + this.OnFileNameChanging(value); + this._FileName = value; + this.OnFileNameChanged(); + this.OnPropertyChanged("FileName"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _Result; - partial void OnResultChanging(string value); - partial void OnResultChanged(); - /// - /// 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; + private string _FileName; + partial void OnFileNameChanging(string value); + partial void OnFileNameChanged(); /// - /// The value of the property is changed + /// There are no comments for Property MimeType in the schema. /// - /// property name [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - protected virtual void OnPropertyChanged(string property) + public virtual string MimeType { - if ((this.PropertyChanged != null)) + get { - this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); + return this._MimeType; + } + set + { + this.OnMimeTypeChanging(value); + this._MimeType = value; + this.OnMimeTypeChanged(); + this.OnPropertyChanged("MimeType"); } } - } - /// - /// There are no comments for spd_CreateUnresolvedEmailResponse in the schema. - /// - public partial class spd_CreateUnresolvedEmailResponse : global::System.ComponentModel.INotifyPropertyChanged - { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _MimeType; + partial void OnMimeTypeChanging(string value); + partial void OnMimeTypeChanged(); /// - /// Create a new spd_CreateUnresolvedEmailResponse object. + /// There are no comments for Property FileSize in the schema. /// - /// Initial value of NewEmail. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public static spd_CreateUnresolvedEmailResponse Createspd_CreateUnresolvedEmailResponse(global::Microsoft.Dynamics.CRM.email newEmail) + public virtual string FileSize { - spd_CreateUnresolvedEmailResponse spd_CreateUnresolvedEmailResponse = new spd_CreateUnresolvedEmailResponse(); - if ((newEmail == null)) + get { - throw new global::System.ArgumentNullException("newEmail"); + return this._FileSize; + } + set + { + this.OnFileSizeChanging(value); + this._FileSize = value; + this.OnFileSizeChanged(); + this.OnPropertyChanged("FileSize"); } - spd_CreateUnresolvedEmailResponse.NewEmail = newEmail; - return spd_CreateUnresolvedEmailResponse; } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _FileSize; + partial void OnFileSizeChanging(string value); + partial void OnFileSizeChanged(); /// /// There are no comments for Property IsSuccess in the schema. /// @@ -873315,28 +873867,27 @@ public static spd_CreateUnresolvedEmailResponse Createspd_CreateUnresolvedEmailR partial void OnIsSuccessChanging(global::System.Nullable value); partial void OnIsSuccessChanged(); /// - /// There are no comments for Property NewEmail in the schema. + /// There are no comments for Property Result in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "NewEmail is required.")] - public virtual global::Microsoft.Dynamics.CRM.email NewEmail + public virtual string Result { get { - return this._NewEmail; + return this._Result; } set { - this.OnNewEmailChanging(value); - this._NewEmail = value; - this.OnNewEmailChanged(); - this.OnPropertyChanged("NewEmail"); + this.OnResultChanging(value); + this._Result = value; + this.OnResultChanged(); + this.OnPropertyChanged("Result"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.email _NewEmail; - partial void OnNewEmailChanging(global::Microsoft.Dynamics.CRM.email value); - partial void OnNewEmailChanged(); + private string _Result; + partial void OnResultChanging(string value); + partial void OnResultChanged(); /// /// This event is raised when the value of the property is changed /// @@ -873356,9 +873907,9 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_DeactivateExpiredLicenceResponse in the schema. + /// There are no comments for spd_ExpiredScreeningsReminderResponse in the schema. /// - public partial class spd_DeactivateExpiredLicenceResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_ExpiredScreeningsReminderResponse : global::System.ComponentModel.INotifyPropertyChanged { /// /// There are no comments for Property IsSuccess in the schema. @@ -873423,9 +873974,9 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_DeactivateExpiredLicenceJobResponse in the schema. + /// There are no comments for spd_ExpiredScreeningsReminderJobResponse in the schema. /// - public partial class spd_DeactivateExpiredLicenceJobResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_ExpiredScreeningsReminderJobResponse : global::System.ComponentModel.INotifyPropertyChanged { /// /// There are no comments for Property MoreRecords in the schema. @@ -873512,9 +874063,9 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_DeleteDraftApplicationResponse in the schema. + /// There are no comments for spd_FingerprintRequestedResponse in the schema. /// - public partial class spd_DeleteDraftApplicationResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_FingerprintRequestedResponse : global::System.ComponentModel.INotifyPropertyChanged { /// /// There are no comments for Property IsSuccess in the schema. @@ -873579,98 +874130,9 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_DeleteDraftApplicationJobResponse in the schema. - /// - public partial class spd_DeleteDraftApplicationJobResponse : global::System.ComponentModel.INotifyPropertyChanged - { - /// - /// There are no comments for Property MoreRecords in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable MoreRecords - { - get - { - return this._MoreRecords; - } - set - { - this.OnMoreRecordsChanging(value); - this._MoreRecords = value; - this.OnMoreRecordsChanged(); - this.OnPropertyChanged("MoreRecords"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _MoreRecords; - partial void OnMoreRecordsChanging(global::System.Nullable value); - partial void OnMoreRecordsChanged(); - /// - /// There are no comments for Property NewPagingCookie in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string NewPagingCookie - { - get - { - return this._NewPagingCookie; - } - set - { - this.OnNewPagingCookieChanging(value); - this._NewPagingCookie = value; - this.OnNewPagingCookieChanged(); - this.OnPropertyChanged("NewPagingCookie"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _NewPagingCookie; - partial void OnNewPagingCookieChanging(string value); - partial void OnNewPagingCookieChanged(); - /// - /// There are no comments for Property ErrorMessage in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string ErrorMessage - { - get - { - return this._ErrorMessage; - } - set - { - this.OnErrorMessageChanging(value); - this._ErrorMessage = value; - this.OnErrorMessageChanged(); - this.OnPropertyChanged("ErrorMessage"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _ErrorMessage; - partial void OnErrorMessageChanging(string value); - partial void OnErrorMessageChanged(); - /// - /// 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_DownloadCPICCommandResponse in the schema. + /// There are no comments for spd_GenerateCPICReportResponse in the schema. /// - public partial class spd_DownloadCPICCommandResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_GenerateCPICReportResponse : global::System.ComponentModel.INotifyPropertyChanged { /// /// There are no comments for Property Body in the schema. @@ -873823,9 +874285,9 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_ExpiredScreeningsReminderResponse in the schema. + /// There are no comments for spd_GeneratePaymentReceiptResponse in the schema. /// - public partial class spd_ExpiredScreeningsReminderResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_GeneratePaymentReceiptResponse : global::System.ComponentModel.INotifyPropertyChanged { /// /// There are no comments for Property IsSuccess in the schema. @@ -873890,166 +874352,98 @@ protected virtual void OnPropertyChanged(string property) } } /// - /// There are no comments for spd_ExpiredScreeningsReminderJobResponse in the schema. + /// There are no comments for spd_GeneratePRIMEReportResponse in the schema. /// - public partial class spd_ExpiredScreeningsReminderJobResponse : global::System.ComponentModel.INotifyPropertyChanged + public partial class spd_GeneratePRIMEReportResponse : global::System.ComponentModel.INotifyPropertyChanged { /// - /// There are no comments for Property MoreRecords in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable MoreRecords - { - get - { - return this._MoreRecords; - } - set - { - this.OnMoreRecordsChanging(value); - this._MoreRecords = value; - this.OnMoreRecordsChanged(); - this.OnPropertyChanged("MoreRecords"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _MoreRecords; - partial void OnMoreRecordsChanging(global::System.Nullable value); - partial void OnMoreRecordsChanged(); - /// - /// There are no comments for Property NewPagingCookie in the schema. + /// There are no comments for Property Body in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string NewPagingCookie + public virtual string Body { get { - return this._NewPagingCookie; + return this._Body; } set { - this.OnNewPagingCookieChanging(value); - this._NewPagingCookie = value; - this.OnNewPagingCookieChanged(); - this.OnPropertyChanged("NewPagingCookie"); + this.OnBodyChanging(value); + this._Body = value; + this.OnBodyChanged(); + this.OnPropertyChanged("Body"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _NewPagingCookie; - partial void OnNewPagingCookieChanging(string value); - partial void OnNewPagingCookieChanged(); + private string _Body; + partial void OnBodyChanging(string value); + partial void OnBodyChanged(); /// - /// There are no comments for Property ErrorMessage in the schema. + /// There are no comments for Property FileName in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string ErrorMessage + public virtual string FileName { get { - return this._ErrorMessage; + return this._FileName; } set { - this.OnErrorMessageChanging(value); - this._ErrorMessage = value; - this.OnErrorMessageChanged(); - this.OnPropertyChanged("ErrorMessage"); + this.OnFileNameChanging(value); + this._FileName = value; + this.OnFileNameChanged(); + this.OnPropertyChanged("FileName"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _ErrorMessage; - partial void OnErrorMessageChanging(string value); - partial void OnErrorMessageChanged(); - /// - /// 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_FingerprintRequestedResponse in the schema. - /// - public partial class spd_FingerprintRequestedResponse : global::System.ComponentModel.INotifyPropertyChanged - { + private string _FileName; + partial void OnFileNameChanging(string value); + partial void OnFileNameChanged(); /// - /// There are no comments for Property IsSuccess in the schema. + /// There are no comments for Property MimeType in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable IsSuccess + public virtual string MimeType { get { - return this._IsSuccess; + return this._MimeType; } set { - this.OnIsSuccessChanging(value); - this._IsSuccess = value; - this.OnIsSuccessChanged(); - this.OnPropertyChanged("IsSuccess"); + this.OnMimeTypeChanging(value); + this._MimeType = value; + this.OnMimeTypeChanged(); + this.OnPropertyChanged("MimeType"); } } [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(); + private string _MimeType; + partial void OnMimeTypeChanging(string value); + partial void OnMimeTypeChanged(); /// - /// There are no comments for Property Result in the schema. + /// There are no comments for Property FileSize in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string Result + public virtual string FileSize { get { - return this._Result; + return this._FileSize; } set { - this.OnResultChanging(value); - this._Result = value; - this.OnResultChanged(); - this.OnPropertyChanged("Result"); + this.OnFileSizeChanging(value); + this._FileSize = value; + this.OnFileSizeChanged(); + this.OnPropertyChanged("FileSize"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _Result; - partial void OnResultChanging(string value); - partial void OnResultChanged(); - /// - /// 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_GeneratePaymentReceiptResponse in the schema. - /// - public partial class spd_GeneratePaymentReceiptResponse : global::System.ComponentModel.INotifyPropertyChanged - { + private string _FileSize; + partial void OnFileSizeChanging(string value); + partial void OnFileSizeChanged(); /// /// There are no comments for Property IsSuccess in the schema. /// @@ -938765,6 +939159,18 @@ public static class ExtensionMethods new global::Microsoft.OData.Client.BodyOperationParameter("OldPagingCookie", OldPagingCookie)); } /// + /// There are no comments for spd_ClearanceAccessNotification in the schema. + /// + public static global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_ClearanceAccessNotification(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_ClearanceAccessNotification")); + } + /// /// There are no comments for spd_ClearanceNotification in the schema. /// public static global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_ClearanceNotification(this global::Microsoft.OData.Client.DataServiceQuerySingle _source) @@ -938937,6 +939343,18 @@ public static class ExtensionMethods return new global::Microsoft.OData.Client.DataServiceActionQuerySingle(_source.Context, _source.AppendRequestUri("Microsoft.Dynamics.CRM.spd_FingerprintRequested")); } /// + /// There are no comments for spd_GenerateCPICReport in the schema. + /// + public static global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GenerateCPICReport(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_GenerateCPICReport")); + } + /// /// There are no comments for spd_GeneratePaymentReceipt in the schema. /// public static global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GeneratePaymentReceipt(this global::Microsoft.OData.Client.DataServiceQuerySingle _source) @@ -938949,6 +939367,18 @@ public static class ExtensionMethods return new global::Microsoft.OData.Client.DataServiceActionQuerySingle(_source.Context, _source.AppendRequestUri("Microsoft.Dynamics.CRM.spd_GeneratePaymentReceipt")); } /// + /// There are no comments for spd_GeneratePRIMEReport in the schema. + /// + public static global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GeneratePRIMEReport(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_GeneratePRIMEReport")); + } + /// /// There are no comments for spd_GetAddressTitle in the schema. /// public static global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GetAddressTitle(this global::Microsoft.OData.Client.DataServiceQuerySingle _source)