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