// Copyright (c) 2014, Outercurve Foundation.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// - Redistributions of source code must retain the above copyright notice, this
// list of conditions and the following disclaimer.
//
// - Redistributions in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// - Neither the name of the Outercurve Foundation nor the names of its
// contributors may be used to endorse or promote products derived from this
// software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Xml.Serialization;
//
// This source code was auto-generated by wsdl, Version=2.0.50727.42.
//
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name = "CrmServiceSoap", Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CrmReference))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Property[]))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(activityparty[]))]
public partial class CrmService : System.Web.Services.Protocols.SoapHttpClientProtocol
{
private CrmAuthenticationToken crmAuthenticationTokenValueField;
private CallerOriginToken callerOriginTokenValueField;
private CorrelationToken correlationTokenValueField;
private System.Threading.SendOrPostCallback ExecuteOperationCompleted;
private System.Threading.SendOrPostCallback FetchOperationCompleted;
private System.Threading.SendOrPostCallback CreateOperationCompleted;
private System.Threading.SendOrPostCallback DeleteOperationCompleted;
private System.Threading.SendOrPostCallback RetrieveOperationCompleted;
private System.Threading.SendOrPostCallback RetrieveMultipleOperationCompleted;
private System.Threading.SendOrPostCallback UpdateOperationCompleted;
///
public CrmService()
{
this.Url = "http://crm-dev:5555/mscrmservices/2007/crmservice.asmx";
}
public CrmAuthenticationToken CrmAuthenticationTokenValue
{
get
{
return this.crmAuthenticationTokenValueField;
}
set
{
this.crmAuthenticationTokenValueField = value;
}
}
public CallerOriginToken CallerOriginTokenValue
{
get
{
return this.callerOriginTokenValueField;
}
set
{
this.callerOriginTokenValueField = value;
}
}
public CorrelationToken CorrelationTokenValue
{
get
{
return this.correlationTokenValueField;
}
set
{
this.correlationTokenValueField = value;
}
}
///
public event ExecuteCompletedEventHandler ExecuteCompleted;
///
public event FetchCompletedEventHandler FetchCompleted;
///
public event CreateCompletedEventHandler CreateCompleted;
///
public event DeleteCompletedEventHandler DeleteCompleted;
///
public event RetrieveCompletedEventHandler RetrieveCompleted;
///
public event RetrieveMultipleCompletedEventHandler RetrieveMultipleCompleted;
///
public event UpdateCompletedEventHandler UpdateCompleted;
///
[System.Web.Services.Protocols.SoapHeaderAttribute("CorrelationTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallerOriginTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CrmAuthenticationTokenValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/crm/2007/WebServices/Execute", RequestNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", ResponseNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("Response")]
public Response Execute(Request Request)
{
object[] results = this.Invoke("Execute", new object[] {
Request});
return ((Response)(results[0]));
}
///
public System.IAsyncResult BeginExecute(Request Request, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("Execute", new object[] {
Request}, callback, asyncState);
}
///
public Response EndExecute(System.IAsyncResult asyncResult)
{
object[] results = this.EndInvoke(asyncResult);
return ((Response)(results[0]));
}
///
public void ExecuteAsync(Request Request)
{
this.ExecuteAsync(Request, null);
}
///
public void ExecuteAsync(Request Request, object userState)
{
if ((this.ExecuteOperationCompleted == null))
{
this.ExecuteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnExecuteOperationCompleted);
}
this.InvokeAsync("Execute", new object[] {
Request}, this.ExecuteOperationCompleted, userState);
}
private void OnExecuteOperationCompleted(object arg)
{
if ((this.ExecuteCompleted != null))
{
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.ExecuteCompleted(this, new ExecuteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapHeaderAttribute("CorrelationTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallerOriginTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CrmAuthenticationTokenValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/crm/2007/WebServices/Fetch", RequestNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", ResponseNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string Fetch(string fetchXml)
{
object[] results = this.Invoke("Fetch", new object[] {
fetchXml});
return ((string)(results[0]));
}
///
public System.IAsyncResult BeginFetch(string fetchXml, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("Fetch", new object[] {
fetchXml}, callback, asyncState);
}
///
public string EndFetch(System.IAsyncResult asyncResult)
{
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
///
public void FetchAsync(string fetchXml)
{
this.FetchAsync(fetchXml, null);
}
///
public void FetchAsync(string fetchXml, object userState)
{
if ((this.FetchOperationCompleted == null))
{
this.FetchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFetchOperationCompleted);
}
this.InvokeAsync("Fetch", new object[] {
fetchXml}, this.FetchOperationCompleted, userState);
}
private void OnFetchOperationCompleted(object arg)
{
if ((this.FetchCompleted != null))
{
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.FetchCompleted(this, new FetchCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapHeaderAttribute("CorrelationTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallerOriginTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CrmAuthenticationTokenValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/crm/2007/WebServices/Create", RequestNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", ResponseNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Guid Create(BusinessEntity entity)
{
object[] results = this.Invoke("Create", new object[] {
entity});
return ((System.Guid)(results[0]));
}
///
public System.IAsyncResult BeginCreate(BusinessEntity entity, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("Create", new object[] {
entity}, callback, asyncState);
}
///
public System.Guid EndCreate(System.IAsyncResult asyncResult)
{
object[] results = this.EndInvoke(asyncResult);
return ((System.Guid)(results[0]));
}
///
public void CreateAsync(BusinessEntity entity)
{
this.CreateAsync(entity, null);
}
///
public void CreateAsync(BusinessEntity entity, object userState)
{
if ((this.CreateOperationCompleted == null))
{
this.CreateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOperationCompleted);
}
this.InvokeAsync("Create", new object[] {
entity}, this.CreateOperationCompleted, userState);
}
private void OnCreateOperationCompleted(object arg)
{
if ((this.CreateCompleted != null))
{
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.CreateCompleted(this, new CreateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapHeaderAttribute("CorrelationTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallerOriginTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CrmAuthenticationTokenValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/crm/2007/WebServices/Delete", RequestNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", ResponseNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void Delete(string entityName, System.Guid id)
{
this.Invoke("Delete", new object[] {
entityName,
id});
}
///
public System.IAsyncResult BeginDelete(string entityName, System.Guid id, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("Delete", new object[] {
entityName,
id}, callback, asyncState);
}
///
public void EndDelete(System.IAsyncResult asyncResult)
{
this.EndInvoke(asyncResult);
}
///
public void DeleteAsync(string entityName, System.Guid id)
{
this.DeleteAsync(entityName, id, null);
}
///
public void DeleteAsync(string entityName, System.Guid id, object userState)
{
if ((this.DeleteOperationCompleted == null))
{
this.DeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteOperationCompleted);
}
this.InvokeAsync("Delete", new object[] {
entityName,
id}, this.DeleteOperationCompleted, userState);
}
private void OnDeleteOperationCompleted(object arg)
{
if ((this.DeleteCompleted != null))
{
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.DeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapHeaderAttribute("CorrelationTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallerOriginTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CrmAuthenticationTokenValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/crm/2007/WebServices/Retrieve", RequestNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", ResponseNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public BusinessEntity Retrieve(string entityName, System.Guid id, ColumnSetBase columnSet)
{
object[] results = this.Invoke("Retrieve", new object[] {
entityName,
id,
columnSet});
return ((BusinessEntity)(results[0]));
}
///
public System.IAsyncResult BeginRetrieve(string entityName, System.Guid id, ColumnSetBase columnSet, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("Retrieve", new object[] {
entityName,
id,
columnSet}, callback, asyncState);
}
///
public BusinessEntity EndRetrieve(System.IAsyncResult asyncResult)
{
object[] results = this.EndInvoke(asyncResult);
return ((BusinessEntity)(results[0]));
}
///
public void RetrieveAsync(string entityName, System.Guid id, ColumnSetBase columnSet)
{
this.RetrieveAsync(entityName, id, columnSet, null);
}
///
public void RetrieveAsync(string entityName, System.Guid id, ColumnSetBase columnSet, object userState)
{
if ((this.RetrieveOperationCompleted == null))
{
this.RetrieveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRetrieveOperationCompleted);
}
this.InvokeAsync("Retrieve", new object[] {
entityName,
id,
columnSet}, this.RetrieveOperationCompleted, userState);
}
private void OnRetrieveOperationCompleted(object arg)
{
if ((this.RetrieveCompleted != null))
{
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.RetrieveCompleted(this, new RetrieveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapHeaderAttribute("CorrelationTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallerOriginTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CrmAuthenticationTokenValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/crm/2007/WebServices/RetrieveMultiple", RequestNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", ResponseNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public BusinessEntityCollection RetrieveMultiple(QueryBase query)
{
object[] results = this.Invoke("RetrieveMultiple", new object[] {
query});
return ((BusinessEntityCollection)(results[0]));
}
///
public System.IAsyncResult BeginRetrieveMultiple(QueryBase query, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("RetrieveMultiple", new object[] {
query}, callback, asyncState);
}
///
public BusinessEntityCollection EndRetrieveMultiple(System.IAsyncResult asyncResult)
{
object[] results = this.EndInvoke(asyncResult);
return ((BusinessEntityCollection)(results[0]));
}
///
public void RetrieveMultipleAsync(QueryBase query)
{
this.RetrieveMultipleAsync(query, null);
}
///
public void RetrieveMultipleAsync(QueryBase query, object userState)
{
if ((this.RetrieveMultipleOperationCompleted == null))
{
this.RetrieveMultipleOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRetrieveMultipleOperationCompleted);
}
this.InvokeAsync("RetrieveMultiple", new object[] {
query}, this.RetrieveMultipleOperationCompleted, userState);
}
private void OnRetrieveMultipleOperationCompleted(object arg)
{
if ((this.RetrieveMultipleCompleted != null))
{
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.RetrieveMultipleCompleted(this, new RetrieveMultipleCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapHeaderAttribute("CorrelationTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallerOriginTokenValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CrmAuthenticationTokenValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/crm/2007/WebServices/Update", RequestNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", ResponseNamespace = "http://schemas.microsoft.com/crm/2007/WebServices", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void Update(BusinessEntity entity)
{
this.Invoke("Update", new object[] {
entity});
}
///
public System.IAsyncResult BeginUpdate(BusinessEntity entity, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("Update", new object[] {
entity}, callback, asyncState);
}
///
public void EndUpdate(System.IAsyncResult asyncResult)
{
this.EndInvoke(asyncResult);
}
///
public void UpdateAsync(BusinessEntity entity)
{
this.UpdateAsync(entity, null);
}
///
public void UpdateAsync(BusinessEntity entity, object userState)
{
if ((this.UpdateOperationCompleted == null))
{
this.UpdateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateOperationCompleted);
}
this.InvokeAsync("Update", new object[] {
entity}, this.UpdateOperationCompleted, userState);
}
private void OnUpdateOperationCompleted(object arg)
{
if ((this.UpdateCompleted != null))
{
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.UpdateCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
public new void CancelAsync(object userState)
{
base.CancelAsync(userState);
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices", IsNullable = true)]
public partial class CorrelationToken : System.Web.Services.Protocols.SoapHeader
{
private System.Guid correlationIdField;
private CrmDateTime correlationUpdatedTimeField;
private int depthField;
///
public System.Guid CorrelationId
{
get
{
return this.correlationIdField;
}
set
{
this.correlationIdField = value;
}
}
///
public CrmDateTime CorrelationUpdatedTime
{
get
{
return this.correlationUpdatedTimeField;
}
set
{
this.correlationUpdatedTimeField = value;
}
}
///
public int Depth
{
get
{
return this.depthField;
}
set
{
this.depthField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmDateTime
{
private bool isNullField;
private bool isNullFieldSpecified;
private string dateField;
private string timeField;
private string valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string date
{
get
{
return this.dateField;
}
set
{
this.dateField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string time
{
get
{
return this.timeField;
}
set
{
this.timeField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class ObjectiveRelation
{
private System.Guid resourceSpecIdField;
private string objectiveExpressionField;
///
public System.Guid ResourceSpecId
{
get
{
return this.resourceSpecIdField;
}
set
{
this.resourceSpecIdField = value;
}
}
///
public string ObjectiveExpression
{
get
{
return this.objectiveExpressionField;
}
set
{
this.objectiveExpressionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class ConstraintRelation
{
private System.Guid objectIdField;
private string constraintTypeField;
private string constraintsField;
///
public System.Guid ObjectId
{
get
{
return this.objectIdField;
}
set
{
this.objectIdField = value;
}
}
///
public string ConstraintType
{
get
{
return this.constraintTypeField;
}
set
{
this.constraintTypeField = value;
}
}
///
public string Constraints
{
get
{
return this.constraintsField;
}
set
{
this.constraintsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class RequiredResource
{
private System.Guid resourceIdField;
private System.Guid resourceSpecIdField;
///
public System.Guid ResourceId
{
get
{
return this.resourceIdField;
}
set
{
this.resourceIdField = value;
}
}
///
public System.Guid ResourceSpecId
{
get
{
return this.resourceSpecIdField;
}
set
{
this.resourceSpecIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class AppointmentsToIgnore
{
private System.Guid[] appointmentsField;
private System.Guid resourceIdField;
///
public System.Guid[] Appointments
{
get
{
return this.appointmentsField;
}
set
{
this.appointmentsField = value;
}
}
///
public System.Guid ResourceId
{
get
{
return this.resourceIdField;
}
set
{
this.resourceIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class AppointmentRequest
{
private System.Guid serviceIdField;
private int anchorOffsetField;
private int userTimeZoneCodeField;
private int recurrenceDurationField;
private int recurrenceTimeZoneCodeField;
private AppointmentsToIgnore[] appointmentsToIgnoreField;
private RequiredResource[] requiredResourcesField;
private CrmDateTime searchWindowStartField;
private CrmDateTime searchWindowEndField;
private CrmDateTime searchRecurrenceStartField;
private string searchRecurrenceRuleField;
private int durationField;
private ConstraintRelation[] constraintsField;
private ObjectiveRelation[] objectivesField;
private SearchDirection directionField;
private int numberOfResultsField;
private System.Guid[] sitesField;
///
public System.Guid ServiceId
{
get
{
return this.serviceIdField;
}
set
{
this.serviceIdField = value;
}
}
///
public int AnchorOffset
{
get
{
return this.anchorOffsetField;
}
set
{
this.anchorOffsetField = value;
}
}
///
public int UserTimeZoneCode
{
get
{
return this.userTimeZoneCodeField;
}
set
{
this.userTimeZoneCodeField = value;
}
}
///
public int RecurrenceDuration
{
get
{
return this.recurrenceDurationField;
}
set
{
this.recurrenceDurationField = value;
}
}
///
public int RecurrenceTimeZoneCode
{
get
{
return this.recurrenceTimeZoneCodeField;
}
set
{
this.recurrenceTimeZoneCodeField = value;
}
}
///
public AppointmentsToIgnore[] AppointmentsToIgnore
{
get
{
return this.appointmentsToIgnoreField;
}
set
{
this.appointmentsToIgnoreField = value;
}
}
///
public RequiredResource[] RequiredResources
{
get
{
return this.requiredResourcesField;
}
set
{
this.requiredResourcesField = value;
}
}
///
public CrmDateTime SearchWindowStart
{
get
{
return this.searchWindowStartField;
}
set
{
this.searchWindowStartField = value;
}
}
///
public CrmDateTime SearchWindowEnd
{
get
{
return this.searchWindowEndField;
}
set
{
this.searchWindowEndField = value;
}
}
///
public CrmDateTime SearchRecurrenceStart
{
get
{
return this.searchRecurrenceStartField;
}
set
{
this.searchRecurrenceStartField = value;
}
}
///
public string SearchRecurrenceRule
{
get
{
return this.searchRecurrenceRuleField;
}
set
{
this.searchRecurrenceRuleField = value;
}
}
///
public int Duration
{
get
{
return this.durationField;
}
set
{
this.durationField = value;
}
}
///
public ConstraintRelation[] Constraints
{
get
{
return this.constraintsField;
}
set
{
this.constraintsField = value;
}
}
///
public ObjectiveRelation[] Objectives
{
get
{
return this.objectivesField;
}
set
{
this.objectivesField = value;
}
}
///
public SearchDirection Direction
{
get
{
return this.directionField;
}
set
{
this.directionField = value;
}
}
///
public int NumberOfResults
{
get
{
return this.numberOfResultsField;
}
set
{
this.numberOfResultsField = value;
}
}
///
public System.Guid[] Sites
{
get
{
return this.sitesField;
}
set
{
this.sitesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public enum SearchDirection
{
///
Forward,
///
Backward,
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateWorkflowLog))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateWorkflowDependency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateWorkflow))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateWizardPage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateWizardAccessPrivilege))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateWebWizard))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateUserQuery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateUoMSchedule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateUoM))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateTransactionCurrency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateTerritory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateTeam))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSystemUser))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSubject))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSite))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateServiceAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateService))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSemiAnnualFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSdkMessageProcessingStepSecureConfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSdkMessageProcessingStepImage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSdkMessageProcessingStep))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSavedQuery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSalesOrderDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSalesOrder))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSalesLiteratureItem))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateSalesLiterature))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateResourceSpec))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateReportVisibility))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateReportEntity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateReportCategory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateReport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateRelationshipRoleMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateRelationshipRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateQuoteDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateQuoteClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateQuote))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateQueue))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateQuarterlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateProductPriceLevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateProduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdatePriceLevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdatePluginType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdatePluginAssembly))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdatePhoneCall))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateOrganizationUI))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateOrganization))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateOrderClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateOpportunityProduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateOpportunityClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateOpportunity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateMonthlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateMailMergeTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateList))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateLetter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateLead))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateKbArticleTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateKbArticleComment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateKbArticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateIsvConfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateInvoiceDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateInvoice))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateIncidentResolution))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateIncident))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateImportMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateImportJob))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateImportFile))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateImportData))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateImport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateFixedMonthlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateFax))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateEquipment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateEmail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateDuplicateRuleCondition))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateDuplicateRule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateDisplayString))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateDiscountType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateDiscount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateCustomerRelationship))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateCustomerOpportunityRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateCustomerAddress))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateContractTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateContractDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateContract))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateConstraintBasedGroup))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateCompetitor))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateCampaignActivity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateCampaign))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateBusinessUnitNewsArticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateBusinessUnit))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateBusinessTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateAsyncOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateAnnualFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateAnnotation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateActivityMimeAttachment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetUpdateAccount))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetUpdate
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateWorkflowLog : TargetUpdate
{
private workflowlog workflowLogField;
///
public workflowlog WorkflowLog
{
get
{
return this.workflowLogField;
}
set
{
this.workflowLogField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class workflowlog : BusinessEntity
{
private string activitynameField;
private Lookup asyncoperationidField;
private CrmDateTime completedonField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber errorcodeField;
private string messageField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private Lookup regardingobjectidField;
private string stagenameField;
private Picklist statusField;
private string stepnameField;
private Key workflowlogidField;
///
public string activityname
{
get
{
return this.activitynameField;
}
set
{
this.activitynameField = value;
}
}
///
public Lookup asyncoperationid
{
get
{
return this.asyncoperationidField;
}
set
{
this.asyncoperationidField = value;
}
}
///
public CrmDateTime completedon
{
get
{
return this.completedonField;
}
set
{
this.completedonField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber errorcode
{
get
{
return this.errorcodeField;
}
set
{
this.errorcodeField = value;
}
}
///
public string message
{
get
{
return this.messageField;
}
set
{
this.messageField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public string stagename
{
get
{
return this.stagenameField;
}
set
{
this.stagenameField = value;
}
}
///
public Picklist status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
///
public string stepname
{
get
{
return this.stepnameField;
}
set
{
this.stepnameField = value;
}
}
///
public Key workflowlogid
{
get
{
return this.workflowlogidField;
}
set
{
this.workflowlogidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class Lookup : CrmReference
{
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Owner))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Lookup))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Customer))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public abstract partial class CrmReference
{
private bool isNullField;
private bool isNullFieldSpecified;
private string nameField;
private string typeField;
private int dscField;
private bool dscFieldSpecified;
private System.Guid valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string type
{
get
{
return this.typeField;
}
set
{
this.typeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public int dsc
{
get
{
return this.dscField;
}
set
{
this.dscField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool dscSpecified
{
get
{
return this.dscFieldSpecified;
}
set
{
this.dscFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public System.Guid Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class Owner : CrmReference
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class Customer : CrmReference
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmNumber
{
private bool isNullField;
private bool isNullFieldSpecified;
private string formattedvalueField;
private int valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public int Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class UniqueIdentifier
{
private bool isNullField;
private bool isNullFieldSpecified;
private System.Guid valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public System.Guid Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class Picklist
{
private bool isNullField;
private bool isNullFieldSpecified;
private string nameField;
private int valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public int Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class Key
{
private System.Guid valueField;
///
[System.Xml.Serialization.XmlTextAttribute()]
public System.Guid Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DynamicEntity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(workflowlog))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(workflowdependency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(workflow))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(wizardpage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(wizardaccessprivilege))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(wfprocessinstance))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(wfprocess))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(webwizard))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(usersettings))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(userquery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(uomschedule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(uom))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(transformationparametermapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(transformationmapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(transactioncurrency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(timezonerule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(timezonelocalizedname))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(timezonedefinition))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(territory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(template))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(team))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(task))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(systemuser))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(subscriptionsyncinfo))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(subscriptionclients))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(subscription))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(subject))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(site))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(serviceappointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(service))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(semiannualfiscalcalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(sdkmessageprocessingstepsecureconfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(sdkmessageprocessingstepimage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(sdkmessageprocessingstep))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(sdkmessagefilter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(sdkmessage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(savedquery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(salesorderdetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(salesorder))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(salesliteratureitem))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(salesliterature))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(role))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(resourcespec))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(resourcegroup))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(resource))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reportvisibility))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reportlink))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reportentity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reportcategory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(report))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(relationshiprolemap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(relationshiprole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(quotedetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(quoteclose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(quote))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(queueitem))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(queue))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(quarterlyfiscalcalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(productpricelevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(product))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(privilege))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(pricelevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(plugintype))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(pluginassembly))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(picklistmapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(phonecall))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ownermapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(organizationui))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(organization))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(orderclose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(opportunityproduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(opportunityclose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(opportunity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(notification))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(monthlyfiscalcalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(mailmergetemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(lookupmapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(listmember))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(list))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(license))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(letter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(lead))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(kbarticletemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(kbarticlecomment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(kbarticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(isvconfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(invoicedetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(invoice))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(incidentresolution))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(incident))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(importmap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(importlog))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(importjob))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(importfile))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(importdata))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(import))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(fixedmonthlyfiscalcalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(fax))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(equipment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(entitymap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(email))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(duplicaterulecondition))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(duplicaterule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(duplicaterecord))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(displaystring))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(discounttype))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(discount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(customerrelationship))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(customeropportunityrole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(customeraddress))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(contracttemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(contractdetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(contract))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(contact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(constraintbasedgroup))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(competitor))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(columnmapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(campaignresponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(campaignitem))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(campaignactivityitem))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(campaignactivity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(campaign))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(calendarrule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(calendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(businessunitnewsarticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(businessunit))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(businesstask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(bulkoperationlog))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(bulkoperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(bulkdeleteoperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(bulkdeletefailure))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(attributemap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(asyncoperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(appointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(annualfiscalcalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(annotation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(activitypointer))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(activityparty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(activitymimeattachment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(account))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public abstract partial class BusinessEntity
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class DynamicEntity : BusinessEntity
{
private Property[] propertiesField;
private string nameField;
///
public Property[] Properties
{
get
{
return this.propertiesField;
}
set
{
this.propertiesField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string Name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UniqueIdentifierProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StringProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatusProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StateProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PicklistProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OwnerProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LookupProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(KeyProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EntityNameReferenceProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DynamicEntityArrayProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomerProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CrmNumberProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CrmMoneyProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CrmFloatProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CrmDecimalProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CrmDateTimeProperty))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CrmBooleanProperty))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public abstract partial class Property
{
private string nameField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string Name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class UniqueIdentifierProperty : Property
{
private UniqueIdentifier valueField;
///
public UniqueIdentifier Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class StringProperty : Property
{
private string valueField;
///
public string Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class StatusProperty : Property
{
private Status valueField;
///
public Status Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class Status
{
private bool isNullField;
private bool isNullFieldSpecified;
private string nameField;
private int valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public int Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class StateProperty : Property
{
private string valueField;
///
public string Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class PicklistProperty : Property
{
private Picklist valueField;
///
public Picklist Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class OwnerProperty : Property
{
private Owner valueField;
///
public Owner Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class LookupProperty : Property
{
private Lookup valueField;
///
public Lookup Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class KeyProperty : Property
{
private Key valueField;
///
public Key Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class EntityNameReferenceProperty : Property
{
private EntityNameReference valueField;
///
public EntityNameReference Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class EntityNameReference
{
private bool isNullField;
private bool isNullFieldSpecified;
private string valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class DynamicEntityArrayProperty : Property
{
private DynamicEntity[] valueField;
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public DynamicEntity[] Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CustomerProperty : Property
{
private Customer valueField;
///
public Customer Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmNumberProperty : Property
{
private CrmNumber valueField;
///
public CrmNumber Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmMoneyProperty : Property
{
private CrmMoney valueField;
///
public CrmMoney Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmMoney
{
private bool isNullField;
private bool isNullFieldSpecified;
private string formattedvalueField;
private decimal valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public decimal Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmFloatProperty : Property
{
private CrmFloat valueField;
///
public CrmFloat Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmFloat
{
private bool isNullField;
private bool isNullFieldSpecified;
private string formattedvalueField;
private double valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public double Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmDecimalProperty : Property
{
private CrmDecimal valueField;
///
public CrmDecimal Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmDecimal
{
private bool isNullField;
private bool isNullFieldSpecified;
private string formattedvalueField;
private decimal valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public decimal Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmDateTimeProperty : Property
{
private CrmDateTime valueField;
///
public CrmDateTime Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmBooleanProperty : Property
{
private CrmBoolean valueField;
///
public CrmBoolean Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class CrmBoolean
{
private bool isNullField;
private bool isNullFieldSpecified;
private string nameField;
private bool valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool IsNull
{
get
{
return this.isNullField;
}
set
{
this.isNullField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsNullSpecified
{
get
{
return this.isNullFieldSpecified;
}
set
{
this.isNullFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public bool Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class workflowdependency : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string customentitynameField;
private string dependentattributenameField;
private string dependententitynameField;
private string entityattributesField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private string parameternameField;
private string parametertypeField;
private string relatedattributenameField;
private string relatedentitynameField;
private Lookup sdkmessageidField;
private Picklist typeField;
private Key workflowdependencyidField;
private Lookup workflowidField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string customentityname
{
get
{
return this.customentitynameField;
}
set
{
this.customentitynameField = value;
}
}
///
public string dependentattributename
{
get
{
return this.dependentattributenameField;
}
set
{
this.dependentattributenameField = value;
}
}
///
public string dependententityname
{
get
{
return this.dependententitynameField;
}
set
{
this.dependententitynameField = value;
}
}
///
public string entityattributes
{
get
{
return this.entityattributesField;
}
set
{
this.entityattributesField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public string parametername
{
get
{
return this.parameternameField;
}
set
{
this.parameternameField = value;
}
}
///
public string parametertype
{
get
{
return this.parametertypeField;
}
set
{
this.parametertypeField = value;
}
}
///
public string relatedattributename
{
get
{
return this.relatedattributenameField;
}
set
{
this.relatedattributenameField = value;
}
}
///
public string relatedentityname
{
get
{
return this.relatedentitynameField;
}
set
{
this.relatedentitynameField = value;
}
}
///
public Lookup sdkmessageid
{
get
{
return this.sdkmessageidField;
}
set
{
this.sdkmessageidField = value;
}
}
///
public Picklist type
{
get
{
return this.typeField;
}
set
{
this.typeField = value;
}
}
///
public Key workflowdependencyid
{
get
{
return this.workflowdependencyidField;
}
set
{
this.workflowdependencyidField = value;
}
}
///
public Lookup workflowid
{
get
{
return this.workflowidField;
}
set
{
this.workflowidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class workflow : BusinessEntity
{
private Lookup activeworkflowidField;
private string activitiesField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmBoolean iscrmuiworkflowField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private CrmBoolean ondemandField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Lookup parentworkflowidField;
private Lookup plugintypeidField;
private EntityNameReference primaryentityField;
private string rulesField;
private Picklist scopeField;
private WorkflowStateInfo statecodeField;
private Status statuscodeField;
private CrmBoolean subprocessField;
private Picklist typeField;
private string uidataField;
private Key workflowidField;
///
public Lookup activeworkflowid
{
get
{
return this.activeworkflowidField;
}
set
{
this.activeworkflowidField = value;
}
}
///
public string activities
{
get
{
return this.activitiesField;
}
set
{
this.activitiesField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean iscrmuiworkflow
{
get
{
return this.iscrmuiworkflowField;
}
set
{
this.iscrmuiworkflowField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public CrmBoolean ondemand
{
get
{
return this.ondemandField;
}
set
{
this.ondemandField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Lookup parentworkflowid
{
get
{
return this.parentworkflowidField;
}
set
{
this.parentworkflowidField = value;
}
}
///
public Lookup plugintypeid
{
get
{
return this.plugintypeidField;
}
set
{
this.plugintypeidField = value;
}
}
///
public EntityNameReference primaryentity
{
get
{
return this.primaryentityField;
}
set
{
this.primaryentityField = value;
}
}
///
public string rules
{
get
{
return this.rulesField;
}
set
{
this.rulesField = value;
}
}
///
public Picklist scope
{
get
{
return this.scopeField;
}
set
{
this.scopeField = value;
}
}
///
public WorkflowStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmBoolean subprocess
{
get
{
return this.subprocessField;
}
set
{
this.subprocessField = value;
}
}
///
public Picklist type
{
get
{
return this.typeField;
}
set
{
this.typeField = value;
}
}
///
public string uidata
{
get
{
return this.uidataField;
}
set
{
this.uidataField = value;
}
}
///
public Key workflowid
{
get
{
return this.workflowidField;
}
set
{
this.workflowidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class WorkflowStateInfo
{
private string formattedvalueField;
private WorkflowState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public WorkflowState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum WorkflowState
{
///
Draft,
///
Published,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class wizardpage : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private string pagedatatopostField;
private CrmNumber pagesequencenumberField;
private string pageurlField;
private Lookup webwizardidField;
private Key wizardpageidField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string pagedatatopost
{
get
{
return this.pagedatatopostField;
}
set
{
this.pagedatatopostField = value;
}
}
///
public CrmNumber pagesequencenumber
{
get
{
return this.pagesequencenumberField;
}
set
{
this.pagesequencenumberField = value;
}
}
///
public string pageurl
{
get
{
return this.pageurlField;
}
set
{
this.pageurlField = value;
}
}
///
public Lookup webwizardid
{
get
{
return this.webwizardidField;
}
set
{
this.webwizardidField = value;
}
}
///
public Key wizardpageid
{
get
{
return this.wizardpageidField;
}
set
{
this.wizardpageidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class wizardaccessprivilege : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string entitynameField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private string privilegenameField;
private Lookup webwizardidField;
private Key wizardaccessprivilegeidField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string entityname
{
get
{
return this.entitynameField;
}
set
{
this.entitynameField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string privilegename
{
get
{
return this.privilegenameField;
}
set
{
this.privilegenameField = value;
}
}
///
public Lookup webwizardid
{
get
{
return this.webwizardidField;
}
set
{
this.webwizardidField = value;
}
}
///
public Key wizardaccessprivilegeid
{
get
{
return this.wizardaccessprivilegeidField;
}
set
{
this.wizardaccessprivilegeidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class wfprocessinstance : BusinessEntity
{
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmDateTime lastactivityonField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier objectidField;
private string objecttypeField;
private Lookup parentidField;
private Lookup processidField;
private Key processinstanceidField;
private Lookup startedbyField;
private CrmDateTime startedonField;
private WFProcessInstanceStateInfo statecodeField;
private CrmNumber stepcounterField;
private CrmNumber timezoneruleversionnumberField;
private Lookup usercontextField;
private CrmNumber utcconversiontimezonecodeField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmDateTime lastactivityon
{
get
{
return this.lastactivityonField;
}
set
{
this.lastactivityonField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier objectid
{
get
{
return this.objectidField;
}
set
{
this.objectidField = value;
}
}
///
public string objecttype
{
get
{
return this.objecttypeField;
}
set
{
this.objecttypeField = value;
}
}
///
public Lookup parentid
{
get
{
return this.parentidField;
}
set
{
this.parentidField = value;
}
}
///
public Lookup processid
{
get
{
return this.processidField;
}
set
{
this.processidField = value;
}
}
///
public Key processinstanceid
{
get
{
return this.processinstanceidField;
}
set
{
this.processinstanceidField = value;
}
}
///
public Lookup startedby
{
get
{
return this.startedbyField;
}
set
{
this.startedbyField = value;
}
}
///
public CrmDateTime startedon
{
get
{
return this.startedonField;
}
set
{
this.startedonField = value;
}
}
///
public WFProcessInstanceStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public CrmNumber stepcounter
{
get
{
return this.stepcounterField;
}
set
{
this.stepcounterField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup usercontext
{
get
{
return this.usercontextField;
}
set
{
this.usercontextField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class WFProcessInstanceStateInfo
{
private string formattedvalueField;
private WFProcessInstanceState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public WFProcessInstanceState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum WFProcessInstanceState
{
///
Initial,
///
Active,
///
Waiting,
///
Paused,
///
Completed,
///
Aborted,
///
Failure,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class wfprocess : BusinessEntity
{
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private string entitytypeField;
private Picklist eventtypecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private CrmNumber priorityField;
private Picklist processcodeField;
private Key processidField;
private Picklist processtypecodeField;
private CrmNumber processtypeversionField;
private WFProcessStateInfo statecodeField;
private Lookup usercontextField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string entitytype
{
get
{
return this.entitytypeField;
}
set
{
this.entitytypeField = value;
}
}
///
public Picklist eventtypecode
{
get
{
return this.eventtypecodeField;
}
set
{
this.eventtypecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public CrmNumber priority
{
get
{
return this.priorityField;
}
set
{
this.priorityField = value;
}
}
///
public Picklist processcode
{
get
{
return this.processcodeField;
}
set
{
this.processcodeField = value;
}
}
///
public Key processid
{
get
{
return this.processidField;
}
set
{
this.processidField = value;
}
}
///
public Picklist processtypecode
{
get
{
return this.processtypecodeField;
}
set
{
this.processtypecodeField = value;
}
}
///
public CrmNumber processtypeversion
{
get
{
return this.processtypeversionField;
}
set
{
this.processtypeversionField = value;
}
}
///
public WFProcessStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Lookup usercontext
{
get
{
return this.usercontextField;
}
set
{
this.usercontextField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class WFProcessStateInfo
{
private string formattedvalueField;
private WFProcessState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public WFProcessState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum WFProcessState
{
///
Active,
///
Inactive,
///
Disabled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class webwizard : BusinessEntity
{
private string accessprivilegesField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmBoolean isstaticpagesequenceField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmNumber startpagesequencenumberField;
private string titleresourcestringField;
private Key webwizardidField;
private CrmNumber wizardpageheightField;
private CrmNumber wizardpagewidthField;
///
public string accessprivileges
{
get
{
return this.accessprivilegesField;
}
set
{
this.accessprivilegesField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmBoolean isstaticpagesequence
{
get
{
return this.isstaticpagesequenceField;
}
set
{
this.isstaticpagesequenceField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmNumber startpagesequencenumber
{
get
{
return this.startpagesequencenumberField;
}
set
{
this.startpagesequencenumberField = value;
}
}
///
public string titleresourcestring
{
get
{
return this.titleresourcestringField;
}
set
{
this.titleresourcestringField = value;
}
}
///
public Key webwizardid
{
get
{
return this.webwizardidField;
}
set
{
this.webwizardidField = value;
}
}
///
public CrmNumber wizardpageheight
{
get
{
return this.wizardpageheightField;
}
set
{
this.wizardpageheightField = value;
}
}
///
public CrmNumber wizardpagewidth
{
get
{
return this.wizardpagewidthField;
}
set
{
this.wizardpagewidthField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class usersettings : BusinessEntity
{
private CrmNumber addressbooksyncintervalField;
private CrmNumber advancedfindstartupmodeField;
private CrmBoolean allowemailcredentialsField;
private string amdesignatorField;
private UniqueIdentifier businessunitidField;
private CrmNumber calendartypeField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber currencydecimalprecisionField;
private CrmNumber currencyformatcodeField;
private string currencysymbolField;
private CrmNumber dateformatcodeField;
private string dateformatstringField;
private string dateseparatorField;
private string decimalsymbolField;
private CrmNumber defaultcalendarviewField;
private string emailpasswordField;
private string emailusernameField;
private CrmNumber fullnameconventioncodeField;
private CrmNumber helplanguageidField;
private string homepageareaField;
private string homepagesubareaField;
private CrmBoolean ignoreunsolicitedemailField;
private Picklist incomingemailfilteringmethodField;
private CrmBoolean isduplicatedetectionenabledwhengoingonlineField;
private CrmNumber localeidField;
private CrmNumber longdateformatcodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmNumber negativecurrencyformatcodeField;
private CrmNumber negativeformatcodeField;
private CrmNumber nexttrackingnumberField;
private string numbergroupformatField;
private string numberseparatorField;
private CrmNumber offlinesyncintervalField;
private CrmNumber outlooksyncintervalField;
private CrmNumber paginglimitField;
private string pmdesignatorField;
private CrmNumber pricingdecimalprecisionField;
private Picklist reportscripterrorsField;
private CrmBoolean showweeknumberField;
private CrmBoolean synccontactcompanyField;
private Key systemuseridField;
private CrmNumber timeformatcodeField;
private string timeformatstringField;
private string timeseparatorField;
private CrmNumber timezonebiasField;
private CrmNumber timezonecodeField;
private CrmNumber timezonedaylightbiasField;
private CrmNumber timezonedaylightdayField;
private CrmNumber timezonedaylightdayofweekField;
private CrmNumber timezonedaylighthourField;
private CrmNumber timezonedaylightminuteField;
private CrmNumber timezonedaylightmonthField;
private CrmNumber timezonedaylightsecondField;
private CrmNumber timezonedaylightyearField;
private CrmNumber timezonestandardbiasField;
private CrmNumber timezonestandarddayField;
private CrmNumber timezonestandarddayofweekField;
private CrmNumber timezonestandardhourField;
private CrmNumber timezonestandardminuteField;
private CrmNumber timezonestandardmonthField;
private CrmNumber timezonestandardsecondField;
private CrmNumber timezonestandardyearField;
private CrmNumber trackingtokenidField;
private Lookup transactioncurrencyidField;
private CrmNumber uilanguageidField;
private CrmBoolean usecrmformforappointmentField;
private CrmBoolean usecrmformforcontactField;
private CrmBoolean usecrmformforemailField;
private CrmBoolean usecrmformfortaskField;
private CrmBoolean useimagestripsField;
private string userprofileField;
private string workdaystarttimeField;
private string workdaystoptimeField;
///
public CrmNumber addressbooksyncinterval
{
get
{
return this.addressbooksyncintervalField;
}
set
{
this.addressbooksyncintervalField = value;
}
}
///
public CrmNumber advancedfindstartupmode
{
get
{
return this.advancedfindstartupmodeField;
}
set
{
this.advancedfindstartupmodeField = value;
}
}
///
public CrmBoolean allowemailcredentials
{
get
{
return this.allowemailcredentialsField;
}
set
{
this.allowemailcredentialsField = value;
}
}
///
public string amdesignator
{
get
{
return this.amdesignatorField;
}
set
{
this.amdesignatorField = value;
}
}
///
public UniqueIdentifier businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public CrmNumber calendartype
{
get
{
return this.calendartypeField;
}
set
{
this.calendartypeField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber currencydecimalprecision
{
get
{
return this.currencydecimalprecisionField;
}
set
{
this.currencydecimalprecisionField = value;
}
}
///
public CrmNumber currencyformatcode
{
get
{
return this.currencyformatcodeField;
}
set
{
this.currencyformatcodeField = value;
}
}
///
public string currencysymbol
{
get
{
return this.currencysymbolField;
}
set
{
this.currencysymbolField = value;
}
}
///
public CrmNumber dateformatcode
{
get
{
return this.dateformatcodeField;
}
set
{
this.dateformatcodeField = value;
}
}
///
public string dateformatstring
{
get
{
return this.dateformatstringField;
}
set
{
this.dateformatstringField = value;
}
}
///
public string dateseparator
{
get
{
return this.dateseparatorField;
}
set
{
this.dateseparatorField = value;
}
}
///
public string decimalsymbol
{
get
{
return this.decimalsymbolField;
}
set
{
this.decimalsymbolField = value;
}
}
///
public CrmNumber defaultcalendarview
{
get
{
return this.defaultcalendarviewField;
}
set
{
this.defaultcalendarviewField = value;
}
}
///
public string emailpassword
{
get
{
return this.emailpasswordField;
}
set
{
this.emailpasswordField = value;
}
}
///
public string emailusername
{
get
{
return this.emailusernameField;
}
set
{
this.emailusernameField = value;
}
}
///
public CrmNumber fullnameconventioncode
{
get
{
return this.fullnameconventioncodeField;
}
set
{
this.fullnameconventioncodeField = value;
}
}
///
public CrmNumber helplanguageid
{
get
{
return this.helplanguageidField;
}
set
{
this.helplanguageidField = value;
}
}
///
public string homepagearea
{
get
{
return this.homepageareaField;
}
set
{
this.homepageareaField = value;
}
}
///
public string homepagesubarea
{
get
{
return this.homepagesubareaField;
}
set
{
this.homepagesubareaField = value;
}
}
///
public CrmBoolean ignoreunsolicitedemail
{
get
{
return this.ignoreunsolicitedemailField;
}
set
{
this.ignoreunsolicitedemailField = value;
}
}
///
public Picklist incomingemailfilteringmethod
{
get
{
return this.incomingemailfilteringmethodField;
}
set
{
this.incomingemailfilteringmethodField = value;
}
}
///
public CrmBoolean isduplicatedetectionenabledwhengoingonline
{
get
{
return this.isduplicatedetectionenabledwhengoingonlineField;
}
set
{
this.isduplicatedetectionenabledwhengoingonlineField = value;
}
}
///
public CrmNumber localeid
{
get
{
return this.localeidField;
}
set
{
this.localeidField = value;
}
}
///
public CrmNumber longdateformatcode
{
get
{
return this.longdateformatcodeField;
}
set
{
this.longdateformatcodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmNumber negativecurrencyformatcode
{
get
{
return this.negativecurrencyformatcodeField;
}
set
{
this.negativecurrencyformatcodeField = value;
}
}
///
public CrmNumber negativeformatcode
{
get
{
return this.negativeformatcodeField;
}
set
{
this.negativeformatcodeField = value;
}
}
///
public CrmNumber nexttrackingnumber
{
get
{
return this.nexttrackingnumberField;
}
set
{
this.nexttrackingnumberField = value;
}
}
///
public string numbergroupformat
{
get
{
return this.numbergroupformatField;
}
set
{
this.numbergroupformatField = value;
}
}
///
public string numberseparator
{
get
{
return this.numberseparatorField;
}
set
{
this.numberseparatorField = value;
}
}
///
public CrmNumber offlinesyncinterval
{
get
{
return this.offlinesyncintervalField;
}
set
{
this.offlinesyncintervalField = value;
}
}
///
public CrmNumber outlooksyncinterval
{
get
{
return this.outlooksyncintervalField;
}
set
{
this.outlooksyncintervalField = value;
}
}
///
public CrmNumber paginglimit
{
get
{
return this.paginglimitField;
}
set
{
this.paginglimitField = value;
}
}
///
public string pmdesignator
{
get
{
return this.pmdesignatorField;
}
set
{
this.pmdesignatorField = value;
}
}
///
public CrmNumber pricingdecimalprecision
{
get
{
return this.pricingdecimalprecisionField;
}
set
{
this.pricingdecimalprecisionField = value;
}
}
///
public Picklist reportscripterrors
{
get
{
return this.reportscripterrorsField;
}
set
{
this.reportscripterrorsField = value;
}
}
///
public CrmBoolean showweeknumber
{
get
{
return this.showweeknumberField;
}
set
{
this.showweeknumberField = value;
}
}
///
public CrmBoolean synccontactcompany
{
get
{
return this.synccontactcompanyField;
}
set
{
this.synccontactcompanyField = value;
}
}
///
public Key systemuserid
{
get
{
return this.systemuseridField;
}
set
{
this.systemuseridField = value;
}
}
///
public CrmNumber timeformatcode
{
get
{
return this.timeformatcodeField;
}
set
{
this.timeformatcodeField = value;
}
}
///
public string timeformatstring
{
get
{
return this.timeformatstringField;
}
set
{
this.timeformatstringField = value;
}
}
///
public string timeseparator
{
get
{
return this.timeseparatorField;
}
set
{
this.timeseparatorField = value;
}
}
///
public CrmNumber timezonebias
{
get
{
return this.timezonebiasField;
}
set
{
this.timezonebiasField = value;
}
}
///
public CrmNumber timezonecode
{
get
{
return this.timezonecodeField;
}
set
{
this.timezonecodeField = value;
}
}
///
public CrmNumber timezonedaylightbias
{
get
{
return this.timezonedaylightbiasField;
}
set
{
this.timezonedaylightbiasField = value;
}
}
///
public CrmNumber timezonedaylightday
{
get
{
return this.timezonedaylightdayField;
}
set
{
this.timezonedaylightdayField = value;
}
}
///
public CrmNumber timezonedaylightdayofweek
{
get
{
return this.timezonedaylightdayofweekField;
}
set
{
this.timezonedaylightdayofweekField = value;
}
}
///
public CrmNumber timezonedaylighthour
{
get
{
return this.timezonedaylighthourField;
}
set
{
this.timezonedaylighthourField = value;
}
}
///
public CrmNumber timezonedaylightminute
{
get
{
return this.timezonedaylightminuteField;
}
set
{
this.timezonedaylightminuteField = value;
}
}
///
public CrmNumber timezonedaylightmonth
{
get
{
return this.timezonedaylightmonthField;
}
set
{
this.timezonedaylightmonthField = value;
}
}
///
public CrmNumber timezonedaylightsecond
{
get
{
return this.timezonedaylightsecondField;
}
set
{
this.timezonedaylightsecondField = value;
}
}
///
public CrmNumber timezonedaylightyear
{
get
{
return this.timezonedaylightyearField;
}
set
{
this.timezonedaylightyearField = value;
}
}
///
public CrmNumber timezonestandardbias
{
get
{
return this.timezonestandardbiasField;
}
set
{
this.timezonestandardbiasField = value;
}
}
///
public CrmNumber timezonestandardday
{
get
{
return this.timezonestandarddayField;
}
set
{
this.timezonestandarddayField = value;
}
}
///
public CrmNumber timezonestandarddayofweek
{
get
{
return this.timezonestandarddayofweekField;
}
set
{
this.timezonestandarddayofweekField = value;
}
}
///
public CrmNumber timezonestandardhour
{
get
{
return this.timezonestandardhourField;
}
set
{
this.timezonestandardhourField = value;
}
}
///
public CrmNumber timezonestandardminute
{
get
{
return this.timezonestandardminuteField;
}
set
{
this.timezonestandardminuteField = value;
}
}
///
public CrmNumber timezonestandardmonth
{
get
{
return this.timezonestandardmonthField;
}
set
{
this.timezonestandardmonthField = value;
}
}
///
public CrmNumber timezonestandardsecond
{
get
{
return this.timezonestandardsecondField;
}
set
{
this.timezonestandardsecondField = value;
}
}
///
public CrmNumber timezonestandardyear
{
get
{
return this.timezonestandardyearField;
}
set
{
this.timezonestandardyearField = value;
}
}
///
public CrmNumber trackingtokenid
{
get
{
return this.trackingtokenidField;
}
set
{
this.trackingtokenidField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber uilanguageid
{
get
{
return this.uilanguageidField;
}
set
{
this.uilanguageidField = value;
}
}
///
public CrmBoolean usecrmformforappointment
{
get
{
return this.usecrmformforappointmentField;
}
set
{
this.usecrmformforappointmentField = value;
}
}
///
public CrmBoolean usecrmformforcontact
{
get
{
return this.usecrmformforcontactField;
}
set
{
this.usecrmformforcontactField = value;
}
}
///
public CrmBoolean usecrmformforemail
{
get
{
return this.usecrmformforemailField;
}
set
{
this.usecrmformforemailField = value;
}
}
///
public CrmBoolean usecrmformfortask
{
get
{
return this.usecrmformfortaskField;
}
set
{
this.usecrmformfortaskField = value;
}
}
///
public CrmBoolean useimagestrips
{
get
{
return this.useimagestripsField;
}
set
{
this.useimagestripsField = value;
}
}
///
public string userprofile
{
get
{
return this.userprofileField;
}
set
{
this.userprofileField = value;
}
}
///
public string workdaystarttime
{
get
{
return this.workdaystarttimeField;
}
set
{
this.workdaystarttimeField = value;
}
}
///
public string workdaystoptime
{
get
{
return this.workdaystoptimeField;
}
set
{
this.workdaystoptimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class userquery : BusinessEntity
{
private string columnsetxmlField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private string fetchxmlField;
private string layoutxmlField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private CrmNumber querytypeField;
private string returnedtypecodeField;
private UserQueryStateInfo statecodeField;
private Status statuscodeField;
private Key userqueryidField;
///
public string columnsetxml
{
get
{
return this.columnsetxmlField;
}
set
{
this.columnsetxmlField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string fetchxml
{
get
{
return this.fetchxmlField;
}
set
{
this.fetchxmlField = value;
}
}
///
public string layoutxml
{
get
{
return this.layoutxmlField;
}
set
{
this.layoutxmlField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public CrmNumber querytype
{
get
{
return this.querytypeField;
}
set
{
this.querytypeField = value;
}
}
///
public string returnedtypecode
{
get
{
return this.returnedtypecodeField;
}
set
{
this.returnedtypecodeField = value;
}
}
///
public UserQueryStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public Key userqueryid
{
get
{
return this.userqueryidField;
}
set
{
this.userqueryidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UserQueryStateInfo
{
private string formattedvalueField;
private UserQueryState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public UserQueryState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum UserQueryState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class uomschedule : BusinessEntity
{
private string baseuomnameField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private Key uomscheduleidField;
///
public string baseuomname
{
get
{
return this.baseuomnameField;
}
set
{
this.baseuomnameField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Key uomscheduleid
{
get
{
return this.uomscheduleidField;
}
set
{
this.uomscheduleidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class uom : BusinessEntity
{
private Lookup baseuomField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber importsequencenumberField;
private CrmBoolean isschedulebaseuomField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private UniqueIdentifier organizationidField;
private CrmDateTime overriddencreatedonField;
private CrmDecimal quantityField;
private Key uomidField;
private Lookup uomscheduleidField;
///
public Lookup baseuom
{
get
{
return this.baseuomField;
}
set
{
this.baseuomField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isschedulebaseuom
{
get
{
return this.isschedulebaseuomField;
}
set
{
this.isschedulebaseuomField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public CrmDecimal quantity
{
get
{
return this.quantityField;
}
set
{
this.quantityField = value;
}
}
///
public Key uomid
{
get
{
return this.uomidField;
}
set
{
this.uomidField = value;
}
}
///
public Lookup uomscheduleid
{
get
{
return this.uomscheduleidField;
}
set
{
this.uomscheduleidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class transformationparametermapping : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string dataField;
private Picklist datatypecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmNumber parameterarrayindexField;
private CrmNumber parametersequenceField;
private Picklist parametertypecodeField;
private Lookup transformationmappingidField;
private Key transformationparametermappingidField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string data
{
get
{
return this.dataField;
}
set
{
this.dataField = value;
}
}
///
public Picklist datatypecode
{
get
{
return this.datatypecodeField;
}
set
{
this.datatypecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmNumber parameterarrayindex
{
get
{
return this.parameterarrayindexField;
}
set
{
this.parameterarrayindexField = value;
}
}
///
public CrmNumber parametersequence
{
get
{
return this.parametersequenceField;
}
set
{
this.parametersequenceField = value;
}
}
///
public Picklist parametertypecode
{
get
{
return this.parametertypecodeField;
}
set
{
this.parametertypecodeField = value;
}
}
///
public Lookup transformationmappingid
{
get
{
return this.transformationmappingidField;
}
set
{
this.transformationmappingidField = value;
}
}
///
public Key transformationparametermappingid
{
get
{
return this.transformationparametermappingidField;
}
set
{
this.transformationparametermappingidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class transformationmapping : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private Lookup importmapidField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Picklist processcodeField;
private string sourceentitynameField;
private TransformationMappingStateInfo statecodeField;
private Status statuscodeField;
private string targetentitynameField;
private Key transformationmappingidField;
private string transformationtypenameField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Lookup importmapid
{
get
{
return this.importmapidField;
}
set
{
this.importmapidField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Picklist processcode
{
get
{
return this.processcodeField;
}
set
{
this.processcodeField = value;
}
}
///
public string sourceentityname
{
get
{
return this.sourceentitynameField;
}
set
{
this.sourceentitynameField = value;
}
}
///
public TransformationMappingStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string targetentityname
{
get
{
return this.targetentitynameField;
}
set
{
this.targetentitynameField = value;
}
}
///
public Key transformationmappingid
{
get
{
return this.transformationmappingidField;
}
set
{
this.transformationmappingidField = value;
}
}
///
public string transformationtypename
{
get
{
return this.transformationtypenameField;
}
set
{
this.transformationtypenameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TransformationMappingStateInfo
{
private string formattedvalueField;
private TransformationMappingState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public TransformationMappingState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum TransformationMappingState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class transactioncurrency : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string currencynameField;
private string currencysymbolField;
private CrmDecimal exchangerateField;
private CrmNumber importsequencenumberField;
private string isocurrencycodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private TransactionCurrencyStateInfo statecodeField;
private Status statuscodeField;
private Key transactioncurrencyidField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string currencyname
{
get
{
return this.currencynameField;
}
set
{
this.currencynameField = value;
}
}
///
public string currencysymbol
{
get
{
return this.currencysymbolField;
}
set
{
this.currencysymbolField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public string isocurrencycode
{
get
{
return this.isocurrencycodeField;
}
set
{
this.isocurrencycodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public TransactionCurrencyStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public Key transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TransactionCurrencyStateInfo
{
private string formattedvalueField;
private TransactionCurrencyState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public TransactionCurrencyState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum TransactionCurrencyState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class timezonerule : BusinessEntity
{
private CrmNumber biasField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber daylightbiasField;
private CrmNumber daylightdayField;
private CrmNumber daylightdayofweekField;
private CrmNumber daylighthourField;
private CrmNumber daylightminuteField;
private CrmNumber daylightmonthField;
private CrmNumber daylightsecondField;
private CrmNumber daylightyearField;
private CrmDateTime effectivedatetimeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private CrmNumber standardbiasField;
private CrmNumber standarddayField;
private CrmNumber standarddayofweekField;
private CrmNumber standardhourField;
private CrmNumber standardminuteField;
private CrmNumber standardmonthField;
private CrmNumber standardsecondField;
private CrmNumber standardyearField;
private Lookup timezonedefinitionidField;
private Key timezoneruleidField;
private CrmNumber timezoneruleversionnumberField;
///
public CrmNumber bias
{
get
{
return this.biasField;
}
set
{
this.biasField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber daylightbias
{
get
{
return this.daylightbiasField;
}
set
{
this.daylightbiasField = value;
}
}
///
public CrmNumber daylightday
{
get
{
return this.daylightdayField;
}
set
{
this.daylightdayField = value;
}
}
///
public CrmNumber daylightdayofweek
{
get
{
return this.daylightdayofweekField;
}
set
{
this.daylightdayofweekField = value;
}
}
///
public CrmNumber daylighthour
{
get
{
return this.daylighthourField;
}
set
{
this.daylighthourField = value;
}
}
///
public CrmNumber daylightminute
{
get
{
return this.daylightminuteField;
}
set
{
this.daylightminuteField = value;
}
}
///
public CrmNumber daylightmonth
{
get
{
return this.daylightmonthField;
}
set
{
this.daylightmonthField = value;
}
}
///
public CrmNumber daylightsecond
{
get
{
return this.daylightsecondField;
}
set
{
this.daylightsecondField = value;
}
}
///
public CrmNumber daylightyear
{
get
{
return this.daylightyearField;
}
set
{
this.daylightyearField = value;
}
}
///
public CrmDateTime effectivedatetime
{
get
{
return this.effectivedatetimeField;
}
set
{
this.effectivedatetimeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmNumber standardbias
{
get
{
return this.standardbiasField;
}
set
{
this.standardbiasField = value;
}
}
///
public CrmNumber standardday
{
get
{
return this.standarddayField;
}
set
{
this.standarddayField = value;
}
}
///
public CrmNumber standarddayofweek
{
get
{
return this.standarddayofweekField;
}
set
{
this.standarddayofweekField = value;
}
}
///
public CrmNumber standardhour
{
get
{
return this.standardhourField;
}
set
{
this.standardhourField = value;
}
}
///
public CrmNumber standardminute
{
get
{
return this.standardminuteField;
}
set
{
this.standardminuteField = value;
}
}
///
public CrmNumber standardmonth
{
get
{
return this.standardmonthField;
}
set
{
this.standardmonthField = value;
}
}
///
public CrmNumber standardsecond
{
get
{
return this.standardsecondField;
}
set
{
this.standardsecondField = value;
}
}
///
public CrmNumber standardyear
{
get
{
return this.standardyearField;
}
set
{
this.standardyearField = value;
}
}
///
public Lookup timezonedefinitionid
{
get
{
return this.timezonedefinitionidField;
}
set
{
this.timezonedefinitionidField = value;
}
}
///
public Key timezoneruleid
{
get
{
return this.timezoneruleidField;
}
set
{
this.timezoneruleidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class timezonelocalizedname : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber cultureidField;
private string daylightnameField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private string standardnameField;
private Lookup timezonedefinitionidField;
private Key timezonelocalizednameidField;
private string userinterfacenameField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber cultureid
{
get
{
return this.cultureidField;
}
set
{
this.cultureidField = value;
}
}
///
public string daylightname
{
get
{
return this.daylightnameField;
}
set
{
this.daylightnameField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string standardname
{
get
{
return this.standardnameField;
}
set
{
this.standardnameField = value;
}
}
///
public Lookup timezonedefinitionid
{
get
{
return this.timezonedefinitionidField;
}
set
{
this.timezonedefinitionidField = value;
}
}
///
public Key timezonelocalizednameid
{
get
{
return this.timezonelocalizednameidField;
}
set
{
this.timezonelocalizednameidField = value;
}
}
///
public string userinterfacename
{
get
{
return this.userinterfacenameField;
}
set
{
this.userinterfacenameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class timezonedefinition : BusinessEntity
{
private CrmNumber biasField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string daylightnameField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private CrmNumber retiredorderField;
private string standardnameField;
private CrmNumber timezonecodeField;
private Key timezonedefinitionidField;
private string userinterfacenameField;
///
public CrmNumber bias
{
get
{
return this.biasField;
}
set
{
this.biasField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string daylightname
{
get
{
return this.daylightnameField;
}
set
{
this.daylightnameField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmNumber retiredorder
{
get
{
return this.retiredorderField;
}
set
{
this.retiredorderField = value;
}
}
///
public string standardname
{
get
{
return this.standardnameField;
}
set
{
this.standardnameField = value;
}
}
///
public CrmNumber timezonecode
{
get
{
return this.timezonecodeField;
}
set
{
this.timezonecodeField = value;
}
}
///
public Key timezonedefinitionid
{
get
{
return this.timezonedefinitionidField;
}
set
{
this.timezonedefinitionidField = value;
}
}
///
public string userinterfacename
{
get
{
return this.userinterfacenameField;
}
set
{
this.userinterfacenameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class territory : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private Lookup manageridField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private Key territoryidField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup managerid
{
get
{
return this.manageridField;
}
set
{
this.manageridField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Key territoryid
{
get
{
return this.territoryidField;
}
set
{
this.territoryidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class template : BusinessEntity
{
private string bodyField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber generationtypecodeField;
private CrmNumber importsequencenumberField;
private CrmBoolean ispersonalField;
private CrmNumber languagecodeField;
private string mimetypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string presentationxmlField;
private string subjectField;
private string subjectpresentationxmlField;
private Key templateidField;
private EntityNameReference templatetypecodeField;
private string titleField;
///
public string body
{
get
{
return this.bodyField;
}
set
{
this.bodyField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber generationtypecode
{
get
{
return this.generationtypecodeField;
}
set
{
this.generationtypecodeField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean ispersonal
{
get
{
return this.ispersonalField;
}
set
{
this.ispersonalField = value;
}
}
///
public CrmNumber languagecode
{
get
{
return this.languagecodeField;
}
set
{
this.languagecodeField = value;
}
}
///
public string mimetype
{
get
{
return this.mimetypeField;
}
set
{
this.mimetypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string presentationxml
{
get
{
return this.presentationxmlField;
}
set
{
this.presentationxmlField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public string subjectpresentationxml
{
get
{
return this.subjectpresentationxmlField;
}
set
{
this.subjectpresentationxmlField = value;
}
}
///
public Key templateid
{
get
{
return this.templateidField;
}
set
{
this.templateidField = value;
}
}
///
public EntityNameReference templatetypecode
{
get
{
return this.templatetypecodeField;
}
set
{
this.templatetypecodeField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class team : BusinessEntity
{
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private string emailaddressField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private UniqueIdentifier organizationidField;
private CrmDateTime overriddencreatedonField;
private Key teamidField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string emailaddress
{
get
{
return this.emailaddressField;
}
set
{
this.emailaddressField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Key teamid
{
get
{
return this.teamidField;
}
set
{
this.teamidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class task : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string categoryField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private CrmNumber percentcompleteField;
private Picklist prioritycodeField;
private Lookup regardingobjectidField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private TaskStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private UniqueIdentifier subscriptionidField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public CrmNumber percentcomplete
{
get
{
return this.percentcompleteField;
}
set
{
this.percentcompleteField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public TaskStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public UniqueIdentifier subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TaskStateInfo
{
private string formattedvalueField;
private TaskState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public TaskState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum TaskState
{
///
Open,
///
Completed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class systemuser : BusinessEntity
{
private Picklist accessmodeField;
private Key address1_addressidField;
private Picklist address1_addresstypecodeField;
private string address1_cityField;
private string address1_countryField;
private string address1_countyField;
private string address1_faxField;
private CrmFloat address1_latitudeField;
private string address1_line1Field;
private string address1_line2Field;
private string address1_line3Field;
private CrmFloat address1_longitudeField;
private string address1_nameField;
private string address1_postalcodeField;
private string address1_postofficeboxField;
private Picklist address1_shippingmethodcodeField;
private string address1_stateorprovinceField;
private string address1_telephone1Field;
private string address1_telephone2Field;
private string address1_telephone3Field;
private string address1_upszoneField;
private CrmNumber address1_utcoffsetField;
private Key address2_addressidField;
private Picklist address2_addresstypecodeField;
private string address2_cityField;
private string address2_countryField;
private string address2_countyField;
private string address2_faxField;
private CrmFloat address2_latitudeField;
private string address2_line1Field;
private string address2_line2Field;
private string address2_line3Field;
private CrmFloat address2_longitudeField;
private string address2_nameField;
private string address2_postalcodeField;
private string address2_postofficeboxField;
private Picklist address2_shippingmethodcodeField;
private string address2_stateorprovinceField;
private string address2_telephone1Field;
private string address2_telephone2Field;
private string address2_telephone3Field;
private string address2_upszoneField;
private CrmNumber address2_utcoffsetField;
private Lookup businessunitidField;
private Lookup calendaridField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string disabledreasonField;
private CrmBoolean displayinserviceviewsField;
private string domainnameField;
private string employeeidField;
private string firstnameField;
private string fullnameField;
private string governmentidField;
private string homephoneField;
private CrmNumber importsequencenumberField;
private Picklist incomingemaildeliverymethodField;
private string internalemailaddressField;
private Picklist invitestatuscodeField;
private CrmBoolean isdisabledField;
private string jobtitleField;
private string lastnameField;
private string middlenameField;
private string mobilealertemailField;
private string mobilephoneField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nicknameField;
private UniqueIdentifier organizationidField;
private Picklist outgoingemaildeliverymethodField;
private CrmDateTime overriddencreatedonField;
private Lookup parentsystemuseridField;
private CrmNumber passporthiField;
private CrmNumber passportloField;
private string personalemailaddressField;
private string photourlField;
private Picklist preferredaddresscodeField;
private Picklist preferredemailcodeField;
private Picklist preferredphonecodeField;
private string salutationField;
private CrmBoolean setupuserField;
private Lookup siteidField;
private string skillsField;
private Key systemuseridField;
private Lookup territoryidField;
private CrmNumber timezoneruleversionnumberField;
private string titleField;
private CrmNumber utcconversiontimezonecodeField;
private string windowsliveidField;
private string yomifirstnameField;
private string yomifullnameField;
private string yomilastnameField;
private string yomimiddlenameField;
///
public Picklist accessmode
{
get
{
return this.accessmodeField;
}
set
{
this.accessmodeField = value;
}
}
///
public Key address1_addressid
{
get
{
return this.address1_addressidField;
}
set
{
this.address1_addressidField = value;
}
}
///
public Picklist address1_addresstypecode
{
get
{
return this.address1_addresstypecodeField;
}
set
{
this.address1_addresstypecodeField = value;
}
}
///
public string address1_city
{
get
{
return this.address1_cityField;
}
set
{
this.address1_cityField = value;
}
}
///
public string address1_country
{
get
{
return this.address1_countryField;
}
set
{
this.address1_countryField = value;
}
}
///
public string address1_county
{
get
{
return this.address1_countyField;
}
set
{
this.address1_countyField = value;
}
}
///
public string address1_fax
{
get
{
return this.address1_faxField;
}
set
{
this.address1_faxField = value;
}
}
///
public CrmFloat address1_latitude
{
get
{
return this.address1_latitudeField;
}
set
{
this.address1_latitudeField = value;
}
}
///
public string address1_line1
{
get
{
return this.address1_line1Field;
}
set
{
this.address1_line1Field = value;
}
}
///
public string address1_line2
{
get
{
return this.address1_line2Field;
}
set
{
this.address1_line2Field = value;
}
}
///
public string address1_line3
{
get
{
return this.address1_line3Field;
}
set
{
this.address1_line3Field = value;
}
}
///
public CrmFloat address1_longitude
{
get
{
return this.address1_longitudeField;
}
set
{
this.address1_longitudeField = value;
}
}
///
public string address1_name
{
get
{
return this.address1_nameField;
}
set
{
this.address1_nameField = value;
}
}
///
public string address1_postalcode
{
get
{
return this.address1_postalcodeField;
}
set
{
this.address1_postalcodeField = value;
}
}
///
public string address1_postofficebox
{
get
{
return this.address1_postofficeboxField;
}
set
{
this.address1_postofficeboxField = value;
}
}
///
public Picklist address1_shippingmethodcode
{
get
{
return this.address1_shippingmethodcodeField;
}
set
{
this.address1_shippingmethodcodeField = value;
}
}
///
public string address1_stateorprovince
{
get
{
return this.address1_stateorprovinceField;
}
set
{
this.address1_stateorprovinceField = value;
}
}
///
public string address1_telephone1
{
get
{
return this.address1_telephone1Field;
}
set
{
this.address1_telephone1Field = value;
}
}
///
public string address1_telephone2
{
get
{
return this.address1_telephone2Field;
}
set
{
this.address1_telephone2Field = value;
}
}
///
public string address1_telephone3
{
get
{
return this.address1_telephone3Field;
}
set
{
this.address1_telephone3Field = value;
}
}
///
public string address1_upszone
{
get
{
return this.address1_upszoneField;
}
set
{
this.address1_upszoneField = value;
}
}
///
public CrmNumber address1_utcoffset
{
get
{
return this.address1_utcoffsetField;
}
set
{
this.address1_utcoffsetField = value;
}
}
///
public Key address2_addressid
{
get
{
return this.address2_addressidField;
}
set
{
this.address2_addressidField = value;
}
}
///
public Picklist address2_addresstypecode
{
get
{
return this.address2_addresstypecodeField;
}
set
{
this.address2_addresstypecodeField = value;
}
}
///
public string address2_city
{
get
{
return this.address2_cityField;
}
set
{
this.address2_cityField = value;
}
}
///
public string address2_country
{
get
{
return this.address2_countryField;
}
set
{
this.address2_countryField = value;
}
}
///
public string address2_county
{
get
{
return this.address2_countyField;
}
set
{
this.address2_countyField = value;
}
}
///
public string address2_fax
{
get
{
return this.address2_faxField;
}
set
{
this.address2_faxField = value;
}
}
///
public CrmFloat address2_latitude
{
get
{
return this.address2_latitudeField;
}
set
{
this.address2_latitudeField = value;
}
}
///
public string address2_line1
{
get
{
return this.address2_line1Field;
}
set
{
this.address2_line1Field = value;
}
}
///
public string address2_line2
{
get
{
return this.address2_line2Field;
}
set
{
this.address2_line2Field = value;
}
}
///
public string address2_line3
{
get
{
return this.address2_line3Field;
}
set
{
this.address2_line3Field = value;
}
}
///
public CrmFloat address2_longitude
{
get
{
return this.address2_longitudeField;
}
set
{
this.address2_longitudeField = value;
}
}
///
public string address2_name
{
get
{
return this.address2_nameField;
}
set
{
this.address2_nameField = value;
}
}
///
public string address2_postalcode
{
get
{
return this.address2_postalcodeField;
}
set
{
this.address2_postalcodeField = value;
}
}
///
public string address2_postofficebox
{
get
{
return this.address2_postofficeboxField;
}
set
{
this.address2_postofficeboxField = value;
}
}
///
public Picklist address2_shippingmethodcode
{
get
{
return this.address2_shippingmethodcodeField;
}
set
{
this.address2_shippingmethodcodeField = value;
}
}
///
public string address2_stateorprovince
{
get
{
return this.address2_stateorprovinceField;
}
set
{
this.address2_stateorprovinceField = value;
}
}
///
public string address2_telephone1
{
get
{
return this.address2_telephone1Field;
}
set
{
this.address2_telephone1Field = value;
}
}
///
public string address2_telephone2
{
get
{
return this.address2_telephone2Field;
}
set
{
this.address2_telephone2Field = value;
}
}
///
public string address2_telephone3
{
get
{
return this.address2_telephone3Field;
}
set
{
this.address2_telephone3Field = value;
}
}
///
public string address2_upszone
{
get
{
return this.address2_upszoneField;
}
set
{
this.address2_upszoneField = value;
}
}
///
public CrmNumber address2_utcoffset
{
get
{
return this.address2_utcoffsetField;
}
set
{
this.address2_utcoffsetField = value;
}
}
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup calendarid
{
get
{
return this.calendaridField;
}
set
{
this.calendaridField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string disabledreason
{
get
{
return this.disabledreasonField;
}
set
{
this.disabledreasonField = value;
}
}
///
public CrmBoolean displayinserviceviews
{
get
{
return this.displayinserviceviewsField;
}
set
{
this.displayinserviceviewsField = value;
}
}
///
public string domainname
{
get
{
return this.domainnameField;
}
set
{
this.domainnameField = value;
}
}
///
public string employeeid
{
get
{
return this.employeeidField;
}
set
{
this.employeeidField = value;
}
}
///
public string firstname
{
get
{
return this.firstnameField;
}
set
{
this.firstnameField = value;
}
}
///
public string fullname
{
get
{
return this.fullnameField;
}
set
{
this.fullnameField = value;
}
}
///
public string governmentid
{
get
{
return this.governmentidField;
}
set
{
this.governmentidField = value;
}
}
///
public string homephone
{
get
{
return this.homephoneField;
}
set
{
this.homephoneField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Picklist incomingemaildeliverymethod
{
get
{
return this.incomingemaildeliverymethodField;
}
set
{
this.incomingemaildeliverymethodField = value;
}
}
///
public string internalemailaddress
{
get
{
return this.internalemailaddressField;
}
set
{
this.internalemailaddressField = value;
}
}
///
public Picklist invitestatuscode
{
get
{
return this.invitestatuscodeField;
}
set
{
this.invitestatuscodeField = value;
}
}
///
public CrmBoolean isdisabled
{
get
{
return this.isdisabledField;
}
set
{
this.isdisabledField = value;
}
}
///
public string jobtitle
{
get
{
return this.jobtitleField;
}
set
{
this.jobtitleField = value;
}
}
///
public string lastname
{
get
{
return this.lastnameField;
}
set
{
this.lastnameField = value;
}
}
///
public string middlename
{
get
{
return this.middlenameField;
}
set
{
this.middlenameField = value;
}
}
///
public string mobilealertemail
{
get
{
return this.mobilealertemailField;
}
set
{
this.mobilealertemailField = value;
}
}
///
public string mobilephone
{
get
{
return this.mobilephoneField;
}
set
{
this.mobilephoneField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string nickname
{
get
{
return this.nicknameField;
}
set
{
this.nicknameField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Picklist outgoingemaildeliverymethod
{
get
{
return this.outgoingemaildeliverymethodField;
}
set
{
this.outgoingemaildeliverymethodField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Lookup parentsystemuserid
{
get
{
return this.parentsystemuseridField;
}
set
{
this.parentsystemuseridField = value;
}
}
///
public CrmNumber passporthi
{
get
{
return this.passporthiField;
}
set
{
this.passporthiField = value;
}
}
///
public CrmNumber passportlo
{
get
{
return this.passportloField;
}
set
{
this.passportloField = value;
}
}
///
public string personalemailaddress
{
get
{
return this.personalemailaddressField;
}
set
{
this.personalemailaddressField = value;
}
}
///
public string photourl
{
get
{
return this.photourlField;
}
set
{
this.photourlField = value;
}
}
///
public Picklist preferredaddresscode
{
get
{
return this.preferredaddresscodeField;
}
set
{
this.preferredaddresscodeField = value;
}
}
///
public Picklist preferredemailcode
{
get
{
return this.preferredemailcodeField;
}
set
{
this.preferredemailcodeField = value;
}
}
///
public Picklist preferredphonecode
{
get
{
return this.preferredphonecodeField;
}
set
{
this.preferredphonecodeField = value;
}
}
///
public string salutation
{
get
{
return this.salutationField;
}
set
{
this.salutationField = value;
}
}
///
public CrmBoolean setupuser
{
get
{
return this.setupuserField;
}
set
{
this.setupuserField = value;
}
}
///
public Lookup siteid
{
get
{
return this.siteidField;
}
set
{
this.siteidField = value;
}
}
///
public string skills
{
get
{
return this.skillsField;
}
set
{
this.skillsField = value;
}
}
///
public Key systemuserid
{
get
{
return this.systemuseridField;
}
set
{
this.systemuseridField = value;
}
}
///
public Lookup territoryid
{
get
{
return this.territoryidField;
}
set
{
this.territoryidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public string windowsliveid
{
get
{
return this.windowsliveidField;
}
set
{
this.windowsliveidField = value;
}
}
///
public string yomifirstname
{
get
{
return this.yomifirstnameField;
}
set
{
this.yomifirstnameField = value;
}
}
///
public string yomifullname
{
get
{
return this.yomifullnameField;
}
set
{
this.yomifullnameField = value;
}
}
///
public string yomilastname
{
get
{
return this.yomilastnameField;
}
set
{
this.yomilastnameField = value;
}
}
///
public string yomimiddlename
{
get
{
return this.yomimiddlenameField;
}
set
{
this.yomimiddlenameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class subscriptionsyncinfo : BusinessEntity
{
private CrmNumber datasizeField;
private CrmNumber deleteobjectcountField;
private CrmDateTime endtimeField;
private CrmNumber insertobjectcountField;
private CrmDateTime starttimeField;
private Lookup subscriptionidField;
private CrmNumber subscriptionsyncinfoidField;
private CrmBoolean syncresultField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmNumber datasize
{
get
{
return this.datasizeField;
}
set
{
this.datasizeField = value;
}
}
///
public CrmNumber deleteobjectcount
{
get
{
return this.deleteobjectcountField;
}
set
{
this.deleteobjectcountField = value;
}
}
///
public CrmDateTime endtime
{
get
{
return this.endtimeField;
}
set
{
this.endtimeField = value;
}
}
///
public CrmNumber insertobjectcount
{
get
{
return this.insertobjectcountField;
}
set
{
this.insertobjectcountField = value;
}
}
///
public CrmDateTime starttime
{
get
{
return this.starttimeField;
}
set
{
this.starttimeField = value;
}
}
///
public Lookup subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
///
public CrmNumber subscriptionsyncinfoid
{
get
{
return this.subscriptionsyncinfoidField;
}
set
{
this.subscriptionsyncinfoidField = value;
}
}
///
public CrmBoolean syncresult
{
get
{
return this.syncresultField;
}
set
{
this.syncresultField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class subscriptionclients : BusinessEntity
{
private UniqueIdentifier clientidField;
private CrmBoolean isprimaryclientField;
private string machinenameField;
private Key subscriptionclientidField;
private UniqueIdentifier subscriptionidField;
///
public UniqueIdentifier clientid
{
get
{
return this.clientidField;
}
set
{
this.clientidField = value;
}
}
///
public CrmBoolean isprimaryclient
{
get
{
return this.isprimaryclientField;
}
set
{
this.isprimaryclientField = value;
}
}
///
public string machinename
{
get
{
return this.machinenameField;
}
set
{
this.machinenameField = value;
}
}
///
public Key subscriptionclientid
{
get
{
return this.subscriptionclientidField;
}
set
{
this.subscriptionclientidField = value;
}
}
///
public UniqueIdentifier subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class subscription : BusinessEntity
{
private CrmDateTime completedsyncstartedonField;
private CrmDateTime lastsyncstartedonField;
private string machinenameField;
private CrmBoolean reinitializeField;
private Key subscriptionidField;
private CrmNumber subscriptiontypeField;
private string syncentrytablenameField;
private UniqueIdentifier systemuseridField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmDateTime completedsyncstartedon
{
get
{
return this.completedsyncstartedonField;
}
set
{
this.completedsyncstartedonField = value;
}
}
///
public CrmDateTime lastsyncstartedon
{
get
{
return this.lastsyncstartedonField;
}
set
{
this.lastsyncstartedonField = value;
}
}
///
public string machinename
{
get
{
return this.machinenameField;
}
set
{
this.machinenameField = value;
}
}
///
public CrmBoolean reinitialize
{
get
{
return this.reinitializeField;
}
set
{
this.reinitializeField = value;
}
}
///
public Key subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
///
public CrmNumber subscriptiontype
{
get
{
return this.subscriptiontypeField;
}
set
{
this.subscriptiontypeField = value;
}
}
///
public string syncentrytablename
{
get
{
return this.syncentrytablenameField;
}
set
{
this.syncentrytablenameField = value;
}
}
///
public UniqueIdentifier systemuserid
{
get
{
return this.systemuseridField;
}
set
{
this.systemuseridField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class subject : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber featuremaskField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private Lookup parentsubjectField;
private Key subjectidField;
private string titleField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber featuremask
{
get
{
return this.featuremaskField;
}
set
{
this.featuremaskField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Lookup parentsubject
{
get
{
return this.parentsubjectField;
}
set
{
this.parentsubjectField = value;
}
}
///
public Key subjectid
{
get
{
return this.subjectidField;
}
set
{
this.subjectidField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class site : BusinessEntity
{
private Key address1_addressidField;
private Picklist address1_addresstypecodeField;
private string address1_cityField;
private string address1_countryField;
private string address1_countyField;
private string address1_faxField;
private CrmFloat address1_latitudeField;
private string address1_line1Field;
private string address1_line2Field;
private string address1_line3Field;
private CrmFloat address1_longitudeField;
private string address1_nameField;
private string address1_postalcodeField;
private string address1_postofficeboxField;
private Picklist address1_shippingmethodcodeField;
private string address1_stateorprovinceField;
private string address1_telephone1Field;
private string address1_telephone2Field;
private string address1_telephone3Field;
private string address1_upszoneField;
private CrmNumber address1_utcoffsetField;
private Key address2_addressidField;
private Picklist address2_addresstypecodeField;
private string address2_cityField;
private string address2_countryField;
private string address2_countyField;
private string address2_faxField;
private CrmFloat address2_latitudeField;
private string address2_line1Field;
private string address2_line2Field;
private string address2_line3Field;
private CrmFloat address2_longitudeField;
private string address2_nameField;
private string address2_postalcodeField;
private string address2_postofficeboxField;
private Picklist address2_shippingmethodcodeField;
private string address2_stateorprovinceField;
private string address2_telephone1Field;
private string address2_telephone2Field;
private string address2_telephone3Field;
private string address2_upszoneField;
private CrmNumber address2_utcoffsetField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string emailaddressField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private UniqueIdentifier organizationidField;
private CrmDateTime overriddencreatedonField;
private Key siteidField;
private CrmNumber timezonecodeField;
///
public Key address1_addressid
{
get
{
return this.address1_addressidField;
}
set
{
this.address1_addressidField = value;
}
}
///
public Picklist address1_addresstypecode
{
get
{
return this.address1_addresstypecodeField;
}
set
{
this.address1_addresstypecodeField = value;
}
}
///
public string address1_city
{
get
{
return this.address1_cityField;
}
set
{
this.address1_cityField = value;
}
}
///
public string address1_country
{
get
{
return this.address1_countryField;
}
set
{
this.address1_countryField = value;
}
}
///
public string address1_county
{
get
{
return this.address1_countyField;
}
set
{
this.address1_countyField = value;
}
}
///
public string address1_fax
{
get
{
return this.address1_faxField;
}
set
{
this.address1_faxField = value;
}
}
///
public CrmFloat address1_latitude
{
get
{
return this.address1_latitudeField;
}
set
{
this.address1_latitudeField = value;
}
}
///
public string address1_line1
{
get
{
return this.address1_line1Field;
}
set
{
this.address1_line1Field = value;
}
}
///
public string address1_line2
{
get
{
return this.address1_line2Field;
}
set
{
this.address1_line2Field = value;
}
}
///
public string address1_line3
{
get
{
return this.address1_line3Field;
}
set
{
this.address1_line3Field = value;
}
}
///
public CrmFloat address1_longitude
{
get
{
return this.address1_longitudeField;
}
set
{
this.address1_longitudeField = value;
}
}
///
public string address1_name
{
get
{
return this.address1_nameField;
}
set
{
this.address1_nameField = value;
}
}
///
public string address1_postalcode
{
get
{
return this.address1_postalcodeField;
}
set
{
this.address1_postalcodeField = value;
}
}
///
public string address1_postofficebox
{
get
{
return this.address1_postofficeboxField;
}
set
{
this.address1_postofficeboxField = value;
}
}
///
public Picklist address1_shippingmethodcode
{
get
{
return this.address1_shippingmethodcodeField;
}
set
{
this.address1_shippingmethodcodeField = value;
}
}
///
public string address1_stateorprovince
{
get
{
return this.address1_stateorprovinceField;
}
set
{
this.address1_stateorprovinceField = value;
}
}
///
public string address1_telephone1
{
get
{
return this.address1_telephone1Field;
}
set
{
this.address1_telephone1Field = value;
}
}
///
public string address1_telephone2
{
get
{
return this.address1_telephone2Field;
}
set
{
this.address1_telephone2Field = value;
}
}
///
public string address1_telephone3
{
get
{
return this.address1_telephone3Field;
}
set
{
this.address1_telephone3Field = value;
}
}
///
public string address1_upszone
{
get
{
return this.address1_upszoneField;
}
set
{
this.address1_upszoneField = value;
}
}
///
public CrmNumber address1_utcoffset
{
get
{
return this.address1_utcoffsetField;
}
set
{
this.address1_utcoffsetField = value;
}
}
///
public Key address2_addressid
{
get
{
return this.address2_addressidField;
}
set
{
this.address2_addressidField = value;
}
}
///
public Picklist address2_addresstypecode
{
get
{
return this.address2_addresstypecodeField;
}
set
{
this.address2_addresstypecodeField = value;
}
}
///
public string address2_city
{
get
{
return this.address2_cityField;
}
set
{
this.address2_cityField = value;
}
}
///
public string address2_country
{
get
{
return this.address2_countryField;
}
set
{
this.address2_countryField = value;
}
}
///
public string address2_county
{
get
{
return this.address2_countyField;
}
set
{
this.address2_countyField = value;
}
}
///
public string address2_fax
{
get
{
return this.address2_faxField;
}
set
{
this.address2_faxField = value;
}
}
///
public CrmFloat address2_latitude
{
get
{
return this.address2_latitudeField;
}
set
{
this.address2_latitudeField = value;
}
}
///
public string address2_line1
{
get
{
return this.address2_line1Field;
}
set
{
this.address2_line1Field = value;
}
}
///
public string address2_line2
{
get
{
return this.address2_line2Field;
}
set
{
this.address2_line2Field = value;
}
}
///
public string address2_line3
{
get
{
return this.address2_line3Field;
}
set
{
this.address2_line3Field = value;
}
}
///
public CrmFloat address2_longitude
{
get
{
return this.address2_longitudeField;
}
set
{
this.address2_longitudeField = value;
}
}
///
public string address2_name
{
get
{
return this.address2_nameField;
}
set
{
this.address2_nameField = value;
}
}
///
public string address2_postalcode
{
get
{
return this.address2_postalcodeField;
}
set
{
this.address2_postalcodeField = value;
}
}
///
public string address2_postofficebox
{
get
{
return this.address2_postofficeboxField;
}
set
{
this.address2_postofficeboxField = value;
}
}
///
public Picklist address2_shippingmethodcode
{
get
{
return this.address2_shippingmethodcodeField;
}
set
{
this.address2_shippingmethodcodeField = value;
}
}
///
public string address2_stateorprovince
{
get
{
return this.address2_stateorprovinceField;
}
set
{
this.address2_stateorprovinceField = value;
}
}
///
public string address2_telephone1
{
get
{
return this.address2_telephone1Field;
}
set
{
this.address2_telephone1Field = value;
}
}
///
public string address2_telephone2
{
get
{
return this.address2_telephone2Field;
}
set
{
this.address2_telephone2Field = value;
}
}
///
public string address2_telephone3
{
get
{
return this.address2_telephone3Field;
}
set
{
this.address2_telephone3Field = value;
}
}
///
public string address2_upszone
{
get
{
return this.address2_upszoneField;
}
set
{
this.address2_upszoneField = value;
}
}
///
public CrmNumber address2_utcoffset
{
get
{
return this.address2_utcoffsetField;
}
set
{
this.address2_utcoffsetField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string emailaddress
{
get
{
return this.emailaddressField;
}
set
{
this.emailaddressField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Key siteid
{
get
{
return this.siteidField;
}
set
{
this.siteidField = value;
}
}
///
public CrmNumber timezonecode
{
get
{
return this.timezonecodeField;
}
set
{
this.timezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class serviceappointment : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string categoryField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private activityparty[] customersField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private CrmBoolean isalldayeventField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private string locationField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist prioritycodeField;
private Lookup regardingobjectidField;
private activityparty[] resourcesField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private Lookup siteidField;
private ServiceAppointmentStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private UniqueIdentifier subscriptionidField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] customers
{
get
{
return this.customersField;
}
set
{
this.customersField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isalldayevent
{
get
{
return this.isalldayeventField;
}
set
{
this.isalldayeventField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public string location
{
get
{
return this.locationField;
}
set
{
this.locationField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] resources
{
get
{
return this.resourcesField;
}
set
{
this.resourcesField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public Lookup siteid
{
get
{
return this.siteidField;
}
set
{
this.siteidField = value;
}
}
///
public ServiceAppointmentStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public UniqueIdentifier subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class activityparty : BusinessEntity
{
private Lookup activityidField;
private Key activitypartyidField;
private string addressusedField;
private CrmBoolean donotemailField;
private CrmBoolean donotfaxField;
private CrmBoolean donotphoneField;
private CrmBoolean donotpostalmailField;
private CrmFloat effortField;
private string exchangeentryidField;
private Picklist participationtypemaskField;
private Lookup partyidField;
private Lookup resourcespecidField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
///
public Lookup activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public Key activitypartyid
{
get
{
return this.activitypartyidField;
}
set
{
this.activitypartyidField = value;
}
}
///
public string addressused
{
get
{
return this.addressusedField;
}
set
{
this.addressusedField = value;
}
}
///
public CrmBoolean donotemail
{
get
{
return this.donotemailField;
}
set
{
this.donotemailField = value;
}
}
///
public CrmBoolean donotfax
{
get
{
return this.donotfaxField;
}
set
{
this.donotfaxField = value;
}
}
///
public CrmBoolean donotphone
{
get
{
return this.donotphoneField;
}
set
{
this.donotphoneField = value;
}
}
///
public CrmBoolean donotpostalmail
{
get
{
return this.donotpostalmailField;
}
set
{
this.donotpostalmailField = value;
}
}
///
public CrmFloat effort
{
get
{
return this.effortField;
}
set
{
this.effortField = value;
}
}
///
public string exchangeentryid
{
get
{
return this.exchangeentryidField;
}
set
{
this.exchangeentryidField = value;
}
}
///
public Picklist participationtypemask
{
get
{
return this.participationtypemaskField;
}
set
{
this.participationtypemaskField = value;
}
}
///
public Lookup partyid
{
get
{
return this.partyidField;
}
set
{
this.partyidField = value;
}
}
///
public Lookup resourcespecid
{
get
{
return this.resourcespecidField;
}
set
{
this.resourcespecidField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ServiceAppointmentStateInfo
{
private string formattedvalueField;
private ServiceAppointmentState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ServiceAppointmentState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ServiceAppointmentState
{
///
Open,
///
Closed,
///
Canceled,
///
Scheduled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class service : BusinessEntity
{
private CrmNumber anchoroffsetField;
private UniqueIdentifier calendaridField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber durationField;
private string granularityField;
private CrmNumber importsequencenumberField;
private Status initialstatuscodeField;
private CrmBoolean isschedulableField;
private CrmBoolean isvisibleField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private Lookup resourcespecidField;
private Key serviceidField;
private CrmBoolean showresourcesField;
private Lookup strategyidField;
///
public CrmNumber anchoroffset
{
get
{
return this.anchoroffsetField;
}
set
{
this.anchoroffsetField = value;
}
}
///
public UniqueIdentifier calendarid
{
get
{
return this.calendaridField;
}
set
{
this.calendaridField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber duration
{
get
{
return this.durationField;
}
set
{
this.durationField = value;
}
}
///
public string granularity
{
get
{
return this.granularityField;
}
set
{
this.granularityField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Status initialstatuscode
{
get
{
return this.initialstatuscodeField;
}
set
{
this.initialstatuscodeField = value;
}
}
///
public CrmBoolean isschedulable
{
get
{
return this.isschedulableField;
}
set
{
this.isschedulableField = value;
}
}
///
public CrmBoolean isvisible
{
get
{
return this.isvisibleField;
}
set
{
this.isvisibleField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Lookup resourcespecid
{
get
{
return this.resourcespecidField;
}
set
{
this.resourcespecidField = value;
}
}
///
public Key serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public CrmBoolean showresources
{
get
{
return this.showresourcesField;
}
set
{
this.showresourcesField = value;
}
}
///
public Lookup strategyid
{
get
{
return this.strategyidField;
}
set
{
this.strategyidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class semiannualfiscalcalendar : BusinessEntity
{
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmDateTime effectiveonField;
private CrmDecimal exchangerateField;
private CrmMoney firsthalfField;
private CrmMoney firsthalf_baseField;
private CrmNumber fiscalperiodtypeField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup salespersonidField;
private CrmMoney secondhalfField;
private CrmMoney secondhalf_baseField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Key userfiscalcalendaridField;
private CrmNumber utcconversiontimezonecodeField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmDateTime effectiveon
{
get
{
return this.effectiveonField;
}
set
{
this.effectiveonField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmMoney firsthalf
{
get
{
return this.firsthalfField;
}
set
{
this.firsthalfField = value;
}
}
///
public CrmMoney firsthalf_base
{
get
{
return this.firsthalf_baseField;
}
set
{
this.firsthalf_baseField = value;
}
}
///
public CrmNumber fiscalperiodtype
{
get
{
return this.fiscalperiodtypeField;
}
set
{
this.fiscalperiodtypeField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup salespersonid
{
get
{
return this.salespersonidField;
}
set
{
this.salespersonidField = value;
}
}
///
public CrmMoney secondhalf
{
get
{
return this.secondhalfField;
}
set
{
this.secondhalfField = value;
}
}
///
public CrmMoney secondhalf_base
{
get
{
return this.secondhalf_baseField;
}
set
{
this.secondhalf_baseField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Key userfiscalcalendarid
{
get
{
return this.userfiscalcalendaridField;
}
set
{
this.userfiscalcalendaridField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class sdkmessageprocessingstepsecureconfig : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber customizationlevelField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private Key sdkmessageprocessingstepsecureconfigidField;
private UniqueIdentifier sdkmessageprocessingstepsecureconfigiduniqueField;
private string secureconfigField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber customizationlevel
{
get
{
return this.customizationlevelField;
}
set
{
this.customizationlevelField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Key sdkmessageprocessingstepsecureconfigid
{
get
{
return this.sdkmessageprocessingstepsecureconfigidField;
}
set
{
this.sdkmessageprocessingstepsecureconfigidField = value;
}
}
///
public UniqueIdentifier sdkmessageprocessingstepsecureconfigidunique
{
get
{
return this.sdkmessageprocessingstepsecureconfigiduniqueField;
}
set
{
this.sdkmessageprocessingstepsecureconfigiduniqueField = value;
}
}
///
public string secureconfig
{
get
{
return this.secureconfigField;
}
set
{
this.secureconfigField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class sdkmessageprocessingstepimage : BusinessEntity
{
private string attributesField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber customizationlevelField;
private string entityaliasField;
private Picklist imagetypeField;
private string messagepropertynameField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private string relatedattributenameField;
private Lookup sdkmessageprocessingstepidField;
private Key sdkmessageprocessingstepimageidField;
private UniqueIdentifier sdkmessageprocessingstepimageiduniqueField;
///
public string attributes
{
get
{
return this.attributesField;
}
set
{
this.attributesField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber customizationlevel
{
get
{
return this.customizationlevelField;
}
set
{
this.customizationlevelField = value;
}
}
///
public string entityalias
{
get
{
return this.entityaliasField;
}
set
{
this.entityaliasField = value;
}
}
///
public Picklist imagetype
{
get
{
return this.imagetypeField;
}
set
{
this.imagetypeField = value;
}
}
///
public string messagepropertyname
{
get
{
return this.messagepropertynameField;
}
set
{
this.messagepropertynameField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string relatedattributename
{
get
{
return this.relatedattributenameField;
}
set
{
this.relatedattributenameField = value;
}
}
///
public Lookup sdkmessageprocessingstepid
{
get
{
return this.sdkmessageprocessingstepidField;
}
set
{
this.sdkmessageprocessingstepidField = value;
}
}
///
public Key sdkmessageprocessingstepimageid
{
get
{
return this.sdkmessageprocessingstepimageidField;
}
set
{
this.sdkmessageprocessingstepimageidField = value;
}
}
///
public UniqueIdentifier sdkmessageprocessingstepimageidunique
{
get
{
return this.sdkmessageprocessingstepimageiduniqueField;
}
set
{
this.sdkmessageprocessingstepimageiduniqueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class sdkmessageprocessingstep : BusinessEntity
{
private string configurationField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber customizationlevelField;
private string descriptionField;
private string filteringattributesField;
private Lookup impersonatinguseridField;
private Picklist invocationsourceField;
private Picklist modeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private Lookup plugintypeidField;
private CrmNumber rankField;
private Lookup sdkmessagefilteridField;
private Lookup sdkmessageidField;
private Key sdkmessageprocessingstepidField;
private UniqueIdentifier sdkmessageprocessingstepiduniqueField;
private Lookup sdkmessageprocessingstepsecureconfigidField;
private Picklist stageField;
private SdkMessageProcessingStepStateInfo statecodeField;
private Status statuscodeField;
private Picklist supporteddeploymentField;
///
public string configuration
{
get
{
return this.configurationField;
}
set
{
this.configurationField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber customizationlevel
{
get
{
return this.customizationlevelField;
}
set
{
this.customizationlevelField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string filteringattributes
{
get
{
return this.filteringattributesField;
}
set
{
this.filteringattributesField = value;
}
}
///
public Lookup impersonatinguserid
{
get
{
return this.impersonatinguseridField;
}
set
{
this.impersonatinguseridField = value;
}
}
///
public Picklist invocationsource
{
get
{
return this.invocationsourceField;
}
set
{
this.invocationsourceField = value;
}
}
///
public Picklist mode
{
get
{
return this.modeField;
}
set
{
this.modeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Lookup plugintypeid
{
get
{
return this.plugintypeidField;
}
set
{
this.plugintypeidField = value;
}
}
///
public CrmNumber rank
{
get
{
return this.rankField;
}
set
{
this.rankField = value;
}
}
///
public Lookup sdkmessagefilterid
{
get
{
return this.sdkmessagefilteridField;
}
set
{
this.sdkmessagefilteridField = value;
}
}
///
public Lookup sdkmessageid
{
get
{
return this.sdkmessageidField;
}
set
{
this.sdkmessageidField = value;
}
}
///
public Key sdkmessageprocessingstepid
{
get
{
return this.sdkmessageprocessingstepidField;
}
set
{
this.sdkmessageprocessingstepidField = value;
}
}
///
public UniqueIdentifier sdkmessageprocessingstepidunique
{
get
{
return this.sdkmessageprocessingstepiduniqueField;
}
set
{
this.sdkmessageprocessingstepiduniqueField = value;
}
}
///
public Lookup sdkmessageprocessingstepsecureconfigid
{
get
{
return this.sdkmessageprocessingstepsecureconfigidField;
}
set
{
this.sdkmessageprocessingstepsecureconfigidField = value;
}
}
///
public Picklist stage
{
get
{
return this.stageField;
}
set
{
this.stageField = value;
}
}
///
public SdkMessageProcessingStepStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public Picklist supporteddeployment
{
get
{
return this.supporteddeploymentField;
}
set
{
this.supporteddeploymentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SdkMessageProcessingStepStateInfo
{
private string formattedvalueField;
private SdkMessageProcessingStepState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public SdkMessageProcessingStepState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum SdkMessageProcessingStepState
{
///
Enabled,
///
Disabled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class sdkmessagefilter : BusinessEntity
{
private CrmNumber availabilityField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber customizationlevelField;
private CrmBoolean iscustomprocessingstepallowedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private EntityNameReference primaryobjecttypecodeField;
private Key sdkmessagefilteridField;
private UniqueIdentifier sdkmessagefilteriduniqueField;
private Lookup sdkmessageidField;
private EntityNameReference secondaryobjecttypecodeField;
///
public CrmNumber availability
{
get
{
return this.availabilityField;
}
set
{
this.availabilityField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber customizationlevel
{
get
{
return this.customizationlevelField;
}
set
{
this.customizationlevelField = value;
}
}
///
public CrmBoolean iscustomprocessingstepallowed
{
get
{
return this.iscustomprocessingstepallowedField;
}
set
{
this.iscustomprocessingstepallowedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public EntityNameReference primaryobjecttypecode
{
get
{
return this.primaryobjecttypecodeField;
}
set
{
this.primaryobjecttypecodeField = value;
}
}
///
public Key sdkmessagefilterid
{
get
{
return this.sdkmessagefilteridField;
}
set
{
this.sdkmessagefilteridField = value;
}
}
///
public UniqueIdentifier sdkmessagefilteridunique
{
get
{
return this.sdkmessagefilteriduniqueField;
}
set
{
this.sdkmessagefilteriduniqueField = value;
}
}
///
public Lookup sdkmessageid
{
get
{
return this.sdkmessageidField;
}
set
{
this.sdkmessageidField = value;
}
}
///
public EntityNameReference secondaryobjecttypecode
{
get
{
return this.secondaryobjecttypecodeField;
}
set
{
this.secondaryobjecttypecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class sdkmessage : BusinessEntity
{
private CrmBoolean autotransactField;
private CrmNumber availabilityField;
private string categorynameField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber customizationlevelField;
private CrmBoolean expandField;
private CrmBoolean isprivateField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private Key sdkmessageidField;
private UniqueIdentifier sdkmessageiduniqueField;
private CrmBoolean templateField;
///
public CrmBoolean autotransact
{
get
{
return this.autotransactField;
}
set
{
this.autotransactField = value;
}
}
///
public CrmNumber availability
{
get
{
return this.availabilityField;
}
set
{
this.availabilityField = value;
}
}
///
public string categoryname
{
get
{
return this.categorynameField;
}
set
{
this.categorynameField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber customizationlevel
{
get
{
return this.customizationlevelField;
}
set
{
this.customizationlevelField = value;
}
}
///
public CrmBoolean expand
{
get
{
return this.expandField;
}
set
{
this.expandField = value;
}
}
///
public CrmBoolean isprivate
{
get
{
return this.isprivateField;
}
set
{
this.isprivateField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Key sdkmessageid
{
get
{
return this.sdkmessageidField;
}
set
{
this.sdkmessageidField = value;
}
}
///
public UniqueIdentifier sdkmessageidunique
{
get
{
return this.sdkmessageiduniqueField;
}
set
{
this.sdkmessageiduniqueField = value;
}
}
///
public CrmBoolean template
{
get
{
return this.templateField;
}
set
{
this.templateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class savedquery : BusinessEntity
{
private string columnsetxmlField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber customizationlevelField;
private string descriptionField;
private string fetchxmlField;
private CrmBoolean inproductionField;
private CrmBoolean iscustomizableField;
private CrmBoolean isdefaultField;
private CrmBoolean isprivateField;
private CrmBoolean isquickfindqueryField;
private CrmBoolean isuserdefinedField;
private string layoutxmlField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private string queryapiField;
private CrmNumber queryappusageField;
private CrmNumber querytypeField;
private string returnedtypecodeField;
private Key savedqueryidField;
private UniqueIdentifier savedqueryiduniqueField;
///
public string columnsetxml
{
get
{
return this.columnsetxmlField;
}
set
{
this.columnsetxmlField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber customizationlevel
{
get
{
return this.customizationlevelField;
}
set
{
this.customizationlevelField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string fetchxml
{
get
{
return this.fetchxmlField;
}
set
{
this.fetchxmlField = value;
}
}
///
public CrmBoolean inproduction
{
get
{
return this.inproductionField;
}
set
{
this.inproductionField = value;
}
}
///
public CrmBoolean iscustomizable
{
get
{
return this.iscustomizableField;
}
set
{
this.iscustomizableField = value;
}
}
///
public CrmBoolean isdefault
{
get
{
return this.isdefaultField;
}
set
{
this.isdefaultField = value;
}
}
///
public CrmBoolean isprivate
{
get
{
return this.isprivateField;
}
set
{
this.isprivateField = value;
}
}
///
public CrmBoolean isquickfindquery
{
get
{
return this.isquickfindqueryField;
}
set
{
this.isquickfindqueryField = value;
}
}
///
public CrmBoolean isuserdefined
{
get
{
return this.isuserdefinedField;
}
set
{
this.isuserdefinedField = value;
}
}
///
public string layoutxml
{
get
{
return this.layoutxmlField;
}
set
{
this.layoutxmlField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string queryapi
{
get
{
return this.queryapiField;
}
set
{
this.queryapiField = value;
}
}
///
public CrmNumber queryappusage
{
get
{
return this.queryappusageField;
}
set
{
this.queryappusageField = value;
}
}
///
public CrmNumber querytype
{
get
{
return this.querytypeField;
}
set
{
this.querytypeField = value;
}
}
///
public string returnedtypecode
{
get
{
return this.returnedtypecodeField;
}
set
{
this.returnedtypecodeField = value;
}
}
///
public Key savedqueryid
{
get
{
return this.savedqueryidField;
}
set
{
this.savedqueryidField = value;
}
}
///
public UniqueIdentifier savedqueryidunique
{
get
{
return this.savedqueryiduniqueField;
}
set
{
this.savedqueryiduniqueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class salesorderdetail : BusinessEntity
{
private CrmMoney baseamountField;
private CrmMoney baseamount_baseField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmDecimal exchangerateField;
private CrmMoney extendedamountField;
private CrmMoney extendedamount_baseField;
private CrmNumber importsequencenumberField;
private CrmBoolean iscopiedField;
private CrmBoolean ispriceoverriddenField;
private CrmBoolean isproductoverriddenField;
private CrmNumber lineitemnumberField;
private CrmMoney manualdiscountamountField;
private CrmMoney manualdiscountamount_baseField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private CrmMoney priceperunitField;
private CrmMoney priceperunit_baseField;
private Picklist pricingerrorcodeField;
private string productdescriptionField;
private Lookup productidField;
private CrmDecimal quantityField;
private CrmDecimal quantitybackorderedField;
private CrmDecimal quantitycancelledField;
private CrmDecimal quantityshippedField;
private CrmDateTime requestdeliverybyField;
private Key salesorderdetailidField;
private Lookup salesorderidField;
private CrmBoolean salesorderispricelockedField;
private Picklist salesorderstatecodeField;
private Lookup salesrepidField;
private UniqueIdentifier shipto_addressidField;
private string shipto_cityField;
private string shipto_contactnameField;
private string shipto_countryField;
private string shipto_faxField;
private Picklist shipto_freighttermscodeField;
private string shipto_line1Field;
private string shipto_line2Field;
private string shipto_line3Field;
private string shipto_nameField;
private string shipto_postalcodeField;
private string shipto_stateorprovinceField;
private string shipto_telephoneField;
private CrmMoney taxField;
private CrmMoney tax_baseField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Lookup uomidField;
private CrmNumber utcconversiontimezonecodeField;
private CrmMoney volumediscountamountField;
private CrmMoney volumediscountamount_baseField;
private CrmBoolean willcallField;
///
public CrmMoney baseamount
{
get
{
return this.baseamountField;
}
set
{
this.baseamountField = value;
}
}
///
public CrmMoney baseamount_base
{
get
{
return this.baseamount_baseField;
}
set
{
this.baseamount_baseField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmMoney extendedamount
{
get
{
return this.extendedamountField;
}
set
{
this.extendedamountField = value;
}
}
///
public CrmMoney extendedamount_base
{
get
{
return this.extendedamount_baseField;
}
set
{
this.extendedamount_baseField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean iscopied
{
get
{
return this.iscopiedField;
}
set
{
this.iscopiedField = value;
}
}
///
public CrmBoolean ispriceoverridden
{
get
{
return this.ispriceoverriddenField;
}
set
{
this.ispriceoverriddenField = value;
}
}
///
public CrmBoolean isproductoverridden
{
get
{
return this.isproductoverriddenField;
}
set
{
this.isproductoverriddenField = value;
}
}
///
public CrmNumber lineitemnumber
{
get
{
return this.lineitemnumberField;
}
set
{
this.lineitemnumberField = value;
}
}
///
public CrmMoney manualdiscountamount
{
get
{
return this.manualdiscountamountField;
}
set
{
this.manualdiscountamountField = value;
}
}
///
public CrmMoney manualdiscountamount_base
{
get
{
return this.manualdiscountamount_baseField;
}
set
{
this.manualdiscountamount_baseField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public CrmMoney priceperunit
{
get
{
return this.priceperunitField;
}
set
{
this.priceperunitField = value;
}
}
///
public CrmMoney priceperunit_base
{
get
{
return this.priceperunit_baseField;
}
set
{
this.priceperunit_baseField = value;
}
}
///
public Picklist pricingerrorcode
{
get
{
return this.pricingerrorcodeField;
}
set
{
this.pricingerrorcodeField = value;
}
}
///
public string productdescription
{
get
{
return this.productdescriptionField;
}
set
{
this.productdescriptionField = value;
}
}
///
public Lookup productid
{
get
{
return this.productidField;
}
set
{
this.productidField = value;
}
}
///
public CrmDecimal quantity
{
get
{
return this.quantityField;
}
set
{
this.quantityField = value;
}
}
///
public CrmDecimal quantitybackordered
{
get
{
return this.quantitybackorderedField;
}
set
{
this.quantitybackorderedField = value;
}
}
///
public CrmDecimal quantitycancelled
{
get
{
return this.quantitycancelledField;
}
set
{
this.quantitycancelledField = value;
}
}
///
public CrmDecimal quantityshipped
{
get
{
return this.quantityshippedField;
}
set
{
this.quantityshippedField = value;
}
}
///
public CrmDateTime requestdeliveryby
{
get
{
return this.requestdeliverybyField;
}
set
{
this.requestdeliverybyField = value;
}
}
///
public Key salesorderdetailid
{
get
{
return this.salesorderdetailidField;
}
set
{
this.salesorderdetailidField = value;
}
}
///
public Lookup salesorderid
{
get
{
return this.salesorderidField;
}
set
{
this.salesorderidField = value;
}
}
///
public CrmBoolean salesorderispricelocked
{
get
{
return this.salesorderispricelockedField;
}
set
{
this.salesorderispricelockedField = value;
}
}
///
public Picklist salesorderstatecode
{
get
{
return this.salesorderstatecodeField;
}
set
{
this.salesorderstatecodeField = value;
}
}
///
public Lookup salesrepid
{
get
{
return this.salesrepidField;
}
set
{
this.salesrepidField = value;
}
}
///
public UniqueIdentifier shipto_addressid
{
get
{
return this.shipto_addressidField;
}
set
{
this.shipto_addressidField = value;
}
}
///
public string shipto_city
{
get
{
return this.shipto_cityField;
}
set
{
this.shipto_cityField = value;
}
}
///
public string shipto_contactname
{
get
{
return this.shipto_contactnameField;
}
set
{
this.shipto_contactnameField = value;
}
}
///
public string shipto_country
{
get
{
return this.shipto_countryField;
}
set
{
this.shipto_countryField = value;
}
}
///
public string shipto_fax
{
get
{
return this.shipto_faxField;
}
set
{
this.shipto_faxField = value;
}
}
///
public Picklist shipto_freighttermscode
{
get
{
return this.shipto_freighttermscodeField;
}
set
{
this.shipto_freighttermscodeField = value;
}
}
///
public string shipto_line1
{
get
{
return this.shipto_line1Field;
}
set
{
this.shipto_line1Field = value;
}
}
///
public string shipto_line2
{
get
{
return this.shipto_line2Field;
}
set
{
this.shipto_line2Field = value;
}
}
///
public string shipto_line3
{
get
{
return this.shipto_line3Field;
}
set
{
this.shipto_line3Field = value;
}
}
///
public string shipto_name
{
get
{
return this.shipto_nameField;
}
set
{
this.shipto_nameField = value;
}
}
///
public string shipto_postalcode
{
get
{
return this.shipto_postalcodeField;
}
set
{
this.shipto_postalcodeField = value;
}
}
///
public string shipto_stateorprovince
{
get
{
return this.shipto_stateorprovinceField;
}
set
{
this.shipto_stateorprovinceField = value;
}
}
///
public string shipto_telephone
{
get
{
return this.shipto_telephoneField;
}
set
{
this.shipto_telephoneField = value;
}
}
///
public CrmMoney tax
{
get
{
return this.taxField;
}
set
{
this.taxField = value;
}
}
///
public CrmMoney tax_base
{
get
{
return this.tax_baseField;
}
set
{
this.tax_baseField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Lookup uomid
{
get
{
return this.uomidField;
}
set
{
this.uomidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public CrmMoney volumediscountamount
{
get
{
return this.volumediscountamountField;
}
set
{
this.volumediscountamountField = value;
}
}
///
public CrmMoney volumediscountamount_base
{
get
{
return this.volumediscountamount_baseField;
}
set
{
this.volumediscountamount_baseField = value;
}
}
///
public CrmBoolean willcall
{
get
{
return this.willcallField;
}
set
{
this.willcallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class salesorder : BusinessEntity
{
private UniqueIdentifier billto_addressidField;
private string billto_cityField;
private string billto_contactnameField;
private string billto_countryField;
private string billto_faxField;
private string billto_line1Field;
private string billto_line2Field;
private string billto_line3Field;
private string billto_nameField;
private string billto_postalcodeField;
private string billto_stateorprovinceField;
private string billto_telephoneField;
private Lookup campaignidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private CrmDateTime datefulfilledField;
private string descriptionField;
private CrmMoney discountamountField;
private CrmMoney discountamount_baseField;
private CrmDecimal discountpercentageField;
private CrmDecimal exchangerateField;
private CrmMoney freightamountField;
private CrmMoney freightamount_baseField;
private Picklist freighttermscodeField;
private CrmNumber importsequencenumberField;
private CrmBoolean ispricelockedField;
private CrmDateTime lastbackofficesubmitField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup opportunityidField;
private string ordernumberField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist paymenttermscodeField;
private Lookup pricelevelidField;
private Picklist pricingerrorcodeField;
private Picklist prioritycodeField;
private Lookup quoteidField;
private CrmDateTime requestdeliverybyField;
private Key salesorderidField;
private Picklist shippingmethodcodeField;
private UniqueIdentifier shipto_addressidField;
private string shipto_cityField;
private string shipto_contactnameField;
private string shipto_countryField;
private string shipto_faxField;
private Picklist shipto_freighttermscodeField;
private string shipto_line1Field;
private string shipto_line2Field;
private string shipto_line3Field;
private string shipto_nameField;
private string shipto_postalcodeField;
private string shipto_stateorprovinceField;
private string shipto_telephoneField;
private SalesOrderStateInfo statecodeField;
private Status statuscodeField;
private CrmDateTime submitdateField;
private CrmNumber submitstatusField;
private string submitstatusdescriptionField;
private CrmNumber timezoneruleversionnumberField;
private CrmMoney totalamountField;
private CrmMoney totalamount_baseField;
private CrmMoney totalamountlessfreightField;
private CrmMoney totalamountlessfreight_baseField;
private CrmMoney totaldiscountamountField;
private CrmMoney totaldiscountamount_baseField;
private CrmMoney totallineitemamountField;
private CrmMoney totallineitemamount_baseField;
private CrmMoney totallineitemdiscountamountField;
private CrmMoney totallineitemdiscountamount_baseField;
private CrmMoney totaltaxField;
private CrmMoney totaltax_baseField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
private CrmBoolean willcallField;
///
public UniqueIdentifier billto_addressid
{
get
{
return this.billto_addressidField;
}
set
{
this.billto_addressidField = value;
}
}
///
public string billto_city
{
get
{
return this.billto_cityField;
}
set
{
this.billto_cityField = value;
}
}
///
public string billto_contactname
{
get
{
return this.billto_contactnameField;
}
set
{
this.billto_contactnameField = value;
}
}
///
public string billto_country
{
get
{
return this.billto_countryField;
}
set
{
this.billto_countryField = value;
}
}
///
public string billto_fax
{
get
{
return this.billto_faxField;
}
set
{
this.billto_faxField = value;
}
}
///
public string billto_line1
{
get
{
return this.billto_line1Field;
}
set
{
this.billto_line1Field = value;
}
}
///
public string billto_line2
{
get
{
return this.billto_line2Field;
}
set
{
this.billto_line2Field = value;
}
}
///
public string billto_line3
{
get
{
return this.billto_line3Field;
}
set
{
this.billto_line3Field = value;
}
}
///
public string billto_name
{
get
{
return this.billto_nameField;
}
set
{
this.billto_nameField = value;
}
}
///
public string billto_postalcode
{
get
{
return this.billto_postalcodeField;
}
set
{
this.billto_postalcodeField = value;
}
}
///
public string billto_stateorprovince
{
get
{
return this.billto_stateorprovinceField;
}
set
{
this.billto_stateorprovinceField = value;
}
}
///
public string billto_telephone
{
get
{
return this.billto_telephoneField;
}
set
{
this.billto_telephoneField = value;
}
}
///
public Lookup campaignid
{
get
{
return this.campaignidField;
}
set
{
this.campaignidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public CrmDateTime datefulfilled
{
get
{
return this.datefulfilledField;
}
set
{
this.datefulfilledField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmMoney discountamount
{
get
{
return this.discountamountField;
}
set
{
this.discountamountField = value;
}
}
///
public CrmMoney discountamount_base
{
get
{
return this.discountamount_baseField;
}
set
{
this.discountamount_baseField = value;
}
}
///
public CrmDecimal discountpercentage
{
get
{
return this.discountpercentageField;
}
set
{
this.discountpercentageField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmMoney freightamount
{
get
{
return this.freightamountField;
}
set
{
this.freightamountField = value;
}
}
///
public CrmMoney freightamount_base
{
get
{
return this.freightamount_baseField;
}
set
{
this.freightamount_baseField = value;
}
}
///
public Picklist freighttermscode
{
get
{
return this.freighttermscodeField;
}
set
{
this.freighttermscodeField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean ispricelocked
{
get
{
return this.ispricelockedField;
}
set
{
this.ispricelockedField = value;
}
}
///
public CrmDateTime lastbackofficesubmit
{
get
{
return this.lastbackofficesubmitField;
}
set
{
this.lastbackofficesubmitField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup opportunityid
{
get
{
return this.opportunityidField;
}
set
{
this.opportunityidField = value;
}
}
///
public string ordernumber
{
get
{
return this.ordernumberField;
}
set
{
this.ordernumberField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist paymenttermscode
{
get
{
return this.paymenttermscodeField;
}
set
{
this.paymenttermscodeField = value;
}
}
///
public Lookup pricelevelid
{
get
{
return this.pricelevelidField;
}
set
{
this.pricelevelidField = value;
}
}
///
public Picklist pricingerrorcode
{
get
{
return this.pricingerrorcodeField;
}
set
{
this.pricingerrorcodeField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup quoteid
{
get
{
return this.quoteidField;
}
set
{
this.quoteidField = value;
}
}
///
public CrmDateTime requestdeliveryby
{
get
{
return this.requestdeliverybyField;
}
set
{
this.requestdeliverybyField = value;
}
}
///
public Key salesorderid
{
get
{
return this.salesorderidField;
}
set
{
this.salesorderidField = value;
}
}
///
public Picklist shippingmethodcode
{
get
{
return this.shippingmethodcodeField;
}
set
{
this.shippingmethodcodeField = value;
}
}
///
public UniqueIdentifier shipto_addressid
{
get
{
return this.shipto_addressidField;
}
set
{
this.shipto_addressidField = value;
}
}
///
public string shipto_city
{
get
{
return this.shipto_cityField;
}
set
{
this.shipto_cityField = value;
}
}
///
public string shipto_contactname
{
get
{
return this.shipto_contactnameField;
}
set
{
this.shipto_contactnameField = value;
}
}
///
public string shipto_country
{
get
{
return this.shipto_countryField;
}
set
{
this.shipto_countryField = value;
}
}
///
public string shipto_fax
{
get
{
return this.shipto_faxField;
}
set
{
this.shipto_faxField = value;
}
}
///
public Picklist shipto_freighttermscode
{
get
{
return this.shipto_freighttermscodeField;
}
set
{
this.shipto_freighttermscodeField = value;
}
}
///
public string shipto_line1
{
get
{
return this.shipto_line1Field;
}
set
{
this.shipto_line1Field = value;
}
}
///
public string shipto_line2
{
get
{
return this.shipto_line2Field;
}
set
{
this.shipto_line2Field = value;
}
}
///
public string shipto_line3
{
get
{
return this.shipto_line3Field;
}
set
{
this.shipto_line3Field = value;
}
}
///
public string shipto_name
{
get
{
return this.shipto_nameField;
}
set
{
this.shipto_nameField = value;
}
}
///
public string shipto_postalcode
{
get
{
return this.shipto_postalcodeField;
}
set
{
this.shipto_postalcodeField = value;
}
}
///
public string shipto_stateorprovince
{
get
{
return this.shipto_stateorprovinceField;
}
set
{
this.shipto_stateorprovinceField = value;
}
}
///
public string shipto_telephone
{
get
{
return this.shipto_telephoneField;
}
set
{
this.shipto_telephoneField = value;
}
}
///
public SalesOrderStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmDateTime submitdate
{
get
{
return this.submitdateField;
}
set
{
this.submitdateField = value;
}
}
///
public CrmNumber submitstatus
{
get
{
return this.submitstatusField;
}
set
{
this.submitstatusField = value;
}
}
///
public string submitstatusdescription
{
get
{
return this.submitstatusdescriptionField;
}
set
{
this.submitstatusdescriptionField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmMoney totalamount
{
get
{
return this.totalamountField;
}
set
{
this.totalamountField = value;
}
}
///
public CrmMoney totalamount_base
{
get
{
return this.totalamount_baseField;
}
set
{
this.totalamount_baseField = value;
}
}
///
public CrmMoney totalamountlessfreight
{
get
{
return this.totalamountlessfreightField;
}
set
{
this.totalamountlessfreightField = value;
}
}
///
public CrmMoney totalamountlessfreight_base
{
get
{
return this.totalamountlessfreight_baseField;
}
set
{
this.totalamountlessfreight_baseField = value;
}
}
///
public CrmMoney totaldiscountamount
{
get
{
return this.totaldiscountamountField;
}
set
{
this.totaldiscountamountField = value;
}
}
///
public CrmMoney totaldiscountamount_base
{
get
{
return this.totaldiscountamount_baseField;
}
set
{
this.totaldiscountamount_baseField = value;
}
}
///
public CrmMoney totallineitemamount
{
get
{
return this.totallineitemamountField;
}
set
{
this.totallineitemamountField = value;
}
}
///
public CrmMoney totallineitemamount_base
{
get
{
return this.totallineitemamount_baseField;
}
set
{
this.totallineitemamount_baseField = value;
}
}
///
public CrmMoney totallineitemdiscountamount
{
get
{
return this.totallineitemdiscountamountField;
}
set
{
this.totallineitemdiscountamountField = value;
}
}
///
public CrmMoney totallineitemdiscountamount_base
{
get
{
return this.totallineitemdiscountamount_baseField;
}
set
{
this.totallineitemdiscountamount_baseField = value;
}
}
///
public CrmMoney totaltax
{
get
{
return this.totaltaxField;
}
set
{
this.totaltaxField = value;
}
}
///
public CrmMoney totaltax_base
{
get
{
return this.totaltax_baseField;
}
set
{
this.totaltax_baseField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public CrmBoolean willcall
{
get
{
return this.willcallField;
}
set
{
this.willcallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SalesOrderStateInfo
{
private string formattedvalueField;
private SalesOrderState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public SalesOrderState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum SalesOrderState
{
///
Active,
///
Submitted,
///
Canceled,
///
Fulfilled,
///
Invoiced,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class salesliteratureitem : BusinessEntity
{
private string abstractField;
private string attacheddocumenturlField;
private string authornameField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string documentbodyField;
private string filenameField;
private CrmNumber filesizeField;
private Picklist filetypecodeField;
private CrmNumber importsequencenumberField;
private CrmBoolean iscustomerviewableField;
private string keywordsField;
private string mimetypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier organizationidField;
private CrmDateTime overriddencreatedonField;
private Lookup salesliteratureidField;
private Key salesliteratureitemidField;
private string titleField;
///
public string @abstract
{
get
{
return this.abstractField;
}
set
{
this.abstractField = value;
}
}
///
public string attacheddocumenturl
{
get
{
return this.attacheddocumenturlField;
}
set
{
this.attacheddocumenturlField = value;
}
}
///
public string authorname
{
get
{
return this.authornameField;
}
set
{
this.authornameField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string documentbody
{
get
{
return this.documentbodyField;
}
set
{
this.documentbodyField = value;
}
}
///
public string filename
{
get
{
return this.filenameField;
}
set
{
this.filenameField = value;
}
}
///
public CrmNumber filesize
{
get
{
return this.filesizeField;
}
set
{
this.filesizeField = value;
}
}
///
public Picklist filetypecode
{
get
{
return this.filetypecodeField;
}
set
{
this.filetypecodeField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean iscustomerviewable
{
get
{
return this.iscustomerviewableField;
}
set
{
this.iscustomerviewableField = value;
}
}
///
public string keywords
{
get
{
return this.keywordsField;
}
set
{
this.keywordsField = value;
}
}
///
public string mimetype
{
get
{
return this.mimetypeField;
}
set
{
this.mimetypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Lookup salesliteratureid
{
get
{
return this.salesliteratureidField;
}
set
{
this.salesliteratureidField = value;
}
}
///
public Key salesliteratureitemid
{
get
{
return this.salesliteratureitemidField;
}
set
{
this.salesliteratureitemidField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class salesliterature : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private Lookup employeecontactidField;
private CrmDateTime expirationdateField;
private CrmBoolean hasattachmentsField;
private CrmNumber importsequencenumberField;
private CrmBoolean iscustomerviewableField;
private string keywordsField;
private Picklist literaturetypecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private Key salesliteratureidField;
private Lookup subjectidField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public Lookup employeecontactid
{
get
{
return this.employeecontactidField;
}
set
{
this.employeecontactidField = value;
}
}
///
public CrmDateTime expirationdate
{
get
{
return this.expirationdateField;
}
set
{
this.expirationdateField = value;
}
}
///
public CrmBoolean hasattachments
{
get
{
return this.hasattachmentsField;
}
set
{
this.hasattachmentsField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean iscustomerviewable
{
get
{
return this.iscustomerviewableField;
}
set
{
this.iscustomerviewableField = value;
}
}
///
public string keywords
{
get
{
return this.keywordsField;
}
set
{
this.keywordsField = value;
}
}
///
public Picklist literaturetypecode
{
get
{
return this.literaturetypecodeField;
}
set
{
this.literaturetypecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Key salesliteratureid
{
get
{
return this.salesliteratureidField;
}
set
{
this.salesliteratureidField = value;
}
}
///
public Lookup subjectid
{
get
{
return this.subjectidField;
}
set
{
this.subjectidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class role : BusinessEntity
{
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private UniqueIdentifier organizationidField;
private CrmDateTime overriddencreatedonField;
private Lookup parentroleidField;
private Key roleidField;
private Lookup roletemplateidField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Lookup parentroleid
{
get
{
return this.parentroleidField;
}
set
{
this.parentroleidField = value;
}
}
///
public Key roleid
{
get
{
return this.roleidField;
}
set
{
this.roleidField = value;
}
}
///
public Lookup roletemplateid
{
get
{
return this.roletemplateidField;
}
set
{
this.roletemplateidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class resourcespec : BusinessEntity
{
private Lookup businessunitidField;
private string constraintsField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmFloat effortrequiredField;
private UniqueIdentifier groupobjectidField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private string objectiveexpressionField;
private EntityNameReference objecttypecodeField;
private Lookup organizationidField;
private CrmNumber requiredcountField;
private Key resourcespecidField;
private CrmBoolean samesiteField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public string constraints
{
get
{
return this.constraintsField;
}
set
{
this.constraintsField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmFloat effortrequired
{
get
{
return this.effortrequiredField;
}
set
{
this.effortrequiredField = value;
}
}
///
public UniqueIdentifier groupobjectid
{
get
{
return this.groupobjectidField;
}
set
{
this.groupobjectidField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public string objectiveexpression
{
get
{
return this.objectiveexpressionField;
}
set
{
this.objectiveexpressionField = value;
}
}
///
public EntityNameReference objecttypecode
{
get
{
return this.objecttypecodeField;
}
set
{
this.objecttypecodeField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmNumber requiredcount
{
get
{
return this.requiredcountField;
}
set
{
this.requiredcountField = value;
}
}
///
public Key resourcespecid
{
get
{
return this.resourcespecidField;
}
set
{
this.resourcespecidField = value;
}
}
///
public CrmBoolean samesite
{
get
{
return this.samesiteField;
}
set
{
this.samesiteField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class resourcegroup : BusinessEntity
{
private Lookup businessunitidField;
private Picklist grouptypecodeField;
private string nameField;
private EntityNameReference objecttypecodeField;
private Lookup organizationidField;
private Key resourcegroupidField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Picklist grouptypecode
{
get
{
return this.grouptypecodeField;
}
set
{
this.grouptypecodeField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public EntityNameReference objecttypecode
{
get
{
return this.objecttypecodeField;
}
set
{
this.objecttypecodeField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Key resourcegroupid
{
get
{
return this.resourcegroupidField;
}
set
{
this.resourcegroupidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class resource : BusinessEntity
{
private Lookup businessunitidField;
private UniqueIdentifier calendaridField;
private CrmBoolean displayinserviceviewsField;
private CrmBoolean isdisabledField;
private string nameField;
private EntityNameReference objecttypecodeField;
private Lookup organizationidField;
private Key resourceidField;
private Lookup siteidField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public UniqueIdentifier calendarid
{
get
{
return this.calendaridField;
}
set
{
this.calendaridField = value;
}
}
///
public CrmBoolean displayinserviceviews
{
get
{
return this.displayinserviceviewsField;
}
set
{
this.displayinserviceviewsField = value;
}
}
///
public CrmBoolean isdisabled
{
get
{
return this.isdisabledField;
}
set
{
this.isdisabledField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public EntityNameReference objecttypecode
{
get
{
return this.objecttypecodeField;
}
set
{
this.objecttypecodeField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Key resourceid
{
get
{
return this.resourceidField;
}
set
{
this.resourceidField = value;
}
}
///
public Lookup siteid
{
get
{
return this.siteidField;
}
set
{
this.siteidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class reportvisibility : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private Lookup reportidField;
private Key reportvisibilityidField;
private Picklist visibilitycodeField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public Lookup reportid
{
get
{
return this.reportidField;
}
set
{
this.reportidField = value;
}
}
///
public Key reportvisibilityid
{
get
{
return this.reportvisibilityidField;
}
set
{
this.reportvisibilityidField = value;
}
}
///
public Picklist visibilitycode
{
get
{
return this.visibilitycodeField;
}
set
{
this.visibilitycodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class reportlink : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber importsequencenumberField;
private Lookup linkedreportidField;
private string linkedreportnameField;
private Picklist linktypecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private Lookup reportidField;
private Key reportlinkidField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup linkedreportid
{
get
{
return this.linkedreportidField;
}
set
{
this.linkedreportidField = value;
}
}
///
public string linkedreportname
{
get
{
return this.linkedreportnameField;
}
set
{
this.linkedreportnameField = value;
}
}
///
public Picklist linktypecode
{
get
{
return this.linktypecodeField;
}
set
{
this.linktypecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public Lookup reportid
{
get
{
return this.reportidField;
}
set
{
this.reportidField = value;
}
}
///
public Key reportlinkid
{
get
{
return this.reportlinkidField;
}
set
{
this.reportlinkidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class reportentity : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber importsequencenumberField;
private CrmBoolean isfilterableField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private EntityNameReference objecttypecodeField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private Key reportentityidField;
private Lookup reportidField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isfilterable
{
get
{
return this.isfilterableField;
}
set
{
this.isfilterableField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public EntityNameReference objecttypecode
{
get
{
return this.objecttypecodeField;
}
set
{
this.objecttypecodeField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public Key reportentityid
{
get
{
return this.reportentityidField;
}
set
{
this.reportentityidField = value;
}
}
///
public Lookup reportid
{
get
{
return this.reportidField;
}
set
{
this.reportidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class reportcategory : BusinessEntity
{
private Picklist categorycodeField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private Key reportcategoryidField;
private Lookup reportidField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Picklist categorycode
{
get
{
return this.categorycodeField;
}
set
{
this.categorycodeField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public Key reportcategoryid
{
get
{
return this.reportcategoryidField;
}
set
{
this.reportcategoryidField = value;
}
}
///
public Lookup reportid
{
get
{
return this.reportidField;
}
set
{
this.reportidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class report : BusinessEntity
{
private string bodybinaryField;
private string bodytextField;
private string bodyurlField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string customreportxmlField;
private string defaultfilterField;
private string descriptionField;
private string filenameField;
private CrmNumber filesizeField;
private CrmBoolean iscustomreportField;
private CrmBoolean ispersonalField;
private CrmBoolean isscheduledreportField;
private CrmNumber languagecodeField;
private string mimetypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Lookup parentreportidField;
private string queryinfoField;
private Key reportidField;
private Picklist reporttypecodeField;
private string schedulexmlField;
private CrmDateTime signaturedateField;
private UniqueIdentifier signatureidField;
private CrmNumber signaturelcidField;
private CrmNumber signaturemajorversionField;
private CrmNumber signatureminorversionField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public string bodybinary
{
get
{
return this.bodybinaryField;
}
set
{
this.bodybinaryField = value;
}
}
///
public string bodytext
{
get
{
return this.bodytextField;
}
set
{
this.bodytextField = value;
}
}
///
public string bodyurl
{
get
{
return this.bodyurlField;
}
set
{
this.bodyurlField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string customreportxml
{
get
{
return this.customreportxmlField;
}
set
{
this.customreportxmlField = value;
}
}
///
public string defaultfilter
{
get
{
return this.defaultfilterField;
}
set
{
this.defaultfilterField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string filename
{
get
{
return this.filenameField;
}
set
{
this.filenameField = value;
}
}
///
public CrmNumber filesize
{
get
{
return this.filesizeField;
}
set
{
this.filesizeField = value;
}
}
///
public CrmBoolean iscustomreport
{
get
{
return this.iscustomreportField;
}
set
{
this.iscustomreportField = value;
}
}
///
public CrmBoolean ispersonal
{
get
{
return this.ispersonalField;
}
set
{
this.ispersonalField = value;
}
}
///
public CrmBoolean isscheduledreport
{
get
{
return this.isscheduledreportField;
}
set
{
this.isscheduledreportField = value;
}
}
///
public CrmNumber languagecode
{
get
{
return this.languagecodeField;
}
set
{
this.languagecodeField = value;
}
}
///
public string mimetype
{
get
{
return this.mimetypeField;
}
set
{
this.mimetypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Lookup parentreportid
{
get
{
return this.parentreportidField;
}
set
{
this.parentreportidField = value;
}
}
///
public string queryinfo
{
get
{
return this.queryinfoField;
}
set
{
this.queryinfoField = value;
}
}
///
public Key reportid
{
get
{
return this.reportidField;
}
set
{
this.reportidField = value;
}
}
///
public Picklist reporttypecode
{
get
{
return this.reporttypecodeField;
}
set
{
this.reporttypecodeField = value;
}
}
///
public string schedulexml
{
get
{
return this.schedulexmlField;
}
set
{
this.schedulexmlField = value;
}
}
///
public CrmDateTime signaturedate
{
get
{
return this.signaturedateField;
}
set
{
this.signaturedateField = value;
}
}
///
public UniqueIdentifier signatureid
{
get
{
return this.signatureidField;
}
set
{
this.signatureidField = value;
}
}
///
public CrmNumber signaturelcid
{
get
{
return this.signaturelcidField;
}
set
{
this.signaturelcidField = value;
}
}
///
public CrmNumber signaturemajorversion
{
get
{
return this.signaturemajorversionField;
}
set
{
this.signaturemajorversionField = value;
}
}
///
public CrmNumber signatureminorversion
{
get
{
return this.signatureminorversionField;
}
set
{
this.signatureminorversionField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class relationshiprolemap : BusinessEntity
{
private EntityNameReference associateobjecttypecodeField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier organizationidField;
private EntityNameReference primaryobjecttypecodeField;
private Lookup relationshiproleidField;
private Key relationshiprolemapidField;
///
public EntityNameReference associateobjecttypecode
{
get
{
return this.associateobjecttypecodeField;
}
set
{
this.associateobjecttypecodeField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public EntityNameReference primaryobjecttypecode
{
get
{
return this.primaryobjecttypecodeField;
}
set
{
this.primaryobjecttypecodeField = value;
}
}
///
public Lookup relationshiproleid
{
get
{
return this.relationshiproleidField;
}
set
{
this.relationshiproleidField = value;
}
}
///
public Key relationshiprolemapid
{
get
{
return this.relationshiprolemapidField;
}
set
{
this.relationshiprolemapidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class relationshiprole : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private Key relationshiproleidField;
private RelationshipRoleStateInfo statecodeField;
private Status statuscodeField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Key relationshiproleid
{
get
{
return this.relationshiproleidField;
}
set
{
this.relationshiproleidField = value;
}
}
///
public RelationshipRoleStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RelationshipRoleStateInfo
{
private string formattedvalueField;
private RelationshipRoleState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public RelationshipRoleState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum RelationshipRoleState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class quotedetail : BusinessEntity
{
private CrmMoney baseamountField;
private CrmMoney baseamount_baseField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmDecimal exchangerateField;
private CrmMoney extendedamountField;
private CrmMoney extendedamount_baseField;
private CrmNumber importsequencenumberField;
private CrmBoolean ispriceoverriddenField;
private CrmBoolean isproductoverriddenField;
private CrmNumber lineitemnumberField;
private CrmMoney manualdiscountamountField;
private CrmMoney manualdiscountamount_baseField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private CrmMoney priceperunitField;
private CrmMoney priceperunit_baseField;
private Picklist pricingerrorcodeField;
private string productdescriptionField;
private Lookup productidField;
private CrmDecimal quantityField;
private Key quotedetailidField;
private Lookup quoteidField;
private Picklist quotestatecodeField;
private CrmDateTime requestdeliverybyField;
private Lookup salesrepidField;
private UniqueIdentifier shipto_addressidField;
private string shipto_cityField;
private string shipto_contactnameField;
private string shipto_countryField;
private string shipto_faxField;
private Picklist shipto_freighttermscodeField;
private string shipto_line1Field;
private string shipto_line2Field;
private string shipto_line3Field;
private string shipto_nameField;
private string shipto_postalcodeField;
private string shipto_stateorprovinceField;
private string shipto_telephoneField;
private CrmMoney taxField;
private CrmMoney tax_baseField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Lookup uomidField;
private CrmNumber utcconversiontimezonecodeField;
private CrmMoney volumediscountamountField;
private CrmMoney volumediscountamount_baseField;
private CrmBoolean willcallField;
///
public CrmMoney baseamount
{
get
{
return this.baseamountField;
}
set
{
this.baseamountField = value;
}
}
///
public CrmMoney baseamount_base
{
get
{
return this.baseamount_baseField;
}
set
{
this.baseamount_baseField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmMoney extendedamount
{
get
{
return this.extendedamountField;
}
set
{
this.extendedamountField = value;
}
}
///
public CrmMoney extendedamount_base
{
get
{
return this.extendedamount_baseField;
}
set
{
this.extendedamount_baseField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean ispriceoverridden
{
get
{
return this.ispriceoverriddenField;
}
set
{
this.ispriceoverriddenField = value;
}
}
///
public CrmBoolean isproductoverridden
{
get
{
return this.isproductoverriddenField;
}
set
{
this.isproductoverriddenField = value;
}
}
///
public CrmNumber lineitemnumber
{
get
{
return this.lineitemnumberField;
}
set
{
this.lineitemnumberField = value;
}
}
///
public CrmMoney manualdiscountamount
{
get
{
return this.manualdiscountamountField;
}
set
{
this.manualdiscountamountField = value;
}
}
///
public CrmMoney manualdiscountamount_base
{
get
{
return this.manualdiscountamount_baseField;
}
set
{
this.manualdiscountamount_baseField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public CrmMoney priceperunit
{
get
{
return this.priceperunitField;
}
set
{
this.priceperunitField = value;
}
}
///
public CrmMoney priceperunit_base
{
get
{
return this.priceperunit_baseField;
}
set
{
this.priceperunit_baseField = value;
}
}
///
public Picklist pricingerrorcode
{
get
{
return this.pricingerrorcodeField;
}
set
{
this.pricingerrorcodeField = value;
}
}
///
public string productdescription
{
get
{
return this.productdescriptionField;
}
set
{
this.productdescriptionField = value;
}
}
///
public Lookup productid
{
get
{
return this.productidField;
}
set
{
this.productidField = value;
}
}
///
public CrmDecimal quantity
{
get
{
return this.quantityField;
}
set
{
this.quantityField = value;
}
}
///
public Key quotedetailid
{
get
{
return this.quotedetailidField;
}
set
{
this.quotedetailidField = value;
}
}
///
public Lookup quoteid
{
get
{
return this.quoteidField;
}
set
{
this.quoteidField = value;
}
}
///
public Picklist quotestatecode
{
get
{
return this.quotestatecodeField;
}
set
{
this.quotestatecodeField = value;
}
}
///
public CrmDateTime requestdeliveryby
{
get
{
return this.requestdeliverybyField;
}
set
{
this.requestdeliverybyField = value;
}
}
///
public Lookup salesrepid
{
get
{
return this.salesrepidField;
}
set
{
this.salesrepidField = value;
}
}
///
public UniqueIdentifier shipto_addressid
{
get
{
return this.shipto_addressidField;
}
set
{
this.shipto_addressidField = value;
}
}
///
public string shipto_city
{
get
{
return this.shipto_cityField;
}
set
{
this.shipto_cityField = value;
}
}
///
public string shipto_contactname
{
get
{
return this.shipto_contactnameField;
}
set
{
this.shipto_contactnameField = value;
}
}
///
public string shipto_country
{
get
{
return this.shipto_countryField;
}
set
{
this.shipto_countryField = value;
}
}
///
public string shipto_fax
{
get
{
return this.shipto_faxField;
}
set
{
this.shipto_faxField = value;
}
}
///
public Picklist shipto_freighttermscode
{
get
{
return this.shipto_freighttermscodeField;
}
set
{
this.shipto_freighttermscodeField = value;
}
}
///
public string shipto_line1
{
get
{
return this.shipto_line1Field;
}
set
{
this.shipto_line1Field = value;
}
}
///
public string shipto_line2
{
get
{
return this.shipto_line2Field;
}
set
{
this.shipto_line2Field = value;
}
}
///
public string shipto_line3
{
get
{
return this.shipto_line3Field;
}
set
{
this.shipto_line3Field = value;
}
}
///
public string shipto_name
{
get
{
return this.shipto_nameField;
}
set
{
this.shipto_nameField = value;
}
}
///
public string shipto_postalcode
{
get
{
return this.shipto_postalcodeField;
}
set
{
this.shipto_postalcodeField = value;
}
}
///
public string shipto_stateorprovince
{
get
{
return this.shipto_stateorprovinceField;
}
set
{
this.shipto_stateorprovinceField = value;
}
}
///
public string shipto_telephone
{
get
{
return this.shipto_telephoneField;
}
set
{
this.shipto_telephoneField = value;
}
}
///
public CrmMoney tax
{
get
{
return this.taxField;
}
set
{
this.taxField = value;
}
}
///
public CrmMoney tax_base
{
get
{
return this.tax_baseField;
}
set
{
this.tax_baseField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Lookup uomid
{
get
{
return this.uomidField;
}
set
{
this.uomidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public CrmMoney volumediscountamount
{
get
{
return this.volumediscountamountField;
}
set
{
this.volumediscountamountField = value;
}
}
///
public CrmMoney volumediscountamount_base
{
get
{
return this.volumediscountamount_baseField;
}
set
{
this.volumediscountamount_baseField = value;
}
}
///
public CrmBoolean willcall
{
get
{
return this.willcallField;
}
set
{
this.willcallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class quoteclose : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string categoryField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Lookup quoteidField;
private string quotenumberField;
private CrmNumber revisionField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private QuoteCloseStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Lookup quoteid
{
get
{
return this.quoteidField;
}
set
{
this.quoteidField = value;
}
}
///
public string quotenumber
{
get
{
return this.quotenumberField;
}
set
{
this.quotenumberField = value;
}
}
///
public CrmNumber revision
{
get
{
return this.revisionField;
}
set
{
this.revisionField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public QuoteCloseStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QuoteCloseStateInfo
{
private string formattedvalueField;
private QuoteCloseState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public QuoteCloseState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum QuoteCloseState
{
///
Open,
///
Completed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class quote : BusinessEntity
{
private UniqueIdentifier billto_addressidField;
private string billto_cityField;
private string billto_contactnameField;
private string billto_countryField;
private string billto_faxField;
private string billto_line1Field;
private string billto_line2Field;
private string billto_line3Field;
private string billto_nameField;
private string billto_postalcodeField;
private string billto_stateorprovinceField;
private string billto_telephoneField;
private Lookup campaignidField;
private CrmDateTime closedonField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private string descriptionField;
private CrmMoney discountamountField;
private CrmMoney discountamount_baseField;
private CrmDecimal discountpercentageField;
private CrmDateTime effectivefromField;
private CrmDateTime effectivetoField;
private CrmDecimal exchangerateField;
private CrmDateTime expiresonField;
private CrmMoney freightamountField;
private CrmMoney freightamount_baseField;
private Picklist freighttermscodeField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup opportunityidField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist paymenttermscodeField;
private Lookup pricelevelidField;
private Picklist pricingerrorcodeField;
private Key quoteidField;
private string quotenumberField;
private CrmDateTime requestdeliverybyField;
private CrmNumber revisionnumberField;
private Picklist shippingmethodcodeField;
private UniqueIdentifier shipto_addressidField;
private string shipto_cityField;
private string shipto_contactnameField;
private string shipto_countryField;
private string shipto_faxField;
private Picklist shipto_freighttermscodeField;
private string shipto_line1Field;
private string shipto_line2Field;
private string shipto_line3Field;
private string shipto_nameField;
private string shipto_postalcodeField;
private string shipto_stateorprovinceField;
private string shipto_telephoneField;
private QuoteStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber timezoneruleversionnumberField;
private CrmMoney totalamountField;
private CrmMoney totalamount_baseField;
private CrmMoney totalamountlessfreightField;
private CrmMoney totalamountlessfreight_baseField;
private CrmMoney totaldiscountamountField;
private CrmMoney totaldiscountamount_baseField;
private CrmMoney totallineitemamountField;
private CrmMoney totallineitemamount_baseField;
private CrmMoney totallineitemdiscountamountField;
private CrmMoney totallineitemdiscountamount_baseField;
private CrmMoney totaltaxField;
private CrmMoney totaltax_baseField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
private CrmBoolean willcallField;
///
public UniqueIdentifier billto_addressid
{
get
{
return this.billto_addressidField;
}
set
{
this.billto_addressidField = value;
}
}
///
public string billto_city
{
get
{
return this.billto_cityField;
}
set
{
this.billto_cityField = value;
}
}
///
public string billto_contactname
{
get
{
return this.billto_contactnameField;
}
set
{
this.billto_contactnameField = value;
}
}
///
public string billto_country
{
get
{
return this.billto_countryField;
}
set
{
this.billto_countryField = value;
}
}
///
public string billto_fax
{
get
{
return this.billto_faxField;
}
set
{
this.billto_faxField = value;
}
}
///
public string billto_line1
{
get
{
return this.billto_line1Field;
}
set
{
this.billto_line1Field = value;
}
}
///
public string billto_line2
{
get
{
return this.billto_line2Field;
}
set
{
this.billto_line2Field = value;
}
}
///
public string billto_line3
{
get
{
return this.billto_line3Field;
}
set
{
this.billto_line3Field = value;
}
}
///
public string billto_name
{
get
{
return this.billto_nameField;
}
set
{
this.billto_nameField = value;
}
}
///
public string billto_postalcode
{
get
{
return this.billto_postalcodeField;
}
set
{
this.billto_postalcodeField = value;
}
}
///
public string billto_stateorprovince
{
get
{
return this.billto_stateorprovinceField;
}
set
{
this.billto_stateorprovinceField = value;
}
}
///
public string billto_telephone
{
get
{
return this.billto_telephoneField;
}
set
{
this.billto_telephoneField = value;
}
}
///
public Lookup campaignid
{
get
{
return this.campaignidField;
}
set
{
this.campaignidField = value;
}
}
///
public CrmDateTime closedon
{
get
{
return this.closedonField;
}
set
{
this.closedonField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmMoney discountamount
{
get
{
return this.discountamountField;
}
set
{
this.discountamountField = value;
}
}
///
public CrmMoney discountamount_base
{
get
{
return this.discountamount_baseField;
}
set
{
this.discountamount_baseField = value;
}
}
///
public CrmDecimal discountpercentage
{
get
{
return this.discountpercentageField;
}
set
{
this.discountpercentageField = value;
}
}
///
public CrmDateTime effectivefrom
{
get
{
return this.effectivefromField;
}
set
{
this.effectivefromField = value;
}
}
///
public CrmDateTime effectiveto
{
get
{
return this.effectivetoField;
}
set
{
this.effectivetoField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmDateTime expireson
{
get
{
return this.expiresonField;
}
set
{
this.expiresonField = value;
}
}
///
public CrmMoney freightamount
{
get
{
return this.freightamountField;
}
set
{
this.freightamountField = value;
}
}
///
public CrmMoney freightamount_base
{
get
{
return this.freightamount_baseField;
}
set
{
this.freightamount_baseField = value;
}
}
///
public Picklist freighttermscode
{
get
{
return this.freighttermscodeField;
}
set
{
this.freighttermscodeField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup opportunityid
{
get
{
return this.opportunityidField;
}
set
{
this.opportunityidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist paymenttermscode
{
get
{
return this.paymenttermscodeField;
}
set
{
this.paymenttermscodeField = value;
}
}
///
public Lookup pricelevelid
{
get
{
return this.pricelevelidField;
}
set
{
this.pricelevelidField = value;
}
}
///
public Picklist pricingerrorcode
{
get
{
return this.pricingerrorcodeField;
}
set
{
this.pricingerrorcodeField = value;
}
}
///
public Key quoteid
{
get
{
return this.quoteidField;
}
set
{
this.quoteidField = value;
}
}
///
public string quotenumber
{
get
{
return this.quotenumberField;
}
set
{
this.quotenumberField = value;
}
}
///
public CrmDateTime requestdeliveryby
{
get
{
return this.requestdeliverybyField;
}
set
{
this.requestdeliverybyField = value;
}
}
///
public CrmNumber revisionnumber
{
get
{
return this.revisionnumberField;
}
set
{
this.revisionnumberField = value;
}
}
///
public Picklist shippingmethodcode
{
get
{
return this.shippingmethodcodeField;
}
set
{
this.shippingmethodcodeField = value;
}
}
///
public UniqueIdentifier shipto_addressid
{
get
{
return this.shipto_addressidField;
}
set
{
this.shipto_addressidField = value;
}
}
///
public string shipto_city
{
get
{
return this.shipto_cityField;
}
set
{
this.shipto_cityField = value;
}
}
///
public string shipto_contactname
{
get
{
return this.shipto_contactnameField;
}
set
{
this.shipto_contactnameField = value;
}
}
///
public string shipto_country
{
get
{
return this.shipto_countryField;
}
set
{
this.shipto_countryField = value;
}
}
///
public string shipto_fax
{
get
{
return this.shipto_faxField;
}
set
{
this.shipto_faxField = value;
}
}
///
public Picklist shipto_freighttermscode
{
get
{
return this.shipto_freighttermscodeField;
}
set
{
this.shipto_freighttermscodeField = value;
}
}
///
public string shipto_line1
{
get
{
return this.shipto_line1Field;
}
set
{
this.shipto_line1Field = value;
}
}
///
public string shipto_line2
{
get
{
return this.shipto_line2Field;
}
set
{
this.shipto_line2Field = value;
}
}
///
public string shipto_line3
{
get
{
return this.shipto_line3Field;
}
set
{
this.shipto_line3Field = value;
}
}
///
public string shipto_name
{
get
{
return this.shipto_nameField;
}
set
{
this.shipto_nameField = value;
}
}
///
public string shipto_postalcode
{
get
{
return this.shipto_postalcodeField;
}
set
{
this.shipto_postalcodeField = value;
}
}
///
public string shipto_stateorprovince
{
get
{
return this.shipto_stateorprovinceField;
}
set
{
this.shipto_stateorprovinceField = value;
}
}
///
public string shipto_telephone
{
get
{
return this.shipto_telephoneField;
}
set
{
this.shipto_telephoneField = value;
}
}
///
public QuoteStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmMoney totalamount
{
get
{
return this.totalamountField;
}
set
{
this.totalamountField = value;
}
}
///
public CrmMoney totalamount_base
{
get
{
return this.totalamount_baseField;
}
set
{
this.totalamount_baseField = value;
}
}
///
public CrmMoney totalamountlessfreight
{
get
{
return this.totalamountlessfreightField;
}
set
{
this.totalamountlessfreightField = value;
}
}
///
public CrmMoney totalamountlessfreight_base
{
get
{
return this.totalamountlessfreight_baseField;
}
set
{
this.totalamountlessfreight_baseField = value;
}
}
///
public CrmMoney totaldiscountamount
{
get
{
return this.totaldiscountamountField;
}
set
{
this.totaldiscountamountField = value;
}
}
///
public CrmMoney totaldiscountamount_base
{
get
{
return this.totaldiscountamount_baseField;
}
set
{
this.totaldiscountamount_baseField = value;
}
}
///
public CrmMoney totallineitemamount
{
get
{
return this.totallineitemamountField;
}
set
{
this.totallineitemamountField = value;
}
}
///
public CrmMoney totallineitemamount_base
{
get
{
return this.totallineitemamount_baseField;
}
set
{
this.totallineitemamount_baseField = value;
}
}
///
public CrmMoney totallineitemdiscountamount
{
get
{
return this.totallineitemdiscountamountField;
}
set
{
this.totallineitemdiscountamountField = value;
}
}
///
public CrmMoney totallineitemdiscountamount_base
{
get
{
return this.totallineitemdiscountamount_baseField;
}
set
{
this.totallineitemdiscountamount_baseField = value;
}
}
///
public CrmMoney totaltax
{
get
{
return this.totaltaxField;
}
set
{
this.totaltaxField = value;
}
}
///
public CrmMoney totaltax_base
{
get
{
return this.totaltax_baseField;
}
set
{
this.totaltax_baseField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public CrmBoolean willcall
{
get
{
return this.willcallField;
}
set
{
this.willcallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QuoteStateInfo
{
private string formattedvalueField;
private QuoteState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public QuoteState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum QuoteState
{
///
Draft,
///
Active,
///
Won,
///
Closed,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class queueitem : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmDateTime enteredonField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup objectidField;
private EntityNameReference objecttypecodeField;
private Lookup organizationidField;
private CrmNumber priorityField;
private Lookup queueidField;
private Key queueitemidField;
private string senderField;
private CrmNumber stateField;
private CrmNumber statusField;
private CrmNumber timezoneruleversionnumberField;
private string titleField;
private string torecipientsField;
private CrmNumber utcconversiontimezonecodeField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmDateTime enteredon
{
get
{
return this.enteredonField;
}
set
{
this.enteredonField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup objectid
{
get
{
return this.objectidField;
}
set
{
this.objectidField = value;
}
}
///
public EntityNameReference objecttypecode
{
get
{
return this.objecttypecodeField;
}
set
{
this.objecttypecodeField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmNumber priority
{
get
{
return this.priorityField;
}
set
{
this.priorityField = value;
}
}
///
public Lookup queueid
{
get
{
return this.queueidField;
}
set
{
this.queueidField = value;
}
}
///
public Key queueitemid
{
get
{
return this.queueitemidField;
}
set
{
this.queueitemidField = value;
}
}
///
public string sender
{
get
{
return this.senderField;
}
set
{
this.senderField = value;
}
}
///
public CrmNumber state
{
get
{
return this.stateField;
}
set
{
this.stateField = value;
}
}
///
public CrmNumber status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
///
public string torecipients
{
get
{
return this.torecipientsField;
}
set
{
this.torecipientsField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class queue : BusinessEntity
{
private CrmBoolean allowemailcredentialsField;
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private string emailaddressField;
private string emailpasswordField;
private string emailusernameField;
private CrmBoolean ignoreunsolicitedemailField;
private Picklist incomingemaildeliverymethodField;
private Picklist incomingemailfilteringmethodField;
private CrmBoolean isfaxqueueField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private Picklist outgoingemaildeliverymethodField;
private Lookup primaryuseridField;
private Key queueidField;
private CrmNumber queuesemanticsField;
private Picklist queuetypecodeField;
///
public CrmBoolean allowemailcredentials
{
get
{
return this.allowemailcredentialsField;
}
set
{
this.allowemailcredentialsField = value;
}
}
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string emailaddress
{
get
{
return this.emailaddressField;
}
set
{
this.emailaddressField = value;
}
}
///
public string emailpassword
{
get
{
return this.emailpasswordField;
}
set
{
this.emailpasswordField = value;
}
}
///
public string emailusername
{
get
{
return this.emailusernameField;
}
set
{
this.emailusernameField = value;
}
}
///
public CrmBoolean ignoreunsolicitedemail
{
get
{
return this.ignoreunsolicitedemailField;
}
set
{
this.ignoreunsolicitedemailField = value;
}
}
///
public Picklist incomingemaildeliverymethod
{
get
{
return this.incomingemaildeliverymethodField;
}
set
{
this.incomingemaildeliverymethodField = value;
}
}
///
public Picklist incomingemailfilteringmethod
{
get
{
return this.incomingemailfilteringmethodField;
}
set
{
this.incomingemailfilteringmethodField = value;
}
}
///
public CrmBoolean isfaxqueue
{
get
{
return this.isfaxqueueField;
}
set
{
this.isfaxqueueField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Picklist outgoingemaildeliverymethod
{
get
{
return this.outgoingemaildeliverymethodField;
}
set
{
this.outgoingemaildeliverymethodField = value;
}
}
///
public Lookup primaryuserid
{
get
{
return this.primaryuseridField;
}
set
{
this.primaryuseridField = value;
}
}
///
public Key queueid
{
get
{
return this.queueidField;
}
set
{
this.queueidField = value;
}
}
///
public CrmNumber queuesemantics
{
get
{
return this.queuesemanticsField;
}
set
{
this.queuesemanticsField = value;
}
}
///
public Picklist queuetypecode
{
get
{
return this.queuetypecodeField;
}
set
{
this.queuetypecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class quarterlyfiscalcalendar : BusinessEntity
{
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmDateTime effectiveonField;
private CrmDecimal exchangerateField;
private CrmNumber fiscalperiodtypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmMoney quarter1Field;
private CrmMoney quarter1_baseField;
private CrmMoney quarter2Field;
private CrmMoney quarter2_baseField;
private CrmMoney quarter3Field;
private CrmMoney quarter3_baseField;
private CrmMoney quarter4Field;
private CrmMoney quarter4_baseField;
private Lookup salespersonidField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Key userfiscalcalendaridField;
private CrmNumber utcconversiontimezonecodeField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmDateTime effectiveon
{
get
{
return this.effectiveonField;
}
set
{
this.effectiveonField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber fiscalperiodtype
{
get
{
return this.fiscalperiodtypeField;
}
set
{
this.fiscalperiodtypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmMoney quarter1
{
get
{
return this.quarter1Field;
}
set
{
this.quarter1Field = value;
}
}
///
public CrmMoney quarter1_base
{
get
{
return this.quarter1_baseField;
}
set
{
this.quarter1_baseField = value;
}
}
///
public CrmMoney quarter2
{
get
{
return this.quarter2Field;
}
set
{
this.quarter2Field = value;
}
}
///
public CrmMoney quarter2_base
{
get
{
return this.quarter2_baseField;
}
set
{
this.quarter2_baseField = value;
}
}
///
public CrmMoney quarter3
{
get
{
return this.quarter3Field;
}
set
{
this.quarter3Field = value;
}
}
///
public CrmMoney quarter3_base
{
get
{
return this.quarter3_baseField;
}
set
{
this.quarter3_baseField = value;
}
}
///
public CrmMoney quarter4
{
get
{
return this.quarter4Field;
}
set
{
this.quarter4Field = value;
}
}
///
public CrmMoney quarter4_base
{
get
{
return this.quarter4_baseField;
}
set
{
this.quarter4_baseField = value;
}
}
///
public Lookup salespersonid
{
get
{
return this.salespersonidField;
}
set
{
this.salespersonidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Key userfiscalcalendarid
{
get
{
return this.userfiscalcalendaridField;
}
set
{
this.userfiscalcalendaridField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class productpricelevel : BusinessEntity
{
private CrmMoney amountField;
private CrmMoney amount_baseField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Lookup discounttypeidField;
private CrmDecimal exchangerateField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier organizationidField;
private CrmDateTime overriddencreatedonField;
private CrmDecimal percentageField;
private Lookup pricelevelidField;
private Picklist pricingmethodcodeField;
private Lookup productidField;
private Key productpricelevelidField;
private Picklist quantitysellingcodeField;
private CrmMoney roundingoptionamountField;
private CrmMoney roundingoptionamount_baseField;
private Picklist roundingoptioncodeField;
private Picklist roundingpolicycodeField;
private Lookup transactioncurrencyidField;
private Lookup uomidField;
private Lookup uomscheduleidField;
///
public CrmMoney amount
{
get
{
return this.amountField;
}
set
{
this.amountField = value;
}
}
///
public CrmMoney amount_base
{
get
{
return this.amount_baseField;
}
set
{
this.amount_baseField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Lookup discounttypeid
{
get
{
return this.discounttypeidField;
}
set
{
this.discounttypeidField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public CrmDecimal percentage
{
get
{
return this.percentageField;
}
set
{
this.percentageField = value;
}
}
///
public Lookup pricelevelid
{
get
{
return this.pricelevelidField;
}
set
{
this.pricelevelidField = value;
}
}
///
public Picklist pricingmethodcode
{
get
{
return this.pricingmethodcodeField;
}
set
{
this.pricingmethodcodeField = value;
}
}
///
public Lookup productid
{
get
{
return this.productidField;
}
set
{
this.productidField = value;
}
}
///
public Key productpricelevelid
{
get
{
return this.productpricelevelidField;
}
set
{
this.productpricelevelidField = value;
}
}
///
public Picklist quantitysellingcode
{
get
{
return this.quantitysellingcodeField;
}
set
{
this.quantitysellingcodeField = value;
}
}
///
public CrmMoney roundingoptionamount
{
get
{
return this.roundingoptionamountField;
}
set
{
this.roundingoptionamountField = value;
}
}
///
public CrmMoney roundingoptionamount_base
{
get
{
return this.roundingoptionamount_baseField;
}
set
{
this.roundingoptionamount_baseField = value;
}
}
///
public Picklist roundingoptioncode
{
get
{
return this.roundingoptioncodeField;
}
set
{
this.roundingoptioncodeField = value;
}
}
///
public Picklist roundingpolicycode
{
get
{
return this.roundingpolicycodeField;
}
set
{
this.roundingpolicycodeField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Lookup uomid
{
get
{
return this.uomidField;
}
set
{
this.uomidField = value;
}
}
///
public Lookup uomscheduleid
{
get
{
return this.uomscheduleidField;
}
set
{
this.uomscheduleidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class product : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmMoney currentcostField;
private CrmMoney currentcost_baseField;
private Lookup defaultuomidField;
private Lookup defaultuomscheduleidField;
private string descriptionField;
private CrmDecimal exchangerateField;
private CrmNumber importsequencenumberField;
private CrmBoolean iskitField;
private CrmBoolean isstockitemField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private CrmMoney priceField;
private CrmMoney price_baseField;
private Lookup pricelevelidField;
private Key productidField;
private string productnumberField;
private Picklist producttypecodeField;
private string producturlField;
private CrmNumber quantitydecimalField;
private CrmDecimal quantityonhandField;
private string sizeField;
private CrmMoney standardcostField;
private CrmMoney standardcost_baseField;
private ProductStateInfo statecodeField;
private Status statuscodeField;
private CrmDecimal stockvolumeField;
private CrmDecimal stockweightField;
private Lookup subjectidField;
private string suppliernameField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
private string vendornameField;
private string vendorpartnumberField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmMoney currentcost
{
get
{
return this.currentcostField;
}
set
{
this.currentcostField = value;
}
}
///
public CrmMoney currentcost_base
{
get
{
return this.currentcost_baseField;
}
set
{
this.currentcost_baseField = value;
}
}
///
public Lookup defaultuomid
{
get
{
return this.defaultuomidField;
}
set
{
this.defaultuomidField = value;
}
}
///
public Lookup defaultuomscheduleid
{
get
{
return this.defaultuomscheduleidField;
}
set
{
this.defaultuomscheduleidField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean iskit
{
get
{
return this.iskitField;
}
set
{
this.iskitField = value;
}
}
///
public CrmBoolean isstockitem
{
get
{
return this.isstockitemField;
}
set
{
this.isstockitemField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public CrmMoney price
{
get
{
return this.priceField;
}
set
{
this.priceField = value;
}
}
///
public CrmMoney price_base
{
get
{
return this.price_baseField;
}
set
{
this.price_baseField = value;
}
}
///
public Lookup pricelevelid
{
get
{
return this.pricelevelidField;
}
set
{
this.pricelevelidField = value;
}
}
///
public Key productid
{
get
{
return this.productidField;
}
set
{
this.productidField = value;
}
}
///
public string productnumber
{
get
{
return this.productnumberField;
}
set
{
this.productnumberField = value;
}
}
///
public Picklist producttypecode
{
get
{
return this.producttypecodeField;
}
set
{
this.producttypecodeField = value;
}
}
///
public string producturl
{
get
{
return this.producturlField;
}
set
{
this.producturlField = value;
}
}
///
public CrmNumber quantitydecimal
{
get
{
return this.quantitydecimalField;
}
set
{
this.quantitydecimalField = value;
}
}
///
public CrmDecimal quantityonhand
{
get
{
return this.quantityonhandField;
}
set
{
this.quantityonhandField = value;
}
}
///
public string size
{
get
{
return this.sizeField;
}
set
{
this.sizeField = value;
}
}
///
public CrmMoney standardcost
{
get
{
return this.standardcostField;
}
set
{
this.standardcostField = value;
}
}
///
public CrmMoney standardcost_base
{
get
{
return this.standardcost_baseField;
}
set
{
this.standardcost_baseField = value;
}
}
///
public ProductStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmDecimal stockvolume
{
get
{
return this.stockvolumeField;
}
set
{
this.stockvolumeField = value;
}
}
///
public CrmDecimal stockweight
{
get
{
return this.stockweightField;
}
set
{
this.stockweightField = value;
}
}
///
public Lookup subjectid
{
get
{
return this.subjectidField;
}
set
{
this.subjectidField = value;
}
}
///
public string suppliername
{
get
{
return this.suppliernameField;
}
set
{
this.suppliernameField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public string vendorname
{
get
{
return this.vendornameField;
}
set
{
this.vendornameField = value;
}
}
///
public string vendorpartnumber
{
get
{
return this.vendorpartnumberField;
}
set
{
this.vendorpartnumberField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ProductStateInfo
{
private string formattedvalueField;
private ProductState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ProductState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ProductState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class privilege : BusinessEntity
{
private CrmNumber accessrightField;
private CrmBoolean canbebasicField;
private CrmBoolean canbedeepField;
private CrmBoolean canbeglobalField;
private CrmBoolean canbelocalField;
private string nameField;
private Key privilegeidField;
///
public CrmNumber accessright
{
get
{
return this.accessrightField;
}
set
{
this.accessrightField = value;
}
}
///
public CrmBoolean canbebasic
{
get
{
return this.canbebasicField;
}
set
{
this.canbebasicField = value;
}
}
///
public CrmBoolean canbedeep
{
get
{
return this.canbedeepField;
}
set
{
this.canbedeepField = value;
}
}
///
public CrmBoolean canbeglobal
{
get
{
return this.canbeglobalField;
}
set
{
this.canbeglobalField = value;
}
}
///
public CrmBoolean canbelocal
{
get
{
return this.canbelocalField;
}
set
{
this.canbelocalField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Key privilegeid
{
get
{
return this.privilegeidField;
}
set
{
this.privilegeidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class pricelevel : BusinessEntity
{
private CrmDateTime begindateField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmDateTime enddateField;
private Picklist freighttermscodeField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private Picklist paymentmethodcodeField;
private Key pricelevelidField;
private Picklist shippingmethodcodeField;
private PriceLevelStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmDateTime begindate
{
get
{
return this.begindateField;
}
set
{
this.begindateField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDateTime enddate
{
get
{
return this.enddateField;
}
set
{
this.enddateField = value;
}
}
///
public Picklist freighttermscode
{
get
{
return this.freighttermscodeField;
}
set
{
this.freighttermscodeField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Picklist paymentmethodcode
{
get
{
return this.paymentmethodcodeField;
}
set
{
this.paymentmethodcodeField = value;
}
}
///
public Key pricelevelid
{
get
{
return this.pricelevelidField;
}
set
{
this.pricelevelidField = value;
}
}
///
public Picklist shippingmethodcode
{
get
{
return this.shippingmethodcodeField;
}
set
{
this.shippingmethodcodeField = value;
}
}
///
public PriceLevelStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PriceLevelStateInfo
{
private string formattedvalueField;
private PriceLevelState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public PriceLevelState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum PriceLevelState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class plugintype : BusinessEntity
{
private string assemblynameField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string cultureField;
private CrmNumber customizationlevelField;
private string friendlynameField;
private CrmBoolean isworkflowactivityField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private Lookup pluginassemblyidField;
private Key plugintypeidField;
private UniqueIdentifier plugintypeiduniqueField;
private string publickeytokenField;
private string typenameField;
private string versionField;
///
public string assemblyname
{
get
{
return this.assemblynameField;
}
set
{
this.assemblynameField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string culture
{
get
{
return this.cultureField;
}
set
{
this.cultureField = value;
}
}
///
public CrmNumber customizationlevel
{
get
{
return this.customizationlevelField;
}
set
{
this.customizationlevelField = value;
}
}
///
public string friendlyname
{
get
{
return this.friendlynameField;
}
set
{
this.friendlynameField = value;
}
}
///
public CrmBoolean isworkflowactivity
{
get
{
return this.isworkflowactivityField;
}
set
{
this.isworkflowactivityField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Lookup pluginassemblyid
{
get
{
return this.pluginassemblyidField;
}
set
{
this.pluginassemblyidField = value;
}
}
///
public Key plugintypeid
{
get
{
return this.plugintypeidField;
}
set
{
this.plugintypeidField = value;
}
}
///
public UniqueIdentifier plugintypeidunique
{
get
{
return this.plugintypeiduniqueField;
}
set
{
this.plugintypeiduniqueField = value;
}
}
///
public string publickeytoken
{
get
{
return this.publickeytokenField;
}
set
{
this.publickeytokenField = value;
}
}
///
public string typename
{
get
{
return this.typenameField;
}
set
{
this.typenameField = value;
}
}
///
public string version
{
get
{
return this.versionField;
}
set
{
this.versionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class pluginassembly : BusinessEntity
{
private string contentField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string cultureField;
private CrmNumber customizationlevelField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private string pathField;
private Key pluginassemblyidField;
private UniqueIdentifier pluginassemblyiduniqueField;
private string publickeytokenField;
private string sourcehashField;
private Picklist sourcetypeField;
private string versionField;
///
public string content
{
get
{
return this.contentField;
}
set
{
this.contentField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string culture
{
get
{
return this.cultureField;
}
set
{
this.cultureField = value;
}
}
///
public CrmNumber customizationlevel
{
get
{
return this.customizationlevelField;
}
set
{
this.customizationlevelField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string path
{
get
{
return this.pathField;
}
set
{
this.pathField = value;
}
}
///
public Key pluginassemblyid
{
get
{
return this.pluginassemblyidField;
}
set
{
this.pluginassemblyidField = value;
}
}
///
public UniqueIdentifier pluginassemblyidunique
{
get
{
return this.pluginassemblyiduniqueField;
}
set
{
this.pluginassemblyiduniqueField = value;
}
}
///
public string publickeytoken
{
get
{
return this.publickeytokenField;
}
set
{
this.publickeytokenField = value;
}
}
///
public string sourcehash
{
get
{
return this.sourcehashField;
}
set
{
this.sourcehashField = value;
}
}
///
public Picklist sourcetype
{
get
{
return this.sourcetypeField;
}
set
{
this.sourcetypeField = value;
}
}
///
public string version
{
get
{
return this.versionField;
}
set
{
this.versionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class picklistmapping : BusinessEntity
{
private Lookup columnmappingidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Key picklistmappingidField;
private Picklist processcodeField;
private string sourcevalueField;
private PickListMappingStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber targetvalueField;
///
public Lookup columnmappingid
{
get
{
return this.columnmappingidField;
}
set
{
this.columnmappingidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Key picklistmappingid
{
get
{
return this.picklistmappingidField;
}
set
{
this.picklistmappingidField = value;
}
}
///
public Picklist processcode
{
get
{
return this.processcodeField;
}
set
{
this.processcodeField = value;
}
}
///
public string sourcevalue
{
get
{
return this.sourcevalueField;
}
set
{
this.sourcevalueField = value;
}
}
///
public PickListMappingStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber targetvalue
{
get
{
return this.targetvalueField;
}
set
{
this.targetvalueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PickListMappingStateInfo
{
private string formattedvalueField;
private PickListMappingState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public PickListMappingState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum PickListMappingState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class phonecall : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string categoryField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmBoolean directioncodeField;
private activityparty[] fromField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string phonenumberField;
private Picklist prioritycodeField;
private Lookup regardingobjectidField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private PhoneCallStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private UniqueIdentifier subscriptionidField;
private CrmNumber timezoneruleversionnumberField;
private activityparty[] toField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean directioncode
{
get
{
return this.directioncodeField;
}
set
{
this.directioncodeField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] from
{
get
{
return this.fromField;
}
set
{
this.fromField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string phonenumber
{
get
{
return this.phonenumberField;
}
set
{
this.phonenumberField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public PhoneCallStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public UniqueIdentifier subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] to
{
get
{
return this.toField;
}
set
{
this.toField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PhoneCallStateInfo
{
private string formattedvalueField;
private PhoneCallState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public PhoneCallState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum PhoneCallState
{
///
Open,
///
Completed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ownermapping : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private Lookup importmapidField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Key ownermappingidField;
private Picklist processcodeField;
private string sourcesystemusernameField;
private string sourceuservalueforsourcecrmuserlinkField;
private OwnerMappingStateInfo statecodeField;
private Status statuscodeField;
private string targetsystemuserdomainnameField;
private Lookup targetsystemuseridField;
private string targetuservalueforsourcecrmuserlinkField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Lookup importmapid
{
get
{
return this.importmapidField;
}
set
{
this.importmapidField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Key ownermappingid
{
get
{
return this.ownermappingidField;
}
set
{
this.ownermappingidField = value;
}
}
///
public Picklist processcode
{
get
{
return this.processcodeField;
}
set
{
this.processcodeField = value;
}
}
///
public string sourcesystemusername
{
get
{
return this.sourcesystemusernameField;
}
set
{
this.sourcesystemusernameField = value;
}
}
///
public string sourceuservalueforsourcecrmuserlink
{
get
{
return this.sourceuservalueforsourcecrmuserlinkField;
}
set
{
this.sourceuservalueforsourcecrmuserlinkField = value;
}
}
///
public OwnerMappingStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string targetsystemuserdomainname
{
get
{
return this.targetsystemuserdomainnameField;
}
set
{
this.targetsystemuserdomainnameField = value;
}
}
///
public Lookup targetsystemuserid
{
get
{
return this.targetsystemuseridField;
}
set
{
this.targetsystemuseridField = value;
}
}
///
public string targetuservalueforsourcecrmuserlink
{
get
{
return this.targetuservalueforsourcecrmuserlinkField;
}
set
{
this.targetuservalueforsourcecrmuserlinkField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class OwnerMappingStateInfo
{
private string formattedvalueField;
private OwnerMappingState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public OwnerMappingState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum OwnerMappingState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class organizationui : BusinessEntity
{
private CrmNumber customizationlevelField;
private string fieldxmlField;
private Key formidField;
private UniqueIdentifier formiduniqueField;
private string formxmlField;
private string gridiconField;
private CrmBoolean inproductionField;
private string largeentityiconField;
private EntityNameReference objecttypecodeField;
private Lookup organizationidField;
private string outlookshortcuticonField;
private string previewcolumnsetxmlField;
private string previewxmlField;
private CrmNumber versionField;
///
public CrmNumber customizationlevel
{
get
{
return this.customizationlevelField;
}
set
{
this.customizationlevelField = value;
}
}
///
public string fieldxml
{
get
{
return this.fieldxmlField;
}
set
{
this.fieldxmlField = value;
}
}
///
public Key formid
{
get
{
return this.formidField;
}
set
{
this.formidField = value;
}
}
///
public UniqueIdentifier formidunique
{
get
{
return this.formiduniqueField;
}
set
{
this.formiduniqueField = value;
}
}
///
public string formxml
{
get
{
return this.formxmlField;
}
set
{
this.formxmlField = value;
}
}
///
public string gridicon
{
get
{
return this.gridiconField;
}
set
{
this.gridiconField = value;
}
}
///
public CrmBoolean inproduction
{
get
{
return this.inproductionField;
}
set
{
this.inproductionField = value;
}
}
///
public string largeentityicon
{
get
{
return this.largeentityiconField;
}
set
{
this.largeentityiconField = value;
}
}
///
public EntityNameReference objecttypecode
{
get
{
return this.objecttypecodeField;
}
set
{
this.objecttypecodeField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string outlookshortcuticon
{
get
{
return this.outlookshortcuticonField;
}
set
{
this.outlookshortcuticonField = value;
}
}
///
public string previewcolumnsetxml
{
get
{
return this.previewcolumnsetxmlField;
}
set
{
this.previewcolumnsetxmlField = value;
}
}
///
public string previewxml
{
get
{
return this.previewxmlField;
}
set
{
this.previewxmlField = value;
}
}
///
public CrmNumber version
{
get
{
return this.versionField;
}
set
{
this.versionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class organization : BusinessEntity
{
private Lookup acknowledgementtemplateidField;
private CrmBoolean allowaddressbooksyncsField;
private CrmBoolean allowautoresponsecreationField;
private CrmBoolean allowautounsubscribeField;
private CrmBoolean allowautounsubscribeacknowledgementField;
private CrmBoolean allowmarketingemailexecutionField;
private CrmBoolean allowofflinescheduledsyncsField;
private CrmBoolean allowoutlookscheduledsyncsField;
private CrmBoolean allowunresolvedpartiesonemailsendField;
private CrmBoolean allowwebexcelexportField;
private string amdesignatorField;
private Lookup basecurrencyidField;
private string blockedattachmentsField;
private string bulkoperationprefixField;
private UniqueIdentifier businessclosurecalendaridField;
private CrmNumber calendartypeField;
private string campaignprefixField;
private string caseprefixField;
private string contractprefixField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber currencydecimalprecisionField;
private Picklist currencydisplayoptionField;
private Picklist currencyformatcodeField;
private string currencysymbolField;
private CrmNumber currentbulkoperationnumberField;
private CrmNumber currentcampaignnumberField;
private CrmNumber currentcasenumberField;
private CrmNumber currentcontractnumberField;
private CrmNumber currentimportsequencenumberField;
private CrmNumber currentinvoicenumberField;
private CrmNumber currentkbnumberField;
private CrmNumber currentordernumberField;
private CrmNumber currentparsedtablenumberField;
private CrmNumber currentquotenumberField;
private Picklist dateformatcodeField;
private string dateformatstringField;
private string dateseparatorField;
private string decimalsymbolField;
private string disabledreasonField;
private CrmNumber emailsendpollingperiodField;
private CrmBoolean enablepricingoncreateField;
private string featuresetField;
private CrmDateTime fiscalcalendarstartField;
private string fiscalperiodformatField;
private CrmNumber fiscalperiodtypeField;
private CrmBoolean fiscalsettingsupdatedField;
private CrmNumber fiscalyeardisplaycodeField;
private string fiscalyearformatField;
private string fiscalyearperiodconnectField;
private Picklist fullnameconventioncodeField;
private CrmBoolean grantaccesstonetworkserviceField;
private CrmBoolean ignoreinternalemailField;
private UniqueIdentifier integrationuseridField;
private string invoiceprefixField;
private CrmBoolean isappmodeField;
private CrmBoolean isdisabledField;
private CrmBoolean isduplicatedetectionenabledField;
private CrmBoolean isduplicatedetectionenabledforimportField;
private CrmBoolean isduplicatedetectionenabledforofflinesyncField;
private CrmBoolean isduplicatedetectionenabledforonlinecreateupdateField;
private CrmBoolean isfiscalperiodmonthbasedField;
private CrmBoolean ispresenceenabledField;
private CrmBoolean isregisteredField;
private CrmBoolean issopintegrationenabledField;
private Picklist isvintegrationcodeField;
private string kbprefixField;
private CrmNumber languagecodeField;
private CrmNumber localeidField;
private CrmNumber longdateformatcodeField;
private CrmNumber maxappointmentdurationdaysField;
private CrmNumber maximumtrackingnumberField;
private CrmNumber maxrecordsforexporttoexcelField;
private CrmNumber maxuploadfilesizeField;
private CrmNumber minaddressbooksyncintervalField;
private CrmNumber minofflinesyncintervalField;
private CrmNumber minoutlooksyncintervalField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private CrmNumber negativecurrencyformatcodeField;
private Picklist negativeformatcodeField;
private CrmNumber nexttrackingnumberField;
private string numberformatField;
private string numbergroupformatField;
private string numberseparatorField;
private string orderprefixField;
private Key organizationidField;
private string parsedtablecolumnprefixField;
private string parsedtableprefixField;
private string pictureField;
private string pmdesignatorField;
private CrmNumber pricingdecimalprecisionField;
private UniqueIdentifier privilegeusergroupidField;
private UniqueIdentifier privreportinggroupidField;
private string privreportinggroupnameField;
private string quoteprefixField;
private string referencesitemapxmlField;
private CrmBoolean rendersecureiframeforemailField;
private UniqueIdentifier reportinggroupidField;
private string reportinggroupnameField;
private string schemanameprefixField;
private CrmBoolean sharetopreviousowneronassignField;
private CrmBoolean showweeknumberField;
private string sitemapxmlField;
private CrmNumber sortidField;
private UniqueIdentifier sqlaccessgroupidField;
private string sqlaccessgroupnameField;
private CrmBoolean sqmenabledField;
private UniqueIdentifier supportuseridField;
private UniqueIdentifier systemuseridField;
private CrmNumber tagmaxaggressivecyclesField;
private CrmNumber tagpollingperiodField;
private Picklist timeformatcodeField;
private string timeformatstringField;
private string timeseparatorField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber tokenexpiryField;
private string tokenkeyField;
private string trackingprefixField;
private CrmNumber trackingtokenidbaseField;
private CrmNumber trackingtokeniddigitsField;
private CrmNumber uniquespecifierlengthField;
private UniqueIdentifier usergroupidField;
private CrmNumber utcconversiontimezonecodeField;
private string v3calloutconfighashField;
private Picklist weekstartdaycodeField;
private CrmNumber yearstartweekcodeField;
///
public Lookup acknowledgementtemplateid
{
get
{
return this.acknowledgementtemplateidField;
}
set
{
this.acknowledgementtemplateidField = value;
}
}
///
public CrmBoolean allowaddressbooksyncs
{
get
{
return this.allowaddressbooksyncsField;
}
set
{
this.allowaddressbooksyncsField = value;
}
}
///
public CrmBoolean allowautoresponsecreation
{
get
{
return this.allowautoresponsecreationField;
}
set
{
this.allowautoresponsecreationField = value;
}
}
///
public CrmBoolean allowautounsubscribe
{
get
{
return this.allowautounsubscribeField;
}
set
{
this.allowautounsubscribeField = value;
}
}
///
public CrmBoolean allowautounsubscribeacknowledgement
{
get
{
return this.allowautounsubscribeacknowledgementField;
}
set
{
this.allowautounsubscribeacknowledgementField = value;
}
}
///
public CrmBoolean allowmarketingemailexecution
{
get
{
return this.allowmarketingemailexecutionField;
}
set
{
this.allowmarketingemailexecutionField = value;
}
}
///
public CrmBoolean allowofflinescheduledsyncs
{
get
{
return this.allowofflinescheduledsyncsField;
}
set
{
this.allowofflinescheduledsyncsField = value;
}
}
///
public CrmBoolean allowoutlookscheduledsyncs
{
get
{
return this.allowoutlookscheduledsyncsField;
}
set
{
this.allowoutlookscheduledsyncsField = value;
}
}
///
public CrmBoolean allowunresolvedpartiesonemailsend
{
get
{
return this.allowunresolvedpartiesonemailsendField;
}
set
{
this.allowunresolvedpartiesonemailsendField = value;
}
}
///
public CrmBoolean allowwebexcelexport
{
get
{
return this.allowwebexcelexportField;
}
set
{
this.allowwebexcelexportField = value;
}
}
///
public string amdesignator
{
get
{
return this.amdesignatorField;
}
set
{
this.amdesignatorField = value;
}
}
///
public Lookup basecurrencyid
{
get
{
return this.basecurrencyidField;
}
set
{
this.basecurrencyidField = value;
}
}
///
public string blockedattachments
{
get
{
return this.blockedattachmentsField;
}
set
{
this.blockedattachmentsField = value;
}
}
///
public string bulkoperationprefix
{
get
{
return this.bulkoperationprefixField;
}
set
{
this.bulkoperationprefixField = value;
}
}
///
public UniqueIdentifier businessclosurecalendarid
{
get
{
return this.businessclosurecalendaridField;
}
set
{
this.businessclosurecalendaridField = value;
}
}
///
public CrmNumber calendartype
{
get
{
return this.calendartypeField;
}
set
{
this.calendartypeField = value;
}
}
///
public string campaignprefix
{
get
{
return this.campaignprefixField;
}
set
{
this.campaignprefixField = value;
}
}
///
public string caseprefix
{
get
{
return this.caseprefixField;
}
set
{
this.caseprefixField = value;
}
}
///
public string contractprefix
{
get
{
return this.contractprefixField;
}
set
{
this.contractprefixField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber currencydecimalprecision
{
get
{
return this.currencydecimalprecisionField;
}
set
{
this.currencydecimalprecisionField = value;
}
}
///
public Picklist currencydisplayoption
{
get
{
return this.currencydisplayoptionField;
}
set
{
this.currencydisplayoptionField = value;
}
}
///
public Picklist currencyformatcode
{
get
{
return this.currencyformatcodeField;
}
set
{
this.currencyformatcodeField = value;
}
}
///
public string currencysymbol
{
get
{
return this.currencysymbolField;
}
set
{
this.currencysymbolField = value;
}
}
///
public CrmNumber currentbulkoperationnumber
{
get
{
return this.currentbulkoperationnumberField;
}
set
{
this.currentbulkoperationnumberField = value;
}
}
///
public CrmNumber currentcampaignnumber
{
get
{
return this.currentcampaignnumberField;
}
set
{
this.currentcampaignnumberField = value;
}
}
///
public CrmNumber currentcasenumber
{
get
{
return this.currentcasenumberField;
}
set
{
this.currentcasenumberField = value;
}
}
///
public CrmNumber currentcontractnumber
{
get
{
return this.currentcontractnumberField;
}
set
{
this.currentcontractnumberField = value;
}
}
///
public CrmNumber currentimportsequencenumber
{
get
{
return this.currentimportsequencenumberField;
}
set
{
this.currentimportsequencenumberField = value;
}
}
///
public CrmNumber currentinvoicenumber
{
get
{
return this.currentinvoicenumberField;
}
set
{
this.currentinvoicenumberField = value;
}
}
///
public CrmNumber currentkbnumber
{
get
{
return this.currentkbnumberField;
}
set
{
this.currentkbnumberField = value;
}
}
///
public CrmNumber currentordernumber
{
get
{
return this.currentordernumberField;
}
set
{
this.currentordernumberField = value;
}
}
///
public CrmNumber currentparsedtablenumber
{
get
{
return this.currentparsedtablenumberField;
}
set
{
this.currentparsedtablenumberField = value;
}
}
///
public CrmNumber currentquotenumber
{
get
{
return this.currentquotenumberField;
}
set
{
this.currentquotenumberField = value;
}
}
///
public Picklist dateformatcode
{
get
{
return this.dateformatcodeField;
}
set
{
this.dateformatcodeField = value;
}
}
///
public string dateformatstring
{
get
{
return this.dateformatstringField;
}
set
{
this.dateformatstringField = value;
}
}
///
public string dateseparator
{
get
{
return this.dateseparatorField;
}
set
{
this.dateseparatorField = value;
}
}
///
public string decimalsymbol
{
get
{
return this.decimalsymbolField;
}
set
{
this.decimalsymbolField = value;
}
}
///
public string disabledreason
{
get
{
return this.disabledreasonField;
}
set
{
this.disabledreasonField = value;
}
}
///
public CrmNumber emailsendpollingperiod
{
get
{
return this.emailsendpollingperiodField;
}
set
{
this.emailsendpollingperiodField = value;
}
}
///
public CrmBoolean enablepricingoncreate
{
get
{
return this.enablepricingoncreateField;
}
set
{
this.enablepricingoncreateField = value;
}
}
///
public string featureset
{
get
{
return this.featuresetField;
}
set
{
this.featuresetField = value;
}
}
///
public CrmDateTime fiscalcalendarstart
{
get
{
return this.fiscalcalendarstartField;
}
set
{
this.fiscalcalendarstartField = value;
}
}
///
public string fiscalperiodformat
{
get
{
return this.fiscalperiodformatField;
}
set
{
this.fiscalperiodformatField = value;
}
}
///
public CrmNumber fiscalperiodtype
{
get
{
return this.fiscalperiodtypeField;
}
set
{
this.fiscalperiodtypeField = value;
}
}
///
public CrmBoolean fiscalsettingsupdated
{
get
{
return this.fiscalsettingsupdatedField;
}
set
{
this.fiscalsettingsupdatedField = value;
}
}
///
public CrmNumber fiscalyeardisplaycode
{
get
{
return this.fiscalyeardisplaycodeField;
}
set
{
this.fiscalyeardisplaycodeField = value;
}
}
///
public string fiscalyearformat
{
get
{
return this.fiscalyearformatField;
}
set
{
this.fiscalyearformatField = value;
}
}
///
public string fiscalyearperiodconnect
{
get
{
return this.fiscalyearperiodconnectField;
}
set
{
this.fiscalyearperiodconnectField = value;
}
}
///
public Picklist fullnameconventioncode
{
get
{
return this.fullnameconventioncodeField;
}
set
{
this.fullnameconventioncodeField = value;
}
}
///
public CrmBoolean grantaccesstonetworkservice
{
get
{
return this.grantaccesstonetworkserviceField;
}
set
{
this.grantaccesstonetworkserviceField = value;
}
}
///
public CrmBoolean ignoreinternalemail
{
get
{
return this.ignoreinternalemailField;
}
set
{
this.ignoreinternalemailField = value;
}
}
///
public UniqueIdentifier integrationuserid
{
get
{
return this.integrationuseridField;
}
set
{
this.integrationuseridField = value;
}
}
///
public string invoiceprefix
{
get
{
return this.invoiceprefixField;
}
set
{
this.invoiceprefixField = value;
}
}
///
public CrmBoolean isappmode
{
get
{
return this.isappmodeField;
}
set
{
this.isappmodeField = value;
}
}
///
public CrmBoolean isdisabled
{
get
{
return this.isdisabledField;
}
set
{
this.isdisabledField = value;
}
}
///
public CrmBoolean isduplicatedetectionenabled
{
get
{
return this.isduplicatedetectionenabledField;
}
set
{
this.isduplicatedetectionenabledField = value;
}
}
///
public CrmBoolean isduplicatedetectionenabledforimport
{
get
{
return this.isduplicatedetectionenabledforimportField;
}
set
{
this.isduplicatedetectionenabledforimportField = value;
}
}
///
public CrmBoolean isduplicatedetectionenabledforofflinesync
{
get
{
return this.isduplicatedetectionenabledforofflinesyncField;
}
set
{
this.isduplicatedetectionenabledforofflinesyncField = value;
}
}
///
public CrmBoolean isduplicatedetectionenabledforonlinecreateupdate
{
get
{
return this.isduplicatedetectionenabledforonlinecreateupdateField;
}
set
{
this.isduplicatedetectionenabledforonlinecreateupdateField = value;
}
}
///
public CrmBoolean isfiscalperiodmonthbased
{
get
{
return this.isfiscalperiodmonthbasedField;
}
set
{
this.isfiscalperiodmonthbasedField = value;
}
}
///
public CrmBoolean ispresenceenabled
{
get
{
return this.ispresenceenabledField;
}
set
{
this.ispresenceenabledField = value;
}
}
///
public CrmBoolean isregistered
{
get
{
return this.isregisteredField;
}
set
{
this.isregisteredField = value;
}
}
///
public CrmBoolean issopintegrationenabled
{
get
{
return this.issopintegrationenabledField;
}
set
{
this.issopintegrationenabledField = value;
}
}
///
public Picklist isvintegrationcode
{
get
{
return this.isvintegrationcodeField;
}
set
{
this.isvintegrationcodeField = value;
}
}
///
public string kbprefix
{
get
{
return this.kbprefixField;
}
set
{
this.kbprefixField = value;
}
}
///
public CrmNumber languagecode
{
get
{
return this.languagecodeField;
}
set
{
this.languagecodeField = value;
}
}
///
public CrmNumber localeid
{
get
{
return this.localeidField;
}
set
{
this.localeidField = value;
}
}
///
public CrmNumber longdateformatcode
{
get
{
return this.longdateformatcodeField;
}
set
{
this.longdateformatcodeField = value;
}
}
///
public CrmNumber maxappointmentdurationdays
{
get
{
return this.maxappointmentdurationdaysField;
}
set
{
this.maxappointmentdurationdaysField = value;
}
}
///
public CrmNumber maximumtrackingnumber
{
get
{
return this.maximumtrackingnumberField;
}
set
{
this.maximumtrackingnumberField = value;
}
}
///
public CrmNumber maxrecordsforexporttoexcel
{
get
{
return this.maxrecordsforexporttoexcelField;
}
set
{
this.maxrecordsforexporttoexcelField = value;
}
}
///
public CrmNumber maxuploadfilesize
{
get
{
return this.maxuploadfilesizeField;
}
set
{
this.maxuploadfilesizeField = value;
}
}
///
public CrmNumber minaddressbooksyncinterval
{
get
{
return this.minaddressbooksyncintervalField;
}
set
{
this.minaddressbooksyncintervalField = value;
}
}
///
public CrmNumber minofflinesyncinterval
{
get
{
return this.minofflinesyncintervalField;
}
set
{
this.minofflinesyncintervalField = value;
}
}
///
public CrmNumber minoutlooksyncinterval
{
get
{
return this.minoutlooksyncintervalField;
}
set
{
this.minoutlooksyncintervalField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public CrmNumber negativecurrencyformatcode
{
get
{
return this.negativecurrencyformatcodeField;
}
set
{
this.negativecurrencyformatcodeField = value;
}
}
///
public Picklist negativeformatcode
{
get
{
return this.negativeformatcodeField;
}
set
{
this.negativeformatcodeField = value;
}
}
///
public CrmNumber nexttrackingnumber
{
get
{
return this.nexttrackingnumberField;
}
set
{
this.nexttrackingnumberField = value;
}
}
///
public string numberformat
{
get
{
return this.numberformatField;
}
set
{
this.numberformatField = value;
}
}
///
public string numbergroupformat
{
get
{
return this.numbergroupformatField;
}
set
{
this.numbergroupformatField = value;
}
}
///
public string numberseparator
{
get
{
return this.numberseparatorField;
}
set
{
this.numberseparatorField = value;
}
}
///
public string orderprefix
{
get
{
return this.orderprefixField;
}
set
{
this.orderprefixField = value;
}
}
///
public Key organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string parsedtablecolumnprefix
{
get
{
return this.parsedtablecolumnprefixField;
}
set
{
this.parsedtablecolumnprefixField = value;
}
}
///
public string parsedtableprefix
{
get
{
return this.parsedtableprefixField;
}
set
{
this.parsedtableprefixField = value;
}
}
///
public string picture
{
get
{
return this.pictureField;
}
set
{
this.pictureField = value;
}
}
///
public string pmdesignator
{
get
{
return this.pmdesignatorField;
}
set
{
this.pmdesignatorField = value;
}
}
///
public CrmNumber pricingdecimalprecision
{
get
{
return this.pricingdecimalprecisionField;
}
set
{
this.pricingdecimalprecisionField = value;
}
}
///
public UniqueIdentifier privilegeusergroupid
{
get
{
return this.privilegeusergroupidField;
}
set
{
this.privilegeusergroupidField = value;
}
}
///
public UniqueIdentifier privreportinggroupid
{
get
{
return this.privreportinggroupidField;
}
set
{
this.privreportinggroupidField = value;
}
}
///
public string privreportinggroupname
{
get
{
return this.privreportinggroupnameField;
}
set
{
this.privreportinggroupnameField = value;
}
}
///
public string quoteprefix
{
get
{
return this.quoteprefixField;
}
set
{
this.quoteprefixField = value;
}
}
///
public string referencesitemapxml
{
get
{
return this.referencesitemapxmlField;
}
set
{
this.referencesitemapxmlField = value;
}
}
///
public CrmBoolean rendersecureiframeforemail
{
get
{
return this.rendersecureiframeforemailField;
}
set
{
this.rendersecureiframeforemailField = value;
}
}
///
public UniqueIdentifier reportinggroupid
{
get
{
return this.reportinggroupidField;
}
set
{
this.reportinggroupidField = value;
}
}
///
public string reportinggroupname
{
get
{
return this.reportinggroupnameField;
}
set
{
this.reportinggroupnameField = value;
}
}
///
public string schemanameprefix
{
get
{
return this.schemanameprefixField;
}
set
{
this.schemanameprefixField = value;
}
}
///
public CrmBoolean sharetopreviousowneronassign
{
get
{
return this.sharetopreviousowneronassignField;
}
set
{
this.sharetopreviousowneronassignField = value;
}
}
///
public CrmBoolean showweeknumber
{
get
{
return this.showweeknumberField;
}
set
{
this.showweeknumberField = value;
}
}
///
public string sitemapxml
{
get
{
return this.sitemapxmlField;
}
set
{
this.sitemapxmlField = value;
}
}
///
public CrmNumber sortid
{
get
{
return this.sortidField;
}
set
{
this.sortidField = value;
}
}
///
public UniqueIdentifier sqlaccessgroupid
{
get
{
return this.sqlaccessgroupidField;
}
set
{
this.sqlaccessgroupidField = value;
}
}
///
public string sqlaccessgroupname
{
get
{
return this.sqlaccessgroupnameField;
}
set
{
this.sqlaccessgroupnameField = value;
}
}
///
public CrmBoolean sqmenabled
{
get
{
return this.sqmenabledField;
}
set
{
this.sqmenabledField = value;
}
}
///
public UniqueIdentifier supportuserid
{
get
{
return this.supportuseridField;
}
set
{
this.supportuseridField = value;
}
}
///
public UniqueIdentifier systemuserid
{
get
{
return this.systemuseridField;
}
set
{
this.systemuseridField = value;
}
}
///
public CrmNumber tagmaxaggressivecycles
{
get
{
return this.tagmaxaggressivecyclesField;
}
set
{
this.tagmaxaggressivecyclesField = value;
}
}
///
public CrmNumber tagpollingperiod
{
get
{
return this.tagpollingperiodField;
}
set
{
this.tagpollingperiodField = value;
}
}
///
public Picklist timeformatcode
{
get
{
return this.timeformatcodeField;
}
set
{
this.timeformatcodeField = value;
}
}
///
public string timeformatstring
{
get
{
return this.timeformatstringField;
}
set
{
this.timeformatstringField = value;
}
}
///
public string timeseparator
{
get
{
return this.timeseparatorField;
}
set
{
this.timeseparatorField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber tokenexpiry
{
get
{
return this.tokenexpiryField;
}
set
{
this.tokenexpiryField = value;
}
}
///
public string tokenkey
{
get
{
return this.tokenkeyField;
}
set
{
this.tokenkeyField = value;
}
}
///
public string trackingprefix
{
get
{
return this.trackingprefixField;
}
set
{
this.trackingprefixField = value;
}
}
///
public CrmNumber trackingtokenidbase
{
get
{
return this.trackingtokenidbaseField;
}
set
{
this.trackingtokenidbaseField = value;
}
}
///
public CrmNumber trackingtokeniddigits
{
get
{
return this.trackingtokeniddigitsField;
}
set
{
this.trackingtokeniddigitsField = value;
}
}
///
public CrmNumber uniquespecifierlength
{
get
{
return this.uniquespecifierlengthField;
}
set
{
this.uniquespecifierlengthField = value;
}
}
///
public UniqueIdentifier usergroupid
{
get
{
return this.usergroupidField;
}
set
{
this.usergroupidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public string v3calloutconfighash
{
get
{
return this.v3calloutconfighashField;
}
set
{
this.v3calloutconfighashField = value;
}
}
///
public Picklist weekstartdaycode
{
get
{
return this.weekstartdaycodeField;
}
set
{
this.weekstartdaycodeField = value;
}
}
///
public CrmNumber yearstartweekcode
{
get
{
return this.yearstartweekcodeField;
}
set
{
this.yearstartweekcodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class orderclose : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string categoryField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string ordernumberField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private CrmNumber revisionField;
private Lookup salesorderidField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private OrderCloseStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string ordernumber
{
get
{
return this.ordernumberField;
}
set
{
this.ordernumberField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public CrmNumber revision
{
get
{
return this.revisionField;
}
set
{
this.revisionField = value;
}
}
///
public Lookup salesorderid
{
get
{
return this.salesorderidField;
}
set
{
this.salesorderidField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public OrderCloseStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class OrderCloseStateInfo
{
private string formattedvalueField;
private OrderCloseState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public OrderCloseState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum OrderCloseState
{
///
Open,
///
Completed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class opportunityproduct : BusinessEntity
{
private CrmMoney baseamountField;
private CrmMoney baseamount_baseField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmDecimal exchangerateField;
private CrmMoney extendedamountField;
private CrmMoney extendedamount_baseField;
private CrmNumber importsequencenumberField;
private CrmBoolean ispriceoverriddenField;
private CrmBoolean isproductoverriddenField;
private CrmMoney manualdiscountamountField;
private CrmMoney manualdiscountamount_baseField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup opportunityidField;
private Key opportunityproductidField;
private Picklist opportunitystatecodeField;
private CrmDateTime overriddencreatedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private CrmMoney priceperunitField;
private CrmMoney priceperunit_baseField;
private Picklist pricingerrorcodeField;
private string productdescriptionField;
private Lookup productidField;
private CrmDecimal quantityField;
private CrmMoney taxField;
private CrmMoney tax_baseField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Lookup uomidField;
private CrmNumber utcconversiontimezonecodeField;
private CrmMoney volumediscountamountField;
private CrmMoney volumediscountamount_baseField;
///
public CrmMoney baseamount
{
get
{
return this.baseamountField;
}
set
{
this.baseamountField = value;
}
}
///
public CrmMoney baseamount_base
{
get
{
return this.baseamount_baseField;
}
set
{
this.baseamount_baseField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmMoney extendedamount
{
get
{
return this.extendedamountField;
}
set
{
this.extendedamountField = value;
}
}
///
public CrmMoney extendedamount_base
{
get
{
return this.extendedamount_baseField;
}
set
{
this.extendedamount_baseField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean ispriceoverridden
{
get
{
return this.ispriceoverriddenField;
}
set
{
this.ispriceoverriddenField = value;
}
}
///
public CrmBoolean isproductoverridden
{
get
{
return this.isproductoverriddenField;
}
set
{
this.isproductoverriddenField = value;
}
}
///
public CrmMoney manualdiscountamount
{
get
{
return this.manualdiscountamountField;
}
set
{
this.manualdiscountamountField = value;
}
}
///
public CrmMoney manualdiscountamount_base
{
get
{
return this.manualdiscountamount_baseField;
}
set
{
this.manualdiscountamount_baseField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup opportunityid
{
get
{
return this.opportunityidField;
}
set
{
this.opportunityidField = value;
}
}
///
public Key opportunityproductid
{
get
{
return this.opportunityproductidField;
}
set
{
this.opportunityproductidField = value;
}
}
///
public Picklist opportunitystatecode
{
get
{
return this.opportunitystatecodeField;
}
set
{
this.opportunitystatecodeField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public CrmMoney priceperunit
{
get
{
return this.priceperunitField;
}
set
{
this.priceperunitField = value;
}
}
///
public CrmMoney priceperunit_base
{
get
{
return this.priceperunit_baseField;
}
set
{
this.priceperunit_baseField = value;
}
}
///
public Picklist pricingerrorcode
{
get
{
return this.pricingerrorcodeField;
}
set
{
this.pricingerrorcodeField = value;
}
}
///
public string productdescription
{
get
{
return this.productdescriptionField;
}
set
{
this.productdescriptionField = value;
}
}
///
public Lookup productid
{
get
{
return this.productidField;
}
set
{
this.productidField = value;
}
}
///
public CrmDecimal quantity
{
get
{
return this.quantityField;
}
set
{
this.quantityField = value;
}
}
///
public CrmMoney tax
{
get
{
return this.taxField;
}
set
{
this.taxField = value;
}
}
///
public CrmMoney tax_base
{
get
{
return this.tax_baseField;
}
set
{
this.tax_baseField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Lookup uomid
{
get
{
return this.uomidField;
}
set
{
this.uomidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public CrmMoney volumediscountamount
{
get
{
return this.volumediscountamountField;
}
set
{
this.volumediscountamountField = value;
}
}
///
public CrmMoney volumediscountamount_base
{
get
{
return this.volumediscountamount_baseField;
}
set
{
this.volumediscountamount_baseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class opportunityclose : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmMoney actualrevenueField;
private CrmMoney actualrevenue_baseField;
private CrmDateTime actualstartField;
private string categoryField;
private Lookup competitoridField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmDecimal exchangerateField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup opportunityidField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private OpportunityCloseStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmMoney actualrevenue
{
get
{
return this.actualrevenueField;
}
set
{
this.actualrevenueField = value;
}
}
///
public CrmMoney actualrevenue_base
{
get
{
return this.actualrevenue_baseField;
}
set
{
this.actualrevenue_baseField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Lookup competitorid
{
get
{
return this.competitoridField;
}
set
{
this.competitoridField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup opportunityid
{
get
{
return this.opportunityidField;
}
set
{
this.opportunityidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public OpportunityCloseStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class OpportunityCloseStateInfo
{
private string formattedvalueField;
private OpportunityCloseState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public OpportunityCloseState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum OpportunityCloseState
{
///
Open,
///
Completed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class opportunity : BusinessEntity
{
private CrmDateTime actualclosedateField;
private CrmMoney actualvalueField;
private CrmMoney actualvalue_baseField;
private Lookup campaignidField;
private CrmNumber closeprobabilityField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private string descriptionField;
private CrmDateTime estimatedclosedateField;
private CrmMoney estimatedvalueField;
private CrmMoney estimatedvalue_baseField;
private CrmDecimal exchangerateField;
private CrmNumber importsequencenumberField;
private CrmBoolean isrevenuesystemcalculatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Key opportunityidField;
private Picklist opportunityratingcodeField;
private Lookup originatingleadidField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private CrmBoolean participatesinworkflowField;
private Lookup pricelevelidField;
private Picklist pricingerrorcodeField;
private Picklist prioritycodeField;
private Picklist salesstagecodeField;
private OpportunityStateInfo statecodeField;
private Status statuscodeField;
private UniqueIdentifier stepidField;
private string stepnameField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmDateTime actualclosedate
{
get
{
return this.actualclosedateField;
}
set
{
this.actualclosedateField = value;
}
}
///
public CrmMoney actualvalue
{
get
{
return this.actualvalueField;
}
set
{
this.actualvalueField = value;
}
}
///
public CrmMoney actualvalue_base
{
get
{
return this.actualvalue_baseField;
}
set
{
this.actualvalue_baseField = value;
}
}
///
public Lookup campaignid
{
get
{
return this.campaignidField;
}
set
{
this.campaignidField = value;
}
}
///
public CrmNumber closeprobability
{
get
{
return this.closeprobabilityField;
}
set
{
this.closeprobabilityField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDateTime estimatedclosedate
{
get
{
return this.estimatedclosedateField;
}
set
{
this.estimatedclosedateField = value;
}
}
///
public CrmMoney estimatedvalue
{
get
{
return this.estimatedvalueField;
}
set
{
this.estimatedvalueField = value;
}
}
///
public CrmMoney estimatedvalue_base
{
get
{
return this.estimatedvalue_baseField;
}
set
{
this.estimatedvalue_baseField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isrevenuesystemcalculated
{
get
{
return this.isrevenuesystemcalculatedField;
}
set
{
this.isrevenuesystemcalculatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Key opportunityid
{
get
{
return this.opportunityidField;
}
set
{
this.opportunityidField = value;
}
}
///
public Picklist opportunityratingcode
{
get
{
return this.opportunityratingcodeField;
}
set
{
this.opportunityratingcodeField = value;
}
}
///
public Lookup originatingleadid
{
get
{
return this.originatingleadidField;
}
set
{
this.originatingleadidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public CrmBoolean participatesinworkflow
{
get
{
return this.participatesinworkflowField;
}
set
{
this.participatesinworkflowField = value;
}
}
///
public Lookup pricelevelid
{
get
{
return this.pricelevelidField;
}
set
{
this.pricelevelidField = value;
}
}
///
public Picklist pricingerrorcode
{
get
{
return this.pricingerrorcodeField;
}
set
{
this.pricingerrorcodeField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Picklist salesstagecode
{
get
{
return this.salesstagecodeField;
}
set
{
this.salesstagecodeField = value;
}
}
///
public OpportunityStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public UniqueIdentifier stepid
{
get
{
return this.stepidField;
}
set
{
this.stepidField = value;
}
}
///
public string stepname
{
get
{
return this.stepnameField;
}
set
{
this.stepnameField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class OpportunityStateInfo
{
private string formattedvalueField;
private OpportunityState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public OpportunityState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum OpportunityState
{
///
Open,
///
Won,
///
Lost,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class notification : BusinessEntity
{
private CrmDateTime createdonField;
private string createdonstringField;
private string eventdataField;
private CrmNumber eventidField;
private Key notificationidField;
private CrmNumber notificationnumberField;
private Key organizationidField;
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string createdonstring
{
get
{
return this.createdonstringField;
}
set
{
this.createdonstringField = value;
}
}
///
public string eventdata
{
get
{
return this.eventdataField;
}
set
{
this.eventdataField = value;
}
}
///
public CrmNumber eventid
{
get
{
return this.eventidField;
}
set
{
this.eventidField = value;
}
}
///
public Key notificationid
{
get
{
return this.notificationidField;
}
set
{
this.notificationidField = value;
}
}
///
public CrmNumber notificationnumber
{
get
{
return this.notificationnumberField;
}
set
{
this.notificationnumberField = value;
}
}
///
public Key organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class monthlyfiscalcalendar : BusinessEntity
{
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmDateTime effectiveonField;
private CrmDecimal exchangerateField;
private CrmNumber fiscalperiodtypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmMoney month1Field;
private CrmMoney month1_baseField;
private CrmMoney month10Field;
private CrmMoney month10_baseField;
private CrmMoney month11Field;
private CrmMoney month11_baseField;
private CrmMoney month12Field;
private CrmMoney month12_baseField;
private CrmMoney month2Field;
private CrmMoney month2_baseField;
private CrmMoney month3Field;
private CrmMoney month3_baseField;
private CrmMoney month4Field;
private CrmMoney month4_baseField;
private CrmMoney month5Field;
private CrmMoney month5_baseField;
private CrmMoney month6Field;
private CrmMoney month6_baseField;
private CrmMoney month7Field;
private CrmMoney month7_baseField;
private CrmMoney month8Field;
private CrmMoney month8_baseField;
private CrmMoney month9Field;
private CrmMoney month9_baseField;
private Lookup salespersonidField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Key userfiscalcalendaridField;
private CrmNumber utcconversiontimezonecodeField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmDateTime effectiveon
{
get
{
return this.effectiveonField;
}
set
{
this.effectiveonField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber fiscalperiodtype
{
get
{
return this.fiscalperiodtypeField;
}
set
{
this.fiscalperiodtypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmMoney month1
{
get
{
return this.month1Field;
}
set
{
this.month1Field = value;
}
}
///
public CrmMoney month1_base
{
get
{
return this.month1_baseField;
}
set
{
this.month1_baseField = value;
}
}
///
public CrmMoney month10
{
get
{
return this.month10Field;
}
set
{
this.month10Field = value;
}
}
///
public CrmMoney month10_base
{
get
{
return this.month10_baseField;
}
set
{
this.month10_baseField = value;
}
}
///
public CrmMoney month11
{
get
{
return this.month11Field;
}
set
{
this.month11Field = value;
}
}
///
public CrmMoney month11_base
{
get
{
return this.month11_baseField;
}
set
{
this.month11_baseField = value;
}
}
///
public CrmMoney month12
{
get
{
return this.month12Field;
}
set
{
this.month12Field = value;
}
}
///
public CrmMoney month12_base
{
get
{
return this.month12_baseField;
}
set
{
this.month12_baseField = value;
}
}
///
public CrmMoney month2
{
get
{
return this.month2Field;
}
set
{
this.month2Field = value;
}
}
///
public CrmMoney month2_base
{
get
{
return this.month2_baseField;
}
set
{
this.month2_baseField = value;
}
}
///
public CrmMoney month3
{
get
{
return this.month3Field;
}
set
{
this.month3Field = value;
}
}
///
public CrmMoney month3_base
{
get
{
return this.month3_baseField;
}
set
{
this.month3_baseField = value;
}
}
///
public CrmMoney month4
{
get
{
return this.month4Field;
}
set
{
this.month4Field = value;
}
}
///
public CrmMoney month4_base
{
get
{
return this.month4_baseField;
}
set
{
this.month4_baseField = value;
}
}
///
public CrmMoney month5
{
get
{
return this.month5Field;
}
set
{
this.month5Field = value;
}
}
///
public CrmMoney month5_base
{
get
{
return this.month5_baseField;
}
set
{
this.month5_baseField = value;
}
}
///
public CrmMoney month6
{
get
{
return this.month6Field;
}
set
{
this.month6Field = value;
}
}
///
public CrmMoney month6_base
{
get
{
return this.month6_baseField;
}
set
{
this.month6_baseField = value;
}
}
///
public CrmMoney month7
{
get
{
return this.month7Field;
}
set
{
this.month7Field = value;
}
}
///
public CrmMoney month7_base
{
get
{
return this.month7_baseField;
}
set
{
this.month7_baseField = value;
}
}
///
public CrmMoney month8
{
get
{
return this.month8Field;
}
set
{
this.month8Field = value;
}
}
///
public CrmMoney month8_base
{
get
{
return this.month8_baseField;
}
set
{
this.month8_baseField = value;
}
}
///
public CrmMoney month9
{
get
{
return this.month9Field;
}
set
{
this.month9Field = value;
}
}
///
public CrmMoney month9_base
{
get
{
return this.month9_baseField;
}
set
{
this.month9_baseField = value;
}
}
///
public Lookup salespersonid
{
get
{
return this.salespersonidField;
}
set
{
this.salespersonidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Key userfiscalcalendarid
{
get
{
return this.userfiscalcalendaridField;
}
set
{
this.userfiscalcalendaridField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class mailmergetemplate : BusinessEntity
{
private string bodyField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string defaultfilterField;
private string descriptionField;
private Picklist documentformatField;
private string filenameField;
private CrmNumber filesizeField;
private CrmBoolean ispersonalField;
private CrmNumber languagecodeField;
private Key mailmergetemplateidField;
private Picklist mailmergetypeField;
private string mimetypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string parameterxmlField;
private MailMergeTemplateStateInfo statecodeField;
private Status statuscodeField;
private EntityNameReference templatetypecodeField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public string body
{
get
{
return this.bodyField;
}
set
{
this.bodyField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string defaultfilter
{
get
{
return this.defaultfilterField;
}
set
{
this.defaultfilterField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public Picklist documentformat
{
get
{
return this.documentformatField;
}
set
{
this.documentformatField = value;
}
}
///
public string filename
{
get
{
return this.filenameField;
}
set
{
this.filenameField = value;
}
}
///
public CrmNumber filesize
{
get
{
return this.filesizeField;
}
set
{
this.filesizeField = value;
}
}
///
public CrmBoolean ispersonal
{
get
{
return this.ispersonalField;
}
set
{
this.ispersonalField = value;
}
}
///
public CrmNumber languagecode
{
get
{
return this.languagecodeField;
}
set
{
this.languagecodeField = value;
}
}
///
public Key mailmergetemplateid
{
get
{
return this.mailmergetemplateidField;
}
set
{
this.mailmergetemplateidField = value;
}
}
///
public Picklist mailmergetype
{
get
{
return this.mailmergetypeField;
}
set
{
this.mailmergetypeField = value;
}
}
///
public string mimetype
{
get
{
return this.mimetypeField;
}
set
{
this.mimetypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string parameterxml
{
get
{
return this.parameterxmlField;
}
set
{
this.parameterxmlField = value;
}
}
///
public MailMergeTemplateStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public EntityNameReference templatetypecode
{
get
{
return this.templatetypecodeField;
}
set
{
this.templatetypecodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MailMergeTemplateStateInfo
{
private string formattedvalueField;
private MailMergeTemplateState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public MailMergeTemplateState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum MailMergeTemplateState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class lookupmapping : BusinessEntity
{
private Lookup columnmappingidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string lookupattributenameField;
private string lookupentitynameField;
private Key lookupmappingidField;
private Picklist lookupsourcecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Picklist processcodeField;
private LookUpMappingStateInfo statecodeField;
private Status statuscodeField;
private Lookup transformationparametermappingidField;
///
public Lookup columnmappingid
{
get
{
return this.columnmappingidField;
}
set
{
this.columnmappingidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string lookupattributename
{
get
{
return this.lookupattributenameField;
}
set
{
this.lookupattributenameField = value;
}
}
///
public string lookupentityname
{
get
{
return this.lookupentitynameField;
}
set
{
this.lookupentitynameField = value;
}
}
///
public Key lookupmappingid
{
get
{
return this.lookupmappingidField;
}
set
{
this.lookupmappingidField = value;
}
}
///
public Picklist lookupsourcecode
{
get
{
return this.lookupsourcecodeField;
}
set
{
this.lookupsourcecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Picklist processcode
{
get
{
return this.processcodeField;
}
set
{
this.processcodeField = value;
}
}
///
public LookUpMappingStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public Lookup transformationparametermappingid
{
get
{
return this.transformationparametermappingidField;
}
set
{
this.transformationparametermappingidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LookUpMappingStateInfo
{
private string formattedvalueField;
private LookUpMappingState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public LookUpMappingState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum LookUpMappingState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class listmember : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private Lookup entityidField;
private string entitytypeField;
private Lookup listidField;
private Key listmemberidField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Lookup entityid
{
get
{
return this.entityidField;
}
set
{
this.entityidField = value;
}
}
///
public string entitytype
{
get
{
return this.entitytypeField;
}
set
{
this.entitytypeField = value;
}
}
///
public Lookup listid
{
get
{
return this.listidField;
}
set
{
this.listidField = value;
}
}
///
public Key listmemberid
{
get
{
return this.listmemberidField;
}
set
{
this.listmemberidField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class list : BusinessEntity
{
private CrmMoney costField;
private CrmMoney cost_baseField;
private Lookup createdbyField;
private Picklist createdfromcodeField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmBoolean donotsendonoptoutField;
private CrmDecimal exchangerateField;
private CrmBoolean ignoreinactivelistmembersField;
private CrmNumber importsequencenumberField;
private CrmDateTime lastusedonField;
private Key listidField;
private string listnameField;
private CrmBoolean lockstatusField;
private CrmNumber membercountField;
private CrmNumber membertypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string purposeField;
private string sourceField;
private ListStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmMoney cost
{
get
{
return this.costField;
}
set
{
this.costField = value;
}
}
///
public CrmMoney cost_base
{
get
{
return this.cost_baseField;
}
set
{
this.cost_baseField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public Picklist createdfromcode
{
get
{
return this.createdfromcodeField;
}
set
{
this.createdfromcodeField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean donotsendonoptout
{
get
{
return this.donotsendonoptoutField;
}
set
{
this.donotsendonoptoutField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmBoolean ignoreinactivelistmembers
{
get
{
return this.ignoreinactivelistmembersField;
}
set
{
this.ignoreinactivelistmembersField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmDateTime lastusedon
{
get
{
return this.lastusedonField;
}
set
{
this.lastusedonField = value;
}
}
///
public Key listid
{
get
{
return this.listidField;
}
set
{
this.listidField = value;
}
}
///
public string listname
{
get
{
return this.listnameField;
}
set
{
this.listnameField = value;
}
}
///
public CrmBoolean lockstatus
{
get
{
return this.lockstatusField;
}
set
{
this.lockstatusField = value;
}
}
///
public CrmNumber membercount
{
get
{
return this.membercountField;
}
set
{
this.membercountField = value;
}
}
///
public CrmNumber membertype
{
get
{
return this.membertypeField;
}
set
{
this.membertypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string purpose
{
get
{
return this.purposeField;
}
set
{
this.purposeField = value;
}
}
///
public string source
{
get
{
return this.sourceField;
}
set
{
this.sourceField = value;
}
}
///
public ListStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ListStateInfo
{
private string formattedvalueField;
private ListState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ListState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ListState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class license : BusinessEntity
{
private CrmDateTime installedonField;
private Key licenseidField;
private string licensekeyField;
private UniqueIdentifier licensetypeField;
private Lookup organizationidField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmDateTime installedon
{
get
{
return this.installedonField;
}
set
{
this.installedonField = value;
}
}
///
public Key licenseid
{
get
{
return this.licenseidField;
}
set
{
this.licenseidField = value;
}
}
///
public string licensekey
{
get
{
return this.licensekeyField;
}
set
{
this.licensekeyField = value;
}
}
///
public UniqueIdentifier licensetype
{
get
{
return this.licensetypeField;
}
set
{
this.licensetypeField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class letter : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string addressField;
private activityparty[] bccField;
private string categoryField;
private activityparty[] ccField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmBoolean directioncodeField;
private activityparty[] fromField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist prioritycodeField;
private Lookup regardingobjectidField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private LetterStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private UniqueIdentifier subscriptionidField;
private CrmNumber timezoneruleversionnumberField;
private activityparty[] toField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string address
{
get
{
return this.addressField;
}
set
{
this.addressField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] bcc
{
get
{
return this.bccField;
}
set
{
this.bccField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] cc
{
get
{
return this.ccField;
}
set
{
this.ccField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean directioncode
{
get
{
return this.directioncodeField;
}
set
{
this.directioncodeField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] from
{
get
{
return this.fromField;
}
set
{
this.fromField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public LetterStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public UniqueIdentifier subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] to
{
get
{
return this.toField;
}
set
{
this.toField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LetterStateInfo
{
private string formattedvalueField;
private LetterState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public LetterState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum LetterState
{
///
Open,
///
Completed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class lead : BusinessEntity
{
private Key address1_addressidField;
private Picklist address1_addresstypecodeField;
private string address1_cityField;
private string address1_countryField;
private string address1_countyField;
private string address1_faxField;
private CrmFloat address1_latitudeField;
private string address1_line1Field;
private string address1_line2Field;
private string address1_line3Field;
private CrmFloat address1_longitudeField;
private string address1_nameField;
private string address1_postalcodeField;
private string address1_postofficeboxField;
private Picklist address1_shippingmethodcodeField;
private string address1_stateorprovinceField;
private string address1_telephone1Field;
private string address1_telephone2Field;
private string address1_telephone3Field;
private string address1_upszoneField;
private CrmNumber address1_utcoffsetField;
private Key address2_addressidField;
private Picklist address2_addresstypecodeField;
private string address2_cityField;
private string address2_countryField;
private string address2_countyField;
private string address2_faxField;
private CrmFloat address2_latitudeField;
private string address2_line1Field;
private string address2_line2Field;
private string address2_line3Field;
private CrmFloat address2_longitudeField;
private string address2_nameField;
private string address2_postalcodeField;
private string address2_postofficeboxField;
private Picklist address2_shippingmethodcodeField;
private string address2_stateorprovinceField;
private string address2_telephone1Field;
private string address2_telephone2Field;
private string address2_telephone3Field;
private string address2_upszoneField;
private CrmNumber address2_utcoffsetField;
private Lookup campaignidField;
private string companynameField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private string descriptionField;
private CrmBoolean donotbulkemailField;
private CrmBoolean donotemailField;
private CrmBoolean donotfaxField;
private CrmBoolean donotphoneField;
private CrmBoolean donotpostalmailField;
private CrmBoolean donotsendmmField;
private string emailaddress1Field;
private string emailaddress2Field;
private string emailaddress3Field;
private CrmMoney estimatedamountField;
private CrmMoney estimatedamount_baseField;
private CrmDateTime estimatedclosedateField;
private CrmFloat estimatedvalueField;
private CrmDecimal exchangerateField;
private string faxField;
private string firstnameField;
private string fullnameField;
private CrmNumber importsequencenumberField;
private Picklist industrycodeField;
private string jobtitleField;
private string lastnameField;
private CrmDateTime lastusedincampaignField;
private Key leadidField;
private Picklist leadqualitycodeField;
private Picklist leadsourcecodeField;
private Lookup masteridField;
private CrmBoolean mergedField;
private string middlenameField;
private string mobilephoneField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmNumber numberofemployeesField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string pagerField;
private CrmBoolean participatesinworkflowField;
private Picklist preferredcontactmethodcodeField;
private Picklist prioritycodeField;
private CrmMoney revenueField;
private CrmMoney revenue_baseField;
private Picklist salesstagecodeField;
private string salutationField;
private string sicField;
private LeadStateInfo statecodeField;
private Status statuscodeField;
private string subjectField;
private string telephone1Field;
private string telephone2Field;
private string telephone3Field;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
private string websiteurlField;
private string yomicompanynameField;
private string yomifirstnameField;
private string yomifullnameField;
private string yomilastnameField;
private string yomimiddlenameField;
///
public Key address1_addressid
{
get
{
return this.address1_addressidField;
}
set
{
this.address1_addressidField = value;
}
}
///
public Picklist address1_addresstypecode
{
get
{
return this.address1_addresstypecodeField;
}
set
{
this.address1_addresstypecodeField = value;
}
}
///
public string address1_city
{
get
{
return this.address1_cityField;
}
set
{
this.address1_cityField = value;
}
}
///
public string address1_country
{
get
{
return this.address1_countryField;
}
set
{
this.address1_countryField = value;
}
}
///
public string address1_county
{
get
{
return this.address1_countyField;
}
set
{
this.address1_countyField = value;
}
}
///
public string address1_fax
{
get
{
return this.address1_faxField;
}
set
{
this.address1_faxField = value;
}
}
///
public CrmFloat address1_latitude
{
get
{
return this.address1_latitudeField;
}
set
{
this.address1_latitudeField = value;
}
}
///
public string address1_line1
{
get
{
return this.address1_line1Field;
}
set
{
this.address1_line1Field = value;
}
}
///
public string address1_line2
{
get
{
return this.address1_line2Field;
}
set
{
this.address1_line2Field = value;
}
}
///
public string address1_line3
{
get
{
return this.address1_line3Field;
}
set
{
this.address1_line3Field = value;
}
}
///
public CrmFloat address1_longitude
{
get
{
return this.address1_longitudeField;
}
set
{
this.address1_longitudeField = value;
}
}
///
public string address1_name
{
get
{
return this.address1_nameField;
}
set
{
this.address1_nameField = value;
}
}
///
public string address1_postalcode
{
get
{
return this.address1_postalcodeField;
}
set
{
this.address1_postalcodeField = value;
}
}
///
public string address1_postofficebox
{
get
{
return this.address1_postofficeboxField;
}
set
{
this.address1_postofficeboxField = value;
}
}
///
public Picklist address1_shippingmethodcode
{
get
{
return this.address1_shippingmethodcodeField;
}
set
{
this.address1_shippingmethodcodeField = value;
}
}
///
public string address1_stateorprovince
{
get
{
return this.address1_stateorprovinceField;
}
set
{
this.address1_stateorprovinceField = value;
}
}
///
public string address1_telephone1
{
get
{
return this.address1_telephone1Field;
}
set
{
this.address1_telephone1Field = value;
}
}
///
public string address1_telephone2
{
get
{
return this.address1_telephone2Field;
}
set
{
this.address1_telephone2Field = value;
}
}
///
public string address1_telephone3
{
get
{
return this.address1_telephone3Field;
}
set
{
this.address1_telephone3Field = value;
}
}
///
public string address1_upszone
{
get
{
return this.address1_upszoneField;
}
set
{
this.address1_upszoneField = value;
}
}
///
public CrmNumber address1_utcoffset
{
get
{
return this.address1_utcoffsetField;
}
set
{
this.address1_utcoffsetField = value;
}
}
///
public Key address2_addressid
{
get
{
return this.address2_addressidField;
}
set
{
this.address2_addressidField = value;
}
}
///
public Picklist address2_addresstypecode
{
get
{
return this.address2_addresstypecodeField;
}
set
{
this.address2_addresstypecodeField = value;
}
}
///
public string address2_city
{
get
{
return this.address2_cityField;
}
set
{
this.address2_cityField = value;
}
}
///
public string address2_country
{
get
{
return this.address2_countryField;
}
set
{
this.address2_countryField = value;
}
}
///
public string address2_county
{
get
{
return this.address2_countyField;
}
set
{
this.address2_countyField = value;
}
}
///
public string address2_fax
{
get
{
return this.address2_faxField;
}
set
{
this.address2_faxField = value;
}
}
///
public CrmFloat address2_latitude
{
get
{
return this.address2_latitudeField;
}
set
{
this.address2_latitudeField = value;
}
}
///
public string address2_line1
{
get
{
return this.address2_line1Field;
}
set
{
this.address2_line1Field = value;
}
}
///
public string address2_line2
{
get
{
return this.address2_line2Field;
}
set
{
this.address2_line2Field = value;
}
}
///
public string address2_line3
{
get
{
return this.address2_line3Field;
}
set
{
this.address2_line3Field = value;
}
}
///
public CrmFloat address2_longitude
{
get
{
return this.address2_longitudeField;
}
set
{
this.address2_longitudeField = value;
}
}
///
public string address2_name
{
get
{
return this.address2_nameField;
}
set
{
this.address2_nameField = value;
}
}
///
public string address2_postalcode
{
get
{
return this.address2_postalcodeField;
}
set
{
this.address2_postalcodeField = value;
}
}
///
public string address2_postofficebox
{
get
{
return this.address2_postofficeboxField;
}
set
{
this.address2_postofficeboxField = value;
}
}
///
public Picklist address2_shippingmethodcode
{
get
{
return this.address2_shippingmethodcodeField;
}
set
{
this.address2_shippingmethodcodeField = value;
}
}
///
public string address2_stateorprovince
{
get
{
return this.address2_stateorprovinceField;
}
set
{
this.address2_stateorprovinceField = value;
}
}
///
public string address2_telephone1
{
get
{
return this.address2_telephone1Field;
}
set
{
this.address2_telephone1Field = value;
}
}
///
public string address2_telephone2
{
get
{
return this.address2_telephone2Field;
}
set
{
this.address2_telephone2Field = value;
}
}
///
public string address2_telephone3
{
get
{
return this.address2_telephone3Field;
}
set
{
this.address2_telephone3Field = value;
}
}
///
public string address2_upszone
{
get
{
return this.address2_upszoneField;
}
set
{
this.address2_upszoneField = value;
}
}
///
public CrmNumber address2_utcoffset
{
get
{
return this.address2_utcoffsetField;
}
set
{
this.address2_utcoffsetField = value;
}
}
///
public Lookup campaignid
{
get
{
return this.campaignidField;
}
set
{
this.campaignidField = value;
}
}
///
public string companyname
{
get
{
return this.companynameField;
}
set
{
this.companynameField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean donotbulkemail
{
get
{
return this.donotbulkemailField;
}
set
{
this.donotbulkemailField = value;
}
}
///
public CrmBoolean donotemail
{
get
{
return this.donotemailField;
}
set
{
this.donotemailField = value;
}
}
///
public CrmBoolean donotfax
{
get
{
return this.donotfaxField;
}
set
{
this.donotfaxField = value;
}
}
///
public CrmBoolean donotphone
{
get
{
return this.donotphoneField;
}
set
{
this.donotphoneField = value;
}
}
///
public CrmBoolean donotpostalmail
{
get
{
return this.donotpostalmailField;
}
set
{
this.donotpostalmailField = value;
}
}
///
public CrmBoolean donotsendmm
{
get
{
return this.donotsendmmField;
}
set
{
this.donotsendmmField = value;
}
}
///
public string emailaddress1
{
get
{
return this.emailaddress1Field;
}
set
{
this.emailaddress1Field = value;
}
}
///
public string emailaddress2
{
get
{
return this.emailaddress2Field;
}
set
{
this.emailaddress2Field = value;
}
}
///
public string emailaddress3
{
get
{
return this.emailaddress3Field;
}
set
{
this.emailaddress3Field = value;
}
}
///
public CrmMoney estimatedamount
{
get
{
return this.estimatedamountField;
}
set
{
this.estimatedamountField = value;
}
}
///
public CrmMoney estimatedamount_base
{
get
{
return this.estimatedamount_baseField;
}
set
{
this.estimatedamount_baseField = value;
}
}
///
public CrmDateTime estimatedclosedate
{
get
{
return this.estimatedclosedateField;
}
set
{
this.estimatedclosedateField = value;
}
}
///
public CrmFloat estimatedvalue
{
get
{
return this.estimatedvalueField;
}
set
{
this.estimatedvalueField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public string fax
{
get
{
return this.faxField;
}
set
{
this.faxField = value;
}
}
///
public string firstname
{
get
{
return this.firstnameField;
}
set
{
this.firstnameField = value;
}
}
///
public string fullname
{
get
{
return this.fullnameField;
}
set
{
this.fullnameField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Picklist industrycode
{
get
{
return this.industrycodeField;
}
set
{
this.industrycodeField = value;
}
}
///
public string jobtitle
{
get
{
return this.jobtitleField;
}
set
{
this.jobtitleField = value;
}
}
///
public string lastname
{
get
{
return this.lastnameField;
}
set
{
this.lastnameField = value;
}
}
///
public CrmDateTime lastusedincampaign
{
get
{
return this.lastusedincampaignField;
}
set
{
this.lastusedincampaignField = value;
}
}
///
public Key leadid
{
get
{
return this.leadidField;
}
set
{
this.leadidField = value;
}
}
///
public Picklist leadqualitycode
{
get
{
return this.leadqualitycodeField;
}
set
{
this.leadqualitycodeField = value;
}
}
///
public Picklist leadsourcecode
{
get
{
return this.leadsourcecodeField;
}
set
{
this.leadsourcecodeField = value;
}
}
///
public Lookup masterid
{
get
{
return this.masteridField;
}
set
{
this.masteridField = value;
}
}
///
public CrmBoolean merged
{
get
{
return this.mergedField;
}
set
{
this.mergedField = value;
}
}
///
public string middlename
{
get
{
return this.middlenameField;
}
set
{
this.middlenameField = value;
}
}
///
public string mobilephone
{
get
{
return this.mobilephoneField;
}
set
{
this.mobilephoneField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmNumber numberofemployees
{
get
{
return this.numberofemployeesField;
}
set
{
this.numberofemployeesField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string pager
{
get
{
return this.pagerField;
}
set
{
this.pagerField = value;
}
}
///
public CrmBoolean participatesinworkflow
{
get
{
return this.participatesinworkflowField;
}
set
{
this.participatesinworkflowField = value;
}
}
///
public Picklist preferredcontactmethodcode
{
get
{
return this.preferredcontactmethodcodeField;
}
set
{
this.preferredcontactmethodcodeField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public CrmMoney revenue
{
get
{
return this.revenueField;
}
set
{
this.revenueField = value;
}
}
///
public CrmMoney revenue_base
{
get
{
return this.revenue_baseField;
}
set
{
this.revenue_baseField = value;
}
}
///
public Picklist salesstagecode
{
get
{
return this.salesstagecodeField;
}
set
{
this.salesstagecodeField = value;
}
}
///
public string salutation
{
get
{
return this.salutationField;
}
set
{
this.salutationField = value;
}
}
///
public string sic
{
get
{
return this.sicField;
}
set
{
this.sicField = value;
}
}
///
public LeadStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public string telephone1
{
get
{
return this.telephone1Field;
}
set
{
this.telephone1Field = value;
}
}
///
public string telephone2
{
get
{
return this.telephone2Field;
}
set
{
this.telephone2Field = value;
}
}
///
public string telephone3
{
get
{
return this.telephone3Field;
}
set
{
this.telephone3Field = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public string websiteurl
{
get
{
return this.websiteurlField;
}
set
{
this.websiteurlField = value;
}
}
///
public string yomicompanyname
{
get
{
return this.yomicompanynameField;
}
set
{
this.yomicompanynameField = value;
}
}
///
public string yomifirstname
{
get
{
return this.yomifirstnameField;
}
set
{
this.yomifirstnameField = value;
}
}
///
public string yomifullname
{
get
{
return this.yomifullnameField;
}
set
{
this.yomifullnameField = value;
}
}
///
public string yomilastname
{
get
{
return this.yomilastnameField;
}
set
{
this.yomilastnameField = value;
}
}
///
public string yomimiddlename
{
get
{
return this.yomimiddlenameField;
}
set
{
this.yomimiddlenameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LeadStateInfo
{
private string formattedvalueField;
private LeadState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public LeadState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum LeadState
{
///
Open,
///
Qualified,
///
Disqualified,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class kbarticletemplate : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private string formatxmlField;
private CrmNumber importsequencenumberField;
private CrmBoolean isactiveField;
private Key kbarticletemplateidField;
private CrmNumber languagecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private string structurexmlField;
private string titleField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string formatxml
{
get
{
return this.formatxmlField;
}
set
{
this.formatxmlField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isactive
{
get
{
return this.isactiveField;
}
set
{
this.isactiveField = value;
}
}
///
public Key kbarticletemplateid
{
get
{
return this.kbarticletemplateidField;
}
set
{
this.kbarticletemplateidField = value;
}
}
///
public CrmNumber languagecode
{
get
{
return this.languagecodeField;
}
set
{
this.languagecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public string structurexml
{
get
{
return this.structurexmlField;
}
set
{
this.structurexmlField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class kbarticlecomment : BusinessEntity
{
private string commenttextField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Key kbarticlecommentidField;
private Lookup kbarticleidField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier organizationidField;
private string titleField;
///
public string commenttext
{
get
{
return this.commenttextField;
}
set
{
this.commenttextField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Key kbarticlecommentid
{
get
{
return this.kbarticlecommentidField;
}
set
{
this.kbarticlecommentidField = value;
}
}
///
public Lookup kbarticleid
{
get
{
return this.kbarticleidField;
}
set
{
this.kbarticleidField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class kbarticle : BusinessEntity
{
private string articlexmlField;
private string commentsField;
private string contentField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private Key kbarticleidField;
private Lookup kbarticletemplateidField;
private string keywordsField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string numberField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private KbArticleStateInfo statecodeField;
private Status statuscodeField;
private Lookup subjectidField;
private string titleField;
///
public string articlexml
{
get
{
return this.articlexmlField;
}
set
{
this.articlexmlField = value;
}
}
///
public string comments
{
get
{
return this.commentsField;
}
set
{
this.commentsField = value;
}
}
///
public string content
{
get
{
return this.contentField;
}
set
{
this.contentField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Key kbarticleid
{
get
{
return this.kbarticleidField;
}
set
{
this.kbarticleidField = value;
}
}
///
public Lookup kbarticletemplateid
{
get
{
return this.kbarticletemplateidField;
}
set
{
this.kbarticletemplateidField = value;
}
}
///
public string keywords
{
get
{
return this.keywordsField;
}
set
{
this.keywordsField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string number
{
get
{
return this.numberField;
}
set
{
this.numberField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public KbArticleStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public Lookup subjectid
{
get
{
return this.subjectidField;
}
set
{
this.subjectidField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class KbArticleStateInfo
{
private string formattedvalueField;
private KbArticleState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public KbArticleState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum KbArticleState
{
///
Draft,
///
Unapproved,
///
Published,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class isvconfig : BusinessEntity
{
private string configxmlField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Key isvconfigidField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier organizationidField;
///
public string configxml
{
get
{
return this.configxmlField;
}
set
{
this.configxmlField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Key isvconfigid
{
get
{
return this.isvconfigidField;
}
set
{
this.isvconfigidField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class invoicedetail : BusinessEntity
{
private CrmDateTime actualdeliveryonField;
private CrmMoney baseamountField;
private CrmMoney baseamount_baseField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmDecimal exchangerateField;
private CrmMoney extendedamountField;
private CrmMoney extendedamount_baseField;
private CrmNumber importsequencenumberField;
private Key invoicedetailidField;
private Lookup invoiceidField;
private CrmBoolean invoiceispricelockedField;
private Picklist invoicestatecodeField;
private CrmBoolean iscopiedField;
private CrmBoolean ispriceoverriddenField;
private CrmBoolean isproductoverriddenField;
private CrmNumber lineitemnumberField;
private CrmMoney manualdiscountamountField;
private CrmMoney manualdiscountamount_baseField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private CrmMoney priceperunitField;
private CrmMoney priceperunit_baseField;
private Picklist pricingerrorcodeField;
private string productdescriptionField;
private Lookup productidField;
private CrmDecimal quantityField;
private CrmDecimal quantitybackorderedField;
private CrmDecimal quantitycancelledField;
private CrmDecimal quantityshippedField;
private Lookup salesrepidField;
private string shippingtrackingnumberField;
private string shipto_cityField;
private string shipto_countryField;
private string shipto_faxField;
private Picklist shipto_freighttermscodeField;
private string shipto_line1Field;
private string shipto_line2Field;
private string shipto_line3Field;
private string shipto_nameField;
private string shipto_postalcodeField;
private string shipto_stateorprovinceField;
private string shipto_telephoneField;
private CrmMoney taxField;
private CrmMoney tax_baseField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Lookup uomidField;
private CrmNumber utcconversiontimezonecodeField;
private CrmMoney volumediscountamountField;
private CrmMoney volumediscountamount_baseField;
private CrmBoolean willcallField;
///
public CrmDateTime actualdeliveryon
{
get
{
return this.actualdeliveryonField;
}
set
{
this.actualdeliveryonField = value;
}
}
///
public CrmMoney baseamount
{
get
{
return this.baseamountField;
}
set
{
this.baseamountField = value;
}
}
///
public CrmMoney baseamount_base
{
get
{
return this.baseamount_baseField;
}
set
{
this.baseamount_baseField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmMoney extendedamount
{
get
{
return this.extendedamountField;
}
set
{
this.extendedamountField = value;
}
}
///
public CrmMoney extendedamount_base
{
get
{
return this.extendedamount_baseField;
}
set
{
this.extendedamount_baseField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Key invoicedetailid
{
get
{
return this.invoicedetailidField;
}
set
{
this.invoicedetailidField = value;
}
}
///
public Lookup invoiceid
{
get
{
return this.invoiceidField;
}
set
{
this.invoiceidField = value;
}
}
///
public CrmBoolean invoiceispricelocked
{
get
{
return this.invoiceispricelockedField;
}
set
{
this.invoiceispricelockedField = value;
}
}
///
public Picklist invoicestatecode
{
get
{
return this.invoicestatecodeField;
}
set
{
this.invoicestatecodeField = value;
}
}
///
public CrmBoolean iscopied
{
get
{
return this.iscopiedField;
}
set
{
this.iscopiedField = value;
}
}
///
public CrmBoolean ispriceoverridden
{
get
{
return this.ispriceoverriddenField;
}
set
{
this.ispriceoverriddenField = value;
}
}
///
public CrmBoolean isproductoverridden
{
get
{
return this.isproductoverriddenField;
}
set
{
this.isproductoverriddenField = value;
}
}
///
public CrmNumber lineitemnumber
{
get
{
return this.lineitemnumberField;
}
set
{
this.lineitemnumberField = value;
}
}
///
public CrmMoney manualdiscountamount
{
get
{
return this.manualdiscountamountField;
}
set
{
this.manualdiscountamountField = value;
}
}
///
public CrmMoney manualdiscountamount_base
{
get
{
return this.manualdiscountamount_baseField;
}
set
{
this.manualdiscountamount_baseField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public CrmMoney priceperunit
{
get
{
return this.priceperunitField;
}
set
{
this.priceperunitField = value;
}
}
///
public CrmMoney priceperunit_base
{
get
{
return this.priceperunit_baseField;
}
set
{
this.priceperunit_baseField = value;
}
}
///
public Picklist pricingerrorcode
{
get
{
return this.pricingerrorcodeField;
}
set
{
this.pricingerrorcodeField = value;
}
}
///
public string productdescription
{
get
{
return this.productdescriptionField;
}
set
{
this.productdescriptionField = value;
}
}
///
public Lookup productid
{
get
{
return this.productidField;
}
set
{
this.productidField = value;
}
}
///
public CrmDecimal quantity
{
get
{
return this.quantityField;
}
set
{
this.quantityField = value;
}
}
///
public CrmDecimal quantitybackordered
{
get
{
return this.quantitybackorderedField;
}
set
{
this.quantitybackorderedField = value;
}
}
///
public CrmDecimal quantitycancelled
{
get
{
return this.quantitycancelledField;
}
set
{
this.quantitycancelledField = value;
}
}
///
public CrmDecimal quantityshipped
{
get
{
return this.quantityshippedField;
}
set
{
this.quantityshippedField = value;
}
}
///
public Lookup salesrepid
{
get
{
return this.salesrepidField;
}
set
{
this.salesrepidField = value;
}
}
///
public string shippingtrackingnumber
{
get
{
return this.shippingtrackingnumberField;
}
set
{
this.shippingtrackingnumberField = value;
}
}
///
public string shipto_city
{
get
{
return this.shipto_cityField;
}
set
{
this.shipto_cityField = value;
}
}
///
public string shipto_country
{
get
{
return this.shipto_countryField;
}
set
{
this.shipto_countryField = value;
}
}
///
public string shipto_fax
{
get
{
return this.shipto_faxField;
}
set
{
this.shipto_faxField = value;
}
}
///
public Picklist shipto_freighttermscode
{
get
{
return this.shipto_freighttermscodeField;
}
set
{
this.shipto_freighttermscodeField = value;
}
}
///
public string shipto_line1
{
get
{
return this.shipto_line1Field;
}
set
{
this.shipto_line1Field = value;
}
}
///
public string shipto_line2
{
get
{
return this.shipto_line2Field;
}
set
{
this.shipto_line2Field = value;
}
}
///
public string shipto_line3
{
get
{
return this.shipto_line3Field;
}
set
{
this.shipto_line3Field = value;
}
}
///
public string shipto_name
{
get
{
return this.shipto_nameField;
}
set
{
this.shipto_nameField = value;
}
}
///
public string shipto_postalcode
{
get
{
return this.shipto_postalcodeField;
}
set
{
this.shipto_postalcodeField = value;
}
}
///
public string shipto_stateorprovince
{
get
{
return this.shipto_stateorprovinceField;
}
set
{
this.shipto_stateorprovinceField = value;
}
}
///
public string shipto_telephone
{
get
{
return this.shipto_telephoneField;
}
set
{
this.shipto_telephoneField = value;
}
}
///
public CrmMoney tax
{
get
{
return this.taxField;
}
set
{
this.taxField = value;
}
}
///
public CrmMoney tax_base
{
get
{
return this.tax_baseField;
}
set
{
this.tax_baseField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Lookup uomid
{
get
{
return this.uomidField;
}
set
{
this.uomidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public CrmMoney volumediscountamount
{
get
{
return this.volumediscountamountField;
}
set
{
this.volumediscountamountField = value;
}
}
///
public CrmMoney volumediscountamount_base
{
get
{
return this.volumediscountamount_baseField;
}
set
{
this.volumediscountamount_baseField = value;
}
}
///
public CrmBoolean willcall
{
get
{
return this.willcallField;
}
set
{
this.willcallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class invoice : BusinessEntity
{
private string billto_cityField;
private string billto_countryField;
private string billto_faxField;
private string billto_line1Field;
private string billto_line2Field;
private string billto_line3Field;
private string billto_nameField;
private string billto_postalcodeField;
private string billto_stateorprovinceField;
private string billto_telephoneField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private CrmDateTime datedeliveredField;
private string descriptionField;
private CrmMoney discountamountField;
private CrmMoney discountamount_baseField;
private CrmDecimal discountpercentageField;
private CrmDateTime duedateField;
private CrmDecimal exchangerateField;
private CrmMoney freightamountField;
private CrmMoney freightamount_baseField;
private CrmNumber importsequencenumberField;
private Key invoiceidField;
private string invoicenumberField;
private CrmBoolean ispricelockedField;
private CrmDateTime lastbackofficesubmitField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup opportunityidField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist paymenttermscodeField;
private Lookup pricelevelidField;
private Picklist pricingerrorcodeField;
private Picklist prioritycodeField;
private Lookup salesorderidField;
private Picklist shippingmethodcodeField;
private string shipto_cityField;
private string shipto_countryField;
private string shipto_faxField;
private Picklist shipto_freighttermscodeField;
private string shipto_line1Field;
private string shipto_line2Field;
private string shipto_line3Field;
private string shipto_nameField;
private string shipto_postalcodeField;
private string shipto_stateorprovinceField;
private string shipto_telephoneField;
private InvoiceStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber timezoneruleversionnumberField;
private CrmMoney totalamountField;
private CrmMoney totalamount_baseField;
private CrmMoney totalamountlessfreightField;
private CrmMoney totalamountlessfreight_baseField;
private CrmMoney totaldiscountamountField;
private CrmMoney totaldiscountamount_baseField;
private CrmMoney totallineitemamountField;
private CrmMoney totallineitemamount_baseField;
private CrmMoney totallineitemdiscountamountField;
private CrmMoney totallineitemdiscountamount_baseField;
private CrmMoney totaltaxField;
private CrmMoney totaltax_baseField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
private CrmBoolean willcallField;
///
public string billto_city
{
get
{
return this.billto_cityField;
}
set
{
this.billto_cityField = value;
}
}
///
public string billto_country
{
get
{
return this.billto_countryField;
}
set
{
this.billto_countryField = value;
}
}
///
public string billto_fax
{
get
{
return this.billto_faxField;
}
set
{
this.billto_faxField = value;
}
}
///
public string billto_line1
{
get
{
return this.billto_line1Field;
}
set
{
this.billto_line1Field = value;
}
}
///
public string billto_line2
{
get
{
return this.billto_line2Field;
}
set
{
this.billto_line2Field = value;
}
}
///
public string billto_line3
{
get
{
return this.billto_line3Field;
}
set
{
this.billto_line3Field = value;
}
}
///
public string billto_name
{
get
{
return this.billto_nameField;
}
set
{
this.billto_nameField = value;
}
}
///
public string billto_postalcode
{
get
{
return this.billto_postalcodeField;
}
set
{
this.billto_postalcodeField = value;
}
}
///
public string billto_stateorprovince
{
get
{
return this.billto_stateorprovinceField;
}
set
{
this.billto_stateorprovinceField = value;
}
}
///
public string billto_telephone
{
get
{
return this.billto_telephoneField;
}
set
{
this.billto_telephoneField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public CrmDateTime datedelivered
{
get
{
return this.datedeliveredField;
}
set
{
this.datedeliveredField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmMoney discountamount
{
get
{
return this.discountamountField;
}
set
{
this.discountamountField = value;
}
}
///
public CrmMoney discountamount_base
{
get
{
return this.discountamount_baseField;
}
set
{
this.discountamount_baseField = value;
}
}
///
public CrmDecimal discountpercentage
{
get
{
return this.discountpercentageField;
}
set
{
this.discountpercentageField = value;
}
}
///
public CrmDateTime duedate
{
get
{
return this.duedateField;
}
set
{
this.duedateField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmMoney freightamount
{
get
{
return this.freightamountField;
}
set
{
this.freightamountField = value;
}
}
///
public CrmMoney freightamount_base
{
get
{
return this.freightamount_baseField;
}
set
{
this.freightamount_baseField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Key invoiceid
{
get
{
return this.invoiceidField;
}
set
{
this.invoiceidField = value;
}
}
///
public string invoicenumber
{
get
{
return this.invoicenumberField;
}
set
{
this.invoicenumberField = value;
}
}
///
public CrmBoolean ispricelocked
{
get
{
return this.ispricelockedField;
}
set
{
this.ispricelockedField = value;
}
}
///
public CrmDateTime lastbackofficesubmit
{
get
{
return this.lastbackofficesubmitField;
}
set
{
this.lastbackofficesubmitField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup opportunityid
{
get
{
return this.opportunityidField;
}
set
{
this.opportunityidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist paymenttermscode
{
get
{
return this.paymenttermscodeField;
}
set
{
this.paymenttermscodeField = value;
}
}
///
public Lookup pricelevelid
{
get
{
return this.pricelevelidField;
}
set
{
this.pricelevelidField = value;
}
}
///
public Picklist pricingerrorcode
{
get
{
return this.pricingerrorcodeField;
}
set
{
this.pricingerrorcodeField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup salesorderid
{
get
{
return this.salesorderidField;
}
set
{
this.salesorderidField = value;
}
}
///
public Picklist shippingmethodcode
{
get
{
return this.shippingmethodcodeField;
}
set
{
this.shippingmethodcodeField = value;
}
}
///
public string shipto_city
{
get
{
return this.shipto_cityField;
}
set
{
this.shipto_cityField = value;
}
}
///
public string shipto_country
{
get
{
return this.shipto_countryField;
}
set
{
this.shipto_countryField = value;
}
}
///
public string shipto_fax
{
get
{
return this.shipto_faxField;
}
set
{
this.shipto_faxField = value;
}
}
///
public Picklist shipto_freighttermscode
{
get
{
return this.shipto_freighttermscodeField;
}
set
{
this.shipto_freighttermscodeField = value;
}
}
///
public string shipto_line1
{
get
{
return this.shipto_line1Field;
}
set
{
this.shipto_line1Field = value;
}
}
///
public string shipto_line2
{
get
{
return this.shipto_line2Field;
}
set
{
this.shipto_line2Field = value;
}
}
///
public string shipto_line3
{
get
{
return this.shipto_line3Field;
}
set
{
this.shipto_line3Field = value;
}
}
///
public string shipto_name
{
get
{
return this.shipto_nameField;
}
set
{
this.shipto_nameField = value;
}
}
///
public string shipto_postalcode
{
get
{
return this.shipto_postalcodeField;
}
set
{
this.shipto_postalcodeField = value;
}
}
///
public string shipto_stateorprovince
{
get
{
return this.shipto_stateorprovinceField;
}
set
{
this.shipto_stateorprovinceField = value;
}
}
///
public string shipto_telephone
{
get
{
return this.shipto_telephoneField;
}
set
{
this.shipto_telephoneField = value;
}
}
///
public InvoiceStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmMoney totalamount
{
get
{
return this.totalamountField;
}
set
{
this.totalamountField = value;
}
}
///
public CrmMoney totalamount_base
{
get
{
return this.totalamount_baseField;
}
set
{
this.totalamount_baseField = value;
}
}
///
public CrmMoney totalamountlessfreight
{
get
{
return this.totalamountlessfreightField;
}
set
{
this.totalamountlessfreightField = value;
}
}
///
public CrmMoney totalamountlessfreight_base
{
get
{
return this.totalamountlessfreight_baseField;
}
set
{
this.totalamountlessfreight_baseField = value;
}
}
///
public CrmMoney totaldiscountamount
{
get
{
return this.totaldiscountamountField;
}
set
{
this.totaldiscountamountField = value;
}
}
///
public CrmMoney totaldiscountamount_base
{
get
{
return this.totaldiscountamount_baseField;
}
set
{
this.totaldiscountamount_baseField = value;
}
}
///
public CrmMoney totallineitemamount
{
get
{
return this.totallineitemamountField;
}
set
{
this.totallineitemamountField = value;
}
}
///
public CrmMoney totallineitemamount_base
{
get
{
return this.totallineitemamount_baseField;
}
set
{
this.totallineitemamount_baseField = value;
}
}
///
public CrmMoney totallineitemdiscountamount
{
get
{
return this.totallineitemdiscountamountField;
}
set
{
this.totallineitemdiscountamountField = value;
}
}
///
public CrmMoney totallineitemdiscountamount_base
{
get
{
return this.totallineitemdiscountamount_baseField;
}
set
{
this.totallineitemdiscountamount_baseField = value;
}
}
///
public CrmMoney totaltax
{
get
{
return this.totaltaxField;
}
set
{
this.totaltaxField = value;
}
}
///
public CrmMoney totaltax_base
{
get
{
return this.totaltax_baseField;
}
set
{
this.totaltax_baseField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public CrmBoolean willcall
{
get
{
return this.willcallField;
}
set
{
this.willcallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class InvoiceStateInfo
{
private string formattedvalueField;
private InvoiceState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public InvoiceState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum InvoiceState
{
///
Active,
///
Closed,
///
Paid,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class incidentresolution : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string categoryField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private Lookup incidentidField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private IncidentResolutionStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private CrmNumber timespentField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup incidentid
{
get
{
return this.incidentidField;
}
set
{
this.incidentidField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public IncidentResolutionStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public CrmNumber timespent
{
get
{
return this.timespentField;
}
set
{
this.timespentField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class IncidentResolutionStateInfo
{
private string formattedvalueField;
private IncidentResolutionState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public IncidentResolutionState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum IncidentResolutionState
{
///
Open,
///
Completed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class incident : BusinessEntity
{
private CrmNumber actualserviceunitsField;
private CrmNumber billedserviceunitsField;
private Picklist caseorigincodeField;
private Picklist casetypecodeField;
private Lookup contractdetailidField;
private Lookup contractidField;
private Picklist contractservicelevelcodeField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private Picklist customersatisfactioncodeField;
private string descriptionField;
private CrmDateTime followupbyField;
private CrmNumber importsequencenumberField;
private Key incidentidField;
private Picklist incidentstagecodeField;
private CrmBoolean isdecrementingField;
private Lookup kbarticleidField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist prioritycodeField;
private Lookup productidField;
private string productserialnumberField;
private Lookup responsiblecontactidField;
private Picklist severitycodeField;
private IncidentStateInfo statecodeField;
private Status statuscodeField;
private Lookup subjectidField;
private string ticketnumberField;
private CrmNumber timezoneruleversionnumberField;
private string titleField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmNumber actualserviceunits
{
get
{
return this.actualserviceunitsField;
}
set
{
this.actualserviceunitsField = value;
}
}
///
public CrmNumber billedserviceunits
{
get
{
return this.billedserviceunitsField;
}
set
{
this.billedserviceunitsField = value;
}
}
///
public Picklist caseorigincode
{
get
{
return this.caseorigincodeField;
}
set
{
this.caseorigincodeField = value;
}
}
///
public Picklist casetypecode
{
get
{
return this.casetypecodeField;
}
set
{
this.casetypecodeField = value;
}
}
///
public Lookup contractdetailid
{
get
{
return this.contractdetailidField;
}
set
{
this.contractdetailidField = value;
}
}
///
public Lookup contractid
{
get
{
return this.contractidField;
}
set
{
this.contractidField = value;
}
}
///
public Picklist contractservicelevelcode
{
get
{
return this.contractservicelevelcodeField;
}
set
{
this.contractservicelevelcodeField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public Picklist customersatisfactioncode
{
get
{
return this.customersatisfactioncodeField;
}
set
{
this.customersatisfactioncodeField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDateTime followupby
{
get
{
return this.followupbyField;
}
set
{
this.followupbyField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Key incidentid
{
get
{
return this.incidentidField;
}
set
{
this.incidentidField = value;
}
}
///
public Picklist incidentstagecode
{
get
{
return this.incidentstagecodeField;
}
set
{
this.incidentstagecodeField = value;
}
}
///
public CrmBoolean isdecrementing
{
get
{
return this.isdecrementingField;
}
set
{
this.isdecrementingField = value;
}
}
///
public Lookup kbarticleid
{
get
{
return this.kbarticleidField;
}
set
{
this.kbarticleidField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup productid
{
get
{
return this.productidField;
}
set
{
this.productidField = value;
}
}
///
public string productserialnumber
{
get
{
return this.productserialnumberField;
}
set
{
this.productserialnumberField = value;
}
}
///
public Lookup responsiblecontactid
{
get
{
return this.responsiblecontactidField;
}
set
{
this.responsiblecontactidField = value;
}
}
///
public Picklist severitycode
{
get
{
return this.severitycodeField;
}
set
{
this.severitycodeField = value;
}
}
///
public IncidentStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public Lookup subjectid
{
get
{
return this.subjectidField;
}
set
{
this.subjectidField = value;
}
}
///
public string ticketnumber
{
get
{
return this.ticketnumberField;
}
set
{
this.ticketnumberField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class IncidentStateInfo
{
private string formattedvalueField;
private IncidentState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public IncidentState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum IncidentState
{
///
Active,
///
Resolved,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class importmap : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private Key importmapidField;
private Picklist importmaptypeField;
private CrmBoolean isvalidforimportField;
private CrmBoolean iswizardcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string sourceField;
private string sourceuseridentifierforsourcecrmuserlinkField;
private string sourceuseridentifierforsourcedatasourceuserlinkField;
private ImportMapStateInfo statecodeField;
private Status statuscodeField;
private Picklist targetentityField;
private string targetuseridentifierforsourcecrmuserlinkField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public Key importmapid
{
get
{
return this.importmapidField;
}
set
{
this.importmapidField = value;
}
}
///
public Picklist importmaptype
{
get
{
return this.importmaptypeField;
}
set
{
this.importmaptypeField = value;
}
}
///
public CrmBoolean isvalidforimport
{
get
{
return this.isvalidforimportField;
}
set
{
this.isvalidforimportField = value;
}
}
///
public CrmBoolean iswizardcreated
{
get
{
return this.iswizardcreatedField;
}
set
{
this.iswizardcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string source
{
get
{
return this.sourceField;
}
set
{
this.sourceField = value;
}
}
///
public string sourceuseridentifierforsourcecrmuserlink
{
get
{
return this.sourceuseridentifierforsourcecrmuserlinkField;
}
set
{
this.sourceuseridentifierforsourcecrmuserlinkField = value;
}
}
///
public string sourceuseridentifierforsourcedatasourceuserlink
{
get
{
return this.sourceuseridentifierforsourcedatasourceuserlinkField;
}
set
{
this.sourceuseridentifierforsourcedatasourceuserlinkField = value;
}
}
///
public ImportMapStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public Picklist targetentity
{
get
{
return this.targetentityField;
}
set
{
this.targetentityField = value;
}
}
///
public string targetuseridentifierforsourcecrmuserlink
{
get
{
return this.targetuseridentifierforsourcecrmuserlinkField;
}
set
{
this.targetuseridentifierforsourcecrmuserlinkField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportMapStateInfo
{
private string formattedvalueField;
private ImportMapState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ImportMapState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ImportMapState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class importlog : BusinessEntity
{
private string additionalinfoField;
private string columnvalueField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string errordescriptionField;
private CrmNumber errornumberField;
private string headercolumnField;
private Lookup importdataidField;
private Lookup importfileidField;
private Key importlogidField;
private CrmNumber linenumberField;
private Picklist logphasecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private CrmNumber sequencenumberField;
private ImportLogStateInfo statecodeField;
private Status statuscodeField;
///
public string additionalinfo
{
get
{
return this.additionalinfoField;
}
set
{
this.additionalinfoField = value;
}
}
///
public string columnvalue
{
get
{
return this.columnvalueField;
}
set
{
this.columnvalueField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string errordescription
{
get
{
return this.errordescriptionField;
}
set
{
this.errordescriptionField = value;
}
}
///
public CrmNumber errornumber
{
get
{
return this.errornumberField;
}
set
{
this.errornumberField = value;
}
}
///
public string headercolumn
{
get
{
return this.headercolumnField;
}
set
{
this.headercolumnField = value;
}
}
///
public Lookup importdataid
{
get
{
return this.importdataidField;
}
set
{
this.importdataidField = value;
}
}
///
public Lookup importfileid
{
get
{
return this.importfileidField;
}
set
{
this.importfileidField = value;
}
}
///
public Key importlogid
{
get
{
return this.importlogidField;
}
set
{
this.importlogidField = value;
}
}
///
public CrmNumber linenumber
{
get
{
return this.linenumberField;
}
set
{
this.linenumberField = value;
}
}
///
public Picklist logphasecode
{
get
{
return this.logphasecodeField;
}
set
{
this.logphasecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public CrmNumber sequencenumber
{
get
{
return this.sequencenumberField;
}
set
{
this.sequencenumberField = value;
}
}
///
public ImportLogStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportLogStateInfo
{
private string formattedvalueField;
private ImportLogState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ImportLogState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ImportLogState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class importjob : BusinessEntity
{
private CrmDateTime completedonField;
private CrmDateTime createdonField;
private string dataField;
private Key importjobidField;
private CrmDateTime modifiedonField;
private string nameField;
private CrmDateTime startedonField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmDateTime completedon
{
get
{
return this.completedonField;
}
set
{
this.completedonField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string data
{
get
{
return this.dataField;
}
set
{
this.dataField = value;
}
}
///
public Key importjobid
{
get
{
return this.importjobidField;
}
set
{
this.importjobidField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public CrmDateTime startedon
{
get
{
return this.startedonField;
}
set
{
this.startedonField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class importfile : BusinessEntity
{
private string additionalheaderrowField;
private CrmDateTime completedonField;
private string contentField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Picklist datadelimitercodeField;
private CrmBoolean enableduplicatedetectionField;
private CrmNumber failurecountField;
private Picklist fielddelimitercodeField;
private string headerrowField;
private Key importfileidField;
private Lookup importidField;
private Lookup importmapidField;
private CrmBoolean isfirstrowheaderField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string parsedtablecolumnprefixField;
private CrmNumber parsedtablecolumnsnumberField;
private string parsedtablenameField;
private Picklist processcodeField;
private Picklist processingstatusField;
private CrmNumber progresscounterField;
private Lookup recordsowneridField;
private string sizeField;
private string sourceField;
private string sourceentitynameField;
private ImportFileStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber successcountField;
private string targetentitynameField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber totalcountField;
private CrmBoolean usesystemmapField;
private CrmNumber utcconversiontimezonecodeField;
///
public string additionalheaderrow
{
get
{
return this.additionalheaderrowField;
}
set
{
this.additionalheaderrowField = value;
}
}
///
public CrmDateTime completedon
{
get
{
return this.completedonField;
}
set
{
this.completedonField = value;
}
}
///
public string content
{
get
{
return this.contentField;
}
set
{
this.contentField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Picklist datadelimitercode
{
get
{
return this.datadelimitercodeField;
}
set
{
this.datadelimitercodeField = value;
}
}
///
public CrmBoolean enableduplicatedetection
{
get
{
return this.enableduplicatedetectionField;
}
set
{
this.enableduplicatedetectionField = value;
}
}
///
public CrmNumber failurecount
{
get
{
return this.failurecountField;
}
set
{
this.failurecountField = value;
}
}
///
public Picklist fielddelimitercode
{
get
{
return this.fielddelimitercodeField;
}
set
{
this.fielddelimitercodeField = value;
}
}
///
public string headerrow
{
get
{
return this.headerrowField;
}
set
{
this.headerrowField = value;
}
}
///
public Key importfileid
{
get
{
return this.importfileidField;
}
set
{
this.importfileidField = value;
}
}
///
public Lookup importid
{
get
{
return this.importidField;
}
set
{
this.importidField = value;
}
}
///
public Lookup importmapid
{
get
{
return this.importmapidField;
}
set
{
this.importmapidField = value;
}
}
///
public CrmBoolean isfirstrowheader
{
get
{
return this.isfirstrowheaderField;
}
set
{
this.isfirstrowheaderField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string parsedtablecolumnprefix
{
get
{
return this.parsedtablecolumnprefixField;
}
set
{
this.parsedtablecolumnprefixField = value;
}
}
///
public CrmNumber parsedtablecolumnsnumber
{
get
{
return this.parsedtablecolumnsnumberField;
}
set
{
this.parsedtablecolumnsnumberField = value;
}
}
///
public string parsedtablename
{
get
{
return this.parsedtablenameField;
}
set
{
this.parsedtablenameField = value;
}
}
///
public Picklist processcode
{
get
{
return this.processcodeField;
}
set
{
this.processcodeField = value;
}
}
///
public Picklist processingstatus
{
get
{
return this.processingstatusField;
}
set
{
this.processingstatusField = value;
}
}
///
public CrmNumber progresscounter
{
get
{
return this.progresscounterField;
}
set
{
this.progresscounterField = value;
}
}
///
public Lookup recordsownerid
{
get
{
return this.recordsowneridField;
}
set
{
this.recordsowneridField = value;
}
}
///
public string size
{
get
{
return this.sizeField;
}
set
{
this.sizeField = value;
}
}
///
public string source
{
get
{
return this.sourceField;
}
set
{
this.sourceField = value;
}
}
///
public string sourceentityname
{
get
{
return this.sourceentitynameField;
}
set
{
this.sourceentitynameField = value;
}
}
///
public ImportFileStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber successcount
{
get
{
return this.successcountField;
}
set
{
this.successcountField = value;
}
}
///
public string targetentityname
{
get
{
return this.targetentitynameField;
}
set
{
this.targetentitynameField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber totalcount
{
get
{
return this.totalcountField;
}
set
{
this.totalcountField = value;
}
}
///
public CrmBoolean usesystemmap
{
get
{
return this.usesystemmapField;
}
set
{
this.usesystemmapField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportFileStateInfo
{
private string formattedvalueField;
private ImportFileState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ImportFileState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ImportFileState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class importdata : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string dataField;
private CrmBoolean haserrorField;
private Key importdataidField;
private Lookup importfileidField;
private CrmNumber linenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private UniqueIdentifier recordidField;
private ImportDataStateInfo statecodeField;
private Status statuscodeField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string data
{
get
{
return this.dataField;
}
set
{
this.dataField = value;
}
}
///
public CrmBoolean haserror
{
get
{
return this.haserrorField;
}
set
{
this.haserrorField = value;
}
}
///
public Key importdataid
{
get
{
return this.importdataidField;
}
set
{
this.importdataidField = value;
}
}
///
public Lookup importfileid
{
get
{
return this.importfileidField;
}
set
{
this.importfileidField = value;
}
}
///
public CrmNumber linenumber
{
get
{
return this.linenumberField;
}
set
{
this.linenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier recordid
{
get
{
return this.recordidField;
}
set
{
this.recordidField = value;
}
}
///
public ImportDataStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportDataStateInfo
{
private string formattedvalueField;
private ImportDataState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ImportDataState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ImportDataState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class import : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string emailaddressField;
private Key importidField;
private CrmBoolean isimportField;
private Picklist modecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private CrmBoolean sendnotificationField;
private CrmNumber sequenceField;
private ImportStateInfo statecodeField;
private Status statuscodeField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string emailaddress
{
get
{
return this.emailaddressField;
}
set
{
this.emailaddressField = value;
}
}
///
public Key importid
{
get
{
return this.importidField;
}
set
{
this.importidField = value;
}
}
///
public CrmBoolean isimport
{
get
{
return this.isimportField;
}
set
{
this.isimportField = value;
}
}
///
public Picklist modecode
{
get
{
return this.modecodeField;
}
set
{
this.modecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public CrmBoolean sendnotification
{
get
{
return this.sendnotificationField;
}
set
{
this.sendnotificationField = value;
}
}
///
public CrmNumber sequence
{
get
{
return this.sequenceField;
}
set
{
this.sequenceField = value;
}
}
///
public ImportStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportStateInfo
{
private string formattedvalueField;
private ImportState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ImportState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ImportState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class fixedmonthlyfiscalcalendar : BusinessEntity
{
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmDateTime effectiveonField;
private CrmDecimal exchangerateField;
private CrmNumber fiscalperiodtypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmMoney period1Field;
private CrmMoney period1_baseField;
private CrmMoney period10Field;
private CrmMoney period10_baseField;
private CrmMoney period11Field;
private CrmMoney period11_baseField;
private CrmMoney period12Field;
private CrmMoney period12_baseField;
private CrmMoney period13Field;
private CrmMoney period13_baseField;
private CrmMoney period2Field;
private CrmMoney period2_baseField;
private CrmMoney period3Field;
private CrmMoney period3_baseField;
private CrmMoney period4Field;
private CrmMoney period4_baseField;
private CrmMoney period5Field;
private CrmMoney period5_baseField;
private CrmMoney period6Field;
private CrmMoney period6_baseField;
private CrmMoney period7Field;
private CrmMoney period7_baseField;
private CrmMoney period8Field;
private CrmMoney period8_baseField;
private CrmMoney period9Field;
private CrmMoney period9_baseField;
private Lookup salespersonidField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Key userfiscalcalendaridField;
private CrmNumber utcconversiontimezonecodeField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmDateTime effectiveon
{
get
{
return this.effectiveonField;
}
set
{
this.effectiveonField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber fiscalperiodtype
{
get
{
return this.fiscalperiodtypeField;
}
set
{
this.fiscalperiodtypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmMoney period1
{
get
{
return this.period1Field;
}
set
{
this.period1Field = value;
}
}
///
public CrmMoney period1_base
{
get
{
return this.period1_baseField;
}
set
{
this.period1_baseField = value;
}
}
///
public CrmMoney period10
{
get
{
return this.period10Field;
}
set
{
this.period10Field = value;
}
}
///
public CrmMoney period10_base
{
get
{
return this.period10_baseField;
}
set
{
this.period10_baseField = value;
}
}
///
public CrmMoney period11
{
get
{
return this.period11Field;
}
set
{
this.period11Field = value;
}
}
///
public CrmMoney period11_base
{
get
{
return this.period11_baseField;
}
set
{
this.period11_baseField = value;
}
}
///
public CrmMoney period12
{
get
{
return this.period12Field;
}
set
{
this.period12Field = value;
}
}
///
public CrmMoney period12_base
{
get
{
return this.period12_baseField;
}
set
{
this.period12_baseField = value;
}
}
///
public CrmMoney period13
{
get
{
return this.period13Field;
}
set
{
this.period13Field = value;
}
}
///
public CrmMoney period13_base
{
get
{
return this.period13_baseField;
}
set
{
this.period13_baseField = value;
}
}
///
public CrmMoney period2
{
get
{
return this.period2Field;
}
set
{
this.period2Field = value;
}
}
///
public CrmMoney period2_base
{
get
{
return this.period2_baseField;
}
set
{
this.period2_baseField = value;
}
}
///
public CrmMoney period3
{
get
{
return this.period3Field;
}
set
{
this.period3Field = value;
}
}
///
public CrmMoney period3_base
{
get
{
return this.period3_baseField;
}
set
{
this.period3_baseField = value;
}
}
///
public CrmMoney period4
{
get
{
return this.period4Field;
}
set
{
this.period4Field = value;
}
}
///
public CrmMoney period4_base
{
get
{
return this.period4_baseField;
}
set
{
this.period4_baseField = value;
}
}
///
public CrmMoney period5
{
get
{
return this.period5Field;
}
set
{
this.period5Field = value;
}
}
///
public CrmMoney period5_base
{
get
{
return this.period5_baseField;
}
set
{
this.period5_baseField = value;
}
}
///
public CrmMoney period6
{
get
{
return this.period6Field;
}
set
{
this.period6Field = value;
}
}
///
public CrmMoney period6_base
{
get
{
return this.period6_baseField;
}
set
{
this.period6_baseField = value;
}
}
///
public CrmMoney period7
{
get
{
return this.period7Field;
}
set
{
this.period7Field = value;
}
}
///
public CrmMoney period7_base
{
get
{
return this.period7_baseField;
}
set
{
this.period7_baseField = value;
}
}
///
public CrmMoney period8
{
get
{
return this.period8Field;
}
set
{
this.period8Field = value;
}
}
///
public CrmMoney period8_base
{
get
{
return this.period8_baseField;
}
set
{
this.period8_baseField = value;
}
}
///
public CrmMoney period9
{
get
{
return this.period9Field;
}
set
{
this.period9Field = value;
}
}
///
public CrmMoney period9_base
{
get
{
return this.period9_baseField;
}
set
{
this.period9_baseField = value;
}
}
///
public Lookup salespersonid
{
get
{
return this.salespersonidField;
}
set
{
this.salespersonidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Key userfiscalcalendarid
{
get
{
return this.userfiscalcalendaridField;
}
set
{
this.userfiscalcalendaridField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class fax : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string billingcodeField;
private string categoryField;
private string coverpagenameField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmBoolean directioncodeField;
private string faxnumberField;
private activityparty[] fromField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmNumber numberofpagesField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist prioritycodeField;
private Lookup regardingobjectidField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private FaxStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private UniqueIdentifier subscriptionidField;
private CrmNumber timezoneruleversionnumberField;
private activityparty[] toField;
private string tsidField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string billingcode
{
get
{
return this.billingcodeField;
}
set
{
this.billingcodeField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public string coverpagename
{
get
{
return this.coverpagenameField;
}
set
{
this.coverpagenameField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean directioncode
{
get
{
return this.directioncodeField;
}
set
{
this.directioncodeField = value;
}
}
///
public string faxnumber
{
get
{
return this.faxnumberField;
}
set
{
this.faxnumberField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] from
{
get
{
return this.fromField;
}
set
{
this.fromField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmNumber numberofpages
{
get
{
return this.numberofpagesField;
}
set
{
this.numberofpagesField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public FaxStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public UniqueIdentifier subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] to
{
get
{
return this.toField;
}
set
{
this.toField = value;
}
}
///
public string tsid
{
get
{
return this.tsidField;
}
set
{
this.tsidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class FaxStateInfo
{
private string formattedvalueField;
private FaxState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public FaxState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum FaxState
{
///
Open,
///
Completed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class equipment : BusinessEntity
{
private Lookup businessunitidField;
private Lookup calendaridField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmBoolean displayinserviceviewsField;
private string emailaddressField;
private Key equipmentidField;
private CrmNumber importsequencenumberField;
private CrmBoolean isdisabledField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private Lookup siteidField;
private string skillsField;
private CrmNumber timezonecodeField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup calendarid
{
get
{
return this.calendaridField;
}
set
{
this.calendaridField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean displayinserviceviews
{
get
{
return this.displayinserviceviewsField;
}
set
{
this.displayinserviceviewsField = value;
}
}
///
public string emailaddress
{
get
{
return this.emailaddressField;
}
set
{
this.emailaddressField = value;
}
}
///
public Key equipmentid
{
get
{
return this.equipmentidField;
}
set
{
this.equipmentidField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isdisabled
{
get
{
return this.isdisabledField;
}
set
{
this.isdisabledField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Lookup siteid
{
get
{
return this.siteidField;
}
set
{
this.siteidField = value;
}
}
///
public string skills
{
get
{
return this.skillsField;
}
set
{
this.skillsField = value;
}
}
///
public CrmNumber timezonecode
{
get
{
return this.timezonecodeField;
}
set
{
this.timezonecodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class entitymap : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private Key entitymapidField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private string sourceentitynameField;
private string targetentitynameField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Key entitymapid
{
get
{
return this.entitymapidField;
}
set
{
this.entitymapidField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string sourceentityname
{
get
{
return this.sourceentitynameField;
}
set
{
this.sourceentitynameField = value;
}
}
///
public string targetentityname
{
get
{
return this.targetentitynameField;
}
set
{
this.targetentitynameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class email : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private activityparty[] bccField;
private string categoryField;
private activityparty[] ccField;
private CrmBoolean compressedField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber deliveryattemptsField;
private CrmBoolean deliveryreceiptrequestedField;
private string descriptionField;
private CrmBoolean directioncodeField;
private activityparty[] fromField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private string messageidField;
private UniqueIdentifier messageiddupcheckField;
private string mimetypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Picklist notificationsField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist prioritycodeField;
private CrmBoolean readreceiptrequestedField;
private Lookup regardingobjectidField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private string senderField;
private Lookup serviceidField;
private EmailStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private string submittedbyField;
private CrmNumber timezoneruleversionnumberField;
private activityparty[] toField;
private string torecipientsField;
private string trackingtokenField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] bcc
{
get
{
return this.bccField;
}
set
{
this.bccField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] cc
{
get
{
return this.ccField;
}
set
{
this.ccField = value;
}
}
///
public CrmBoolean compressed
{
get
{
return this.compressedField;
}
set
{
this.compressedField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber deliveryattempts
{
get
{
return this.deliveryattemptsField;
}
set
{
this.deliveryattemptsField = value;
}
}
///
public CrmBoolean deliveryreceiptrequested
{
get
{
return this.deliveryreceiptrequestedField;
}
set
{
this.deliveryreceiptrequestedField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean directioncode
{
get
{
return this.directioncodeField;
}
set
{
this.directioncodeField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] from
{
get
{
return this.fromField;
}
set
{
this.fromField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public string messageid
{
get
{
return this.messageidField;
}
set
{
this.messageidField = value;
}
}
///
public UniqueIdentifier messageiddupcheck
{
get
{
return this.messageiddupcheckField;
}
set
{
this.messageiddupcheckField = value;
}
}
///
public string mimetype
{
get
{
return this.mimetypeField;
}
set
{
this.mimetypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Picklist notifications
{
get
{
return this.notificationsField;
}
set
{
this.notificationsField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public CrmBoolean readreceiptrequested
{
get
{
return this.readreceiptrequestedField;
}
set
{
this.readreceiptrequestedField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public string sender
{
get
{
return this.senderField;
}
set
{
this.senderField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public EmailStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public string submittedby
{
get
{
return this.submittedbyField;
}
set
{
this.submittedbyField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] to
{
get
{
return this.toField;
}
set
{
this.toField = value;
}
}
///
public string torecipients
{
get
{
return this.torecipientsField;
}
set
{
this.torecipientsField = value;
}
}
///
public string trackingtoken
{
get
{
return this.trackingtokenField;
}
set
{
this.trackingtokenField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class EmailStateInfo
{
private string formattedvalueField;
private EmailState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public EmailState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum EmailState
{
///
Open,
///
Completed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class duplicaterulecondition : BusinessEntity
{
private string baseattributenameField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Key duplicateruleconditionidField;
private string matchingattributenameField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Picklist operatorcodeField;
private CrmNumber operatorparamField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private Lookup regardingobjectidField;
///
public string baseattributename
{
get
{
return this.baseattributenameField;
}
set
{
this.baseattributenameField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Key duplicateruleconditionid
{
get
{
return this.duplicateruleconditionidField;
}
set
{
this.duplicateruleconditionidField = value;
}
}
///
public string matchingattributename
{
get
{
return this.matchingattributenameField;
}
set
{
this.matchingattributenameField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Picklist operatorcode
{
get
{
return this.operatorcodeField;
}
set
{
this.operatorcodeField = value;
}
}
///
public CrmNumber operatorparam
{
get
{
return this.operatorparamField;
}
set
{
this.operatorparamField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class duplicaterule : BusinessEntity
{
private string baseentitymatchcodetableField;
private string baseentitynameField;
private Picklist baseentitytypecodeField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private Key duplicateruleidField;
private CrmBoolean iscasesensitiveField;
private string matchingentitymatchcodetableField;
private string matchingentitynameField;
private Picklist matchingentitytypecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private DuplicateRuleStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public string baseentitymatchcodetable
{
get
{
return this.baseentitymatchcodetableField;
}
set
{
this.baseentitymatchcodetableField = value;
}
}
///
public string baseentityname
{
get
{
return this.baseentitynameField;
}
set
{
this.baseentitynameField = value;
}
}
///
public Picklist baseentitytypecode
{
get
{
return this.baseentitytypecodeField;
}
set
{
this.baseentitytypecodeField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public Key duplicateruleid
{
get
{
return this.duplicateruleidField;
}
set
{
this.duplicateruleidField = value;
}
}
///
public CrmBoolean iscasesensitive
{
get
{
return this.iscasesensitiveField;
}
set
{
this.iscasesensitiveField = value;
}
}
///
public string matchingentitymatchcodetable
{
get
{
return this.matchingentitymatchcodetableField;
}
set
{
this.matchingentitymatchcodetableField = value;
}
}
///
public string matchingentityname
{
get
{
return this.matchingentitynameField;
}
set
{
this.matchingentitynameField = value;
}
}
///
public Picklist matchingentitytypecode
{
get
{
return this.matchingentitytypecodeField;
}
set
{
this.matchingentitytypecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public DuplicateRuleStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DuplicateRuleStateInfo
{
private string formattedvalueField;
private DuplicateRuleState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public DuplicateRuleState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum DuplicateRuleState
{
///
Inactive,
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class duplicaterecord : BusinessEntity
{
private Lookup asyncoperationidField;
private Lookup baserecordidField;
private CrmDateTime createdonField;
private Key duplicateidField;
private Lookup duplicaterecordidField;
private Lookup duplicateruleidField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
///
public Lookup asyncoperationid
{
get
{
return this.asyncoperationidField;
}
set
{
this.asyncoperationidField = value;
}
}
///
public Lookup baserecordid
{
get
{
return this.baserecordidField;
}
set
{
this.baserecordidField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Key duplicateid
{
get
{
return this.duplicateidField;
}
set
{
this.duplicateidField = value;
}
}
///
public Lookup duplicaterecordid
{
get
{
return this.duplicaterecordidField;
}
set
{
this.duplicaterecordidField = value;
}
}
///
public Lookup duplicateruleid
{
get
{
return this.duplicateruleidField;
}
set
{
this.duplicateruleidField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class displaystring : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string customcommentField;
private string customdisplaystringField;
private Key displaystringidField;
private string displaystringkeyField;
private CrmNumber formatparametersField;
private CrmNumber languagecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private string publisheddisplaystringField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string customcomment
{
get
{
return this.customcommentField;
}
set
{
this.customcommentField = value;
}
}
///
public string customdisplaystring
{
get
{
return this.customdisplaystringField;
}
set
{
this.customdisplaystringField = value;
}
}
///
public Key displaystringid
{
get
{
return this.displaystringidField;
}
set
{
this.displaystringidField = value;
}
}
///
public string displaystringkey
{
get
{
return this.displaystringkeyField;
}
set
{
this.displaystringkeyField = value;
}
}
///
public CrmNumber formatparameters
{
get
{
return this.formatparametersField;
}
set
{
this.formatparametersField = value;
}
}
///
public CrmNumber languagecode
{
get
{
return this.languagecodeField;
}
set
{
this.languagecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string publisheddisplaystring
{
get
{
return this.publisheddisplaystringField;
}
set
{
this.publisheddisplaystringField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class discounttype : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private Key discounttypeidField;
private CrmNumber importsequencenumberField;
private CrmBoolean isamounttypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private DiscountTypeStateInfo statecodeField;
private Status statuscodeField;
private Lookup transactioncurrencyidField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public Key discounttypeid
{
get
{
return this.discounttypeidField;
}
set
{
this.discounttypeidField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isamounttype
{
get
{
return this.isamounttypeField;
}
set
{
this.isamounttypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public DiscountTypeStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DiscountTypeStateInfo
{
private string formattedvalueField;
private DiscountTypeState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public DiscountTypeState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum DiscountTypeState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class discount : BusinessEntity
{
private CrmMoney amountField;
private CrmMoney amount_baseField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Key discountidField;
private Lookup discounttypeidField;
private CrmDecimal exchangerateField;
private CrmDecimal highquantityField;
private CrmNumber importsequencenumberField;
private CrmBoolean isamounttypeField;
private CrmDecimal lowquantityField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private UniqueIdentifier organizationidField;
private CrmDateTime overriddencreatedonField;
private CrmDecimal percentageField;
private Status statuscodeField;
private Lookup transactioncurrencyidField;
///
public CrmMoney amount
{
get
{
return this.amountField;
}
set
{
this.amountField = value;
}
}
///
public CrmMoney amount_base
{
get
{
return this.amount_baseField;
}
set
{
this.amount_baseField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Key discountid
{
get
{
return this.discountidField;
}
set
{
this.discountidField = value;
}
}
///
public Lookup discounttypeid
{
get
{
return this.discounttypeidField;
}
set
{
this.discounttypeidField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmDecimal highquantity
{
get
{
return this.highquantityField;
}
set
{
this.highquantityField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isamounttype
{
get
{
return this.isamounttypeField;
}
set
{
this.isamounttypeField = value;
}
}
///
public CrmDecimal lowquantity
{
get
{
return this.lowquantityField;
}
set
{
this.lowquantityField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public CrmDecimal percentage
{
get
{
return this.percentageField;
}
set
{
this.percentageField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class customerrelationship : BusinessEntity
{
private Lookup converserelationshipidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private Key customerrelationshipidField;
private string customerroledescriptionField;
private Lookup customerroleidField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Customer partneridField;
private string partnerroledescriptionField;
private Lookup partnerroleidField;
///
public Lookup converserelationshipid
{
get
{
return this.converserelationshipidField;
}
set
{
this.converserelationshipidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public Key customerrelationshipid
{
get
{
return this.customerrelationshipidField;
}
set
{
this.customerrelationshipidField = value;
}
}
///
public string customerroledescription
{
get
{
return this.customerroledescriptionField;
}
set
{
this.customerroledescriptionField = value;
}
}
///
public Lookup customerroleid
{
get
{
return this.customerroleidField;
}
set
{
this.customerroleidField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Customer partnerid
{
get
{
return this.partneridField;
}
set
{
this.partneridField = value;
}
}
///
public string partnerroledescription
{
get
{
return this.partnerroledescriptionField;
}
set
{
this.partnerroledescriptionField = value;
}
}
///
public Lookup partnerroleid
{
get
{
return this.partnerroleidField;
}
set
{
this.partnerroleidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class customeropportunityrole : BusinessEntity
{
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private Key customeropportunityroleidField;
private string descriptionField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup opportunityidField;
private Lookup opportunityroleidField;
private CrmNumber opportunitystatecodeField;
private CrmNumber opportunitystatuscodeField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public Key customeropportunityroleid
{
get
{
return this.customeropportunityroleidField;
}
set
{
this.customeropportunityroleidField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup opportunityid
{
get
{
return this.opportunityidField;
}
set
{
this.opportunityidField = value;
}
}
///
public Lookup opportunityroleid
{
get
{
return this.opportunityroleidField;
}
set
{
this.opportunityroleidField = value;
}
}
///
public CrmNumber opportunitystatecode
{
get
{
return this.opportunitystatecodeField;
}
set
{
this.opportunitystatecodeField = value;
}
}
///
public CrmNumber opportunitystatuscode
{
get
{
return this.opportunitystatuscodeField;
}
set
{
this.opportunitystatuscodeField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class customeraddress : BusinessEntity
{
private CrmNumber addressnumberField;
private Picklist addresstypecodeField;
private string cityField;
private string countryField;
private string countyField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Key customeraddressidField;
private string faxField;
private Picklist freighttermscodeField;
private CrmNumber importsequencenumberField;
private CrmFloat latitudeField;
private string line1Field;
private string line2Field;
private string line3Field;
private CrmFloat longitudeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private EntityNameReference objecttypecodeField;
private CrmDateTime overriddencreatedonField;
private Lookup owningbusinessunitField;
private Lookup owninguserField;
private Lookup parentidField;
private string postalcodeField;
private string postofficeboxField;
private string primarycontactnameField;
private Picklist shippingmethodcodeField;
private string stateorprovinceField;
private string telephone1Field;
private string telephone2Field;
private string telephone3Field;
private CrmNumber timezoneruleversionnumberField;
private string upszoneField;
private CrmNumber utcconversiontimezonecodeField;
private CrmNumber utcoffsetField;
///
public CrmNumber addressnumber
{
get
{
return this.addressnumberField;
}
set
{
this.addressnumberField = value;
}
}
///
public Picklist addresstypecode
{
get
{
return this.addresstypecodeField;
}
set
{
this.addresstypecodeField = value;
}
}
///
public string city
{
get
{
return this.cityField;
}
set
{
this.cityField = value;
}
}
///
public string country
{
get
{
return this.countryField;
}
set
{
this.countryField = value;
}
}
///
public string county
{
get
{
return this.countyField;
}
set
{
this.countyField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Key customeraddressid
{
get
{
return this.customeraddressidField;
}
set
{
this.customeraddressidField = value;
}
}
///
public string fax
{
get
{
return this.faxField;
}
set
{
this.faxField = value;
}
}
///
public Picklist freighttermscode
{
get
{
return this.freighttermscodeField;
}
set
{
this.freighttermscodeField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmFloat latitude
{
get
{
return this.latitudeField;
}
set
{
this.latitudeField = value;
}
}
///
public string line1
{
get
{
return this.line1Field;
}
set
{
this.line1Field = value;
}
}
///
public string line2
{
get
{
return this.line2Field;
}
set
{
this.line2Field = value;
}
}
///
public string line3
{
get
{
return this.line3Field;
}
set
{
this.line3Field = value;
}
}
///
public CrmFloat longitude
{
get
{
return this.longitudeField;
}
set
{
this.longitudeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public EntityNameReference objecttypecode
{
get
{
return this.objecttypecodeField;
}
set
{
this.objecttypecodeField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Lookup owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public Lookup parentid
{
get
{
return this.parentidField;
}
set
{
this.parentidField = value;
}
}
///
public string postalcode
{
get
{
return this.postalcodeField;
}
set
{
this.postalcodeField = value;
}
}
///
public string postofficebox
{
get
{
return this.postofficeboxField;
}
set
{
this.postofficeboxField = value;
}
}
///
public string primarycontactname
{
get
{
return this.primarycontactnameField;
}
set
{
this.primarycontactnameField = value;
}
}
///
public Picklist shippingmethodcode
{
get
{
return this.shippingmethodcodeField;
}
set
{
this.shippingmethodcodeField = value;
}
}
///
public string stateorprovince
{
get
{
return this.stateorprovinceField;
}
set
{
this.stateorprovinceField = value;
}
}
///
public string telephone1
{
get
{
return this.telephone1Field;
}
set
{
this.telephone1Field = value;
}
}
///
public string telephone2
{
get
{
return this.telephone2Field;
}
set
{
this.telephone2Field = value;
}
}
///
public string telephone3
{
get
{
return this.telephone3Field;
}
set
{
this.telephone3Field = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public string upszone
{
get
{
return this.upszoneField;
}
set
{
this.upszoneField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public CrmNumber utcoffset
{
get
{
return this.utcoffsetField;
}
set
{
this.utcoffsetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class contracttemplate : BusinessEntity
{
private string abbreviationField;
private Picklist allotmenttypecodeField;
private Picklist billingfrequencycodeField;
private Picklist contractservicelevelcodeField;
private Key contracttemplateidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private string effectivitycalendarField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private CrmBoolean usediscountaspercentageField;
///
public string abbreviation
{
get
{
return this.abbreviationField;
}
set
{
this.abbreviationField = value;
}
}
///
public Picklist allotmenttypecode
{
get
{
return this.allotmenttypecodeField;
}
set
{
this.allotmenttypecodeField = value;
}
}
///
public Picklist billingfrequencycode
{
get
{
return this.billingfrequencycodeField;
}
set
{
this.billingfrequencycodeField = value;
}
}
///
public Picklist contractservicelevelcode
{
get
{
return this.contractservicelevelcodeField;
}
set
{
this.contractservicelevelcodeField = value;
}
}
///
public Key contracttemplateid
{
get
{
return this.contracttemplateidField;
}
set
{
this.contracttemplateidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string effectivitycalendar
{
get
{
return this.effectivitycalendarField;
}
set
{
this.effectivitycalendarField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public CrmBoolean usediscountaspercentage
{
get
{
return this.usediscountaspercentageField;
}
set
{
this.usediscountaspercentageField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class contractdetail : BusinessEntity
{
private CrmDateTime activeonField;
private CrmNumber allotmentsremainingField;
private CrmNumber allotmentsusedField;
private Key contractdetailidField;
private Lookup contractidField;
private Picklist contractstatecodeField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private CrmMoney discountField;
private CrmMoney discount_baseField;
private CrmDecimal discountpercentageField;
private string effectivitycalendarField;
private CrmDecimal exchangerateField;
private CrmDateTime expiresonField;
private CrmNumber importsequencenumberField;
private CrmNumber initialquantityField;
private CrmNumber lineitemorderField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmMoney netField;
private CrmMoney net_baseField;
private CrmDateTime overriddencreatedonField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private CrmMoney priceField;
private CrmMoney price_baseField;
private Lookup productidField;
private string productserialnumberField;
private CrmMoney rateField;
private CrmMoney rate_baseField;
private Lookup serviceaddressField;
private Picklist servicecontractunitscodeField;
private ContractDetailStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber timezoneruleversionnumberField;
private string titleField;
private CrmNumber totalallotmentsField;
private Lookup transactioncurrencyidField;
private Lookup uomidField;
private Lookup uomscheduleidField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmDateTime activeon
{
get
{
return this.activeonField;
}
set
{
this.activeonField = value;
}
}
///
public CrmNumber allotmentsremaining
{
get
{
return this.allotmentsremainingField;
}
set
{
this.allotmentsremainingField = value;
}
}
///
public CrmNumber allotmentsused
{
get
{
return this.allotmentsusedField;
}
set
{
this.allotmentsusedField = value;
}
}
///
public Key contractdetailid
{
get
{
return this.contractdetailidField;
}
set
{
this.contractdetailidField = value;
}
}
///
public Lookup contractid
{
get
{
return this.contractidField;
}
set
{
this.contractidField = value;
}
}
///
public Picklist contractstatecode
{
get
{
return this.contractstatecodeField;
}
set
{
this.contractstatecodeField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public CrmMoney discount
{
get
{
return this.discountField;
}
set
{
this.discountField = value;
}
}
///
public CrmMoney discount_base
{
get
{
return this.discount_baseField;
}
set
{
this.discount_baseField = value;
}
}
///
public CrmDecimal discountpercentage
{
get
{
return this.discountpercentageField;
}
set
{
this.discountpercentageField = value;
}
}
///
public string effectivitycalendar
{
get
{
return this.effectivitycalendarField;
}
set
{
this.effectivitycalendarField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmDateTime expireson
{
get
{
return this.expiresonField;
}
set
{
this.expiresonField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmNumber initialquantity
{
get
{
return this.initialquantityField;
}
set
{
this.initialquantityField = value;
}
}
///
public CrmNumber lineitemorder
{
get
{
return this.lineitemorderField;
}
set
{
this.lineitemorderField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmMoney net
{
get
{
return this.netField;
}
set
{
this.netField = value;
}
}
///
public CrmMoney net_base
{
get
{
return this.net_baseField;
}
set
{
this.net_baseField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public CrmMoney price
{
get
{
return this.priceField;
}
set
{
this.priceField = value;
}
}
///
public CrmMoney price_base
{
get
{
return this.price_baseField;
}
set
{
this.price_baseField = value;
}
}
///
public Lookup productid
{
get
{
return this.productidField;
}
set
{
this.productidField = value;
}
}
///
public string productserialnumber
{
get
{
return this.productserialnumberField;
}
set
{
this.productserialnumberField = value;
}
}
///
public CrmMoney rate
{
get
{
return this.rateField;
}
set
{
this.rateField = value;
}
}
///
public CrmMoney rate_base
{
get
{
return this.rate_baseField;
}
set
{
this.rate_baseField = value;
}
}
///
public Lookup serviceaddress
{
get
{
return this.serviceaddressField;
}
set
{
this.serviceaddressField = value;
}
}
///
public Picklist servicecontractunitscode
{
get
{
return this.servicecontractunitscodeField;
}
set
{
this.servicecontractunitscodeField = value;
}
}
///
public ContractDetailStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
///
public CrmNumber totalallotments
{
get
{
return this.totalallotmentsField;
}
set
{
this.totalallotmentsField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Lookup uomid
{
get
{
return this.uomidField;
}
set
{
this.uomidField = value;
}
}
///
public Lookup uomscheduleid
{
get
{
return this.uomscheduleidField;
}
set
{
this.uomscheduleidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ContractDetailStateInfo
{
private string formattedvalueField;
private ContractDetailState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ContractDetailState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ContractDetailState
{
///
Existing,
///
Renewed,
///
Canceled,
///
Expired,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class contract : BusinessEntity
{
private CrmDateTime activeonField;
private Picklist allotmenttypecodeField;
private Customer billingcustomeridField;
private CrmDateTime billingendonField;
private Picklist billingfrequencycodeField;
private CrmDateTime billingstartonField;
private Lookup billtoaddressField;
private CrmDateTime cancelonField;
private Key contractidField;
private string contractlanguageField;
private string contractnumberField;
private Picklist contractservicelevelcodeField;
private string contracttemplateabbreviationField;
private Lookup contracttemplateidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Customer customeridField;
private CrmNumber durationField;
private string effectivitycalendarField;
private CrmDecimal exchangerateField;
private CrmDateTime expiresonField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmMoney netpriceField;
private CrmMoney netprice_baseField;
private Lookup originatingcontractField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Lookup serviceaddressField;
private ContractStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber timezoneruleversionnumberField;
private string titleField;
private CrmMoney totaldiscountField;
private CrmMoney totaldiscount_baseField;
private CrmMoney totalpriceField;
private CrmMoney totalprice_baseField;
private Lookup transactioncurrencyidField;
private CrmBoolean usediscountaspercentageField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmDateTime activeon
{
get
{
return this.activeonField;
}
set
{
this.activeonField = value;
}
}
///
public Picklist allotmenttypecode
{
get
{
return this.allotmenttypecodeField;
}
set
{
this.allotmenttypecodeField = value;
}
}
///
public Customer billingcustomerid
{
get
{
return this.billingcustomeridField;
}
set
{
this.billingcustomeridField = value;
}
}
///
public CrmDateTime billingendon
{
get
{
return this.billingendonField;
}
set
{
this.billingendonField = value;
}
}
///
public Picklist billingfrequencycode
{
get
{
return this.billingfrequencycodeField;
}
set
{
this.billingfrequencycodeField = value;
}
}
///
public CrmDateTime billingstarton
{
get
{
return this.billingstartonField;
}
set
{
this.billingstartonField = value;
}
}
///
public Lookup billtoaddress
{
get
{
return this.billtoaddressField;
}
set
{
this.billtoaddressField = value;
}
}
///
public CrmDateTime cancelon
{
get
{
return this.cancelonField;
}
set
{
this.cancelonField = value;
}
}
///
public Key contractid
{
get
{
return this.contractidField;
}
set
{
this.contractidField = value;
}
}
///
public string contractlanguage
{
get
{
return this.contractlanguageField;
}
set
{
this.contractlanguageField = value;
}
}
///
public string contractnumber
{
get
{
return this.contractnumberField;
}
set
{
this.contractnumberField = value;
}
}
///
public Picklist contractservicelevelcode
{
get
{
return this.contractservicelevelcodeField;
}
set
{
this.contractservicelevelcodeField = value;
}
}
///
public string contracttemplateabbreviation
{
get
{
return this.contracttemplateabbreviationField;
}
set
{
this.contracttemplateabbreviationField = value;
}
}
///
public Lookup contracttemplateid
{
get
{
return this.contracttemplateidField;
}
set
{
this.contracttemplateidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Customer customerid
{
get
{
return this.customeridField;
}
set
{
this.customeridField = value;
}
}
///
public CrmNumber duration
{
get
{
return this.durationField;
}
set
{
this.durationField = value;
}
}
///
public string effectivitycalendar
{
get
{
return this.effectivitycalendarField;
}
set
{
this.effectivitycalendarField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmDateTime expireson
{
get
{
return this.expiresonField;
}
set
{
this.expiresonField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmMoney netprice
{
get
{
return this.netpriceField;
}
set
{
this.netpriceField = value;
}
}
///
public CrmMoney netprice_base
{
get
{
return this.netprice_baseField;
}
set
{
this.netprice_baseField = value;
}
}
///
public Lookup originatingcontract
{
get
{
return this.originatingcontractField;
}
set
{
this.originatingcontractField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Lookup serviceaddress
{
get
{
return this.serviceaddressField;
}
set
{
this.serviceaddressField = value;
}
}
///
public ContractStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public string title
{
get
{
return this.titleField;
}
set
{
this.titleField = value;
}
}
///
public CrmMoney totaldiscount
{
get
{
return this.totaldiscountField;
}
set
{
this.totaldiscountField = value;
}
}
///
public CrmMoney totaldiscount_base
{
get
{
return this.totaldiscount_baseField;
}
set
{
this.totaldiscount_baseField = value;
}
}
///
public CrmMoney totalprice
{
get
{
return this.totalpriceField;
}
set
{
this.totalpriceField = value;
}
}
///
public CrmMoney totalprice_base
{
get
{
return this.totalprice_baseField;
}
set
{
this.totalprice_baseField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmBoolean usediscountaspercentage
{
get
{
return this.usediscountaspercentageField;
}
set
{
this.usediscountaspercentageField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ContractStateInfo
{
private string formattedvalueField;
private ContractState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ContractState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ContractState
{
///
Draft,
///
Invoiced,
///
Active,
///
[System.Xml.Serialization.XmlEnumAttribute("On Hold")]
OnHold,
///
Canceled,
///
Expired,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class contact : BusinessEntity
{
private Picklist accountrolecodeField;
private Key address1_addressidField;
private Picklist address1_addresstypecodeField;
private string address1_cityField;
private string address1_countryField;
private string address1_countyField;
private string address1_faxField;
private Picklist address1_freighttermscodeField;
private CrmFloat address1_latitudeField;
private string address1_line1Field;
private string address1_line2Field;
private string address1_line3Field;
private CrmFloat address1_longitudeField;
private string address1_nameField;
private string address1_postalcodeField;
private string address1_postofficeboxField;
private string address1_primarycontactnameField;
private Picklist address1_shippingmethodcodeField;
private string address1_stateorprovinceField;
private string address1_telephone1Field;
private string address1_telephone2Field;
private string address1_telephone3Field;
private string address1_upszoneField;
private CrmNumber address1_utcoffsetField;
private Key address2_addressidField;
private Picklist address2_addresstypecodeField;
private string address2_cityField;
private string address2_countryField;
private string address2_countyField;
private string address2_faxField;
private Picklist address2_freighttermscodeField;
private CrmFloat address2_latitudeField;
private string address2_line1Field;
private string address2_line2Field;
private string address2_line3Field;
private CrmFloat address2_longitudeField;
private string address2_nameField;
private string address2_postalcodeField;
private string address2_postofficeboxField;
private string address2_primarycontactnameField;
private Picklist address2_shippingmethodcodeField;
private string address2_stateorprovinceField;
private string address2_telephone1Field;
private string address2_telephone2Field;
private string address2_telephone3Field;
private string address2_upszoneField;
private CrmNumber address2_utcoffsetField;
private CrmMoney aging30Field;
private CrmMoney aging30_baseField;
private CrmMoney aging60Field;
private CrmMoney aging60_baseField;
private CrmMoney aging90Field;
private CrmMoney aging90_baseField;
private CrmDateTime anniversaryField;
private CrmMoney annualincomeField;
private CrmMoney annualincome_baseField;
private string assistantnameField;
private string assistantphoneField;
private CrmDateTime birthdateField;
private string childrensnamesField;
private Key contactidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmMoney creditlimitField;
private CrmMoney creditlimit_baseField;
private CrmBoolean creditonholdField;
private Picklist customersizecodeField;
private Picklist customertypecodeField;
private Lookup defaultpricelevelidField;
private string departmentField;
private string descriptionField;
private CrmBoolean donotbulkemailField;
private CrmBoolean donotbulkpostalmailField;
private CrmBoolean donotemailField;
private CrmBoolean donotfaxField;
private CrmBoolean donotphoneField;
private CrmBoolean donotpostalmailField;
private CrmBoolean donotsendmmField;
private Picklist educationcodeField;
private string emailaddress1Field;
private string emailaddress2Field;
private string emailaddress3Field;
private string employeeidField;
private CrmDecimal exchangerateField;
private string externaluseridentifierField;
private Picklist familystatuscodeField;
private string faxField;
private string firstnameField;
private string ftpsiteurlField;
private string fullnameField;
private Picklist gendercodeField;
private string governmentidField;
private Picklist haschildrencodeField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbackofficecustomerField;
private string jobtitleField;
private string lastnameField;
private CrmDateTime lastusedincampaignField;
private Picklist leadsourcecodeField;
private string managernameField;
private string managerphoneField;
private Lookup masteridField;
private CrmBoolean mergedField;
private string middlenameField;
private string mobilephoneField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nicknameField;
private CrmNumber numberofchildrenField;
private Lookup originatingleadidField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string pagerField;
private Customer parentcustomeridField;
private CrmBoolean participatesinworkflowField;
private Picklist paymenttermscodeField;
private Picklist preferredappointmentdaycodeField;
private Picklist preferredappointmenttimecodeField;
private Picklist preferredcontactmethodcodeField;
private Lookup preferredequipmentidField;
private Lookup preferredserviceidField;
private Lookup preferredsystemuseridField;
private string salutationField;
private Picklist shippingmethodcodeField;
private string spousesnameField;
private ContactStateInfo statecodeField;
private Status statuscodeField;
private UniqueIdentifier subscriptionidField;
private string suffixField;
private string telephone1Field;
private string telephone2Field;
private string telephone3Field;
private Picklist territorycodeField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
private string websiteurlField;
private string yomifirstnameField;
private string yomifullnameField;
private string yomilastnameField;
private string yomimiddlenameField;
///
public Picklist accountrolecode
{
get
{
return this.accountrolecodeField;
}
set
{
this.accountrolecodeField = value;
}
}
///
public Key address1_addressid
{
get
{
return this.address1_addressidField;
}
set
{
this.address1_addressidField = value;
}
}
///
public Picklist address1_addresstypecode
{
get
{
return this.address1_addresstypecodeField;
}
set
{
this.address1_addresstypecodeField = value;
}
}
///
public string address1_city
{
get
{
return this.address1_cityField;
}
set
{
this.address1_cityField = value;
}
}
///
public string address1_country
{
get
{
return this.address1_countryField;
}
set
{
this.address1_countryField = value;
}
}
///
public string address1_county
{
get
{
return this.address1_countyField;
}
set
{
this.address1_countyField = value;
}
}
///
public string address1_fax
{
get
{
return this.address1_faxField;
}
set
{
this.address1_faxField = value;
}
}
///
public Picklist address1_freighttermscode
{
get
{
return this.address1_freighttermscodeField;
}
set
{
this.address1_freighttermscodeField = value;
}
}
///
public CrmFloat address1_latitude
{
get
{
return this.address1_latitudeField;
}
set
{
this.address1_latitudeField = value;
}
}
///
public string address1_line1
{
get
{
return this.address1_line1Field;
}
set
{
this.address1_line1Field = value;
}
}
///
public string address1_line2
{
get
{
return this.address1_line2Field;
}
set
{
this.address1_line2Field = value;
}
}
///
public string address1_line3
{
get
{
return this.address1_line3Field;
}
set
{
this.address1_line3Field = value;
}
}
///
public CrmFloat address1_longitude
{
get
{
return this.address1_longitudeField;
}
set
{
this.address1_longitudeField = value;
}
}
///
public string address1_name
{
get
{
return this.address1_nameField;
}
set
{
this.address1_nameField = value;
}
}
///
public string address1_postalcode
{
get
{
return this.address1_postalcodeField;
}
set
{
this.address1_postalcodeField = value;
}
}
///
public string address1_postofficebox
{
get
{
return this.address1_postofficeboxField;
}
set
{
this.address1_postofficeboxField = value;
}
}
///
public string address1_primarycontactname
{
get
{
return this.address1_primarycontactnameField;
}
set
{
this.address1_primarycontactnameField = value;
}
}
///
public Picklist address1_shippingmethodcode
{
get
{
return this.address1_shippingmethodcodeField;
}
set
{
this.address1_shippingmethodcodeField = value;
}
}
///
public string address1_stateorprovince
{
get
{
return this.address1_stateorprovinceField;
}
set
{
this.address1_stateorprovinceField = value;
}
}
///
public string address1_telephone1
{
get
{
return this.address1_telephone1Field;
}
set
{
this.address1_telephone1Field = value;
}
}
///
public string address1_telephone2
{
get
{
return this.address1_telephone2Field;
}
set
{
this.address1_telephone2Field = value;
}
}
///
public string address1_telephone3
{
get
{
return this.address1_telephone3Field;
}
set
{
this.address1_telephone3Field = value;
}
}
///
public string address1_upszone
{
get
{
return this.address1_upszoneField;
}
set
{
this.address1_upszoneField = value;
}
}
///
public CrmNumber address1_utcoffset
{
get
{
return this.address1_utcoffsetField;
}
set
{
this.address1_utcoffsetField = value;
}
}
///
public Key address2_addressid
{
get
{
return this.address2_addressidField;
}
set
{
this.address2_addressidField = value;
}
}
///
public Picklist address2_addresstypecode
{
get
{
return this.address2_addresstypecodeField;
}
set
{
this.address2_addresstypecodeField = value;
}
}
///
public string address2_city
{
get
{
return this.address2_cityField;
}
set
{
this.address2_cityField = value;
}
}
///
public string address2_country
{
get
{
return this.address2_countryField;
}
set
{
this.address2_countryField = value;
}
}
///
public string address2_county
{
get
{
return this.address2_countyField;
}
set
{
this.address2_countyField = value;
}
}
///
public string address2_fax
{
get
{
return this.address2_faxField;
}
set
{
this.address2_faxField = value;
}
}
///
public Picklist address2_freighttermscode
{
get
{
return this.address2_freighttermscodeField;
}
set
{
this.address2_freighttermscodeField = value;
}
}
///
public CrmFloat address2_latitude
{
get
{
return this.address2_latitudeField;
}
set
{
this.address2_latitudeField = value;
}
}
///
public string address2_line1
{
get
{
return this.address2_line1Field;
}
set
{
this.address2_line1Field = value;
}
}
///
public string address2_line2
{
get
{
return this.address2_line2Field;
}
set
{
this.address2_line2Field = value;
}
}
///
public string address2_line3
{
get
{
return this.address2_line3Field;
}
set
{
this.address2_line3Field = value;
}
}
///
public CrmFloat address2_longitude
{
get
{
return this.address2_longitudeField;
}
set
{
this.address2_longitudeField = value;
}
}
///
public string address2_name
{
get
{
return this.address2_nameField;
}
set
{
this.address2_nameField = value;
}
}
///
public string address2_postalcode
{
get
{
return this.address2_postalcodeField;
}
set
{
this.address2_postalcodeField = value;
}
}
///
public string address2_postofficebox
{
get
{
return this.address2_postofficeboxField;
}
set
{
this.address2_postofficeboxField = value;
}
}
///
public string address2_primarycontactname
{
get
{
return this.address2_primarycontactnameField;
}
set
{
this.address2_primarycontactnameField = value;
}
}
///
public Picklist address2_shippingmethodcode
{
get
{
return this.address2_shippingmethodcodeField;
}
set
{
this.address2_shippingmethodcodeField = value;
}
}
///
public string address2_stateorprovince
{
get
{
return this.address2_stateorprovinceField;
}
set
{
this.address2_stateorprovinceField = value;
}
}
///
public string address2_telephone1
{
get
{
return this.address2_telephone1Field;
}
set
{
this.address2_telephone1Field = value;
}
}
///
public string address2_telephone2
{
get
{
return this.address2_telephone2Field;
}
set
{
this.address2_telephone2Field = value;
}
}
///
public string address2_telephone3
{
get
{
return this.address2_telephone3Field;
}
set
{
this.address2_telephone3Field = value;
}
}
///
public string address2_upszone
{
get
{
return this.address2_upszoneField;
}
set
{
this.address2_upszoneField = value;
}
}
///
public CrmNumber address2_utcoffset
{
get
{
return this.address2_utcoffsetField;
}
set
{
this.address2_utcoffsetField = value;
}
}
///
public CrmMoney aging30
{
get
{
return this.aging30Field;
}
set
{
this.aging30Field = value;
}
}
///
public CrmMoney aging30_base
{
get
{
return this.aging30_baseField;
}
set
{
this.aging30_baseField = value;
}
}
///
public CrmMoney aging60
{
get
{
return this.aging60Field;
}
set
{
this.aging60Field = value;
}
}
///
public CrmMoney aging60_base
{
get
{
return this.aging60_baseField;
}
set
{
this.aging60_baseField = value;
}
}
///
public CrmMoney aging90
{
get
{
return this.aging90Field;
}
set
{
this.aging90Field = value;
}
}
///
public CrmMoney aging90_base
{
get
{
return this.aging90_baseField;
}
set
{
this.aging90_baseField = value;
}
}
///
public CrmDateTime anniversary
{
get
{
return this.anniversaryField;
}
set
{
this.anniversaryField = value;
}
}
///
public CrmMoney annualincome
{
get
{
return this.annualincomeField;
}
set
{
this.annualincomeField = value;
}
}
///
public CrmMoney annualincome_base
{
get
{
return this.annualincome_baseField;
}
set
{
this.annualincome_baseField = value;
}
}
///
public string assistantname
{
get
{
return this.assistantnameField;
}
set
{
this.assistantnameField = value;
}
}
///
public string assistantphone
{
get
{
return this.assistantphoneField;
}
set
{
this.assistantphoneField = value;
}
}
///
public CrmDateTime birthdate
{
get
{
return this.birthdateField;
}
set
{
this.birthdateField = value;
}
}
///
public string childrensnames
{
get
{
return this.childrensnamesField;
}
set
{
this.childrensnamesField = value;
}
}
///
public Key contactid
{
get
{
return this.contactidField;
}
set
{
this.contactidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmMoney creditlimit
{
get
{
return this.creditlimitField;
}
set
{
this.creditlimitField = value;
}
}
///
public CrmMoney creditlimit_base
{
get
{
return this.creditlimit_baseField;
}
set
{
this.creditlimit_baseField = value;
}
}
///
public CrmBoolean creditonhold
{
get
{
return this.creditonholdField;
}
set
{
this.creditonholdField = value;
}
}
///
public Picklist customersizecode
{
get
{
return this.customersizecodeField;
}
set
{
this.customersizecodeField = value;
}
}
///
public Picklist customertypecode
{
get
{
return this.customertypecodeField;
}
set
{
this.customertypecodeField = value;
}
}
///
public Lookup defaultpricelevelid
{
get
{
return this.defaultpricelevelidField;
}
set
{
this.defaultpricelevelidField = value;
}
}
///
public string department
{
get
{
return this.departmentField;
}
set
{
this.departmentField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean donotbulkemail
{
get
{
return this.donotbulkemailField;
}
set
{
this.donotbulkemailField = value;
}
}
///
public CrmBoolean donotbulkpostalmail
{
get
{
return this.donotbulkpostalmailField;
}
set
{
this.donotbulkpostalmailField = value;
}
}
///
public CrmBoolean donotemail
{
get
{
return this.donotemailField;
}
set
{
this.donotemailField = value;
}
}
///
public CrmBoolean donotfax
{
get
{
return this.donotfaxField;
}
set
{
this.donotfaxField = value;
}
}
///
public CrmBoolean donotphone
{
get
{
return this.donotphoneField;
}
set
{
this.donotphoneField = value;
}
}
///
public CrmBoolean donotpostalmail
{
get
{
return this.donotpostalmailField;
}
set
{
this.donotpostalmailField = value;
}
}
///
public CrmBoolean donotsendmm
{
get
{
return this.donotsendmmField;
}
set
{
this.donotsendmmField = value;
}
}
///
public Picklist educationcode
{
get
{
return this.educationcodeField;
}
set
{
this.educationcodeField = value;
}
}
///
public string emailaddress1
{
get
{
return this.emailaddress1Field;
}
set
{
this.emailaddress1Field = value;
}
}
///
public string emailaddress2
{
get
{
return this.emailaddress2Field;
}
set
{
this.emailaddress2Field = value;
}
}
///
public string emailaddress3
{
get
{
return this.emailaddress3Field;
}
set
{
this.emailaddress3Field = value;
}
}
///
public string employeeid
{
get
{
return this.employeeidField;
}
set
{
this.employeeidField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public string externaluseridentifier
{
get
{
return this.externaluseridentifierField;
}
set
{
this.externaluseridentifierField = value;
}
}
///
public Picklist familystatuscode
{
get
{
return this.familystatuscodeField;
}
set
{
this.familystatuscodeField = value;
}
}
///
public string fax
{
get
{
return this.faxField;
}
set
{
this.faxField = value;
}
}
///
public string firstname
{
get
{
return this.firstnameField;
}
set
{
this.firstnameField = value;
}
}
///
public string ftpsiteurl
{
get
{
return this.ftpsiteurlField;
}
set
{
this.ftpsiteurlField = value;
}
}
///
public string fullname
{
get
{
return this.fullnameField;
}
set
{
this.fullnameField = value;
}
}
///
public Picklist gendercode
{
get
{
return this.gendercodeField;
}
set
{
this.gendercodeField = value;
}
}
///
public string governmentid
{
get
{
return this.governmentidField;
}
set
{
this.governmentidField = value;
}
}
///
public Picklist haschildrencode
{
get
{
return this.haschildrencodeField;
}
set
{
this.haschildrencodeField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbackofficecustomer
{
get
{
return this.isbackofficecustomerField;
}
set
{
this.isbackofficecustomerField = value;
}
}
///
public string jobtitle
{
get
{
return this.jobtitleField;
}
set
{
this.jobtitleField = value;
}
}
///
public string lastname
{
get
{
return this.lastnameField;
}
set
{
this.lastnameField = value;
}
}
///
public CrmDateTime lastusedincampaign
{
get
{
return this.lastusedincampaignField;
}
set
{
this.lastusedincampaignField = value;
}
}
///
public Picklist leadsourcecode
{
get
{
return this.leadsourcecodeField;
}
set
{
this.leadsourcecodeField = value;
}
}
///
public string managername
{
get
{
return this.managernameField;
}
set
{
this.managernameField = value;
}
}
///
public string managerphone
{
get
{
return this.managerphoneField;
}
set
{
this.managerphoneField = value;
}
}
///
public Lookup masterid
{
get
{
return this.masteridField;
}
set
{
this.masteridField = value;
}
}
///
public CrmBoolean merged
{
get
{
return this.mergedField;
}
set
{
this.mergedField = value;
}
}
///
public string middlename
{
get
{
return this.middlenameField;
}
set
{
this.middlenameField = value;
}
}
///
public string mobilephone
{
get
{
return this.mobilephoneField;
}
set
{
this.mobilephoneField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string nickname
{
get
{
return this.nicknameField;
}
set
{
this.nicknameField = value;
}
}
///
public CrmNumber numberofchildren
{
get
{
return this.numberofchildrenField;
}
set
{
this.numberofchildrenField = value;
}
}
///
public Lookup originatingleadid
{
get
{
return this.originatingleadidField;
}
set
{
this.originatingleadidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string pager
{
get
{
return this.pagerField;
}
set
{
this.pagerField = value;
}
}
///
public Customer parentcustomerid
{
get
{
return this.parentcustomeridField;
}
set
{
this.parentcustomeridField = value;
}
}
///
public CrmBoolean participatesinworkflow
{
get
{
return this.participatesinworkflowField;
}
set
{
this.participatesinworkflowField = value;
}
}
///
public Picklist paymenttermscode
{
get
{
return this.paymenttermscodeField;
}
set
{
this.paymenttermscodeField = value;
}
}
///
public Picklist preferredappointmentdaycode
{
get
{
return this.preferredappointmentdaycodeField;
}
set
{
this.preferredappointmentdaycodeField = value;
}
}
///
public Picklist preferredappointmenttimecode
{
get
{
return this.preferredappointmenttimecodeField;
}
set
{
this.preferredappointmenttimecodeField = value;
}
}
///
public Picklist preferredcontactmethodcode
{
get
{
return this.preferredcontactmethodcodeField;
}
set
{
this.preferredcontactmethodcodeField = value;
}
}
///
public Lookup preferredequipmentid
{
get
{
return this.preferredequipmentidField;
}
set
{
this.preferredequipmentidField = value;
}
}
///
public Lookup preferredserviceid
{
get
{
return this.preferredserviceidField;
}
set
{
this.preferredserviceidField = value;
}
}
///
public Lookup preferredsystemuserid
{
get
{
return this.preferredsystemuseridField;
}
set
{
this.preferredsystemuseridField = value;
}
}
///
public string salutation
{
get
{
return this.salutationField;
}
set
{
this.salutationField = value;
}
}
///
public Picklist shippingmethodcode
{
get
{
return this.shippingmethodcodeField;
}
set
{
this.shippingmethodcodeField = value;
}
}
///
public string spousesname
{
get
{
return this.spousesnameField;
}
set
{
this.spousesnameField = value;
}
}
///
public ContactStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public UniqueIdentifier subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
///
public string suffix
{
get
{
return this.suffixField;
}
set
{
this.suffixField = value;
}
}
///
public string telephone1
{
get
{
return this.telephone1Field;
}
set
{
this.telephone1Field = value;
}
}
///
public string telephone2
{
get
{
return this.telephone2Field;
}
set
{
this.telephone2Field = value;
}
}
///
public string telephone3
{
get
{
return this.telephone3Field;
}
set
{
this.telephone3Field = value;
}
}
///
public Picklist territorycode
{
get
{
return this.territorycodeField;
}
set
{
this.territorycodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public string websiteurl
{
get
{
return this.websiteurlField;
}
set
{
this.websiteurlField = value;
}
}
///
public string yomifirstname
{
get
{
return this.yomifirstnameField;
}
set
{
this.yomifirstnameField = value;
}
}
///
public string yomifullname
{
get
{
return this.yomifullnameField;
}
set
{
this.yomifullnameField = value;
}
}
///
public string yomilastname
{
get
{
return this.yomilastnameField;
}
set
{
this.yomilastnameField = value;
}
}
///
public string yomimiddlename
{
get
{
return this.yomimiddlenameField;
}
set
{
this.yomimiddlenameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ContactStateInfo
{
private string formattedvalueField;
private ContactState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ContactState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ContactState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class constraintbasedgroup : BusinessEntity
{
private Lookup businessunitidField;
private Key constraintbasedgroupidField;
private string constraintsField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private Picklist grouptypecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Key constraintbasedgroupid
{
get
{
return this.constraintbasedgroupidField;
}
set
{
this.constraintbasedgroupidField = value;
}
}
///
public string constraints
{
get
{
return this.constraintsField;
}
set
{
this.constraintsField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public Picklist grouptypecode
{
get
{
return this.grouptypecodeField;
}
set
{
this.grouptypecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class competitor : BusinessEntity
{
private Key address1_addressidField;
private Picklist address1_addresstypecodeField;
private string address1_cityField;
private string address1_countryField;
private string address1_countyField;
private string address1_faxField;
private CrmFloat address1_latitudeField;
private string address1_line1Field;
private string address1_line2Field;
private string address1_line3Field;
private CrmFloat address1_longitudeField;
private string address1_nameField;
private string address1_postalcodeField;
private string address1_postofficeboxField;
private Picklist address1_shippingmethodcodeField;
private string address1_stateorprovinceField;
private string address1_telephone1Field;
private string address1_telephone2Field;
private string address1_telephone3Field;
private string address1_upszoneField;
private CrmNumber address1_utcoffsetField;
private Key address2_addressidField;
private Picklist address2_addresstypecodeField;
private string address2_cityField;
private string address2_countryField;
private string address2_countyField;
private string address2_faxField;
private CrmFloat address2_latitudeField;
private string address2_line1Field;
private string address2_line2Field;
private string address2_line3Field;
private CrmFloat address2_longitudeField;
private string address2_nameField;
private string address2_postalcodeField;
private string address2_postofficeboxField;
private Picklist address2_shippingmethodcodeField;
private string address2_stateorprovinceField;
private string address2_telephone1Field;
private string address2_telephone2Field;
private string address2_telephone3Field;
private string address2_upszoneField;
private CrmNumber address2_utcoffsetField;
private Key competitoridField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmDecimal exchangerateField;
private CrmNumber importsequencenumberField;
private string keyproductField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private string opportunitiesField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private string overviewField;
private string referenceinfourlField;
private CrmMoney reportedrevenueField;
private CrmMoney reportedrevenue_baseField;
private CrmNumber reportingquarterField;
private CrmNumber reportingyearField;
private string stockexchangeField;
private string strengthsField;
private string threatsField;
private string tickersymbolField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
private string weaknessesField;
private string websiteurlField;
private CrmFloat winpercentageField;
private string yominameField;
///
public Key address1_addressid
{
get
{
return this.address1_addressidField;
}
set
{
this.address1_addressidField = value;
}
}
///
public Picklist address1_addresstypecode
{
get
{
return this.address1_addresstypecodeField;
}
set
{
this.address1_addresstypecodeField = value;
}
}
///
public string address1_city
{
get
{
return this.address1_cityField;
}
set
{
this.address1_cityField = value;
}
}
///
public string address1_country
{
get
{
return this.address1_countryField;
}
set
{
this.address1_countryField = value;
}
}
///
public string address1_county
{
get
{
return this.address1_countyField;
}
set
{
this.address1_countyField = value;
}
}
///
public string address1_fax
{
get
{
return this.address1_faxField;
}
set
{
this.address1_faxField = value;
}
}
///
public CrmFloat address1_latitude
{
get
{
return this.address1_latitudeField;
}
set
{
this.address1_latitudeField = value;
}
}
///
public string address1_line1
{
get
{
return this.address1_line1Field;
}
set
{
this.address1_line1Field = value;
}
}
///
public string address1_line2
{
get
{
return this.address1_line2Field;
}
set
{
this.address1_line2Field = value;
}
}
///
public string address1_line3
{
get
{
return this.address1_line3Field;
}
set
{
this.address1_line3Field = value;
}
}
///
public CrmFloat address1_longitude
{
get
{
return this.address1_longitudeField;
}
set
{
this.address1_longitudeField = value;
}
}
///
public string address1_name
{
get
{
return this.address1_nameField;
}
set
{
this.address1_nameField = value;
}
}
///
public string address1_postalcode
{
get
{
return this.address1_postalcodeField;
}
set
{
this.address1_postalcodeField = value;
}
}
///
public string address1_postofficebox
{
get
{
return this.address1_postofficeboxField;
}
set
{
this.address1_postofficeboxField = value;
}
}
///
public Picklist address1_shippingmethodcode
{
get
{
return this.address1_shippingmethodcodeField;
}
set
{
this.address1_shippingmethodcodeField = value;
}
}
///
public string address1_stateorprovince
{
get
{
return this.address1_stateorprovinceField;
}
set
{
this.address1_stateorprovinceField = value;
}
}
///
public string address1_telephone1
{
get
{
return this.address1_telephone1Field;
}
set
{
this.address1_telephone1Field = value;
}
}
///
public string address1_telephone2
{
get
{
return this.address1_telephone2Field;
}
set
{
this.address1_telephone2Field = value;
}
}
///
public string address1_telephone3
{
get
{
return this.address1_telephone3Field;
}
set
{
this.address1_telephone3Field = value;
}
}
///
public string address1_upszone
{
get
{
return this.address1_upszoneField;
}
set
{
this.address1_upszoneField = value;
}
}
///
public CrmNumber address1_utcoffset
{
get
{
return this.address1_utcoffsetField;
}
set
{
this.address1_utcoffsetField = value;
}
}
///
public Key address2_addressid
{
get
{
return this.address2_addressidField;
}
set
{
this.address2_addressidField = value;
}
}
///
public Picklist address2_addresstypecode
{
get
{
return this.address2_addresstypecodeField;
}
set
{
this.address2_addresstypecodeField = value;
}
}
///
public string address2_city
{
get
{
return this.address2_cityField;
}
set
{
this.address2_cityField = value;
}
}
///
public string address2_country
{
get
{
return this.address2_countryField;
}
set
{
this.address2_countryField = value;
}
}
///
public string address2_county
{
get
{
return this.address2_countyField;
}
set
{
this.address2_countyField = value;
}
}
///
public string address2_fax
{
get
{
return this.address2_faxField;
}
set
{
this.address2_faxField = value;
}
}
///
public CrmFloat address2_latitude
{
get
{
return this.address2_latitudeField;
}
set
{
this.address2_latitudeField = value;
}
}
///
public string address2_line1
{
get
{
return this.address2_line1Field;
}
set
{
this.address2_line1Field = value;
}
}
///
public string address2_line2
{
get
{
return this.address2_line2Field;
}
set
{
this.address2_line2Field = value;
}
}
///
public string address2_line3
{
get
{
return this.address2_line3Field;
}
set
{
this.address2_line3Field = value;
}
}
///
public CrmFloat address2_longitude
{
get
{
return this.address2_longitudeField;
}
set
{
this.address2_longitudeField = value;
}
}
///
public string address2_name
{
get
{
return this.address2_nameField;
}
set
{
this.address2_nameField = value;
}
}
///
public string address2_postalcode
{
get
{
return this.address2_postalcodeField;
}
set
{
this.address2_postalcodeField = value;
}
}
///
public string address2_postofficebox
{
get
{
return this.address2_postofficeboxField;
}
set
{
this.address2_postofficeboxField = value;
}
}
///
public Picklist address2_shippingmethodcode
{
get
{
return this.address2_shippingmethodcodeField;
}
set
{
this.address2_shippingmethodcodeField = value;
}
}
///
public string address2_stateorprovince
{
get
{
return this.address2_stateorprovinceField;
}
set
{
this.address2_stateorprovinceField = value;
}
}
///
public string address2_telephone1
{
get
{
return this.address2_telephone1Field;
}
set
{
this.address2_telephone1Field = value;
}
}
///
public string address2_telephone2
{
get
{
return this.address2_telephone2Field;
}
set
{
this.address2_telephone2Field = value;
}
}
///
public string address2_telephone3
{
get
{
return this.address2_telephone3Field;
}
set
{
this.address2_telephone3Field = value;
}
}
///
public string address2_upszone
{
get
{
return this.address2_upszoneField;
}
set
{
this.address2_upszoneField = value;
}
}
///
public CrmNumber address2_utcoffset
{
get
{
return this.address2_utcoffsetField;
}
set
{
this.address2_utcoffsetField = value;
}
}
///
public Key competitorid
{
get
{
return this.competitoridField;
}
set
{
this.competitoridField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public string keyproduct
{
get
{
return this.keyproductField;
}
set
{
this.keyproductField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public string opportunities
{
get
{
return this.opportunitiesField;
}
set
{
this.opportunitiesField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public string overview
{
get
{
return this.overviewField;
}
set
{
this.overviewField = value;
}
}
///
public string referenceinfourl
{
get
{
return this.referenceinfourlField;
}
set
{
this.referenceinfourlField = value;
}
}
///
public CrmMoney reportedrevenue
{
get
{
return this.reportedrevenueField;
}
set
{
this.reportedrevenueField = value;
}
}
///
public CrmMoney reportedrevenue_base
{
get
{
return this.reportedrevenue_baseField;
}
set
{
this.reportedrevenue_baseField = value;
}
}
///
public CrmNumber reportingquarter
{
get
{
return this.reportingquarterField;
}
set
{
this.reportingquarterField = value;
}
}
///
public CrmNumber reportingyear
{
get
{
return this.reportingyearField;
}
set
{
this.reportingyearField = value;
}
}
///
public string stockexchange
{
get
{
return this.stockexchangeField;
}
set
{
this.stockexchangeField = value;
}
}
///
public string strengths
{
get
{
return this.strengthsField;
}
set
{
this.strengthsField = value;
}
}
///
public string threats
{
get
{
return this.threatsField;
}
set
{
this.threatsField = value;
}
}
///
public string tickersymbol
{
get
{
return this.tickersymbolField;
}
set
{
this.tickersymbolField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public string weaknesses
{
get
{
return this.weaknessesField;
}
set
{
this.weaknessesField = value;
}
}
///
public string websiteurl
{
get
{
return this.websiteurlField;
}
set
{
this.websiteurlField = value;
}
}
///
public CrmFloat winpercentage
{
get
{
return this.winpercentageField;
}
set
{
this.winpercentageField = value;
}
}
///
public string yominame
{
get
{
return this.yominameField;
}
set
{
this.yominameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class columnmapping : BusinessEntity
{
private Key columnmappingidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Lookup importmapidField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Picklist processcodeField;
private string sourceattributenameField;
private string sourceentitynameField;
private ColumnMappingStateInfo statecodeField;
private Status statuscodeField;
private string targetattributenameField;
private string targetentitynameField;
///
public Key columnmappingid
{
get
{
return this.columnmappingidField;
}
set
{
this.columnmappingidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Lookup importmapid
{
get
{
return this.importmapidField;
}
set
{
this.importmapidField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Picklist processcode
{
get
{
return this.processcodeField;
}
set
{
this.processcodeField = value;
}
}
///
public string sourceattributename
{
get
{
return this.sourceattributenameField;
}
set
{
this.sourceattributenameField = value;
}
}
///
public string sourceentityname
{
get
{
return this.sourceentitynameField;
}
set
{
this.sourceentitynameField = value;
}
}
///
public ColumnMappingStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string targetattributename
{
get
{
return this.targetattributenameField;
}
set
{
this.targetattributenameField = value;
}
}
///
public string targetentityname
{
get
{
return this.targetentitynameField;
}
set
{
this.targetentitynameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ColumnMappingStateInfo
{
private string formattedvalueField;
private ColumnMappingState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ColumnMappingState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ColumnMappingState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class campaignresponse : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string categoryField;
private Picklist channeltypecodeField;
private string companynameField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private activityparty[] customerField;
private string descriptionField;
private string emailaddressField;
private string faxField;
private string firstnameField;
private activityparty[] fromField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private string lastnameField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup originatingactivityidField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private activityparty[] partnerField;
private Picklist prioritycodeField;
private string promotioncodenameField;
private CrmDateTime receivedonField;
private Lookup regardingobjectidField;
private Picklist responsecodeField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private CampaignResponseStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private string telephoneField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
private string yomicompanynameField;
private string yomifirstnameField;
private string yomilastnameField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Picklist channeltypecode
{
get
{
return this.channeltypecodeField;
}
set
{
this.channeltypecodeField = value;
}
}
///
public string companyname
{
get
{
return this.companynameField;
}
set
{
this.companynameField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] customer
{
get
{
return this.customerField;
}
set
{
this.customerField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string emailaddress
{
get
{
return this.emailaddressField;
}
set
{
this.emailaddressField = value;
}
}
///
public string fax
{
get
{
return this.faxField;
}
set
{
this.faxField = value;
}
}
///
public string firstname
{
get
{
return this.firstnameField;
}
set
{
this.firstnameField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] from
{
get
{
return this.fromField;
}
set
{
this.fromField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public string lastname
{
get
{
return this.lastnameField;
}
set
{
this.lastnameField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup originatingactivityid
{
get
{
return this.originatingactivityidField;
}
set
{
this.originatingactivityidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] partner
{
get
{
return this.partnerField;
}
set
{
this.partnerField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public string promotioncodename
{
get
{
return this.promotioncodenameField;
}
set
{
this.promotioncodenameField = value;
}
}
///
public CrmDateTime receivedon
{
get
{
return this.receivedonField;
}
set
{
this.receivedonField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public Picklist responsecode
{
get
{
return this.responsecodeField;
}
set
{
this.responsecodeField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public CampaignResponseStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public string telephone
{
get
{
return this.telephoneField;
}
set
{
this.telephoneField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public string yomicompanyname
{
get
{
return this.yomicompanynameField;
}
set
{
this.yomicompanynameField = value;
}
}
///
public string yomifirstname
{
get
{
return this.yomifirstnameField;
}
set
{
this.yomifirstnameField = value;
}
}
///
public string yomilastname
{
get
{
return this.yomilastnameField;
}
set
{
this.yomilastnameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CampaignResponseStateInfo
{
private string formattedvalueField;
private CampaignResponseState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public CampaignResponseState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum CampaignResponseState
{
///
Open,
///
Closed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class campaignitem : BusinessEntity
{
private Lookup campaignidField;
private Key campaignitemidField;
private UniqueIdentifier entityidField;
private string entitytypeField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
///
public Lookup campaignid
{
get
{
return this.campaignidField;
}
set
{
this.campaignidField = value;
}
}
///
public Key campaignitemid
{
get
{
return this.campaignitemidField;
}
set
{
this.campaignitemidField = value;
}
}
///
public UniqueIdentifier entityid
{
get
{
return this.entityidField;
}
set
{
this.entityidField = value;
}
}
///
public string entitytype
{
get
{
return this.entitytypeField;
}
set
{
this.entitytypeField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class campaignactivityitem : BusinessEntity
{
private Lookup campaignactivityidField;
private Key campaignactivityitemidField;
private UniqueIdentifier itemidField;
private EntityNameReference itemobjecttypecodeField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
///
public Lookup campaignactivityid
{
get
{
return this.campaignactivityidField;
}
set
{
this.campaignactivityidField = value;
}
}
///
public Key campaignactivityitemid
{
get
{
return this.campaignactivityitemidField;
}
set
{
this.campaignactivityitemidField = value;
}
}
///
public UniqueIdentifier itemid
{
get
{
return this.itemidField;
}
set
{
this.itemidField = value;
}
}
///
public EntityNameReference itemobjecttypecode
{
get
{
return this.itemobjecttypecodeField;
}
set
{
this.itemobjecttypecodeField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class campaignactivity : BusinessEntity
{
private Key activityidField;
private CrmMoney actualcostField;
private CrmMoney actualcost_baseField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private CrmMoney budgetedcostField;
private CrmMoney budgetedcost_baseField;
private string categoryField;
private Picklist channeltypecodeField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmBoolean donotsendonoptoutField;
private CrmDecimal exchangerateField;
private CrmNumber excludeifcontactedinxdaysField;
private activityparty[] fromField;
private CrmBoolean ignoreinactivelistmembersField;
private CrmNumber importsequencenumberField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private activityparty[] partnersField;
private Picklist prioritycodeField;
private Lookup regardingobjectidField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private CampaignActivityStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Picklist typecodeField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmMoney actualcost
{
get
{
return this.actualcostField;
}
set
{
this.actualcostField = value;
}
}
///
public CrmMoney actualcost_base
{
get
{
return this.actualcost_baseField;
}
set
{
this.actualcost_baseField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public CrmMoney budgetedcost
{
get
{
return this.budgetedcostField;
}
set
{
this.budgetedcostField = value;
}
}
///
public CrmMoney budgetedcost_base
{
get
{
return this.budgetedcost_baseField;
}
set
{
this.budgetedcost_baseField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Picklist channeltypecode
{
get
{
return this.channeltypecodeField;
}
set
{
this.channeltypecodeField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean donotsendonoptout
{
get
{
return this.donotsendonoptoutField;
}
set
{
this.donotsendonoptoutField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber excludeifcontactedinxdays
{
get
{
return this.excludeifcontactedinxdaysField;
}
set
{
this.excludeifcontactedinxdaysField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] from
{
get
{
return this.fromField;
}
set
{
this.fromField = value;
}
}
///
public CrmBoolean ignoreinactivelistmembers
{
get
{
return this.ignoreinactivelistmembersField;
}
set
{
this.ignoreinactivelistmembersField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] partners
{
get
{
return this.partnersField;
}
set
{
this.partnersField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public CampaignActivityStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Picklist typecode
{
get
{
return this.typecodeField;
}
set
{
this.typecodeField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CampaignActivityStateInfo
{
private string formattedvalueField;
private CampaignActivityState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public CampaignActivityState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum CampaignActivityState
{
///
Open,
///
Closed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class campaign : BusinessEntity
{
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private CrmMoney budgetedcostField;
private CrmMoney budgetedcost_baseField;
private Key campaignidField;
private string codenameField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmDecimal exchangerateField;
private CrmNumber expectedresponseField;
private CrmMoney expectedrevenueField;
private CrmMoney expectedrevenue_baseField;
private CrmNumber importsequencenumberField;
private CrmBoolean istemplateField;
private string messageField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private string objectiveField;
private CrmMoney othercostField;
private CrmMoney othercost_baseField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Lookup pricelistidField;
private string promotioncodenameField;
private CrmDateTime proposedendField;
private CrmDateTime proposedstartField;
private CampaignStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber timezoneruleversionnumberField;
private CrmMoney totalactualcostField;
private CrmMoney totalactualcost_baseField;
private CrmMoney totalcampaignactivityactualcostField;
private CrmMoney totalcampaignactivityactualcost_baseField;
private Lookup transactioncurrencyidField;
private Picklist typecodeField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public CrmMoney budgetedcost
{
get
{
return this.budgetedcostField;
}
set
{
this.budgetedcostField = value;
}
}
///
public CrmMoney budgetedcost_base
{
get
{
return this.budgetedcost_baseField;
}
set
{
this.budgetedcost_baseField = value;
}
}
///
public Key campaignid
{
get
{
return this.campaignidField;
}
set
{
this.campaignidField = value;
}
}
///
public string codename
{
get
{
return this.codenameField;
}
set
{
this.codenameField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber expectedresponse
{
get
{
return this.expectedresponseField;
}
set
{
this.expectedresponseField = value;
}
}
///
public CrmMoney expectedrevenue
{
get
{
return this.expectedrevenueField;
}
set
{
this.expectedrevenueField = value;
}
}
///
public CrmMoney expectedrevenue_base
{
get
{
return this.expectedrevenue_baseField;
}
set
{
this.expectedrevenue_baseField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean istemplate
{
get
{
return this.istemplateField;
}
set
{
this.istemplateField = value;
}
}
///
public string message
{
get
{
return this.messageField;
}
set
{
this.messageField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public string objective
{
get
{
return this.objectiveField;
}
set
{
this.objectiveField = value;
}
}
///
public CrmMoney othercost
{
get
{
return this.othercostField;
}
set
{
this.othercostField = value;
}
}
///
public CrmMoney othercost_base
{
get
{
return this.othercost_baseField;
}
set
{
this.othercost_baseField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Lookup pricelistid
{
get
{
return this.pricelistidField;
}
set
{
this.pricelistidField = value;
}
}
///
public string promotioncodename
{
get
{
return this.promotioncodenameField;
}
set
{
this.promotioncodenameField = value;
}
}
///
public CrmDateTime proposedend
{
get
{
return this.proposedendField;
}
set
{
this.proposedendField = value;
}
}
///
public CrmDateTime proposedstart
{
get
{
return this.proposedstartField;
}
set
{
this.proposedstartField = value;
}
}
///
public CampaignStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmMoney totalactualcost
{
get
{
return this.totalactualcostField;
}
set
{
this.totalactualcostField = value;
}
}
///
public CrmMoney totalactualcost_base
{
get
{
return this.totalactualcost_baseField;
}
set
{
this.totalactualcost_baseField = value;
}
}
///
public CrmMoney totalcampaignactivityactualcost
{
get
{
return this.totalcampaignactivityactualcostField;
}
set
{
this.totalcampaignactivityactualcostField = value;
}
}
///
public CrmMoney totalcampaignactivityactualcost_base
{
get
{
return this.totalcampaignactivityactualcost_baseField;
}
set
{
this.totalcampaignactivityactualcost_baseField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Picklist typecode
{
get
{
return this.typecodeField;
}
set
{
this.typecodeField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CampaignStateInfo
{
private string formattedvalueField;
private CampaignState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public CampaignState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum CampaignState
{
///
Active,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class calendarrule : BusinessEntity
{
private UniqueIdentifier businessunitidField;
private Lookup calendaridField;
private Key calendarruleidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmNumber durationField;
private CrmDateTime effectiveintervalendField;
private CrmDateTime effectiveintervalstartField;
private CrmFloat effortField;
private CrmDateTime endtimeField;
private CrmNumber extentcodeField;
private string groupdesignatorField;
private Lookup innercalendaridField;
private CrmBoolean ismodifiedField;
private CrmBoolean isselectedField;
private CrmBoolean issimpleField;
private CrmBoolean isvariedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private CrmNumber offsetField;
private UniqueIdentifier organizationidField;
private string patternField;
private CrmNumber rankField;
private Lookup serviceidField;
private CrmDateTime starttimeField;
private CrmNumber subcodeField;
private CrmNumber timecodeField;
private CrmNumber timezonecodeField;
///
public UniqueIdentifier businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup calendarid
{
get
{
return this.calendaridField;
}
set
{
this.calendaridField = value;
}
}
///
public Key calendarruleid
{
get
{
return this.calendarruleidField;
}
set
{
this.calendarruleidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber duration
{
get
{
return this.durationField;
}
set
{
this.durationField = value;
}
}
///
public CrmDateTime effectiveintervalend
{
get
{
return this.effectiveintervalendField;
}
set
{
this.effectiveintervalendField = value;
}
}
///
public CrmDateTime effectiveintervalstart
{
get
{
return this.effectiveintervalstartField;
}
set
{
this.effectiveintervalstartField = value;
}
}
///
public CrmFloat effort
{
get
{
return this.effortField;
}
set
{
this.effortField = value;
}
}
///
public CrmDateTime endtime
{
get
{
return this.endtimeField;
}
set
{
this.endtimeField = value;
}
}
///
public CrmNumber extentcode
{
get
{
return this.extentcodeField;
}
set
{
this.extentcodeField = value;
}
}
///
public string groupdesignator
{
get
{
return this.groupdesignatorField;
}
set
{
this.groupdesignatorField = value;
}
}
///
public Lookup innercalendarid
{
get
{
return this.innercalendaridField;
}
set
{
this.innercalendaridField = value;
}
}
///
public CrmBoolean ismodified
{
get
{
return this.ismodifiedField;
}
set
{
this.ismodifiedField = value;
}
}
///
public CrmBoolean isselected
{
get
{
return this.isselectedField;
}
set
{
this.isselectedField = value;
}
}
///
public CrmBoolean issimple
{
get
{
return this.issimpleField;
}
set
{
this.issimpleField = value;
}
}
///
public CrmBoolean isvaried
{
get
{
return this.isvariedField;
}
set
{
this.isvariedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public CrmNumber offset
{
get
{
return this.offsetField;
}
set
{
this.offsetField = value;
}
}
///
public UniqueIdentifier organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public string pattern
{
get
{
return this.patternField;
}
set
{
this.patternField = value;
}
}
///
public CrmNumber rank
{
get
{
return this.rankField;
}
set
{
this.rankField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public CrmDateTime starttime
{
get
{
return this.starttimeField;
}
set
{
this.starttimeField = value;
}
}
///
public CrmNumber subcode
{
get
{
return this.subcodeField;
}
set
{
this.subcodeField = value;
}
}
///
public CrmNumber timecode
{
get
{
return this.timecodeField;
}
set
{
this.timecodeField = value;
}
}
///
public CrmNumber timezonecode
{
get
{
return this.timezonecodeField;
}
set
{
this.timezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class calendar : BusinessEntity
{
private Lookup businessunitidField;
private Key calendaridField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmBoolean issharedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private UniqueIdentifier primaryuseridField;
private calendarrule[] calendarrulesField;
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Key calendarid
{
get
{
return this.calendaridField;
}
set
{
this.calendaridField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean isshared
{
get
{
return this.issharedField;
}
set
{
this.issharedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public UniqueIdentifier primaryuserid
{
get
{
return this.primaryuseridField;
}
set
{
this.primaryuseridField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public calendarrule[] calendarrules
{
get
{
return this.calendarrulesField;
}
set
{
this.calendarrulesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class businessunitnewsarticle : BusinessEntity
{
private CrmDateTime activeonField;
private CrmDateTime activeuntilField;
private string articletitleField;
private Picklist articletypecodeField;
private string articleurlField;
private Key businessunitnewsarticleidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber importsequencenumberField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string newsarticleField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private CrmBoolean showonhomepageField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmDateTime activeon
{
get
{
return this.activeonField;
}
set
{
this.activeonField = value;
}
}
///
public CrmDateTime activeuntil
{
get
{
return this.activeuntilField;
}
set
{
this.activeuntilField = value;
}
}
///
public string articletitle
{
get
{
return this.articletitleField;
}
set
{
this.articletitleField = value;
}
}
///
public Picklist articletypecode
{
get
{
return this.articletypecodeField;
}
set
{
this.articletypecodeField = value;
}
}
///
public string articleurl
{
get
{
return this.articleurlField;
}
set
{
this.articleurlField = value;
}
}
///
public Key businessunitnewsarticleid
{
get
{
return this.businessunitnewsarticleidField;
}
set
{
this.businessunitnewsarticleidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string newsarticle
{
get
{
return this.newsarticleField;
}
set
{
this.newsarticleField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public CrmBoolean showonhomepage
{
get
{
return this.showonhomepageField;
}
set
{
this.showonhomepageField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class businessunit : BusinessEntity
{
private Key address1_addressidField;
private Picklist address1_addresstypecodeField;
private string address1_cityField;
private string address1_countryField;
private string address1_countyField;
private string address1_faxField;
private CrmFloat address1_latitudeField;
private string address1_line1Field;
private string address1_line2Field;
private string address1_line3Field;
private CrmFloat address1_longitudeField;
private string address1_nameField;
private string address1_postalcodeField;
private string address1_postofficeboxField;
private Picklist address1_shippingmethodcodeField;
private string address1_stateorprovinceField;
private string address1_telephone1Field;
private string address1_telephone2Field;
private string address1_telephone3Field;
private string address1_upszoneField;
private CrmNumber address1_utcoffsetField;
private Key address2_addressidField;
private Picklist address2_addresstypecodeField;
private string address2_cityField;
private string address2_countryField;
private string address2_countyField;
private string address2_faxField;
private CrmFloat address2_latitudeField;
private string address2_line1Field;
private string address2_line2Field;
private string address2_line3Field;
private CrmFloat address2_longitudeField;
private string address2_nameField;
private string address2_postalcodeField;
private string address2_postofficeboxField;
private Picklist address2_shippingmethodcodeField;
private string address2_stateorprovinceField;
private string address2_telephone1Field;
private string address2_telephone2Field;
private string address2_telephone3Field;
private string address2_upszoneField;
private CrmNumber address2_utcoffsetField;
private Key businessunitidField;
private Lookup calendaridField;
private string costcenterField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmFloat creditlimitField;
private string descriptionField;
private string disabledreasonField;
private string divisionnameField;
private string emailaddressField;
private string fileasnameField;
private string ftpsiteurlField;
private CrmNumber importsequencenumberField;
private CrmNumber inheritancemaskField;
private CrmBoolean isdisabledField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private CrmDateTime overriddencreatedonField;
private Lookup parentbusinessunitidField;
private string pictureField;
private string stockexchangeField;
private string tickersymbolField;
private CrmNumber utcoffsetField;
private string websiteurlField;
private CrmBoolean workflowsuspendedField;
///
public Key address1_addressid
{
get
{
return this.address1_addressidField;
}
set
{
this.address1_addressidField = value;
}
}
///
public Picklist address1_addresstypecode
{
get
{
return this.address1_addresstypecodeField;
}
set
{
this.address1_addresstypecodeField = value;
}
}
///
public string address1_city
{
get
{
return this.address1_cityField;
}
set
{
this.address1_cityField = value;
}
}
///
public string address1_country
{
get
{
return this.address1_countryField;
}
set
{
this.address1_countryField = value;
}
}
///
public string address1_county
{
get
{
return this.address1_countyField;
}
set
{
this.address1_countyField = value;
}
}
///
public string address1_fax
{
get
{
return this.address1_faxField;
}
set
{
this.address1_faxField = value;
}
}
///
public CrmFloat address1_latitude
{
get
{
return this.address1_latitudeField;
}
set
{
this.address1_latitudeField = value;
}
}
///
public string address1_line1
{
get
{
return this.address1_line1Field;
}
set
{
this.address1_line1Field = value;
}
}
///
public string address1_line2
{
get
{
return this.address1_line2Field;
}
set
{
this.address1_line2Field = value;
}
}
///
public string address1_line3
{
get
{
return this.address1_line3Field;
}
set
{
this.address1_line3Field = value;
}
}
///
public CrmFloat address1_longitude
{
get
{
return this.address1_longitudeField;
}
set
{
this.address1_longitudeField = value;
}
}
///
public string address1_name
{
get
{
return this.address1_nameField;
}
set
{
this.address1_nameField = value;
}
}
///
public string address1_postalcode
{
get
{
return this.address1_postalcodeField;
}
set
{
this.address1_postalcodeField = value;
}
}
///
public string address1_postofficebox
{
get
{
return this.address1_postofficeboxField;
}
set
{
this.address1_postofficeboxField = value;
}
}
///
public Picklist address1_shippingmethodcode
{
get
{
return this.address1_shippingmethodcodeField;
}
set
{
this.address1_shippingmethodcodeField = value;
}
}
///
public string address1_stateorprovince
{
get
{
return this.address1_stateorprovinceField;
}
set
{
this.address1_stateorprovinceField = value;
}
}
///
public string address1_telephone1
{
get
{
return this.address1_telephone1Field;
}
set
{
this.address1_telephone1Field = value;
}
}
///
public string address1_telephone2
{
get
{
return this.address1_telephone2Field;
}
set
{
this.address1_telephone2Field = value;
}
}
///
public string address1_telephone3
{
get
{
return this.address1_telephone3Field;
}
set
{
this.address1_telephone3Field = value;
}
}
///
public string address1_upszone
{
get
{
return this.address1_upszoneField;
}
set
{
this.address1_upszoneField = value;
}
}
///
public CrmNumber address1_utcoffset
{
get
{
return this.address1_utcoffsetField;
}
set
{
this.address1_utcoffsetField = value;
}
}
///
public Key address2_addressid
{
get
{
return this.address2_addressidField;
}
set
{
this.address2_addressidField = value;
}
}
///
public Picklist address2_addresstypecode
{
get
{
return this.address2_addresstypecodeField;
}
set
{
this.address2_addresstypecodeField = value;
}
}
///
public string address2_city
{
get
{
return this.address2_cityField;
}
set
{
this.address2_cityField = value;
}
}
///
public string address2_country
{
get
{
return this.address2_countryField;
}
set
{
this.address2_countryField = value;
}
}
///
public string address2_county
{
get
{
return this.address2_countyField;
}
set
{
this.address2_countyField = value;
}
}
///
public string address2_fax
{
get
{
return this.address2_faxField;
}
set
{
this.address2_faxField = value;
}
}
///
public CrmFloat address2_latitude
{
get
{
return this.address2_latitudeField;
}
set
{
this.address2_latitudeField = value;
}
}
///
public string address2_line1
{
get
{
return this.address2_line1Field;
}
set
{
this.address2_line1Field = value;
}
}
///
public string address2_line2
{
get
{
return this.address2_line2Field;
}
set
{
this.address2_line2Field = value;
}
}
///
public string address2_line3
{
get
{
return this.address2_line3Field;
}
set
{
this.address2_line3Field = value;
}
}
///
public CrmFloat address2_longitude
{
get
{
return this.address2_longitudeField;
}
set
{
this.address2_longitudeField = value;
}
}
///
public string address2_name
{
get
{
return this.address2_nameField;
}
set
{
this.address2_nameField = value;
}
}
///
public string address2_postalcode
{
get
{
return this.address2_postalcodeField;
}
set
{
this.address2_postalcodeField = value;
}
}
///
public string address2_postofficebox
{
get
{
return this.address2_postofficeboxField;
}
set
{
this.address2_postofficeboxField = value;
}
}
///
public Picklist address2_shippingmethodcode
{
get
{
return this.address2_shippingmethodcodeField;
}
set
{
this.address2_shippingmethodcodeField = value;
}
}
///
public string address2_stateorprovince
{
get
{
return this.address2_stateorprovinceField;
}
set
{
this.address2_stateorprovinceField = value;
}
}
///
public string address2_telephone1
{
get
{
return this.address2_telephone1Field;
}
set
{
this.address2_telephone1Field = value;
}
}
///
public string address2_telephone2
{
get
{
return this.address2_telephone2Field;
}
set
{
this.address2_telephone2Field = value;
}
}
///
public string address2_telephone3
{
get
{
return this.address2_telephone3Field;
}
set
{
this.address2_telephone3Field = value;
}
}
///
public string address2_upszone
{
get
{
return this.address2_upszoneField;
}
set
{
this.address2_upszoneField = value;
}
}
///
public CrmNumber address2_utcoffset
{
get
{
return this.address2_utcoffsetField;
}
set
{
this.address2_utcoffsetField = value;
}
}
///
public Key businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup calendarid
{
get
{
return this.calendaridField;
}
set
{
this.calendaridField = value;
}
}
///
public string costcenter
{
get
{
return this.costcenterField;
}
set
{
this.costcenterField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmFloat creditlimit
{
get
{
return this.creditlimitField;
}
set
{
this.creditlimitField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string disabledreason
{
get
{
return this.disabledreasonField;
}
set
{
this.disabledreasonField = value;
}
}
///
public string divisionname
{
get
{
return this.divisionnameField;
}
set
{
this.divisionnameField = value;
}
}
///
public string emailaddress
{
get
{
return this.emailaddressField;
}
set
{
this.emailaddressField = value;
}
}
///
public string fileasname
{
get
{
return this.fileasnameField;
}
set
{
this.fileasnameField = value;
}
}
///
public string ftpsiteurl
{
get
{
return this.ftpsiteurlField;
}
set
{
this.ftpsiteurlField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmNumber inheritancemask
{
get
{
return this.inheritancemaskField;
}
set
{
this.inheritancemaskField = value;
}
}
///
public CrmBoolean isdisabled
{
get
{
return this.isdisabledField;
}
set
{
this.isdisabledField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Lookup parentbusinessunitid
{
get
{
return this.parentbusinessunitidField;
}
set
{
this.parentbusinessunitidField = value;
}
}
///
public string picture
{
get
{
return this.pictureField;
}
set
{
this.pictureField = value;
}
}
///
public string stockexchange
{
get
{
return this.stockexchangeField;
}
set
{
this.stockexchangeField = value;
}
}
///
public string tickersymbol
{
get
{
return this.tickersymbolField;
}
set
{
this.tickersymbolField = value;
}
}
///
public CrmNumber utcoffset
{
get
{
return this.utcoffsetField;
}
set
{
this.utcoffsetField = value;
}
}
///
public string websiteurl
{
get
{
return this.websiteurlField;
}
set
{
this.websiteurlField = value;
}
}
///
public CrmBoolean workflowsuspended
{
get
{
return this.workflowsuspendedField;
}
set
{
this.workflowsuspendedField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class businesstask : BusinessEntity
{
private string actionurlField;
private Key businesstaskidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private string helpurlField;
private string iconurlField;
private CrmNumber languagecodeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Lookup organizationidField;
private Lookup parentbusinesstaskidField;
private Picklist privilegeField;
private BusinessTaskStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber taskorderField;
///
public string actionurl
{
get
{
return this.actionurlField;
}
set
{
this.actionurlField = value;
}
}
///
public Key businesstaskid
{
get
{
return this.businesstaskidField;
}
set
{
this.businesstaskidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string helpurl
{
get
{
return this.helpurlField;
}
set
{
this.helpurlField = value;
}
}
///
public string iconurl
{
get
{
return this.iconurlField;
}
set
{
this.iconurlField = value;
}
}
///
public CrmNumber languagecode
{
get
{
return this.languagecodeField;
}
set
{
this.languagecodeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Lookup parentbusinesstaskid
{
get
{
return this.parentbusinesstaskidField;
}
set
{
this.parentbusinesstaskidField = value;
}
}
///
public Picklist privilege
{
get
{
return this.privilegeField;
}
set
{
this.privilegeField = value;
}
}
///
public BusinessTaskStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber taskorder
{
get
{
return this.taskorderField;
}
set
{
this.taskorderField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BusinessTaskStateInfo
{
private string formattedvalueField;
private BusinessTaskState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public BusinessTaskState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum BusinessTaskState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class bulkoperationlog : BusinessEntity
{
private string additionalinfoField;
private Lookup bulkoperationidField;
private Key bulkoperationlogidField;
private Lookup createdobjectidField;
private CrmNumber errornumberField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private Lookup regardingobjectidField;
///
public string additionalinfo
{
get
{
return this.additionalinfoField;
}
set
{
this.additionalinfoField = value;
}
}
///
public Lookup bulkoperationid
{
get
{
return this.bulkoperationidField;
}
set
{
this.bulkoperationidField = value;
}
}
///
public Key bulkoperationlogid
{
get
{
return this.bulkoperationlogidField;
}
set
{
this.bulkoperationlogidField = value;
}
}
///
public Lookup createdobjectid
{
get
{
return this.createdobjectidField;
}
set
{
this.createdobjectidField = value;
}
}
///
public CrmNumber errornumber
{
get
{
return this.errornumberField;
}
set
{
this.errornumberField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class bulkoperation : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string bulkoperationnumberField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Picklist createdrecordtypecodeField;
private string descriptionField;
private CrmNumber errornumberField;
private CrmNumber failurecountField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Picklist operationtypecodeField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string parametersField;
private Lookup regardingobjectidField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private BulkOperationStateInfo statecodeField;
private Status statuscodeField;
private string subjectField;
private CrmNumber successcountField;
private Picklist targetedrecordtypecodeField;
private CrmNumber targetmemberscountField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string bulkoperationnumber
{
get
{
return this.bulkoperationnumberField;
}
set
{
this.bulkoperationnumberField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Picklist createdrecordtypecode
{
get
{
return this.createdrecordtypecodeField;
}
set
{
this.createdrecordtypecodeField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmNumber errornumber
{
get
{
return this.errornumberField;
}
set
{
this.errornumberField = value;
}
}
///
public CrmNumber failurecount
{
get
{
return this.failurecountField;
}
set
{
this.failurecountField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Picklist operationtypecode
{
get
{
return this.operationtypecodeField;
}
set
{
this.operationtypecodeField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string parameters
{
get
{
return this.parametersField;
}
set
{
this.parametersField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public BulkOperationStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public CrmNumber successcount
{
get
{
return this.successcountField;
}
set
{
this.successcountField = value;
}
}
///
public Picklist targetedrecordtypecode
{
get
{
return this.targetedrecordtypecodeField;
}
set
{
this.targetedrecordtypecodeField = value;
}
}
///
public CrmNumber targetmemberscount
{
get
{
return this.targetmemberscountField;
}
set
{
this.targetmemberscountField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BulkOperationStateInfo
{
private string formattedvalueField;
private BulkOperationState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public BulkOperationState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum BulkOperationState
{
///
Open,
///
Closed,
///
Canceled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class bulkdeleteoperation : BusinessEntity
{
private Lookup asyncoperationidField;
private Key bulkdeleteoperationidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmNumber failurecountField;
private CrmBoolean isrecurringField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private CrmDateTime nextrunField;
private string orderedquerysetxmlField;
private Lookup owningbusinessunitField;
private Lookup owninguserField;
private CrmNumber processingqeindexField;
private BulkDeleteOperationStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber successcountField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Lookup asyncoperationid
{
get
{
return this.asyncoperationidField;
}
set
{
this.asyncoperationidField = value;
}
}
///
public Key bulkdeleteoperationid
{
get
{
return this.bulkdeleteoperationidField;
}
set
{
this.bulkdeleteoperationidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmNumber failurecount
{
get
{
return this.failurecountField;
}
set
{
this.failurecountField = value;
}
}
///
public CrmBoolean isrecurring
{
get
{
return this.isrecurringField;
}
set
{
this.isrecurringField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public CrmDateTime nextrun
{
get
{
return this.nextrunField;
}
set
{
this.nextrunField = value;
}
}
///
public string orderedquerysetxml
{
get
{
return this.orderedquerysetxmlField;
}
set
{
this.orderedquerysetxmlField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Lookup owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public CrmNumber processingqeindex
{
get
{
return this.processingqeindexField;
}
set
{
this.processingqeindexField = value;
}
}
///
public BulkDeleteOperationStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber successcount
{
get
{
return this.successcountField;
}
set
{
this.successcountField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BulkDeleteOperationStateInfo
{
private string formattedvalueField;
private BulkDeleteOperationState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public BulkDeleteOperationState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum BulkDeleteOperationState
{
///
Ready,
///
Suspended,
///
Locked,
///
Completed,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class bulkdeletefailure : BusinessEntity
{
private Lookup asyncoperationidField;
private Key bulkdeletefailureidField;
private Lookup bulkdeleteoperationidField;
private string errordescriptionField;
private CrmNumber errornumberField;
private CrmNumber orderedqueryindexField;
private UniqueIdentifier owningbusinessunitField;
private UniqueIdentifier owninguserField;
private Lookup regardingobjectidField;
///
public Lookup asyncoperationid
{
get
{
return this.asyncoperationidField;
}
set
{
this.asyncoperationidField = value;
}
}
///
public Key bulkdeletefailureid
{
get
{
return this.bulkdeletefailureidField;
}
set
{
this.bulkdeletefailureidField = value;
}
}
///
public Lookup bulkdeleteoperationid
{
get
{
return this.bulkdeleteoperationidField;
}
set
{
this.bulkdeleteoperationidField = value;
}
}
///
public string errordescription
{
get
{
return this.errordescriptionField;
}
set
{
this.errordescriptionField = value;
}
}
///
public CrmNumber errornumber
{
get
{
return this.errornumberField;
}
set
{
this.errornumberField = value;
}
}
///
public CrmNumber orderedqueryindex
{
get
{
return this.orderedqueryindexField;
}
set
{
this.orderedqueryindexField = value;
}
}
///
public UniqueIdentifier owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public UniqueIdentifier owninguser
{
get
{
return this.owninguserField;
}
set
{
this.owninguserField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class attributemap : BusinessEntity
{
private Key attributemapidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private Lookup entitymapidField;
private CrmBoolean issystemField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup organizationidField;
private Lookup parentattributemapidField;
private string sourceattributenameField;
private string targetattributenameField;
///
public Key attributemapid
{
get
{
return this.attributemapidField;
}
set
{
this.attributemapidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public Lookup entitymapid
{
get
{
return this.entitymapidField;
}
set
{
this.entitymapidField = value;
}
}
///
public CrmBoolean issystem
{
get
{
return this.issystemField;
}
set
{
this.issystemField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup organizationid
{
get
{
return this.organizationidField;
}
set
{
this.organizationidField = value;
}
}
///
public Lookup parentattributemapid
{
get
{
return this.parentattributemapidField;
}
set
{
this.parentattributemapidField = value;
}
}
///
public string sourceattributename
{
get
{
return this.sourceattributenameField;
}
set
{
this.sourceattributenameField = value;
}
}
///
public string targetattributename
{
get
{
return this.targetattributenameField;
}
set
{
this.targetattributenameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class asyncoperation : BusinessEntity
{
private Key asyncoperationidField;
private CrmDateTime completedonField;
private UniqueIdentifier correlationidField;
private CrmDateTime correlationupdatedtimeField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string dataField;
private string dependencytokenField;
private CrmNumber depthField;
private CrmNumber errorcodeField;
private string hostidField;
private CrmBoolean iswaitingforeventField;
private string messageField;
private string messagenameField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private Picklist operationtypeField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private CrmDateTime postponeuntilField;
private EntityNameReference primaryentitytypeField;
private string recurrencepatternField;
private CrmDateTime recurrencestarttimeField;
private Lookup regardingobjectidField;
private UniqueIdentifier requestidField;
private CrmNumber retrycountField;
private CrmDateTime startedonField;
private AsyncOperationStateInfo statecodeField;
private Status statuscodeField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
private Lookup workflowactivationidField;
private string workflowstagenameField;
///
public Key asyncoperationid
{
get
{
return this.asyncoperationidField;
}
set
{
this.asyncoperationidField = value;
}
}
///
public CrmDateTime completedon
{
get
{
return this.completedonField;
}
set
{
this.completedonField = value;
}
}
///
public UniqueIdentifier correlationid
{
get
{
return this.correlationidField;
}
set
{
this.correlationidField = value;
}
}
///
public CrmDateTime correlationupdatedtime
{
get
{
return this.correlationupdatedtimeField;
}
set
{
this.correlationupdatedtimeField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string data
{
get
{
return this.dataField;
}
set
{
this.dataField = value;
}
}
///
public string dependencytoken
{
get
{
return this.dependencytokenField;
}
set
{
this.dependencytokenField = value;
}
}
///
public CrmNumber depth
{
get
{
return this.depthField;
}
set
{
this.depthField = value;
}
}
///
public CrmNumber errorcode
{
get
{
return this.errorcodeField;
}
set
{
this.errorcodeField = value;
}
}
///
public string hostid
{
get
{
return this.hostidField;
}
set
{
this.hostidField = value;
}
}
///
public CrmBoolean iswaitingforevent
{
get
{
return this.iswaitingforeventField;
}
set
{
this.iswaitingforeventField = value;
}
}
///
public string message
{
get
{
return this.messageField;
}
set
{
this.messageField = value;
}
}
///
public string messagename
{
get
{
return this.messagenameField;
}
set
{
this.messagenameField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public Picklist operationtype
{
get
{
return this.operationtypeField;
}
set
{
this.operationtypeField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public CrmDateTime postponeuntil
{
get
{
return this.postponeuntilField;
}
set
{
this.postponeuntilField = value;
}
}
///
public EntityNameReference primaryentitytype
{
get
{
return this.primaryentitytypeField;
}
set
{
this.primaryentitytypeField = value;
}
}
///
public string recurrencepattern
{
get
{
return this.recurrencepatternField;
}
set
{
this.recurrencepatternField = value;
}
}
///
public CrmDateTime recurrencestarttime
{
get
{
return this.recurrencestarttimeField;
}
set
{
this.recurrencestarttimeField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public UniqueIdentifier requestid
{
get
{
return this.requestidField;
}
set
{
this.requestidField = value;
}
}
///
public CrmNumber retrycount
{
get
{
return this.retrycountField;
}
set
{
this.retrycountField = value;
}
}
///
public CrmDateTime startedon
{
get
{
return this.startedonField;
}
set
{
this.startedonField = value;
}
}
///
public AsyncOperationStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public Lookup workflowactivationid
{
get
{
return this.workflowactivationidField;
}
set
{
this.workflowactivationidField = value;
}
}
///
public string workflowstagename
{
get
{
return this.workflowstagenameField;
}
set
{
this.workflowstagenameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AsyncOperationStateInfo
{
private string formattedvalueField;
private AsyncOperationState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public AsyncOperationState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum AsyncOperationState
{
///
Ready,
///
Suspended,
///
Locked,
///
Completed,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class appointment : BusinessEntity
{
private Key activityidField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private string categoryField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private string globalobjectidField;
private CrmNumber importsequencenumberField;
private CrmBoolean isalldayeventField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private string locationField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private activityparty[] optionalattendeesField;
private activityparty[] organizerField;
private CrmNumber outlookownerapptidField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist prioritycodeField;
private Lookup regardingobjectidField;
private activityparty[] requiredattendeesField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private AppointmentStateInfo statecodeField;
private Status statuscodeField;
private string subcategoryField;
private string subjectField;
private UniqueIdentifier subscriptionidField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public string category
{
get
{
return this.categoryField;
}
set
{
this.categoryField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public string globalobjectid
{
get
{
return this.globalobjectidField;
}
set
{
this.globalobjectidField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isalldayevent
{
get
{
return this.isalldayeventField;
}
set
{
this.isalldayeventField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public string location
{
get
{
return this.locationField;
}
set
{
this.locationField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] optionalattendees
{
get
{
return this.optionalattendeesField;
}
set
{
this.optionalattendeesField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] organizer
{
get
{
return this.organizerField;
}
set
{
this.organizerField = value;
}
}
///
public CrmNumber outlookownerapptid
{
get
{
return this.outlookownerapptidField;
}
set
{
this.outlookownerapptidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public activityparty[] requiredattendees
{
get
{
return this.requiredattendeesField;
}
set
{
this.requiredattendeesField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public AppointmentStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subcategory
{
get
{
return this.subcategoryField;
}
set
{
this.subcategoryField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public UniqueIdentifier subscriptionid
{
get
{
return this.subscriptionidField;
}
set
{
this.subscriptionidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AppointmentStateInfo
{
private string formattedvalueField;
private AppointmentState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public AppointmentState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum AppointmentState
{
///
Open,
///
Completed,
///
Canceled,
///
Scheduled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class annualfiscalcalendar : BusinessEntity
{
private CrmMoney annualField;
private CrmMoney annual_baseField;
private Lookup businessunitidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmDateTime effectiveonField;
private CrmDecimal exchangerateField;
private CrmNumber fiscalperiodtypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Lookup salespersonidField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private Key userfiscalcalendaridField;
private CrmNumber utcconversiontimezonecodeField;
///
public CrmMoney annual
{
get
{
return this.annualField;
}
set
{
this.annualField = value;
}
}
///
public CrmMoney annual_base
{
get
{
return this.annual_baseField;
}
set
{
this.annual_baseField = value;
}
}
///
public Lookup businessunitid
{
get
{
return this.businessunitidField;
}
set
{
this.businessunitidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmDateTime effectiveon
{
get
{
return this.effectiveonField;
}
set
{
this.effectiveonField = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public CrmNumber fiscalperiodtype
{
get
{
return this.fiscalperiodtypeField;
}
set
{
this.fiscalperiodtypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Lookup salespersonid
{
get
{
return this.salespersonidField;
}
set
{
this.salespersonidField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public Key userfiscalcalendarid
{
get
{
return this.userfiscalcalendaridField;
}
set
{
this.userfiscalcalendaridField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class annotation : BusinessEntity
{
private Key annotationidField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string documentbodyField;
private string filenameField;
private CrmNumber filesizeField;
private CrmNumber importsequencenumberField;
private CrmBoolean isdocumentField;
private string langidField;
private string mimetypeField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string notetextField;
private Lookup objectidField;
private EntityNameReference objecttypecodeField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private string stepidField;
private string subjectField;
///
public Key annotationid
{
get
{
return this.annotationidField;
}
set
{
this.annotationidField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string documentbody
{
get
{
return this.documentbodyField;
}
set
{
this.documentbodyField = value;
}
}
///
public string filename
{
get
{
return this.filenameField;
}
set
{
this.filenameField = value;
}
}
///
public CrmNumber filesize
{
get
{
return this.filesizeField;
}
set
{
this.filesizeField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public CrmBoolean isdocument
{
get
{
return this.isdocumentField;
}
set
{
this.isdocumentField = value;
}
}
///
public string langid
{
get
{
return this.langidField;
}
set
{
this.langidField = value;
}
}
///
public string mimetype
{
get
{
return this.mimetypeField;
}
set
{
this.mimetypeField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string notetext
{
get
{
return this.notetextField;
}
set
{
this.notetextField = value;
}
}
///
public Lookup objectid
{
get
{
return this.objectidField;
}
set
{
this.objectidField = value;
}
}
///
public EntityNameReference objecttypecode
{
get
{
return this.objecttypecodeField;
}
set
{
this.objecttypecodeField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public string stepid
{
get
{
return this.stepidField;
}
set
{
this.stepidField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class activitypointer : BusinessEntity
{
private Key activityidField;
private EntityNameReference activitytypecodeField;
private CrmNumber actualdurationminutesField;
private CrmDateTime actualendField;
private CrmDateTime actualstartField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private string descriptionField;
private CrmBoolean isbilledField;
private CrmBoolean isworkflowcreatedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private Owner owneridField;
private Lookup owningbusinessunitField;
private Picklist prioritycodeField;
private Lookup regardingobjectidField;
private CrmNumber scheduleddurationminutesField;
private CrmDateTime scheduledendField;
private CrmDateTime scheduledstartField;
private Lookup serviceidField;
private ActivityPointerStateInfo statecodeField;
private Status statuscodeField;
private string subjectField;
private CrmNumber timezoneruleversionnumberField;
private CrmNumber utcconversiontimezonecodeField;
///
public Key activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public EntityNameReference activitytypecode
{
get
{
return this.activitytypecodeField;
}
set
{
this.activitytypecodeField = value;
}
}
///
public CrmNumber actualdurationminutes
{
get
{
return this.actualdurationminutesField;
}
set
{
this.actualdurationminutesField = value;
}
}
///
public CrmDateTime actualend
{
get
{
return this.actualendField;
}
set
{
this.actualendField = value;
}
}
///
public CrmDateTime actualstart
{
get
{
return this.actualstartField;
}
set
{
this.actualstartField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean isbilled
{
get
{
return this.isbilledField;
}
set
{
this.isbilledField = value;
}
}
///
public CrmBoolean isworkflowcreated
{
get
{
return this.isworkflowcreatedField;
}
set
{
this.isworkflowcreatedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Picklist prioritycode
{
get
{
return this.prioritycodeField;
}
set
{
this.prioritycodeField = value;
}
}
///
public Lookup regardingobjectid
{
get
{
return this.regardingobjectidField;
}
set
{
this.regardingobjectidField = value;
}
}
///
public CrmNumber scheduleddurationminutes
{
get
{
return this.scheduleddurationminutesField;
}
set
{
this.scheduleddurationminutesField = value;
}
}
///
public CrmDateTime scheduledend
{
get
{
return this.scheduledendField;
}
set
{
this.scheduledendField = value;
}
}
///
public CrmDateTime scheduledstart
{
get
{
return this.scheduledstartField;
}
set
{
this.scheduledstartField = value;
}
}
///
public Lookup serviceid
{
get
{
return this.serviceidField;
}
set
{
this.serviceidField = value;
}
}
///
public ActivityPointerStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ActivityPointerStateInfo
{
private string formattedvalueField;
private ActivityPointerState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public ActivityPointerState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum ActivityPointerState
{
///
Open,
///
Completed,
///
Canceled,
///
Scheduled,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class activitymimeattachment : BusinessEntity
{
private Lookup activityidField;
private Key activitymimeattachmentidField;
private CrmNumber attachmentnumberField;
private string bodyField;
private string filenameField;
private CrmNumber filesizeField;
private string mimetypeField;
private string subjectField;
///
public Lookup activityid
{
get
{
return this.activityidField;
}
set
{
this.activityidField = value;
}
}
///
public Key activitymimeattachmentid
{
get
{
return this.activitymimeattachmentidField;
}
set
{
this.activitymimeattachmentidField = value;
}
}
///
public CrmNumber attachmentnumber
{
get
{
return this.attachmentnumberField;
}
set
{
this.attachmentnumberField = value;
}
}
///
public string body
{
get
{
return this.bodyField;
}
set
{
this.bodyField = value;
}
}
///
public string filename
{
get
{
return this.filenameField;
}
set
{
this.filenameField = value;
}
}
///
public CrmNumber filesize
{
get
{
return this.filesizeField;
}
set
{
this.filesizeField = value;
}
}
///
public string mimetype
{
get
{
return this.mimetypeField;
}
set
{
this.mimetypeField = value;
}
}
///
public string subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class account : BusinessEntity
{
private Picklist accountcategorycodeField;
private Picklist accountclassificationcodeField;
private Key accountidField;
private string accountnumberField;
private Picklist accountratingcodeField;
private Key address1_addressidField;
private Picklist address1_addresstypecodeField;
private string address1_cityField;
private string address1_countryField;
private string address1_countyField;
private string address1_faxField;
private Picklist address1_freighttermscodeField;
private CrmFloat address1_latitudeField;
private string address1_line1Field;
private string address1_line2Field;
private string address1_line3Field;
private CrmFloat address1_longitudeField;
private string address1_nameField;
private string address1_postalcodeField;
private string address1_postofficeboxField;
private string address1_primarycontactnameField;
private Picklist address1_shippingmethodcodeField;
private string address1_stateorprovinceField;
private string address1_telephone1Field;
private string address1_telephone2Field;
private string address1_telephone3Field;
private string address1_upszoneField;
private CrmNumber address1_utcoffsetField;
private Key address2_addressidField;
private Picklist address2_addresstypecodeField;
private string address2_cityField;
private string address2_countryField;
private string address2_countyField;
private string address2_faxField;
private Picklist address2_freighttermscodeField;
private CrmFloat address2_latitudeField;
private string address2_line1Field;
private string address2_line2Field;
private string address2_line3Field;
private CrmFloat address2_longitudeField;
private string address2_nameField;
private string address2_postalcodeField;
private string address2_postofficeboxField;
private string address2_primarycontactnameField;
private Picklist address2_shippingmethodcodeField;
private string address2_stateorprovinceField;
private string address2_telephone1Field;
private string address2_telephone2Field;
private string address2_telephone3Field;
private string address2_upszoneField;
private CrmNumber address2_utcoffsetField;
private CrmMoney aging30Field;
private CrmMoney aging30_baseField;
private CrmMoney aging60Field;
private CrmMoney aging60_baseField;
private CrmMoney aging90Field;
private CrmMoney aging90_baseField;
private Picklist businesstypecodeField;
private Lookup createdbyField;
private CrmDateTime createdonField;
private CrmMoney creditlimitField;
private CrmMoney creditlimit_baseField;
private CrmBoolean creditonholdField;
private Picklist customersizecodeField;
private Picklist customertypecodeField;
private Lookup defaultpricelevelidField;
private string descriptionField;
private CrmBoolean donotbulkemailField;
private CrmBoolean donotbulkpostalmailField;
private CrmBoolean donotemailField;
private CrmBoolean donotfaxField;
private CrmBoolean donotphoneField;
private CrmBoolean donotpostalmailField;
private CrmBoolean donotsendmmField;
private string emailaddress1Field;
private string emailaddress2Field;
private string emailaddress3Field;
private CrmDecimal exchangerateField;
private string faxField;
private string ftpsiteurlField;
private CrmNumber importsequencenumberField;
private Picklist industrycodeField;
private CrmDateTime lastusedincampaignField;
private CrmMoney marketcapField;
private CrmMoney marketcap_baseField;
private Lookup masteridField;
private CrmBoolean mergedField;
private Lookup modifiedbyField;
private CrmDateTime modifiedonField;
private string nameField;
private CrmNumber numberofemployeesField;
private Lookup originatingleadidField;
private CrmDateTime overriddencreatedonField;
private Owner owneridField;
private Picklist ownershipcodeField;
private Lookup owningbusinessunitField;
private Lookup parentaccountidField;
private CrmBoolean participatesinworkflowField;
private Picklist paymenttermscodeField;
private Picklist preferredappointmentdaycodeField;
private Picklist preferredappointmenttimecodeField;
private Picklist preferredcontactmethodcodeField;
private Lookup preferredequipmentidField;
private Lookup preferredserviceidField;
private Lookup preferredsystemuseridField;
private Lookup primarycontactidField;
private CrmMoney revenueField;
private CrmMoney revenue_baseField;
private CrmNumber sharesoutstandingField;
private Picklist shippingmethodcodeField;
private string sicField;
private AccountStateInfo statecodeField;
private Status statuscodeField;
private string stockexchangeField;
private string telephone1Field;
private string telephone2Field;
private string telephone3Field;
private Picklist territorycodeField;
private Lookup territoryidField;
private string tickersymbolField;
private CrmNumber timezoneruleversionnumberField;
private Lookup transactioncurrencyidField;
private CrmNumber utcconversiontimezonecodeField;
private string websiteurlField;
private string yominameField;
///
public Picklist accountcategorycode
{
get
{
return this.accountcategorycodeField;
}
set
{
this.accountcategorycodeField = value;
}
}
///
public Picklist accountclassificationcode
{
get
{
return this.accountclassificationcodeField;
}
set
{
this.accountclassificationcodeField = value;
}
}
///
public Key accountid
{
get
{
return this.accountidField;
}
set
{
this.accountidField = value;
}
}
///
public string accountnumber
{
get
{
return this.accountnumberField;
}
set
{
this.accountnumberField = value;
}
}
///
public Picklist accountratingcode
{
get
{
return this.accountratingcodeField;
}
set
{
this.accountratingcodeField = value;
}
}
///
public Key address1_addressid
{
get
{
return this.address1_addressidField;
}
set
{
this.address1_addressidField = value;
}
}
///
public Picklist address1_addresstypecode
{
get
{
return this.address1_addresstypecodeField;
}
set
{
this.address1_addresstypecodeField = value;
}
}
///
public string address1_city
{
get
{
return this.address1_cityField;
}
set
{
this.address1_cityField = value;
}
}
///
public string address1_country
{
get
{
return this.address1_countryField;
}
set
{
this.address1_countryField = value;
}
}
///
public string address1_county
{
get
{
return this.address1_countyField;
}
set
{
this.address1_countyField = value;
}
}
///
public string address1_fax
{
get
{
return this.address1_faxField;
}
set
{
this.address1_faxField = value;
}
}
///
public Picklist address1_freighttermscode
{
get
{
return this.address1_freighttermscodeField;
}
set
{
this.address1_freighttermscodeField = value;
}
}
///
public CrmFloat address1_latitude
{
get
{
return this.address1_latitudeField;
}
set
{
this.address1_latitudeField = value;
}
}
///
public string address1_line1
{
get
{
return this.address1_line1Field;
}
set
{
this.address1_line1Field = value;
}
}
///
public string address1_line2
{
get
{
return this.address1_line2Field;
}
set
{
this.address1_line2Field = value;
}
}
///
public string address1_line3
{
get
{
return this.address1_line3Field;
}
set
{
this.address1_line3Field = value;
}
}
///
public CrmFloat address1_longitude
{
get
{
return this.address1_longitudeField;
}
set
{
this.address1_longitudeField = value;
}
}
///
public string address1_name
{
get
{
return this.address1_nameField;
}
set
{
this.address1_nameField = value;
}
}
///
public string address1_postalcode
{
get
{
return this.address1_postalcodeField;
}
set
{
this.address1_postalcodeField = value;
}
}
///
public string address1_postofficebox
{
get
{
return this.address1_postofficeboxField;
}
set
{
this.address1_postofficeboxField = value;
}
}
///
public string address1_primarycontactname
{
get
{
return this.address1_primarycontactnameField;
}
set
{
this.address1_primarycontactnameField = value;
}
}
///
public Picklist address1_shippingmethodcode
{
get
{
return this.address1_shippingmethodcodeField;
}
set
{
this.address1_shippingmethodcodeField = value;
}
}
///
public string address1_stateorprovince
{
get
{
return this.address1_stateorprovinceField;
}
set
{
this.address1_stateorprovinceField = value;
}
}
///
public string address1_telephone1
{
get
{
return this.address1_telephone1Field;
}
set
{
this.address1_telephone1Field = value;
}
}
///
public string address1_telephone2
{
get
{
return this.address1_telephone2Field;
}
set
{
this.address1_telephone2Field = value;
}
}
///
public string address1_telephone3
{
get
{
return this.address1_telephone3Field;
}
set
{
this.address1_telephone3Field = value;
}
}
///
public string address1_upszone
{
get
{
return this.address1_upszoneField;
}
set
{
this.address1_upszoneField = value;
}
}
///
public CrmNumber address1_utcoffset
{
get
{
return this.address1_utcoffsetField;
}
set
{
this.address1_utcoffsetField = value;
}
}
///
public Key address2_addressid
{
get
{
return this.address2_addressidField;
}
set
{
this.address2_addressidField = value;
}
}
///
public Picklist address2_addresstypecode
{
get
{
return this.address2_addresstypecodeField;
}
set
{
this.address2_addresstypecodeField = value;
}
}
///
public string address2_city
{
get
{
return this.address2_cityField;
}
set
{
this.address2_cityField = value;
}
}
///
public string address2_country
{
get
{
return this.address2_countryField;
}
set
{
this.address2_countryField = value;
}
}
///
public string address2_county
{
get
{
return this.address2_countyField;
}
set
{
this.address2_countyField = value;
}
}
///
public string address2_fax
{
get
{
return this.address2_faxField;
}
set
{
this.address2_faxField = value;
}
}
///
public Picklist address2_freighttermscode
{
get
{
return this.address2_freighttermscodeField;
}
set
{
this.address2_freighttermscodeField = value;
}
}
///
public CrmFloat address2_latitude
{
get
{
return this.address2_latitudeField;
}
set
{
this.address2_latitudeField = value;
}
}
///
public string address2_line1
{
get
{
return this.address2_line1Field;
}
set
{
this.address2_line1Field = value;
}
}
///
public string address2_line2
{
get
{
return this.address2_line2Field;
}
set
{
this.address2_line2Field = value;
}
}
///
public string address2_line3
{
get
{
return this.address2_line3Field;
}
set
{
this.address2_line3Field = value;
}
}
///
public CrmFloat address2_longitude
{
get
{
return this.address2_longitudeField;
}
set
{
this.address2_longitudeField = value;
}
}
///
public string address2_name
{
get
{
return this.address2_nameField;
}
set
{
this.address2_nameField = value;
}
}
///
public string address2_postalcode
{
get
{
return this.address2_postalcodeField;
}
set
{
this.address2_postalcodeField = value;
}
}
///
public string address2_postofficebox
{
get
{
return this.address2_postofficeboxField;
}
set
{
this.address2_postofficeboxField = value;
}
}
///
public string address2_primarycontactname
{
get
{
return this.address2_primarycontactnameField;
}
set
{
this.address2_primarycontactnameField = value;
}
}
///
public Picklist address2_shippingmethodcode
{
get
{
return this.address2_shippingmethodcodeField;
}
set
{
this.address2_shippingmethodcodeField = value;
}
}
///
public string address2_stateorprovince
{
get
{
return this.address2_stateorprovinceField;
}
set
{
this.address2_stateorprovinceField = value;
}
}
///
public string address2_telephone1
{
get
{
return this.address2_telephone1Field;
}
set
{
this.address2_telephone1Field = value;
}
}
///
public string address2_telephone2
{
get
{
return this.address2_telephone2Field;
}
set
{
this.address2_telephone2Field = value;
}
}
///
public string address2_telephone3
{
get
{
return this.address2_telephone3Field;
}
set
{
this.address2_telephone3Field = value;
}
}
///
public string address2_upszone
{
get
{
return this.address2_upszoneField;
}
set
{
this.address2_upszoneField = value;
}
}
///
public CrmNumber address2_utcoffset
{
get
{
return this.address2_utcoffsetField;
}
set
{
this.address2_utcoffsetField = value;
}
}
///
public CrmMoney aging30
{
get
{
return this.aging30Field;
}
set
{
this.aging30Field = value;
}
}
///
public CrmMoney aging30_base
{
get
{
return this.aging30_baseField;
}
set
{
this.aging30_baseField = value;
}
}
///
public CrmMoney aging60
{
get
{
return this.aging60Field;
}
set
{
this.aging60Field = value;
}
}
///
public CrmMoney aging60_base
{
get
{
return this.aging60_baseField;
}
set
{
this.aging60_baseField = value;
}
}
///
public CrmMoney aging90
{
get
{
return this.aging90Field;
}
set
{
this.aging90Field = value;
}
}
///
public CrmMoney aging90_base
{
get
{
return this.aging90_baseField;
}
set
{
this.aging90_baseField = value;
}
}
///
public Picklist businesstypecode
{
get
{
return this.businesstypecodeField;
}
set
{
this.businesstypecodeField = value;
}
}
///
public Lookup createdby
{
get
{
return this.createdbyField;
}
set
{
this.createdbyField = value;
}
}
///
public CrmDateTime createdon
{
get
{
return this.createdonField;
}
set
{
this.createdonField = value;
}
}
///
public CrmMoney creditlimit
{
get
{
return this.creditlimitField;
}
set
{
this.creditlimitField = value;
}
}
///
public CrmMoney creditlimit_base
{
get
{
return this.creditlimit_baseField;
}
set
{
this.creditlimit_baseField = value;
}
}
///
public CrmBoolean creditonhold
{
get
{
return this.creditonholdField;
}
set
{
this.creditonholdField = value;
}
}
///
public Picklist customersizecode
{
get
{
return this.customersizecodeField;
}
set
{
this.customersizecodeField = value;
}
}
///
public Picklist customertypecode
{
get
{
return this.customertypecodeField;
}
set
{
this.customertypecodeField = value;
}
}
///
public Lookup defaultpricelevelid
{
get
{
return this.defaultpricelevelidField;
}
set
{
this.defaultpricelevelidField = value;
}
}
///
public string description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public CrmBoolean donotbulkemail
{
get
{
return this.donotbulkemailField;
}
set
{
this.donotbulkemailField = value;
}
}
///
public CrmBoolean donotbulkpostalmail
{
get
{
return this.donotbulkpostalmailField;
}
set
{
this.donotbulkpostalmailField = value;
}
}
///
public CrmBoolean donotemail
{
get
{
return this.donotemailField;
}
set
{
this.donotemailField = value;
}
}
///
public CrmBoolean donotfax
{
get
{
return this.donotfaxField;
}
set
{
this.donotfaxField = value;
}
}
///
public CrmBoolean donotphone
{
get
{
return this.donotphoneField;
}
set
{
this.donotphoneField = value;
}
}
///
public CrmBoolean donotpostalmail
{
get
{
return this.donotpostalmailField;
}
set
{
this.donotpostalmailField = value;
}
}
///
public CrmBoolean donotsendmm
{
get
{
return this.donotsendmmField;
}
set
{
this.donotsendmmField = value;
}
}
///
public string emailaddress1
{
get
{
return this.emailaddress1Field;
}
set
{
this.emailaddress1Field = value;
}
}
///
public string emailaddress2
{
get
{
return this.emailaddress2Field;
}
set
{
this.emailaddress2Field = value;
}
}
///
public string emailaddress3
{
get
{
return this.emailaddress3Field;
}
set
{
this.emailaddress3Field = value;
}
}
///
public CrmDecimal exchangerate
{
get
{
return this.exchangerateField;
}
set
{
this.exchangerateField = value;
}
}
///
public string fax
{
get
{
return this.faxField;
}
set
{
this.faxField = value;
}
}
///
public string ftpsiteurl
{
get
{
return this.ftpsiteurlField;
}
set
{
this.ftpsiteurlField = value;
}
}
///
public CrmNumber importsequencenumber
{
get
{
return this.importsequencenumberField;
}
set
{
this.importsequencenumberField = value;
}
}
///
public Picklist industrycode
{
get
{
return this.industrycodeField;
}
set
{
this.industrycodeField = value;
}
}
///
public CrmDateTime lastusedincampaign
{
get
{
return this.lastusedincampaignField;
}
set
{
this.lastusedincampaignField = value;
}
}
///
public CrmMoney marketcap
{
get
{
return this.marketcapField;
}
set
{
this.marketcapField = value;
}
}
///
public CrmMoney marketcap_base
{
get
{
return this.marketcap_baseField;
}
set
{
this.marketcap_baseField = value;
}
}
///
public Lookup masterid
{
get
{
return this.masteridField;
}
set
{
this.masteridField = value;
}
}
///
public CrmBoolean merged
{
get
{
return this.mergedField;
}
set
{
this.mergedField = value;
}
}
///
public Lookup modifiedby
{
get
{
return this.modifiedbyField;
}
set
{
this.modifiedbyField = value;
}
}
///
public CrmDateTime modifiedon
{
get
{
return this.modifiedonField;
}
set
{
this.modifiedonField = value;
}
}
///
public string name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public CrmNumber numberofemployees
{
get
{
return this.numberofemployeesField;
}
set
{
this.numberofemployeesField = value;
}
}
///
public Lookup originatingleadid
{
get
{
return this.originatingleadidField;
}
set
{
this.originatingleadidField = value;
}
}
///
public CrmDateTime overriddencreatedon
{
get
{
return this.overriddencreatedonField;
}
set
{
this.overriddencreatedonField = value;
}
}
///
public Owner ownerid
{
get
{
return this.owneridField;
}
set
{
this.owneridField = value;
}
}
///
public Picklist ownershipcode
{
get
{
return this.ownershipcodeField;
}
set
{
this.ownershipcodeField = value;
}
}
///
public Lookup owningbusinessunit
{
get
{
return this.owningbusinessunitField;
}
set
{
this.owningbusinessunitField = value;
}
}
///
public Lookup parentaccountid
{
get
{
return this.parentaccountidField;
}
set
{
this.parentaccountidField = value;
}
}
///
public CrmBoolean participatesinworkflow
{
get
{
return this.participatesinworkflowField;
}
set
{
this.participatesinworkflowField = value;
}
}
///
public Picklist paymenttermscode
{
get
{
return this.paymenttermscodeField;
}
set
{
this.paymenttermscodeField = value;
}
}
///
public Picklist preferredappointmentdaycode
{
get
{
return this.preferredappointmentdaycodeField;
}
set
{
this.preferredappointmentdaycodeField = value;
}
}
///
public Picklist preferredappointmenttimecode
{
get
{
return this.preferredappointmenttimecodeField;
}
set
{
this.preferredappointmenttimecodeField = value;
}
}
///
public Picklist preferredcontactmethodcode
{
get
{
return this.preferredcontactmethodcodeField;
}
set
{
this.preferredcontactmethodcodeField = value;
}
}
///
public Lookup preferredequipmentid
{
get
{
return this.preferredequipmentidField;
}
set
{
this.preferredequipmentidField = value;
}
}
///
public Lookup preferredserviceid
{
get
{
return this.preferredserviceidField;
}
set
{
this.preferredserviceidField = value;
}
}
///
public Lookup preferredsystemuserid
{
get
{
return this.preferredsystemuseridField;
}
set
{
this.preferredsystemuseridField = value;
}
}
///
public Lookup primarycontactid
{
get
{
return this.primarycontactidField;
}
set
{
this.primarycontactidField = value;
}
}
///
public CrmMoney revenue
{
get
{
return this.revenueField;
}
set
{
this.revenueField = value;
}
}
///
public CrmMoney revenue_base
{
get
{
return this.revenue_baseField;
}
set
{
this.revenue_baseField = value;
}
}
///
public CrmNumber sharesoutstanding
{
get
{
return this.sharesoutstandingField;
}
set
{
this.sharesoutstandingField = value;
}
}
///
public Picklist shippingmethodcode
{
get
{
return this.shippingmethodcodeField;
}
set
{
this.shippingmethodcodeField = value;
}
}
///
public string sic
{
get
{
return this.sicField;
}
set
{
this.sicField = value;
}
}
///
public AccountStateInfo statecode
{
get
{
return this.statecodeField;
}
set
{
this.statecodeField = value;
}
}
///
public Status statuscode
{
get
{
return this.statuscodeField;
}
set
{
this.statuscodeField = value;
}
}
///
public string stockexchange
{
get
{
return this.stockexchangeField;
}
set
{
this.stockexchangeField = value;
}
}
///
public string telephone1
{
get
{
return this.telephone1Field;
}
set
{
this.telephone1Field = value;
}
}
///
public string telephone2
{
get
{
return this.telephone2Field;
}
set
{
this.telephone2Field = value;
}
}
///
public string telephone3
{
get
{
return this.telephone3Field;
}
set
{
this.telephone3Field = value;
}
}
///
public Picklist territorycode
{
get
{
return this.territorycodeField;
}
set
{
this.territorycodeField = value;
}
}
///
public Lookup territoryid
{
get
{
return this.territoryidField;
}
set
{
this.territoryidField = value;
}
}
///
public string tickersymbol
{
get
{
return this.tickersymbolField;
}
set
{
this.tickersymbolField = value;
}
}
///
public CrmNumber timezoneruleversionnumber
{
get
{
return this.timezoneruleversionnumberField;
}
set
{
this.timezoneruleversionnumberField = value;
}
}
///
public Lookup transactioncurrencyid
{
get
{
return this.transactioncurrencyidField;
}
set
{
this.transactioncurrencyidField = value;
}
}
///
public CrmNumber utcconversiontimezonecode
{
get
{
return this.utcconversiontimezonecodeField;
}
set
{
this.utcconversiontimezonecodeField = value;
}
}
///
public string websiteurl
{
get
{
return this.websiteurlField;
}
set
{
this.websiteurlField = value;
}
}
///
public string yominame
{
get
{
return this.yominameField;
}
set
{
this.yominameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AccountStateInfo
{
private string formattedvalueField;
private AccountState valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formattedvalue
{
get
{
return this.formattedvalueField;
}
set
{
this.formattedvalueField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public AccountState Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum AccountState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateWorkflowDependency : TargetUpdate
{
private workflowdependency workflowDependencyField;
///
public workflowdependency WorkflowDependency
{
get
{
return this.workflowDependencyField;
}
set
{
this.workflowDependencyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateWorkflow : TargetUpdate
{
private workflow workflowField;
///
public workflow Workflow
{
get
{
return this.workflowField;
}
set
{
this.workflowField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateWizardPage : TargetUpdate
{
private wizardpage wizardPageField;
///
public wizardpage WizardPage
{
get
{
return this.wizardPageField;
}
set
{
this.wizardPageField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateWizardAccessPrivilege : TargetUpdate
{
private wizardaccessprivilege wizardAccessPrivilegeField;
///
public wizardaccessprivilege WizardAccessPrivilege
{
get
{
return this.wizardAccessPrivilegeField;
}
set
{
this.wizardAccessPrivilegeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateWebWizard : TargetUpdate
{
private webwizard webWizardField;
///
public webwizard WebWizard
{
get
{
return this.webWizardField;
}
set
{
this.webWizardField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateUserQuery : TargetUpdate
{
private userquery userQueryField;
///
public userquery UserQuery
{
get
{
return this.userQueryField;
}
set
{
this.userQueryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateUoMSchedule : TargetUpdate
{
private uomschedule uoMScheduleField;
///
public uomschedule UoMSchedule
{
get
{
return this.uoMScheduleField;
}
set
{
this.uoMScheduleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateUoM : TargetUpdate
{
private uom uoMField;
///
public uom UoM
{
get
{
return this.uoMField;
}
set
{
this.uoMField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateTransactionCurrency : TargetUpdate
{
private transactioncurrency transactionCurrencyField;
///
public transactioncurrency TransactionCurrency
{
get
{
return this.transactionCurrencyField;
}
set
{
this.transactionCurrencyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateTerritory : TargetUpdate
{
private territory territoryField;
///
public territory Territory
{
get
{
return this.territoryField;
}
set
{
this.territoryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateTemplate : TargetUpdate
{
private template templateField;
///
public template Template
{
get
{
return this.templateField;
}
set
{
this.templateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateTeam : TargetUpdate
{
private team teamField;
///
public team Team
{
get
{
return this.teamField;
}
set
{
this.teamField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateTask : TargetUpdate
{
private task taskField;
///
public task Task
{
get
{
return this.taskField;
}
set
{
this.taskField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSystemUser : TargetUpdate
{
private systemuser systemUserField;
///
public systemuser SystemUser
{
get
{
return this.systemUserField;
}
set
{
this.systemUserField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSubject : TargetUpdate
{
private subject subjectField;
///
public subject Subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSite : TargetUpdate
{
private site siteField;
///
public site Site
{
get
{
return this.siteField;
}
set
{
this.siteField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateServiceAppointment : TargetUpdate
{
private serviceappointment serviceAppointmentField;
///
public serviceappointment ServiceAppointment
{
get
{
return this.serviceAppointmentField;
}
set
{
this.serviceAppointmentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateService : TargetUpdate
{
private service serviceField;
///
public service Service
{
get
{
return this.serviceField;
}
set
{
this.serviceField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSemiAnnualFiscalCalendar : TargetUpdate
{
private semiannualfiscalcalendar semiAnnualFiscalCalendarField;
///
public semiannualfiscalcalendar SemiAnnualFiscalCalendar
{
get
{
return this.semiAnnualFiscalCalendarField;
}
set
{
this.semiAnnualFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSdkMessageProcessingStepSecureConfig : TargetUpdate
{
private sdkmessageprocessingstepsecureconfig sdkMessageProcessingStepSecureConfigField;
///
public sdkmessageprocessingstepsecureconfig SdkMessageProcessingStepSecureConfig
{
get
{
return this.sdkMessageProcessingStepSecureConfigField;
}
set
{
this.sdkMessageProcessingStepSecureConfigField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSdkMessageProcessingStepImage : TargetUpdate
{
private sdkmessageprocessingstepimage sdkMessageProcessingStepImageField;
///
public sdkmessageprocessingstepimage SdkMessageProcessingStepImage
{
get
{
return this.sdkMessageProcessingStepImageField;
}
set
{
this.sdkMessageProcessingStepImageField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSdkMessageProcessingStep : TargetUpdate
{
private sdkmessageprocessingstep sdkMessageProcessingStepField;
///
public sdkmessageprocessingstep SdkMessageProcessingStep
{
get
{
return this.sdkMessageProcessingStepField;
}
set
{
this.sdkMessageProcessingStepField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSavedQuery : TargetUpdate
{
private savedquery savedQueryField;
///
public savedquery SavedQuery
{
get
{
return this.savedQueryField;
}
set
{
this.savedQueryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSalesOrderDetail : TargetUpdate
{
private salesorderdetail salesOrderDetailField;
///
public salesorderdetail SalesOrderDetail
{
get
{
return this.salesOrderDetailField;
}
set
{
this.salesOrderDetailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSalesOrder : TargetUpdate
{
private salesorder salesOrderField;
///
public salesorder SalesOrder
{
get
{
return this.salesOrderField;
}
set
{
this.salesOrderField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSalesLiteratureItem : TargetUpdate
{
private salesliteratureitem salesLiteratureItemField;
///
public salesliteratureitem SalesLiteratureItem
{
get
{
return this.salesLiteratureItemField;
}
set
{
this.salesLiteratureItemField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateSalesLiterature : TargetUpdate
{
private salesliterature salesLiteratureField;
///
public salesliterature SalesLiterature
{
get
{
return this.salesLiteratureField;
}
set
{
this.salesLiteratureField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateRole : TargetUpdate
{
private role roleField;
///
public role Role
{
get
{
return this.roleField;
}
set
{
this.roleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateResourceSpec : TargetUpdate
{
private resourcespec resourceSpecField;
///
public resourcespec ResourceSpec
{
get
{
return this.resourceSpecField;
}
set
{
this.resourceSpecField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateReportVisibility : TargetUpdate
{
private reportvisibility reportVisibilityField;
///
public reportvisibility ReportVisibility
{
get
{
return this.reportVisibilityField;
}
set
{
this.reportVisibilityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateReportEntity : TargetUpdate
{
private reportentity reportEntityField;
///
public reportentity ReportEntity
{
get
{
return this.reportEntityField;
}
set
{
this.reportEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateReportCategory : TargetUpdate
{
private reportcategory reportCategoryField;
///
public reportcategory ReportCategory
{
get
{
return this.reportCategoryField;
}
set
{
this.reportCategoryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateReport : TargetUpdate
{
private report reportField;
///
public report Report
{
get
{
return this.reportField;
}
set
{
this.reportField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateRelationshipRoleMap : TargetUpdate
{
private relationshiprolemap relationshipRoleMapField;
///
public relationshiprolemap RelationshipRoleMap
{
get
{
return this.relationshipRoleMapField;
}
set
{
this.relationshipRoleMapField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateRelationshipRole : TargetUpdate
{
private relationshiprole relationshipRoleField;
///
public relationshiprole RelationshipRole
{
get
{
return this.relationshipRoleField;
}
set
{
this.relationshipRoleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateQuoteDetail : TargetUpdate
{
private quotedetail quoteDetailField;
///
public quotedetail QuoteDetail
{
get
{
return this.quoteDetailField;
}
set
{
this.quoteDetailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateQuoteClose : TargetUpdate
{
private quoteclose quoteCloseField;
///
public quoteclose QuoteClose
{
get
{
return this.quoteCloseField;
}
set
{
this.quoteCloseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateQuote : TargetUpdate
{
private quote quoteField;
///
public quote Quote
{
get
{
return this.quoteField;
}
set
{
this.quoteField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateQueue : TargetUpdate
{
private queue queueField;
///
public queue Queue
{
get
{
return this.queueField;
}
set
{
this.queueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateQuarterlyFiscalCalendar : TargetUpdate
{
private quarterlyfiscalcalendar quarterlyFiscalCalendarField;
///
public quarterlyfiscalcalendar QuarterlyFiscalCalendar
{
get
{
return this.quarterlyFiscalCalendarField;
}
set
{
this.quarterlyFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateProductPriceLevel : TargetUpdate
{
private productpricelevel productPriceLevelField;
///
public productpricelevel ProductPriceLevel
{
get
{
return this.productPriceLevelField;
}
set
{
this.productPriceLevelField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateProduct : TargetUpdate
{
private product productField;
///
public product Product
{
get
{
return this.productField;
}
set
{
this.productField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdatePriceLevel : TargetUpdate
{
private pricelevel priceLevelField;
///
public pricelevel PriceLevel
{
get
{
return this.priceLevelField;
}
set
{
this.priceLevelField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdatePluginType : TargetUpdate
{
private plugintype pluginTypeField;
///
public plugintype PluginType
{
get
{
return this.pluginTypeField;
}
set
{
this.pluginTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdatePluginAssembly : TargetUpdate
{
private pluginassembly pluginAssemblyField;
///
public pluginassembly PluginAssembly
{
get
{
return this.pluginAssemblyField;
}
set
{
this.pluginAssemblyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdatePhoneCall : TargetUpdate
{
private phonecall phoneCallField;
///
public phonecall PhoneCall
{
get
{
return this.phoneCallField;
}
set
{
this.phoneCallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateOrganizationUI : TargetUpdate
{
private organizationui organizationUIField;
///
public organizationui OrganizationUI
{
get
{
return this.organizationUIField;
}
set
{
this.organizationUIField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateOrganization : TargetUpdate
{
private organization organizationField;
///
public organization Organization
{
get
{
return this.organizationField;
}
set
{
this.organizationField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateOrderClose : TargetUpdate
{
private orderclose orderCloseField;
///
public orderclose OrderClose
{
get
{
return this.orderCloseField;
}
set
{
this.orderCloseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateOpportunityProduct : TargetUpdate
{
private opportunityproduct opportunityProductField;
///
public opportunityproduct OpportunityProduct
{
get
{
return this.opportunityProductField;
}
set
{
this.opportunityProductField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateOpportunityClose : TargetUpdate
{
private opportunityclose opportunityCloseField;
///
public opportunityclose OpportunityClose
{
get
{
return this.opportunityCloseField;
}
set
{
this.opportunityCloseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateOpportunity : TargetUpdate
{
private opportunity opportunityField;
///
public opportunity Opportunity
{
get
{
return this.opportunityField;
}
set
{
this.opportunityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateMonthlyFiscalCalendar : TargetUpdate
{
private monthlyfiscalcalendar monthlyFiscalCalendarField;
///
public monthlyfiscalcalendar MonthlyFiscalCalendar
{
get
{
return this.monthlyFiscalCalendarField;
}
set
{
this.monthlyFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateMailMergeTemplate : TargetUpdate
{
private mailmergetemplate mailMergeTemplateField;
///
public mailmergetemplate MailMergeTemplate
{
get
{
return this.mailMergeTemplateField;
}
set
{
this.mailMergeTemplateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateList : TargetUpdate
{
private list listField;
///
public list List
{
get
{
return this.listField;
}
set
{
this.listField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateLetter : TargetUpdate
{
private letter letterField;
///
public letter Letter
{
get
{
return this.letterField;
}
set
{
this.letterField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateLead : TargetUpdate
{
private lead leadField;
///
public lead Lead
{
get
{
return this.leadField;
}
set
{
this.leadField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateKbArticleTemplate : TargetUpdate
{
private kbarticletemplate kbArticleTemplateField;
///
public kbarticletemplate KbArticleTemplate
{
get
{
return this.kbArticleTemplateField;
}
set
{
this.kbArticleTemplateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateKbArticleComment : TargetUpdate
{
private kbarticlecomment kbArticleCommentField;
///
public kbarticlecomment KbArticleComment
{
get
{
return this.kbArticleCommentField;
}
set
{
this.kbArticleCommentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateKbArticle : TargetUpdate
{
private kbarticle kbArticleField;
///
public kbarticle KbArticle
{
get
{
return this.kbArticleField;
}
set
{
this.kbArticleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateIsvConfig : TargetUpdate
{
private isvconfig isvConfigField;
///
public isvconfig IsvConfig
{
get
{
return this.isvConfigField;
}
set
{
this.isvConfigField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateInvoiceDetail : TargetUpdate
{
private invoicedetail invoiceDetailField;
///
public invoicedetail InvoiceDetail
{
get
{
return this.invoiceDetailField;
}
set
{
this.invoiceDetailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateInvoice : TargetUpdate
{
private invoice invoiceField;
///
public invoice Invoice
{
get
{
return this.invoiceField;
}
set
{
this.invoiceField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateIncidentResolution : TargetUpdate
{
private incidentresolution incidentResolutionField;
///
public incidentresolution IncidentResolution
{
get
{
return this.incidentResolutionField;
}
set
{
this.incidentResolutionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateIncident : TargetUpdate
{
private incident incidentField;
///
public incident Incident
{
get
{
return this.incidentField;
}
set
{
this.incidentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateImportMap : TargetUpdate
{
private importmap importMapField;
///
public importmap ImportMap
{
get
{
return this.importMapField;
}
set
{
this.importMapField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateImportJob : TargetUpdate
{
private importjob importJobField;
///
public importjob ImportJob
{
get
{
return this.importJobField;
}
set
{
this.importJobField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateImportFile : TargetUpdate
{
private importfile importFileField;
///
public importfile ImportFile
{
get
{
return this.importFileField;
}
set
{
this.importFileField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateImportData : TargetUpdate
{
private importdata importDataField;
///
public importdata ImportData
{
get
{
return this.importDataField;
}
set
{
this.importDataField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateImport : TargetUpdate
{
private import importField;
///
public import Import
{
get
{
return this.importField;
}
set
{
this.importField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateFixedMonthlyFiscalCalendar : TargetUpdate
{
private fixedmonthlyfiscalcalendar fixedMonthlyFiscalCalendarField;
///
public fixedmonthlyfiscalcalendar FixedMonthlyFiscalCalendar
{
get
{
return this.fixedMonthlyFiscalCalendarField;
}
set
{
this.fixedMonthlyFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateFax : TargetUpdate
{
private fax faxField;
///
public fax Fax
{
get
{
return this.faxField;
}
set
{
this.faxField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateEquipment : TargetUpdate
{
private equipment equipmentField;
///
public equipment Equipment
{
get
{
return this.equipmentField;
}
set
{
this.equipmentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateEmail : TargetUpdate
{
private email emailField;
///
public email Email
{
get
{
return this.emailField;
}
set
{
this.emailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateDynamic : TargetUpdate
{
private DynamicEntity entityField;
///
public DynamicEntity Entity
{
get
{
return this.entityField;
}
set
{
this.entityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateDuplicateRuleCondition : TargetUpdate
{
private duplicaterulecondition duplicateRuleConditionField;
///
public duplicaterulecondition DuplicateRuleCondition
{
get
{
return this.duplicateRuleConditionField;
}
set
{
this.duplicateRuleConditionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateDuplicateRule : TargetUpdate
{
private duplicaterule duplicateRuleField;
///
public duplicaterule DuplicateRule
{
get
{
return this.duplicateRuleField;
}
set
{
this.duplicateRuleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateDisplayString : TargetUpdate
{
private displaystring displayStringField;
///
public displaystring DisplayString
{
get
{
return this.displayStringField;
}
set
{
this.displayStringField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateDiscountType : TargetUpdate
{
private discounttype discountTypeField;
///
public discounttype DiscountType
{
get
{
return this.discountTypeField;
}
set
{
this.discountTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateDiscount : TargetUpdate
{
private discount discountField;
///
public discount Discount
{
get
{
return this.discountField;
}
set
{
this.discountField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateCustomerRelationship : TargetUpdate
{
private customerrelationship customerRelationshipField;
///
public customerrelationship CustomerRelationship
{
get
{
return this.customerRelationshipField;
}
set
{
this.customerRelationshipField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateCustomerOpportunityRole : TargetUpdate
{
private customeropportunityrole customerOpportunityRoleField;
///
public customeropportunityrole CustomerOpportunityRole
{
get
{
return this.customerOpportunityRoleField;
}
set
{
this.customerOpportunityRoleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateCustomerAddress : TargetUpdate
{
private customeraddress customerAddressField;
///
public customeraddress CustomerAddress
{
get
{
return this.customerAddressField;
}
set
{
this.customerAddressField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateContractTemplate : TargetUpdate
{
private contracttemplate contractTemplateField;
///
public contracttemplate ContractTemplate
{
get
{
return this.contractTemplateField;
}
set
{
this.contractTemplateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateContractDetail : TargetUpdate
{
private contractdetail contractDetailField;
///
public contractdetail ContractDetail
{
get
{
return this.contractDetailField;
}
set
{
this.contractDetailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateContract : TargetUpdate
{
private contract contractField;
///
public contract Contract
{
get
{
return this.contractField;
}
set
{
this.contractField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateContact : TargetUpdate
{
private contact contactField;
///
public contact Contact
{
get
{
return this.contactField;
}
set
{
this.contactField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateConstraintBasedGroup : TargetUpdate
{
private constraintbasedgroup constraintBasedGroupField;
///
public constraintbasedgroup ConstraintBasedGroup
{
get
{
return this.constraintBasedGroupField;
}
set
{
this.constraintBasedGroupField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateCompetitor : TargetUpdate
{
private competitor competitorField;
///
public competitor Competitor
{
get
{
return this.competitorField;
}
set
{
this.competitorField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateCampaignResponse : TargetUpdate
{
private campaignresponse campaignResponseField;
///
public campaignresponse CampaignResponse
{
get
{
return this.campaignResponseField;
}
set
{
this.campaignResponseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateCampaignActivity : TargetUpdate
{
private campaignactivity campaignActivityField;
///
public campaignactivity CampaignActivity
{
get
{
return this.campaignActivityField;
}
set
{
this.campaignActivityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateCampaign : TargetUpdate
{
private campaign campaignField;
///
public campaign Campaign
{
get
{
return this.campaignField;
}
set
{
this.campaignField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateCalendar : TargetUpdate
{
private calendar calendarField;
///
public calendar Calendar
{
get
{
return this.calendarField;
}
set
{
this.calendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateBusinessUnitNewsArticle : TargetUpdate
{
private businessunitnewsarticle businessUnitNewsArticleField;
///
public businessunitnewsarticle BusinessUnitNewsArticle
{
get
{
return this.businessUnitNewsArticleField;
}
set
{
this.businessUnitNewsArticleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateBusinessUnit : TargetUpdate
{
private businessunit businessUnitField;
///
public businessunit BusinessUnit
{
get
{
return this.businessUnitField;
}
set
{
this.businessUnitField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateBusinessTask : TargetUpdate
{
private businesstask businessTaskField;
///
public businesstask BusinessTask
{
get
{
return this.businessTaskField;
}
set
{
this.businessTaskField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateAsyncOperation : TargetUpdate
{
private asyncoperation asyncOperationField;
///
public asyncoperation AsyncOperation
{
get
{
return this.asyncOperationField;
}
set
{
this.asyncOperationField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateAppointment : TargetUpdate
{
private appointment appointmentField;
///
public appointment Appointment
{
get
{
return this.appointmentField;
}
set
{
this.appointmentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateAnnualFiscalCalendar : TargetUpdate
{
private annualfiscalcalendar annualFiscalCalendarField;
///
public annualfiscalcalendar AnnualFiscalCalendar
{
get
{
return this.annualFiscalCalendarField;
}
set
{
this.annualFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateAnnotation : TargetUpdate
{
private annotation annotationField;
///
public annotation Annotation
{
get
{
return this.annotationField;
}
set
{
this.annotationField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateActivityMimeAttachment : TargetUpdate
{
private activitymimeattachment activityMimeAttachmentField;
///
public activitymimeattachment ActivityMimeAttachment
{
get
{
return this.activityMimeAttachmentField;
}
set
{
this.activityMimeAttachmentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetUpdateAccount : TargetUpdate
{
private account accountField;
///
public account Account
{
get
{
return this.accountField;
}
set
{
this.accountField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetSendFromTemplateEmail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetSendFromTemplateDynamic))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetSendFromTemplate
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetSendFromTemplateEmail : TargetSendFromTemplate
{
private email emailField;
///
public email Email
{
get
{
return this.emailField;
}
set
{
this.emailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetSendFromTemplateDynamic : TargetSendFromTemplate
{
private DynamicEntity entityField;
///
public DynamicEntity Entity
{
get
{
return this.entityField;
}
set
{
this.entityField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetScheduleServiceAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetScheduleDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetScheduleAppointment))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetSchedule
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetScheduleServiceAppointment : TargetSchedule
{
private serviceappointment serviceAppointmentField;
///
public serviceappointment ServiceAppointment
{
get
{
return this.serviceAppointmentField;
}
set
{
this.serviceAppointmentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetScheduleDynamic : TargetSchedule
{
private DynamicEntity entityField;
///
public DynamicEntity Entity
{
get
{
return this.entityField;
}
set
{
this.entityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetScheduleAppointment : TargetSchedule
{
private appointment appointmentField;
///
public appointment Appointment
{
get
{
return this.appointmentField;
}
set
{
this.appointmentField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupSalesOrderByContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupSalesOrderByAccount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupQuoteByContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupQuoteByAccount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupOpportunityByContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupOpportunityByAccount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupInvoiceByContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupInvoiceByAccount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupIncidentByContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupIncidentByAccount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupContractByContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupContractByAccount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupAnnotationByOpportunity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupAnnotationByContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupAnnotationByAccount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupActivityPointerByOpportunity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupActivityPointerByContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRollupActivityPointerByAccount))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetRollup
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupSalesOrderByContact : TargetRollup
{
private System.Guid contactIdField;
private QueryBase queryField;
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QueryExpression))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QueryByAttribute))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public abstract partial class QueryBase
{
private string entityNameField;
private ColumnSetBase columnSetField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ColumnSet))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AllColumns))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public abstract partial class ColumnSetBase
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public partial class ColumnSet : ColumnSetBase
{
private string[] attributesField;
///
[System.Xml.Serialization.XmlArrayItemAttribute("Attribute", IsNullable = false)]
public string[] Attributes
{
get
{
return this.attributesField;
}
set
{
this.attributesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public partial class AllColumns : ColumnSetBase
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public partial class QueryExpression : QueryBase
{
private bool distinctField;
private PagingInfo pageInfoField;
private LinkEntity[] linkEntitiesField;
private FilterExpression criteriaField;
private OrderExpression[] ordersField;
///
public bool Distinct
{
get
{
return this.distinctField;
}
set
{
this.distinctField = value;
}
}
///
public PagingInfo PageInfo
{
get
{
return this.pageInfoField;
}
set
{
this.pageInfoField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public LinkEntity[] LinkEntities
{
get
{
return this.linkEntitiesField;
}
set
{
this.linkEntitiesField = value;
}
}
///
public FilterExpression Criteria
{
get
{
return this.criteriaField;
}
set
{
this.criteriaField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("Order", IsNullable = false)]
public OrderExpression[] Orders
{
get
{
return this.ordersField;
}
set
{
this.ordersField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public partial class PagingInfo
{
private int pageNumberField;
private int countField;
private string pagingCookieField;
///
public int PageNumber
{
get
{
return this.pageNumberField;
}
set
{
this.pageNumberField = value;
}
}
///
public int Count
{
get
{
return this.countField;
}
set
{
this.countField = value;
}
}
///
public string PagingCookie
{
get
{
return this.pagingCookieField;
}
set
{
this.pagingCookieField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public partial class LinkEntity
{
private string linkFromAttributeNameField;
private string linkFromEntityNameField;
private string linkToEntityNameField;
private string linkToAttributeNameField;
private JoinOperator joinOperatorField;
private FilterExpression linkCriteriaField;
private LinkEntity[] linkEntitiesField;
///
public string LinkFromAttributeName
{
get
{
return this.linkFromAttributeNameField;
}
set
{
this.linkFromAttributeNameField = value;
}
}
///
public string LinkFromEntityName
{
get
{
return this.linkFromEntityNameField;
}
set
{
this.linkFromEntityNameField = value;
}
}
///
public string LinkToEntityName
{
get
{
return this.linkToEntityNameField;
}
set
{
this.linkToEntityNameField = value;
}
}
///
public string LinkToAttributeName
{
get
{
return this.linkToAttributeNameField;
}
set
{
this.linkToAttributeNameField = value;
}
}
///
public JoinOperator JoinOperator
{
get
{
return this.joinOperatorField;
}
set
{
this.joinOperatorField = value;
}
}
///
public FilterExpression LinkCriteria
{
get
{
return this.linkCriteriaField;
}
set
{
this.linkCriteriaField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public LinkEntity[] LinkEntities
{
get
{
return this.linkEntitiesField;
}
set
{
this.linkEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public enum JoinOperator
{
///
Inner,
///
LeftOuter,
///
Natural,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public partial class FilterExpression
{
private LogicalOperator filterOperatorField;
private ConditionExpression[] conditionsField;
private FilterExpression[] filtersField;
///
public LogicalOperator FilterOperator
{
get
{
return this.filterOperatorField;
}
set
{
this.filterOperatorField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("Condition", IsNullable = false)]
public ConditionExpression[] Conditions
{
get
{
return this.conditionsField;
}
set
{
this.conditionsField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("Filter", IsNullable = false)]
public FilterExpression[] Filters
{
get
{
return this.filtersField;
}
set
{
this.filtersField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public enum LogicalOperator
{
///
And,
///
Or,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public partial class ConditionExpression
{
private string attributeNameField;
private ConditionOperator operatorField;
private object[] valuesField;
///
public string AttributeName
{
get
{
return this.attributeNameField;
}
set
{
this.attributeNameField = value;
}
}
///
public ConditionOperator Operator
{
get
{
return this.operatorField;
}
set
{
this.operatorField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("Value")]
public object[] Values
{
get
{
return this.valuesField;
}
set
{
this.valuesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public enum ConditionOperator
{
///
Equal,
///
NotEqual,
///
GreaterThan,
///
LessThan,
///
GreaterEqual,
///
LessEqual,
///
Like,
///
NotLike,
///
In,
///
NotIn,
///
Between,
///
NotBetween,
///
Null,
///
NotNull,
///
Yesterday,
///
Today,
///
Tomorrow,
///
Last7Days,
///
Next7Days,
///
LastWeek,
///
ThisWeek,
///
NextWeek,
///
LastMonth,
///
ThisMonth,
///
NextMonth,
///
On,
///
OnOrBefore,
///
OnOrAfter,
///
LastYear,
///
ThisYear,
///
NextYear,
///
LastXHours,
///
NextXHours,
///
LastXDays,
///
NextXDays,
///
LastXWeeks,
///
NextXWeeks,
///
LastXMonths,
///
NextXMonths,
///
LastXYears,
///
NextXYears,
///
EqualUserId,
///
NotEqualUserId,
///
EqualBusinessId,
///
NotEqualBusinessId,
///
EqualUserLanguage,
///
NotOn,
///
OlderThanXMonths,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public partial class OrderExpression
{
private string attributeNameField;
private OrderType orderTypeField;
///
public string AttributeName
{
get
{
return this.attributeNameField;
}
set
{
this.attributeNameField = value;
}
}
///
public OrderType OrderType
{
get
{
return this.orderTypeField;
}
set
{
this.orderTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public enum OrderType
{
///
Ascending,
///
Descending,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Query")]
public partial class QueryByAttribute : QueryBase
{
private string[] attributesField;
private object[] valuesField;
private PagingInfo pageInfoField;
private OrderExpression[] ordersField;
///
[System.Xml.Serialization.XmlArrayItemAttribute("Attribute", IsNullable = false)]
public string[] Attributes
{
get
{
return this.attributesField;
}
set
{
this.attributesField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("Value")]
public object[] Values
{
get
{
return this.valuesField;
}
set
{
this.valuesField = value;
}
}
///
public PagingInfo PageInfo
{
get
{
return this.pageInfoField;
}
set
{
this.pageInfoField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("Order", IsNullable = false)]
public OrderExpression[] Orders
{
get
{
return this.ordersField;
}
set
{
this.ordersField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupSalesOrderByAccount : TargetRollup
{
private System.Guid accountIdField;
private QueryBase queryField;
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupQuoteByContact : TargetRollup
{
private System.Guid contactIdField;
private QueryBase queryField;
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupQuoteByAccount : TargetRollup
{
private System.Guid accountIdField;
private QueryBase queryField;
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupOpportunityByContact : TargetRollup
{
private System.Guid contactIdField;
private QueryBase queryField;
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupOpportunityByAccount : TargetRollup
{
private System.Guid accountIdField;
private QueryBase queryField;
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupInvoiceByContact : TargetRollup
{
private System.Guid contactIdField;
private QueryBase queryField;
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupInvoiceByAccount : TargetRollup
{
private System.Guid accountIdField;
private QueryBase queryField;
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupIncidentByContact : TargetRollup
{
private System.Guid contactIdField;
private QueryBase queryField;
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupIncidentByAccount : TargetRollup
{
private System.Guid accountIdField;
private QueryBase queryField;
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupDynamic : TargetRollup
{
private string entityNameField;
private System.Guid entityIdField;
private QueryBase queryField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupContractByContact : TargetRollup
{
private System.Guid contactIdField;
private QueryBase queryField;
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupContractByAccount : TargetRollup
{
private System.Guid accountIdField;
private QueryBase queryField;
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupAnnotationByOpportunity : TargetRollup
{
private System.Guid opportunityIdField;
private QueryBase queryField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupAnnotationByContact : TargetRollup
{
private System.Guid contactIdField;
private QueryBase queryField;
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupAnnotationByAccount : TargetRollup
{
private System.Guid accountIdField;
private QueryBase queryField;
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupActivityPointerByOpportunity : TargetRollup
{
private System.Guid opportunityIdField;
private QueryBase queryField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupActivityPointerByContact : TargetRollup
{
private System.Guid contactIdField;
private QueryBase queryField;
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRollupActivityPointerByAccount : TargetRollup
{
private System.Guid accountIdField;
private QueryBase queryField;
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveWorkflowLog))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveWorkflowDependency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveWorkflow))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveWizardPage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveWizardAccessPrivilege))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveWFProcessInstance))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveWFProcess))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveWebWizard))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveUserQuery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveUoMSchedule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveUoM))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTransformationParameterMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTransformationMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTransactionCurrency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTimeZoneRule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTimeZoneLocalizedName))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTimeZoneDefinition))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTerritory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTeam))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSystemUser))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSubject))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSite))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveServiceAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveService))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSemiAnnualFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSdkMessageProcessingStepSecureConfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSdkMessageProcessingStepImage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSdkMessageProcessingStep))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSdkMessageFilter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSdkMessage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSavedQuery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSalesOrderDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSalesOrder))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSalesLiteratureItem))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveSalesLiterature))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveResourceSpec))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveResourceGroup))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveResource))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveReportVisibility))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveReportLink))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveReportEntity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveReportCategory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveReport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveRelationshipRoleMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveRelationshipRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveQuoteDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveQuoteClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveQuote))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveQueueItem))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveQueue))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveQuarterlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveProductPriceLevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveProduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrievePrivilege))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrievePriceLevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrievePluginType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrievePluginAssembly))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrievePickListMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrievePhoneCall))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveOwnerMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveOrganizationUI))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveOrganization))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveOrderClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveOpportunityProduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveOpportunityClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveOpportunity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveMonthlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveMailMergeTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveLookUpMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveList))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveLetter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveLead))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveKbArticleTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveKbArticleComment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveKbArticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveIsvConfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveInvoiceDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveInvoice))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveIncidentResolution))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveIncident))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveImportMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveImportLog))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveImportJob))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveImportFile))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveImportData))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveImport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveFixedMonthlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveFax))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveEquipment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveEntityMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveEmail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveDuplicateRuleCondition))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveDuplicateRule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveDuplicateRecord))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveDisplayString))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveDiscountType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveDiscount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveCustomerRelationship))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveCustomerOpportunityRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveCustomerAddress))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveContractTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveContractDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveContract))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveConstraintBasedGroup))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveCompetitor))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveColumnMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveCampaignActivity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveCampaign))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveBusinessUnitNewsArticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveBusinessUnit))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveBusinessTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveBulkOperationLog))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveBulkOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveBulkDeleteOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveBulkDeleteFailure))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveAttributeMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveAsyncOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveAnnualFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveAnnotation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveActivityPointer))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveActivityMimeAttachment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRetrieveAccount))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetRetrieve
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveWorkflowLog : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveWorkflowDependency : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveWorkflow : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveWizardPage : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveWizardAccessPrivilege : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveWFProcessInstance : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveWFProcess : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveWebWizard : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveUserQuery : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveUoMSchedule : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveUoM : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTransformationParameterMapping : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTransformationMapping : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTransactionCurrency : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTimeZoneRule : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTimeZoneLocalizedName : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTimeZoneDefinition : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTerritory : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTemplate : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTeam : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveTask : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSystemUser : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSubject : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSite : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveServiceAppointment : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveService : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSemiAnnualFiscalCalendar : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSdkMessageProcessingStepSecureConfig : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSdkMessageProcessingStepImage : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSdkMessageProcessingStep : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSdkMessageFilter : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSdkMessage : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSavedQuery : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSalesOrderDetail : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSalesOrder : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSalesLiteratureItem : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveSalesLiterature : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveRole : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveResourceSpec : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveResourceGroup : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveResource : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveReportVisibility : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveReportLink : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveReportEntity : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveReportCategory : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveReport : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveRelationshipRoleMap : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveRelationshipRole : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveQuoteDetail : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveQuoteClose : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveQuote : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveQueueItem : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveQueue : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveQuarterlyFiscalCalendar : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveProductPriceLevel : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveProduct : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrievePrivilege : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrievePriceLevel : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrievePluginType : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrievePluginAssembly : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrievePickListMapping : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrievePhoneCall : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveOwnerMapping : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveOrganizationUI : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveOrganization : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveOrderClose : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveOpportunityProduct : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveOpportunityClose : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveOpportunity : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveMonthlyFiscalCalendar : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveMailMergeTemplate : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveLookUpMapping : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveList : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveLetter : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveLead : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveKbArticleTemplate : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveKbArticleComment : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveKbArticle : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveIsvConfig : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveInvoiceDetail : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveInvoice : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveIncidentResolution : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveIncident : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveImportMap : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveImportLog : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveImportJob : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveImportFile : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveImportData : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveImport : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveFixedMonthlyFiscalCalendar : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveFax : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveEquipment : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveEntityMap : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveEmail : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveDynamic : TargetRetrieve
{
private string entityNameField;
private System.Guid entityIdField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveDuplicateRuleCondition : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveDuplicateRule : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveDuplicateRecord : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveDisplayString : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveDiscountType : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveDiscount : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveCustomerRelationship : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveCustomerOpportunityRole : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveCustomerAddress : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveContractTemplate : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveContractDetail : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveContract : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveContact : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveConstraintBasedGroup : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveCompetitor : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveColumnMapping : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveCampaignResponse : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveCampaignActivity : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveCampaign : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveCalendar : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveBusinessUnitNewsArticle : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveBusinessUnit : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveBusinessTask : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveBulkOperationLog : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveBulkOperation : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveBulkDeleteOperation : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveBulkDeleteFailure : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveAttributeMap : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveAsyncOperation : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveAppointment : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveAnnualFiscalCalendar : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveAnnotation : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveActivityPointer : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveActivityMimeAttachment : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRetrieveAccount : TargetRetrieve
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRemoveParentSystemUser))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRemoveParentDynamic))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetRemoveParent
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRemoveParentSystemUser : TargetRemoveParent
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRemoveParentDynamic : TargetRemoveParent
{
private string entityNameField;
private System.Guid entityIdField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedSalesOrderToContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedSalesLiteratureToProduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedSalesLiteratureToCompetitor))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedQuoteToContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedProductToLead))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedProductToCompetitor))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedOpportunityToContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedOpportunityToCompetitor))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedOpportunityToAccount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedLeadToContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedLeadToAccount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedInvoiceToContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetRelatedDynamic))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetRelated
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedSalesOrderToContact : TargetRelated
{
private System.Guid salesOrderIdField;
private System.Guid contactIdField;
///
public System.Guid SalesOrderId
{
get
{
return this.salesOrderIdField;
}
set
{
this.salesOrderIdField = value;
}
}
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedSalesLiteratureToProduct : TargetRelated
{
private System.Guid salesLiteratureIdField;
private System.Guid productIdField;
///
public System.Guid SalesLiteratureId
{
get
{
return this.salesLiteratureIdField;
}
set
{
this.salesLiteratureIdField = value;
}
}
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedSalesLiteratureToCompetitor : TargetRelated
{
private System.Guid salesLiteratureIdField;
private System.Guid competitorIdField;
///
public System.Guid SalesLiteratureId
{
get
{
return this.salesLiteratureIdField;
}
set
{
this.salesLiteratureIdField = value;
}
}
///
public System.Guid CompetitorId
{
get
{
return this.competitorIdField;
}
set
{
this.competitorIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedQuoteToContact : TargetRelated
{
private System.Guid quoteIdField;
private System.Guid contactIdField;
///
public System.Guid QuoteId
{
get
{
return this.quoteIdField;
}
set
{
this.quoteIdField = value;
}
}
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedProductToLead : TargetRelated
{
private System.Guid productIdField;
private System.Guid leadIdField;
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
///
public System.Guid LeadId
{
get
{
return this.leadIdField;
}
set
{
this.leadIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedProductToCompetitor : TargetRelated
{
private System.Guid productIdField;
private System.Guid competitorIdField;
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
///
public System.Guid CompetitorId
{
get
{
return this.competitorIdField;
}
set
{
this.competitorIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedOpportunityToContact : TargetRelated
{
private System.Guid opportunityIdField;
private System.Guid contactIdField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedOpportunityToCompetitor : TargetRelated
{
private System.Guid opportunityIdField;
private System.Guid competitorIdField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public System.Guid CompetitorId
{
get
{
return this.competitorIdField;
}
set
{
this.competitorIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedOpportunityToAccount : TargetRelated
{
private System.Guid opportunityIdField;
private System.Guid accountIdField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedLeadToContact : TargetRelated
{
private System.Guid leadIdField;
private System.Guid contactIdField;
///
public System.Guid LeadId
{
get
{
return this.leadIdField;
}
set
{
this.leadIdField = value;
}
}
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedLeadToAccount : TargetRelated
{
private System.Guid leadIdField;
private System.Guid accountIdField;
///
public System.Guid LeadId
{
get
{
return this.leadIdField;
}
set
{
this.leadIdField = value;
}
}
///
public System.Guid AccountId
{
get
{
return this.accountIdField;
}
set
{
this.accountIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedInvoiceToContact : TargetRelated
{
private System.Guid invoiceIdField;
private System.Guid contactIdField;
///
public System.Guid InvoiceId
{
get
{
return this.invoiceIdField;
}
set
{
this.invoiceIdField = value;
}
}
///
public System.Guid ContactId
{
get
{
return this.contactIdField;
}
set
{
this.contactIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetRelatedDynamic : TargetRelated
{
private string entity1NameField;
private System.Guid entity1IdField;
private string entity2NameField;
private System.Guid entity2IdField;
///
public string Entity1Name
{
get
{
return this.entity1NameField;
}
set
{
this.entity1NameField = value;
}
}
///
public System.Guid Entity1Id
{
get
{
return this.entity1IdField;
}
set
{
this.entity1IdField = value;
}
}
///
public string Entity2Name
{
get
{
return this.entity2NameField;
}
set
{
this.entity2NameField = value;
}
}
///
public System.Guid Entity2Id
{
get
{
return this.entity2IdField;
}
set
{
this.entity2IdField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedServiceAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedPhoneCall))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedLetter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedIncident))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedFax))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedEmail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedCampaignActivity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQueuedAppointment))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetQueued
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedTask : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedServiceAppointment : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedPhoneCall : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedLetter : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedIncident : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedFax : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedEmail : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedDynamic : TargetQueued
{
private string entityNameField;
private System.Guid entityIdField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedCampaignResponse : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedCampaignActivity : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQueuedAppointment : TargetQueued
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQuantifySalesOrder))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQuantifyQuote))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQuantifyOpportunity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQuantifyInvoice))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetQuantifyDynamic))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetQuantify
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQuantifySalesOrder : TargetQuantify
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQuantifyQuote : TargetQuantify
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQuantifyOpportunity : TargetQuantify
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQuantifyInvoice : TargetQuantify
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetQuantifyDynamic : TargetQuantify
{
private string entityNameField;
private System.Guid entityIdField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetMergeLead))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetMergeDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetMergeContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetMergeAccount))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetMerge
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetMergeLead : TargetMerge
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetMergeDynamic : TargetMerge
{
private string entityNameField;
private System.Guid entityIdField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetMergeContact : TargetMerge
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetMergeAccount : TargetMerge
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteWorkflowLog))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteWorkflowDependency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteWorkflow))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteWizardPage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteWizardAccessPrivilege))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteWFProcessInstance))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteWebWizard))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteUserQuery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteUoMSchedule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteUoM))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteTransformationParameterMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteTransformationMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteTransactionCurrency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteTerritory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteTeam))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSubject))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSite))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteServiceAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteService))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSemiAnnualFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSdkMessageProcessingStepSecureConfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSdkMessageProcessingStepImage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSdkMessageProcessingStep))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSavedQuery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSalesOrderDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSalesOrder))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSalesLiteratureItem))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteSalesLiterature))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteResourceSpec))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteReportVisibility))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteReportEntity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteReportCategory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteReport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteRelationshipRoleMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteRelationshipRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteQuoteDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteQuoteClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteQuote))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteQueue))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteQuarterlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteProductPriceLevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteProduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeletePriceLevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeletePluginType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeletePluginAssembly))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeletePickListMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeletePhoneCall))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteOwnerMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteOrderClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteOpportunityProduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteOpportunityClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteOpportunity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteMonthlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteMailMergeTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteLookUpMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteList))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteLetter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteLead))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteKbArticleTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteKbArticleComment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteKbArticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteIsvConfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteInvoiceDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteInvoice))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteIncidentResolution))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteIncident))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteImportMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteImportJob))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteImportFile))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteImportData))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteImport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteFixedMonthlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteFax))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteEquipment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteEmail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteDuplicateRuleCondition))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteDuplicateRule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteDiscountType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteDiscount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteCustomerRelationship))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteCustomerOpportunityRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteCustomerAddress))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteContractTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteContractDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteContract))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteConstraintBasedGroup))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteCompetitor))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteColumnMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteCampaignActivity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteCampaign))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteBusinessUnitNewsArticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteBusinessTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteBulkOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteBulkDeleteOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteAttributeMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteAsyncOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteAnnualFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteAnnotation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteActivityMimeAttachment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetDeleteAccount))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetDelete
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteWorkflowLog : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteWorkflowDependency : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteWorkflow : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteWizardPage : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteWizardAccessPrivilege : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteWFProcessInstance : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteWebWizard : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteUserQuery : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteUoMSchedule : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteUoM : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteTransformationParameterMapping : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteTransformationMapping : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteTransactionCurrency : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteTerritory : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteTemplate : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteTeam : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteTask : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSubject : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSite : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteServiceAppointment : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteService : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSemiAnnualFiscalCalendar : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSdkMessageProcessingStepSecureConfig : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSdkMessageProcessingStepImage : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSdkMessageProcessingStep : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSavedQuery : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSalesOrderDetail : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSalesOrder : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSalesLiteratureItem : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteSalesLiterature : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteRole : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteResourceSpec : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteReportVisibility : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteReportEntity : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteReportCategory : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteReport : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteRelationshipRoleMap : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteRelationshipRole : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteQuoteDetail : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteQuoteClose : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteQuote : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteQueue : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteQuarterlyFiscalCalendar : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteProductPriceLevel : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteProduct : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeletePriceLevel : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeletePluginType : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeletePluginAssembly : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeletePickListMapping : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeletePhoneCall : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteOwnerMapping : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteOrderClose : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteOpportunityProduct : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteOpportunityClose : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteOpportunity : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteMonthlyFiscalCalendar : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteMailMergeTemplate : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteLookUpMapping : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteList : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteLetter : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteLead : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteKbArticleTemplate : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteKbArticleComment : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteKbArticle : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteIsvConfig : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteInvoiceDetail : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteInvoice : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteIncidentResolution : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteIncident : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteImportMap : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteImportJob : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteImportFile : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteImportData : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteImport : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteFixedMonthlyFiscalCalendar : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteFax : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteEquipment : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteEmail : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteDynamic : TargetDelete
{
private string entityNameField;
private System.Guid entityIdField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteDuplicateRuleCondition : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteDuplicateRule : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteDiscountType : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteDiscount : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteCustomerRelationship : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteCustomerOpportunityRole : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteCustomerAddress : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteContractTemplate : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteContractDetail : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteContract : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteContact : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteConstraintBasedGroup : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteCompetitor : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteColumnMapping : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteCampaignResponse : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteCampaignActivity : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteCampaign : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteCalendar : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteBusinessUnitNewsArticle : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteBusinessTask : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteBulkOperation : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteBulkDeleteOperation : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteAttributeMap : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteAsyncOperation : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteAppointment : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteAnnualFiscalCalendar : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteAnnotation : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteActivityMimeAttachment : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetDeleteAccount : TargetDelete
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateWorkflowLog))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateWorkflowDependency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateWorkflow))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateWizardPage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateWizardAccessPrivilege))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateWebWizard))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateUserQuery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateUoMSchedule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateUoM))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateTransformationParameterMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateTransformationMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateTransactionCurrency))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateTerritory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateTeam))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSystemUser))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSubject))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSite))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateServiceAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateService))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSemiAnnualFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSdkMessageProcessingStepSecureConfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSdkMessageProcessingStepImage))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSdkMessageProcessingStep))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSavedQuery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSalesOrderDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSalesOrder))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSalesLiteratureItem))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateSalesLiterature))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateResourceSpec))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateReportVisibility))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateReportEntity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateReportCategory))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateReport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateRelationshipRoleMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateRelationshipRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateQuoteDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateQuoteClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateQuote))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateQueue))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateQuarterlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateProductPriceLevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateProduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreatePriceLevel))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreatePluginType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreatePluginAssembly))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreatePickListMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreatePhoneCall))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateOwnerMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateOrganizationUI))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateOrderClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateOpportunityProduct))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateOpportunityClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateOpportunity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateMonthlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateMailMergeTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateLookUpMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateList))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateLetter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateLead))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateKbArticleTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateKbArticleComment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateKbArticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateIsvConfig))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateInvoiceDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateInvoice))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateIncidentResolution))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateIncident))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateImportMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateImportJob))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateImportFile))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateImportData))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateImport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateFixedMonthlyFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateFax))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateEquipment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateEmail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateDuplicateRuleCondition))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateDuplicateRule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateDiscountType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateDiscount))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateCustomerRelationship))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateCustomerOpportunityRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateCustomerAddress))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateContractTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateContractDetail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateContract))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateConstraintBasedGroup))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateCompetitor))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateColumnMapping))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateCampaignActivity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateCampaign))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateBusinessUnitNewsArticle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateBusinessUnit))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateBusinessTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateAttributeMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateAsyncOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateAnnualFiscalCalendar))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateAnnotation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateActivityMimeAttachment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCreateAccount))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetCreate
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateWorkflowLog : TargetCreate
{
private workflowlog workflowLogField;
///
public workflowlog WorkflowLog
{
get
{
return this.workflowLogField;
}
set
{
this.workflowLogField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateWorkflowDependency : TargetCreate
{
private workflowdependency workflowDependencyField;
///
public workflowdependency WorkflowDependency
{
get
{
return this.workflowDependencyField;
}
set
{
this.workflowDependencyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateWorkflow : TargetCreate
{
private workflow workflowField;
///
public workflow Workflow
{
get
{
return this.workflowField;
}
set
{
this.workflowField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateWizardPage : TargetCreate
{
private wizardpage wizardPageField;
///
public wizardpage WizardPage
{
get
{
return this.wizardPageField;
}
set
{
this.wizardPageField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateWizardAccessPrivilege : TargetCreate
{
private wizardaccessprivilege wizardAccessPrivilegeField;
///
public wizardaccessprivilege WizardAccessPrivilege
{
get
{
return this.wizardAccessPrivilegeField;
}
set
{
this.wizardAccessPrivilegeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateWebWizard : TargetCreate
{
private webwizard webWizardField;
///
public webwizard WebWizard
{
get
{
return this.webWizardField;
}
set
{
this.webWizardField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateUserQuery : TargetCreate
{
private userquery userQueryField;
///
public userquery UserQuery
{
get
{
return this.userQueryField;
}
set
{
this.userQueryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateUoMSchedule : TargetCreate
{
private uomschedule uoMScheduleField;
///
public uomschedule UoMSchedule
{
get
{
return this.uoMScheduleField;
}
set
{
this.uoMScheduleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateUoM : TargetCreate
{
private uom uoMField;
///
public uom UoM
{
get
{
return this.uoMField;
}
set
{
this.uoMField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateTransformationParameterMapping : TargetCreate
{
private transformationparametermapping transformationParameterMappingField;
///
public transformationparametermapping TransformationParameterMapping
{
get
{
return this.transformationParameterMappingField;
}
set
{
this.transformationParameterMappingField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateTransformationMapping : TargetCreate
{
private transformationmapping transformationMappingField;
///
public transformationmapping TransformationMapping
{
get
{
return this.transformationMappingField;
}
set
{
this.transformationMappingField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateTransactionCurrency : TargetCreate
{
private transactioncurrency transactionCurrencyField;
///
public transactioncurrency TransactionCurrency
{
get
{
return this.transactionCurrencyField;
}
set
{
this.transactionCurrencyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateTerritory : TargetCreate
{
private territory territoryField;
///
public territory Territory
{
get
{
return this.territoryField;
}
set
{
this.territoryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateTemplate : TargetCreate
{
private template templateField;
///
public template Template
{
get
{
return this.templateField;
}
set
{
this.templateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateTeam : TargetCreate
{
private team teamField;
///
public team Team
{
get
{
return this.teamField;
}
set
{
this.teamField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateTask : TargetCreate
{
private task taskField;
///
public task Task
{
get
{
return this.taskField;
}
set
{
this.taskField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSystemUser : TargetCreate
{
private systemuser systemUserField;
///
public systemuser SystemUser
{
get
{
return this.systemUserField;
}
set
{
this.systemUserField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSubject : TargetCreate
{
private subject subjectField;
///
public subject Subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSite : TargetCreate
{
private site siteField;
///
public site Site
{
get
{
return this.siteField;
}
set
{
this.siteField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateServiceAppointment : TargetCreate
{
private serviceappointment serviceAppointmentField;
///
public serviceappointment ServiceAppointment
{
get
{
return this.serviceAppointmentField;
}
set
{
this.serviceAppointmentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateService : TargetCreate
{
private service serviceField;
///
public service Service
{
get
{
return this.serviceField;
}
set
{
this.serviceField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSemiAnnualFiscalCalendar : TargetCreate
{
private semiannualfiscalcalendar semiAnnualFiscalCalendarField;
///
public semiannualfiscalcalendar SemiAnnualFiscalCalendar
{
get
{
return this.semiAnnualFiscalCalendarField;
}
set
{
this.semiAnnualFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSdkMessageProcessingStepSecureConfig : TargetCreate
{
private sdkmessageprocessingstepsecureconfig sdkMessageProcessingStepSecureConfigField;
///
public sdkmessageprocessingstepsecureconfig SdkMessageProcessingStepSecureConfig
{
get
{
return this.sdkMessageProcessingStepSecureConfigField;
}
set
{
this.sdkMessageProcessingStepSecureConfigField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSdkMessageProcessingStepImage : TargetCreate
{
private sdkmessageprocessingstepimage sdkMessageProcessingStepImageField;
///
public sdkmessageprocessingstepimage SdkMessageProcessingStepImage
{
get
{
return this.sdkMessageProcessingStepImageField;
}
set
{
this.sdkMessageProcessingStepImageField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSdkMessageProcessingStep : TargetCreate
{
private sdkmessageprocessingstep sdkMessageProcessingStepField;
///
public sdkmessageprocessingstep SdkMessageProcessingStep
{
get
{
return this.sdkMessageProcessingStepField;
}
set
{
this.sdkMessageProcessingStepField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSavedQuery : TargetCreate
{
private savedquery savedQueryField;
///
public savedquery SavedQuery
{
get
{
return this.savedQueryField;
}
set
{
this.savedQueryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSalesOrderDetail : TargetCreate
{
private salesorderdetail salesOrderDetailField;
///
public salesorderdetail SalesOrderDetail
{
get
{
return this.salesOrderDetailField;
}
set
{
this.salesOrderDetailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSalesOrder : TargetCreate
{
private salesorder salesOrderField;
///
public salesorder SalesOrder
{
get
{
return this.salesOrderField;
}
set
{
this.salesOrderField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSalesLiteratureItem : TargetCreate
{
private salesliteratureitem salesLiteratureItemField;
///
public salesliteratureitem SalesLiteratureItem
{
get
{
return this.salesLiteratureItemField;
}
set
{
this.salesLiteratureItemField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateSalesLiterature : TargetCreate
{
private salesliterature salesLiteratureField;
///
public salesliterature SalesLiterature
{
get
{
return this.salesLiteratureField;
}
set
{
this.salesLiteratureField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateRole : TargetCreate
{
private role roleField;
///
public role Role
{
get
{
return this.roleField;
}
set
{
this.roleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateResourceSpec : TargetCreate
{
private resourcespec resourceSpecField;
///
public resourcespec ResourceSpec
{
get
{
return this.resourceSpecField;
}
set
{
this.resourceSpecField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateReportVisibility : TargetCreate
{
private reportvisibility reportVisibilityField;
///
public reportvisibility ReportVisibility
{
get
{
return this.reportVisibilityField;
}
set
{
this.reportVisibilityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateReportEntity : TargetCreate
{
private reportentity reportEntityField;
///
public reportentity ReportEntity
{
get
{
return this.reportEntityField;
}
set
{
this.reportEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateReportCategory : TargetCreate
{
private reportcategory reportCategoryField;
///
public reportcategory ReportCategory
{
get
{
return this.reportCategoryField;
}
set
{
this.reportCategoryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateReport : TargetCreate
{
private report reportField;
///
public report Report
{
get
{
return this.reportField;
}
set
{
this.reportField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateRelationshipRoleMap : TargetCreate
{
private relationshiprolemap relationshipRoleMapField;
///
public relationshiprolemap RelationshipRoleMap
{
get
{
return this.relationshipRoleMapField;
}
set
{
this.relationshipRoleMapField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateRelationshipRole : TargetCreate
{
private relationshiprole relationshipRoleField;
///
public relationshiprole RelationshipRole
{
get
{
return this.relationshipRoleField;
}
set
{
this.relationshipRoleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateQuoteDetail : TargetCreate
{
private quotedetail quoteDetailField;
///
public quotedetail QuoteDetail
{
get
{
return this.quoteDetailField;
}
set
{
this.quoteDetailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateQuoteClose : TargetCreate
{
private quoteclose quoteCloseField;
///
public quoteclose QuoteClose
{
get
{
return this.quoteCloseField;
}
set
{
this.quoteCloseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateQuote : TargetCreate
{
private quote quoteField;
///
public quote Quote
{
get
{
return this.quoteField;
}
set
{
this.quoteField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateQueue : TargetCreate
{
private queue queueField;
///
public queue Queue
{
get
{
return this.queueField;
}
set
{
this.queueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateQuarterlyFiscalCalendar : TargetCreate
{
private quarterlyfiscalcalendar quarterlyFiscalCalendarField;
///
public quarterlyfiscalcalendar QuarterlyFiscalCalendar
{
get
{
return this.quarterlyFiscalCalendarField;
}
set
{
this.quarterlyFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateProductPriceLevel : TargetCreate
{
private productpricelevel productPriceLevelField;
///
public productpricelevel ProductPriceLevel
{
get
{
return this.productPriceLevelField;
}
set
{
this.productPriceLevelField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateProduct : TargetCreate
{
private product productField;
///
public product Product
{
get
{
return this.productField;
}
set
{
this.productField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreatePriceLevel : TargetCreate
{
private pricelevel priceLevelField;
///
public pricelevel PriceLevel
{
get
{
return this.priceLevelField;
}
set
{
this.priceLevelField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreatePluginType : TargetCreate
{
private plugintype pluginTypeField;
///
public plugintype PluginType
{
get
{
return this.pluginTypeField;
}
set
{
this.pluginTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreatePluginAssembly : TargetCreate
{
private pluginassembly pluginAssemblyField;
///
public pluginassembly PluginAssembly
{
get
{
return this.pluginAssemblyField;
}
set
{
this.pluginAssemblyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreatePickListMapping : TargetCreate
{
private picklistmapping pickListMappingField;
///
public picklistmapping PickListMapping
{
get
{
return this.pickListMappingField;
}
set
{
this.pickListMappingField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreatePhoneCall : TargetCreate
{
private phonecall phoneCallField;
///
public phonecall PhoneCall
{
get
{
return this.phoneCallField;
}
set
{
this.phoneCallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateOwnerMapping : TargetCreate
{
private ownermapping ownerMappingField;
///
public ownermapping OwnerMapping
{
get
{
return this.ownerMappingField;
}
set
{
this.ownerMappingField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateOrganizationUI : TargetCreate
{
private organizationui organizationUIField;
///
public organizationui OrganizationUI
{
get
{
return this.organizationUIField;
}
set
{
this.organizationUIField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateOrderClose : TargetCreate
{
private orderclose orderCloseField;
///
public orderclose OrderClose
{
get
{
return this.orderCloseField;
}
set
{
this.orderCloseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateOpportunityProduct : TargetCreate
{
private opportunityproduct opportunityProductField;
///
public opportunityproduct OpportunityProduct
{
get
{
return this.opportunityProductField;
}
set
{
this.opportunityProductField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateOpportunityClose : TargetCreate
{
private opportunityclose opportunityCloseField;
///
public opportunityclose OpportunityClose
{
get
{
return this.opportunityCloseField;
}
set
{
this.opportunityCloseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateOpportunity : TargetCreate
{
private opportunity opportunityField;
///
public opportunity Opportunity
{
get
{
return this.opportunityField;
}
set
{
this.opportunityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateMonthlyFiscalCalendar : TargetCreate
{
private monthlyfiscalcalendar monthlyFiscalCalendarField;
///
public monthlyfiscalcalendar MonthlyFiscalCalendar
{
get
{
return this.monthlyFiscalCalendarField;
}
set
{
this.monthlyFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateMailMergeTemplate : TargetCreate
{
private mailmergetemplate mailMergeTemplateField;
///
public mailmergetemplate MailMergeTemplate
{
get
{
return this.mailMergeTemplateField;
}
set
{
this.mailMergeTemplateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateLookUpMapping : TargetCreate
{
private lookupmapping lookUpMappingField;
///
public lookupmapping LookUpMapping
{
get
{
return this.lookUpMappingField;
}
set
{
this.lookUpMappingField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateList : TargetCreate
{
private list listField;
///
public list List
{
get
{
return this.listField;
}
set
{
this.listField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateLetter : TargetCreate
{
private letter letterField;
///
public letter Letter
{
get
{
return this.letterField;
}
set
{
this.letterField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateLead : TargetCreate
{
private lead leadField;
///
public lead Lead
{
get
{
return this.leadField;
}
set
{
this.leadField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateKbArticleTemplate : TargetCreate
{
private kbarticletemplate kbArticleTemplateField;
///
public kbarticletemplate KbArticleTemplate
{
get
{
return this.kbArticleTemplateField;
}
set
{
this.kbArticleTemplateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateKbArticleComment : TargetCreate
{
private kbarticlecomment kbArticleCommentField;
///
public kbarticlecomment KbArticleComment
{
get
{
return this.kbArticleCommentField;
}
set
{
this.kbArticleCommentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateKbArticle : TargetCreate
{
private kbarticle kbArticleField;
///
public kbarticle KbArticle
{
get
{
return this.kbArticleField;
}
set
{
this.kbArticleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateIsvConfig : TargetCreate
{
private isvconfig isvConfigField;
///
public isvconfig IsvConfig
{
get
{
return this.isvConfigField;
}
set
{
this.isvConfigField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateInvoiceDetail : TargetCreate
{
private invoicedetail invoiceDetailField;
///
public invoicedetail InvoiceDetail
{
get
{
return this.invoiceDetailField;
}
set
{
this.invoiceDetailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateInvoice : TargetCreate
{
private invoice invoiceField;
///
public invoice Invoice
{
get
{
return this.invoiceField;
}
set
{
this.invoiceField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateIncidentResolution : TargetCreate
{
private incidentresolution incidentResolutionField;
///
public incidentresolution IncidentResolution
{
get
{
return this.incidentResolutionField;
}
set
{
this.incidentResolutionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateIncident : TargetCreate
{
private incident incidentField;
///
public incident Incident
{
get
{
return this.incidentField;
}
set
{
this.incidentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateImportMap : TargetCreate
{
private importmap importMapField;
///
public importmap ImportMap
{
get
{
return this.importMapField;
}
set
{
this.importMapField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateImportJob : TargetCreate
{
private importjob importJobField;
///
public importjob ImportJob
{
get
{
return this.importJobField;
}
set
{
this.importJobField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateImportFile : TargetCreate
{
private importfile importFileField;
///
public importfile ImportFile
{
get
{
return this.importFileField;
}
set
{
this.importFileField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateImportData : TargetCreate
{
private importdata importDataField;
///
public importdata ImportData
{
get
{
return this.importDataField;
}
set
{
this.importDataField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateImport : TargetCreate
{
private import importField;
///
public import Import
{
get
{
return this.importField;
}
set
{
this.importField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateFixedMonthlyFiscalCalendar : TargetCreate
{
private fixedmonthlyfiscalcalendar fixedMonthlyFiscalCalendarField;
///
public fixedmonthlyfiscalcalendar FixedMonthlyFiscalCalendar
{
get
{
return this.fixedMonthlyFiscalCalendarField;
}
set
{
this.fixedMonthlyFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateFax : TargetCreate
{
private fax faxField;
///
public fax Fax
{
get
{
return this.faxField;
}
set
{
this.faxField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateEquipment : TargetCreate
{
private equipment equipmentField;
///
public equipment Equipment
{
get
{
return this.equipmentField;
}
set
{
this.equipmentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateEmail : TargetCreate
{
private email emailField;
///
public email Email
{
get
{
return this.emailField;
}
set
{
this.emailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateDynamic : TargetCreate
{
private DynamicEntity entityField;
///
public DynamicEntity Entity
{
get
{
return this.entityField;
}
set
{
this.entityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateDuplicateRuleCondition : TargetCreate
{
private duplicaterulecondition duplicateRuleConditionField;
///
public duplicaterulecondition DuplicateRuleCondition
{
get
{
return this.duplicateRuleConditionField;
}
set
{
this.duplicateRuleConditionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateDuplicateRule : TargetCreate
{
private duplicaterule duplicateRuleField;
///
public duplicaterule DuplicateRule
{
get
{
return this.duplicateRuleField;
}
set
{
this.duplicateRuleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateDiscountType : TargetCreate
{
private discounttype discountTypeField;
///
public discounttype DiscountType
{
get
{
return this.discountTypeField;
}
set
{
this.discountTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateDiscount : TargetCreate
{
private discount discountField;
///
public discount Discount
{
get
{
return this.discountField;
}
set
{
this.discountField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateCustomerRelationship : TargetCreate
{
private customerrelationship customerRelationshipField;
///
public customerrelationship CustomerRelationship
{
get
{
return this.customerRelationshipField;
}
set
{
this.customerRelationshipField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateCustomerOpportunityRole : TargetCreate
{
private customeropportunityrole customerOpportunityRoleField;
///
public customeropportunityrole CustomerOpportunityRole
{
get
{
return this.customerOpportunityRoleField;
}
set
{
this.customerOpportunityRoleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateCustomerAddress : TargetCreate
{
private customeraddress customerAddressField;
///
public customeraddress CustomerAddress
{
get
{
return this.customerAddressField;
}
set
{
this.customerAddressField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateContractTemplate : TargetCreate
{
private contracttemplate contractTemplateField;
///
public contracttemplate ContractTemplate
{
get
{
return this.contractTemplateField;
}
set
{
this.contractTemplateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateContractDetail : TargetCreate
{
private contractdetail contractDetailField;
///
public contractdetail ContractDetail
{
get
{
return this.contractDetailField;
}
set
{
this.contractDetailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateContract : TargetCreate
{
private contract contractField;
///
public contract Contract
{
get
{
return this.contractField;
}
set
{
this.contractField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateContact : TargetCreate
{
private contact contactField;
///
public contact Contact
{
get
{
return this.contactField;
}
set
{
this.contactField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateConstraintBasedGroup : TargetCreate
{
private constraintbasedgroup constraintBasedGroupField;
///
public constraintbasedgroup ConstraintBasedGroup
{
get
{
return this.constraintBasedGroupField;
}
set
{
this.constraintBasedGroupField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateCompetitor : TargetCreate
{
private competitor competitorField;
///
public competitor Competitor
{
get
{
return this.competitorField;
}
set
{
this.competitorField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateColumnMapping : TargetCreate
{
private columnmapping columnMappingField;
///
public columnmapping ColumnMapping
{
get
{
return this.columnMappingField;
}
set
{
this.columnMappingField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateCampaignResponse : TargetCreate
{
private campaignresponse campaignResponseField;
///
public campaignresponse CampaignResponse
{
get
{
return this.campaignResponseField;
}
set
{
this.campaignResponseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateCampaignActivity : TargetCreate
{
private campaignactivity campaignActivityField;
///
public campaignactivity CampaignActivity
{
get
{
return this.campaignActivityField;
}
set
{
this.campaignActivityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateCampaign : TargetCreate
{
private campaign campaignField;
///
public campaign Campaign
{
get
{
return this.campaignField;
}
set
{
this.campaignField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateCalendar : TargetCreate
{
private calendar calendarField;
///
public calendar Calendar
{
get
{
return this.calendarField;
}
set
{
this.calendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateBusinessUnitNewsArticle : TargetCreate
{
private businessunitnewsarticle businessUnitNewsArticleField;
///
public businessunitnewsarticle BusinessUnitNewsArticle
{
get
{
return this.businessUnitNewsArticleField;
}
set
{
this.businessUnitNewsArticleField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateBusinessUnit : TargetCreate
{
private businessunit businessUnitField;
///
public businessunit BusinessUnit
{
get
{
return this.businessUnitField;
}
set
{
this.businessUnitField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateBusinessTask : TargetCreate
{
private businesstask businessTaskField;
///
public businesstask BusinessTask
{
get
{
return this.businessTaskField;
}
set
{
this.businessTaskField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateAttributeMap : TargetCreate
{
private attributemap attributeMapField;
///
public attributemap AttributeMap
{
get
{
return this.attributeMapField;
}
set
{
this.attributeMapField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateAsyncOperation : TargetCreate
{
private asyncoperation asyncOperationField;
///
public asyncoperation AsyncOperation
{
get
{
return this.asyncOperationField;
}
set
{
this.asyncOperationField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateAppointment : TargetCreate
{
private appointment appointmentField;
///
public appointment Appointment
{
get
{
return this.appointmentField;
}
set
{
this.appointmentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateAnnualFiscalCalendar : TargetCreate
{
private annualfiscalcalendar annualFiscalCalendarField;
///
public annualfiscalcalendar AnnualFiscalCalendar
{
get
{
return this.annualFiscalCalendarField;
}
set
{
this.annualFiscalCalendarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateAnnotation : TargetCreate
{
private annotation annotationField;
///
public annotation Annotation
{
get
{
return this.annotationField;
}
set
{
this.annotationField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateActivityMimeAttachment : TargetCreate
{
private activitymimeattachment activityMimeAttachmentField;
///
public activitymimeattachment ActivityMimeAttachment
{
get
{
return this.activityMimeAttachmentField;
}
set
{
this.activityMimeAttachmentField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCreateAccount : TargetCreate
{
private account accountField;
///
public account Account
{
get
{
return this.accountField;
}
set
{
this.accountField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCompoundSalesOrder))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCompoundQuote))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCompoundInvoice))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCompoundDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCompoundDuplicateRule))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetCompound
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCompoundSalesOrder : TargetCompound
{
private salesorder salesOrderField;
private salesorderdetail[] salesOrderDetailsField;
///
public salesorder SalesOrder
{
get
{
return this.salesOrderField;
}
set
{
this.salesOrderField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public salesorderdetail[] SalesOrderDetails
{
get
{
return this.salesOrderDetailsField;
}
set
{
this.salesOrderDetailsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCompoundQuote : TargetCompound
{
private quote quoteField;
private quotedetail[] quoteDetailsField;
///
public quote Quote
{
get
{
return this.quoteField;
}
set
{
this.quoteField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public quotedetail[] QuoteDetails
{
get
{
return this.quoteDetailsField;
}
set
{
this.quoteDetailsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCompoundInvoice : TargetCompound
{
private invoice invoiceField;
private invoicedetail[] invoiceDetailsField;
///
public invoice Invoice
{
get
{
return this.invoiceField;
}
set
{
this.invoiceField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public invoicedetail[] InvoiceDetails
{
get
{
return this.invoiceDetailsField;
}
set
{
this.invoiceDetailsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCompoundDynamic : TargetCompound
{
private DynamicEntity entityField;
private DynamicEntity[] childEntitiesField;
///
public DynamicEntity Entity
{
get
{
return this.entityField;
}
set
{
this.entityField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public DynamicEntity[] ChildEntities
{
get
{
return this.childEntitiesField;
}
set
{
this.childEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetCompoundDuplicateRule : TargetCompound
{
private duplicaterule duplicateRuleField;
private duplicaterulecondition[] duplicateRuleConditionsField;
///
public duplicaterule DuplicateRule
{
get
{
return this.duplicateRuleField;
}
set
{
this.duplicateRuleField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public duplicaterulecondition[] DuplicateRuleConditions
{
get
{
return this.duplicateRuleConditionsField;
}
set
{
this.duplicateRuleConditionsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class ProposalParty
{
private System.Guid resourceIdField;
private System.Guid resourceSpecIdField;
private string displayNameField;
private string entityNameField;
private double effortRequiredField;
///
public System.Guid ResourceId
{
get
{
return this.resourceIdField;
}
set
{
this.resourceIdField = value;
}
}
///
public System.Guid ResourceSpecId
{
get
{
return this.resourceSpecIdField;
}
set
{
this.resourceSpecIdField = value;
}
}
///
public string DisplayName
{
get
{
return this.displayNameField;
}
set
{
this.displayNameField = value;
}
}
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public double EffortRequired
{
get
{
return this.effortRequiredField;
}
set
{
this.effortRequiredField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class AppointmentProposal
{
private CrmDateTime startField;
private CrmDateTime endField;
private System.Guid siteIdField;
private string siteNameField;
private ProposalParty[] proposalPartiesField;
///
public CrmDateTime Start
{
get
{
return this.startField;
}
set
{
this.startField = value;
}
}
///
public CrmDateTime End
{
get
{
return this.endField;
}
set
{
this.endField = value;
}
}
///
public System.Guid SiteId
{
get
{
return this.siteIdField;
}
set
{
this.siteIdField = value;
}
}
///
public string SiteName
{
get
{
return this.siteNameField;
}
set
{
this.siteNameField = value;
}
}
///
public ProposalParty[] ProposalParties
{
get
{
return this.proposalPartiesField;
}
set
{
this.proposalPartiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class SearchResults
{
private AppointmentProposal[] proposalsField;
private TraceInfo traceInfoField;
///
public AppointmentProposal[] Proposals
{
get
{
return this.proposalsField;
}
set
{
this.proposalsField = value;
}
}
///
public TraceInfo TraceInfo
{
get
{
return this.traceInfoField;
}
set
{
this.traceInfoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class TraceInfo
{
private ErrorInfo[] errorInfoListField;
///
public ErrorInfo[] ErrorInfoList
{
get
{
return this.errorInfoListField;
}
set
{
this.errorInfoListField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class ErrorInfo
{
private ResourceInfo[] resourceListField;
private string errorCodeField;
///
public ResourceInfo[] ResourceList
{
get
{
return this.resourceListField;
}
set
{
this.resourceListField = value;
}
}
///
public string ErrorCode
{
get
{
return this.errorCodeField;
}
set
{
this.errorCodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class ResourceInfo
{
private System.Guid idField;
private string displayNameField;
private string entityNameField;
///
public System.Guid Id
{
get
{
return this.idField;
}
set
{
this.idField = value;
}
}
///
public string DisplayName
{
get
{
return this.displayNameField;
}
set
{
this.displayNameField = value;
}
}
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public partial class BusinessEntityCollection
{
private BusinessEntity[] businessEntitiesField;
private string entityNameField;
private bool moreRecordsField;
private string pagingCookieField;
private string versionField;
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
public BusinessEntity[] BusinessEntities
{
get
{
return this.businessEntitiesField;
}
set
{
this.businessEntitiesField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool MoreRecords
{
get
{
return this.moreRecordsField;
}
set
{
this.moreRecordsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string PagingCookie
{
get
{
return this.pagingCookieField;
}
set
{
this.pagingCookieField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string Version
{
get
{
return this.versionField;
}
set
{
this.versionField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WinQuoteResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WinOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WhoAmIResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ValidateSavedQueryResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ValidateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UtcTimeFromLocalTimeResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UpdateUserSettingsSystemUserResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UpdateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UnregisterSolutionResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UnpublishDuplicateRuleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UnlockSalesOrderPricingResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UnlockInvoicePricingResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransformImportResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatusUpdateBulkOperationResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateWorkflowResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateWFProcessInstanceResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateUserQueryResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateTransactionCurrencyResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateTaskResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateSystemUserResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateServiceAppointmentResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateSdkMessageProcessingStepResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateSalesOrderResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateRelationshipRoleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateQuoteResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateQuoteCloseResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateProductResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStatePriceLevelResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStatePhoneCallResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateOrderCloseResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateOpportunityCloseResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateMailMergeTemplateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateListResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateLetterResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateLeadResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateKbArticleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateInvoiceResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateIncidentResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateIncidentResolutionResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateImportMapResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateFaxResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateDynamicEntityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateDiscountTypeResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateContractResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateContractDetailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateContactResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateCampaignResponseResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateCampaignActivityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateBusinessUnitResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateAppointmentResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateAccountResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetReportRelatedResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetRelatedResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetParentTeamResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetParentSystemUserResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetParentBusinessUnitResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetLocLabelsResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetBusinessSystemUserResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetBusinessEquipmentResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendTemplateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendFaxResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendEmailFromTemplateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendBulkMailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchByTitleKbArticleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchByKeywordsKbArticleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchByBodyKbArticleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RouteResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RollupResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RevokeAccessResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReviseQuoteResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveVersionResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveUserSettingsSystemUserResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveUserPrivilegesResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveTeamsSystemUserResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveSubsidiaryUsersBusinessUnitResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveSubsidiaryTeamsBusinessUnitResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveSubGroupsResourceGroupResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveSharedPrincipalsAndAccessResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveRolePrivilegesRoleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveProvisionedLanguagesResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrievePrivilegeSetResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrievePrincipalAccessResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveParsedDataImportFileResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveParentGroupsResourceGroupResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveMultipleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveMembersTeamResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveMembersBulkOperationResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveLocLabelsResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveLicenseInfoResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveInstalledLanguagePacksResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveFormXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveExchangeRateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveDuplicatesResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveDeprovisionedLanguagesResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveDeploymentLicenseTypeResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByTopIncidentSubjectKbArticleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByTopIncidentProductKbArticleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByResourcesServiceResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByResourceResourceGroupResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByGroupResourceResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveBusinessHierarchyBusinessUnitResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveAvailableLanguagesResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveAllChildUsersSystemUserResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ResetDataFiltersResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RescheduleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReplacePrivilegesRoleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RenewContractResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveUserRolesRoleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveSubstituteProductResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveRelatedResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveProductFromKitResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemovePrivilegeRoleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveParentResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveMembersTeamResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveMemberListResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveItemCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveItemCampaignActivityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RegisterSolutionResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReassignObjectsSystemUserResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QueryScheduleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QueryMultipleSchedulesResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QueryExpressionToFetchXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QualifyMemberListResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PublishXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PublishDuplicateRuleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PublishAllXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PropagateByExpressionResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessOneMemberBulkOperationResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessInboundEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParseImportResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ModifyAccessResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MergeResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MakeUnavailableToOrganizationTemplateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MakeUnavailableToOrganizationReportResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MakeAvailableToOrganizationTemplateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MakeAvailableToOrganizationReportResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LoseOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LogSuccessBulkOperationResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LogFailureBulkOperationResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LockSalesOrderPricingResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LockInvoicePricingResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LocalTimeFromUtcTimeResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IsValidStateTransitionResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IsBackOfficeInstalledResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InstantiateTemplateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InitializeFromResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportXmlWithProgressResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportTranslationsXmlWithProgressResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportRecordsImportResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportCompressedXmlWithProgressResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportCompressedTranslationsXmlWithProgressResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportCompressedAllXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportAllXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HandleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GrantAccessResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetTrackingTokenEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetTimeZoneCodeByLocalizedNameResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetSalesOrderProductsFromOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetReportHistoryLimitResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetQuoteProductsFromOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetQuantityDecimalResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetInvoiceProductsFromOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetHeaderColumnsImportFileResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetDistinctValuesImportFileResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetDecryptionKeyResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetAllTimeZonesWithDisplayNameResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GenerateSalesOrderFromOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GenerateQuoteFromOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GenerateInvoiceFromOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FulfillSalesOrderResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FindParentResourceGroupResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FetchXmlToQueryExpressionResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportTranslationsXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportCompressedXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportCompressedTranslationsXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportCompressedAllXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportAllXmlResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpandCalendarResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteWorkflowResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteFetchResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteCampaignActivityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteByIdUserQueryResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteByIdSavedQueryResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DownloadReportDefinitionResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DistributeCampaignActivityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DisassociateEntitiesResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DetachFromQueueEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DeliverPromoteEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DeliverIncomingEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DeleteResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CreateWorkflowFromTemplateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CreateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CreateActivitiesListResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CopyMembersListResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CopyCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConvertSalesOrderToInvoiceResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConvertQuoteToSalesOrderResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConvertProductToKitResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConvertKitToProductResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompoundUpdateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompoundUpdateDuplicateDetectionRuleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompoundCreateResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CloseQuoteResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CloseIncidentResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CloneContractResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CleanUpBulkOperationResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckPromoteEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckIncomingEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CancelSalesOrderResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CancelContractResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalculateTotalTimeIncidentResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalculateActualValueOpportunityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BulkOperationStatusCloseResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BulkDetectDuplicatesResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BulkDeleteResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BookResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BackgroundSendEmailResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AutoMapEntityResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AssociateEntitiesResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AssignUserRolesRoleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AssignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddSubstituteProductResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddProductToKitResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddPrivilegesRoleResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddMembersTeamResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddMemberListResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddItemCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddItemCampaignActivityResponse))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class WinQuoteResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class WinOpportunityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class WhoAmIResponse : Response
{
private System.Guid userIdField;
private System.Guid businessUnitIdField;
private System.Guid organizationIdField;
///
public System.Guid UserId
{
get
{
return this.userIdField;
}
set
{
this.userIdField = value;
}
}
///
public System.Guid BusinessUnitId
{
get
{
return this.businessUnitIdField;
}
set
{
this.businessUnitIdField = value;
}
}
///
public System.Guid OrganizationId
{
get
{
return this.organizationIdField;
}
set
{
this.organizationIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ValidateSavedQueryResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ValidateResponse : Response
{
private ValidationResult[] resultField;
///
public ValidationResult[] Result
{
get
{
return this.resultField;
}
set
{
this.resultField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class ValidationResult
{
private bool validationSuccessField;
private TraceInfo traceInfoField;
private System.Guid activityIdField;
///
public bool ValidationSuccess
{
get
{
return this.validationSuccessField;
}
set
{
this.validationSuccessField = value;
}
}
///
public TraceInfo TraceInfo
{
get
{
return this.traceInfoField;
}
set
{
this.traceInfoField = value;
}
}
///
public System.Guid ActivityId
{
get
{
return this.activityIdField;
}
set
{
this.activityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UtcTimeFromLocalTimeResponse : Response
{
private CrmDateTime utcTimeField;
///
public CrmDateTime UtcTime
{
get
{
return this.utcTimeField;
}
set
{
this.utcTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UpdateUserSettingsSystemUserResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UpdateResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UnregisterSolutionResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UnpublishDuplicateRuleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UnlockSalesOrderPricingResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UnlockInvoicePricingResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TransformImportResponse : Response
{
private System.Guid asyncOperationIdField;
///
public System.Guid AsyncOperationId
{
get
{
return this.asyncOperationIdField;
}
set
{
this.asyncOperationIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class StatusUpdateBulkOperationResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateWorkflowResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateWFProcessInstanceResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateUserQueryResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateTransactionCurrencyResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateTaskResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateSystemUserResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateServiceAppointmentResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateSdkMessageProcessingStepResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateSalesOrderResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateRelationshipRoleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateQuoteResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateQuoteCloseResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateProductResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStatePriceLevelResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStatePhoneCallResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateOrderCloseResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateOpportunityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateOpportunityCloseResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateMailMergeTemplateResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateListResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateLetterResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateLeadResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateKbArticleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateInvoiceResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateIncidentResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateIncidentResolutionResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateImportMapResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateFaxResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateEmailResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateDynamicEntityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateDiscountTypeResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateContractResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateContractDetailResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateContactResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateCampaignResponseResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateCampaignResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateCampaignActivityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateBusinessUnitResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateAppointmentResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateAccountResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetReportRelatedResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetRelatedResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetParentTeamResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetParentSystemUserResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetParentBusinessUnitResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetLocLabelsResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetBusinessSystemUserResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetBusinessEquipmentResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendTemplateResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendFaxResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendEmailResponse : Response
{
private string subjectField;
///
public string Subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendEmailFromTemplateResponse : Response
{
private System.Guid idField;
///
public System.Guid Id
{
get
{
return this.idField;
}
set
{
this.idField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendBulkMailResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SearchResponse : Response
{
private SearchResults searchResultsField;
///
public SearchResults SearchResults
{
get
{
return this.searchResultsField;
}
set
{
this.searchResultsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SearchByTitleKbArticleResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SearchByKeywordsKbArticleResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SearchByBodyKbArticleResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RouteResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RollupResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RevokeAccessResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ReviseQuoteResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveVersionResponse : Response
{
private string versionField;
///
public string Version
{
get
{
return this.versionField;
}
set
{
this.versionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveUserSettingsSystemUserResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveUserPrivilegesResponse : Response
{
private RolePrivilege[] rolePrivilegesField;
///
public RolePrivilege[] RolePrivileges
{
get
{
return this.rolePrivilegesField;
}
set
{
this.rolePrivilegesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public partial class RolePrivilege
{
private PrivilegeDepth depthField;
private System.Guid privilegeIdField;
///
public PrivilegeDepth Depth
{
get
{
return this.depthField;
}
set
{
this.depthField = value;
}
}
///
public System.Guid PrivilegeId
{
get
{
return this.privilegeIdField;
}
set
{
this.privilegeIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public enum PrivilegeDepth
{
///
Basic,
///
Local,
///
Deep,
///
Global,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveTeamsSystemUserResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveSubsidiaryUsersBusinessUnitResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveSubsidiaryTeamsBusinessUnitResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveSubGroupsResourceGroupResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveSharedPrincipalsAndAccessResponse : Response
{
private PrincipalAccess[] principalAccessesField;
///
public PrincipalAccess[] PrincipalAccesses
{
get
{
return this.principalAccessesField;
}
set
{
this.principalAccessesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public partial class PrincipalAccess
{
private SecurityPrincipal principalField;
private AccessRights accessMaskField;
///
public SecurityPrincipal Principal
{
get
{
return this.principalField;
}
set
{
this.principalField = value;
}
}
///
public AccessRights AccessMask
{
get
{
return this.accessMaskField;
}
set
{
this.accessMaskField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public partial class SecurityPrincipal
{
private System.Guid principalIdField;
private SecurityPrincipalType typeField;
///
public System.Guid PrincipalId
{
get
{
return this.principalIdField;
}
set
{
this.principalIdField = value;
}
}
///
public SecurityPrincipalType Type
{
get
{
return this.typeField;
}
set
{
this.typeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public enum SecurityPrincipalType
{
///
User,
///
Team,
}
///
[System.FlagsAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public enum AccessRights
{
///
ReadAccess = 1,
///
WriteAccess = 2,
///
AppendAccess = 4,
///
AppendToAccess = 8,
///
CreateAccess = 16,
///
DeleteAccess = 32,
///
ShareAccess = 64,
///
AssignAccess = 128,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveRolePrivilegesRoleResponse : Response
{
private RolePrivilege[] rolePrivilegesField;
///
public RolePrivilege[] RolePrivileges
{
get
{
return this.rolePrivilegesField;
}
set
{
this.rolePrivilegesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveProvisionedLanguagesResponse : Response
{
private int[] retrieveProvisionedLanguagesField;
///
public int[] RetrieveProvisionedLanguages
{
get
{
return this.retrieveProvisionedLanguagesField;
}
set
{
this.retrieveProvisionedLanguagesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrievePrivilegeSetResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrievePrincipalAccessResponse : Response
{
private AccessRights accessRightsField;
///
public AccessRights AccessRights
{
get
{
return this.accessRightsField;
}
set
{
this.accessRightsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveParsedDataImportFileResponse : Response
{
private string[][] valuesField;
///
[System.Xml.Serialization.XmlArrayItemAttribute("ArrayOfString")]
[System.Xml.Serialization.XmlArrayItemAttribute(NestingLevel = 1)]
public string[][] Values
{
get
{
return this.valuesField;
}
set
{
this.valuesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveParentGroupsResourceGroupResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveMultipleResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveMembersTeamResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveMembersBulkOperationResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveLocLabelsResponse : Response
{
private CrmLabel labelField;
///
public CrmLabel Label
{
get
{
return this.labelField;
}
set
{
this.labelField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CrmLabel
{
private LocLabel[] locLabelsField;
private LocLabel userLocLabelField;
///
public LocLabel[] LocLabels
{
get
{
return this.locLabelsField;
}
set
{
this.locLabelsField = value;
}
}
///
public LocLabel UserLocLabel
{
get
{
return this.userLocLabelField;
}
set
{
this.userLocLabelField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LocLabel
{
private string labelField;
private CrmNumber languageCodeField;
///
public string Label
{
get
{
return this.labelField;
}
set
{
this.labelField = value;
}
}
///
public CrmNumber LanguageCode
{
get
{
return this.languageCodeField;
}
set
{
this.languageCodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveLicenseInfoResponse : Response
{
private int availableCountField;
private int grantedLicenseCountField;
///
public int AvailableCount
{
get
{
return this.availableCountField;
}
set
{
this.availableCountField = value;
}
}
///
public int GrantedLicenseCount
{
get
{
return this.grantedLicenseCountField;
}
set
{
this.grantedLicenseCountField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveInstalledLanguagePacksResponse : Response
{
private int[] retrieveInstalledLanguagePacksField;
///
public int[] RetrieveInstalledLanguagePacks
{
get
{
return this.retrieveInstalledLanguagePacksField;
}
set
{
this.retrieveInstalledLanguagePacksField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveFormXmlResponse : Response
{
private string formXmlField;
private int customizationLevelField;
///
public string FormXml
{
get
{
return this.formXmlField;
}
set
{
this.formXmlField = value;
}
}
///
public int CustomizationLevel
{
get
{
return this.customizationLevelField;
}
set
{
this.customizationLevelField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveExchangeRateResponse : Response
{
private decimal exchangeRateField;
///
public decimal ExchangeRate
{
get
{
return this.exchangeRateField;
}
set
{
this.exchangeRateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveDuplicatesResponse : Response
{
private BusinessEntityCollection duplicateCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection DuplicateCollection
{
get
{
return this.duplicateCollectionField;
}
set
{
this.duplicateCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveDeprovisionedLanguagesResponse : Response
{
private int[] retrieveDeprovisionedLanguagesField;
///
public int[] RetrieveDeprovisionedLanguages
{
get
{
return this.retrieveDeprovisionedLanguagesField;
}
set
{
this.retrieveDeprovisionedLanguagesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveDeploymentLicenseTypeResponse : Response
{
private string licenseTypeField;
///
public string licenseType
{
get
{
return this.licenseTypeField;
}
set
{
this.licenseTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByTopIncidentSubjectKbArticleResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByTopIncidentProductKbArticleResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByResourcesServiceResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByResourceResourceGroupResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByGroupResourceResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveBusinessHierarchyBusinessUnitResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveAvailableLanguagesResponse : Response
{
private int[] localeIdsField;
///
public int[] LocaleIds
{
get
{
return this.localeIdsField;
}
set
{
this.localeIdsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveAllChildUsersSystemUserResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ResetDataFiltersResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RescheduleResponse : Response
{
private ValidationResult validationResultField;
///
public ValidationResult ValidationResult
{
get
{
return this.validationResultField;
}
set
{
this.validationResultField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ReplacePrivilegesRoleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RenewContractResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveUserRolesRoleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveSubstituteProductResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveRelatedResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveProductFromKitResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemovePrivilegeRoleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveParentResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveMembersTeamResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveMemberListResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveItemCampaignResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveItemCampaignActivityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RegisterSolutionResponse : Response
{
private System.Guid pluginAssemblyIdField;
///
public System.Guid PluginAssemblyId
{
get
{
return this.pluginAssemblyIdField;
}
set
{
this.pluginAssemblyIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ReassignObjectsSystemUserResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QueryScheduleResponse : Response
{
private TimeInfo[] timeInfosField;
///
public TimeInfo[] TimeInfos
{
get
{
return this.timeInfosField;
}
set
{
this.timeInfosField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public partial class TimeInfo
{
private CrmDateTime startField;
private CrmDateTime endField;
private TimeCode timeCodeField;
private SubCode subCodeField;
private System.Guid sourceIdField;
private System.Guid calendarIdField;
private int sourceTypeCodeField;
private bool isActivityField;
private int activityStatusCodeField;
private double effortField;
private string displayTextField;
///
public CrmDateTime Start
{
get
{
return this.startField;
}
set
{
this.startField = value;
}
}
///
public CrmDateTime End
{
get
{
return this.endField;
}
set
{
this.endField = value;
}
}
///
public TimeCode TimeCode
{
get
{
return this.timeCodeField;
}
set
{
this.timeCodeField = value;
}
}
///
public SubCode SubCode
{
get
{
return this.subCodeField;
}
set
{
this.subCodeField = value;
}
}
///
public System.Guid SourceId
{
get
{
return this.sourceIdField;
}
set
{
this.sourceIdField = value;
}
}
///
public System.Guid CalendarId
{
get
{
return this.calendarIdField;
}
set
{
this.calendarIdField = value;
}
}
///
public int SourceTypeCode
{
get
{
return this.sourceTypeCodeField;
}
set
{
this.sourceTypeCodeField = value;
}
}
///
public bool IsActivity
{
get
{
return this.isActivityField;
}
set
{
this.isActivityField = value;
}
}
///
public int ActivityStatusCode
{
get
{
return this.activityStatusCodeField;
}
set
{
this.activityStatusCodeField = value;
}
}
///
public double Effort
{
get
{
return this.effortField;
}
set
{
this.effortField = value;
}
}
///
public string DisplayText
{
get
{
return this.displayTextField;
}
set
{
this.displayTextField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public enum TimeCode
{
///
Available,
///
Busy,
///
Unavailable,
///
Filter,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/Scheduling")]
public enum SubCode
{
///
Unspecified,
///
Schedulable,
///
Committed,
///
Uncommitted,
///
Break,
///
Holiday,
///
Vacation,
///
Appointment,
///
ResourceStartTime,
///
ResourceServiceRestriction,
///
ResourceCapacity,
///
ServiceRestriction,
///
ServiceCost,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QueryMultipleSchedulesResponse : Response
{
private TimeInfo[][] timeInfosField;
///
[System.Xml.Serialization.XmlArrayItemAttribute("ArrayOfTimeInfo")]
[System.Xml.Serialization.XmlArrayItemAttribute(NestingLevel = 1)]
public TimeInfo[][] TimeInfos
{
get
{
return this.timeInfosField;
}
set
{
this.timeInfosField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QueryExpressionToFetchXmlResponse : Response
{
private string fetchXmlField;
///
public string FetchXml
{
get
{
return this.fetchXmlField;
}
set
{
this.fetchXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QualifyMemberListResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PublishXmlResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PublishDuplicateRuleResponse : Response
{
private System.Guid jobIdField;
///
public System.Guid JobId
{
get
{
return this.jobIdField;
}
set
{
this.jobIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PublishAllXmlResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PropagateByExpressionResponse : Response
{
private System.Guid bulkOperationIdField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ProcessOneMemberBulkOperationResponse : Response
{
private int processResultField;
///
public int ProcessResult
{
get
{
return this.processResultField;
}
set
{
this.processResultField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ProcessInboundEmailResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ParseImportResponse : Response
{
private System.Guid asyncOperationIdField;
///
public System.Guid AsyncOperationId
{
get
{
return this.asyncOperationIdField;
}
set
{
this.asyncOperationIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ModifyAccessResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MergeResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MakeUnavailableToOrganizationTemplateResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MakeUnavailableToOrganizationReportResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MakeAvailableToOrganizationTemplateResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MakeAvailableToOrganizationReportResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LoseOpportunityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LogSuccessBulkOperationResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LogFailureBulkOperationResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LockSalesOrderPricingResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LockInvoicePricingResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LocalTimeFromUtcTimeResponse : Response
{
private CrmDateTime localTimeField;
///
public CrmDateTime LocalTime
{
get
{
return this.localTimeField;
}
set
{
this.localTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class IsValidStateTransitionResponse : Response
{
private bool isValidField;
///
public bool IsValid
{
get
{
return this.isValidField;
}
set
{
this.isValidField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class IsBackOfficeInstalledResponse : Response
{
private bool isInstalledField;
///
public bool IsInstalled
{
get
{
return this.isInstalledField;
}
set
{
this.isInstalledField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class InstantiateTemplateResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class InitializeFromResponse : Response
{
private BusinessEntity entityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity Entity
{
get
{
return this.entityField;
}
set
{
this.entityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportXmlWithProgressResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportXmlResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportTranslationsXmlWithProgressResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportRecordsImportResponse : Response
{
private System.Guid asyncOperationIdField;
///
public System.Guid AsyncOperationId
{
get
{
return this.asyncOperationIdField;
}
set
{
this.asyncOperationIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportCompressedXmlWithProgressResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportCompressedTranslationsXmlWithProgressResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportCompressedAllXmlResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportAllXmlResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class HandleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GrantAccessResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetTrackingTokenEmailResponse : Response
{
private string trackingTokenField;
///
public string TrackingToken
{
get
{
return this.trackingTokenField;
}
set
{
this.trackingTokenField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetTimeZoneCodeByLocalizedNameResponse : Response
{
private int timeZoneCodeField;
///
public int TimeZoneCode
{
get
{
return this.timeZoneCodeField;
}
set
{
this.timeZoneCodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetSalesOrderProductsFromOpportunityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetReportHistoryLimitResponse : Response
{
private int historyLimitField;
///
public int HistoryLimit
{
get
{
return this.historyLimitField;
}
set
{
this.historyLimitField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetQuoteProductsFromOpportunityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetQuantityDecimalResponse : Response
{
private int quantityField;
///
public int Quantity
{
get
{
return this.quantityField;
}
set
{
this.quantityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetInvoiceProductsFromOpportunityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetHeaderColumnsImportFileResponse : Response
{
private string[] columnsField;
///
public string[] Columns
{
get
{
return this.columnsField;
}
set
{
this.columnsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetDistinctValuesImportFileResponse : Response
{
private string[] valuesField;
///
public string[] Values
{
get
{
return this.valuesField;
}
set
{
this.valuesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetDecryptionKeyResponse : Response
{
private string keyField;
///
public string Key
{
get
{
return this.keyField;
}
set
{
this.keyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetAllTimeZonesWithDisplayNameResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GenerateSalesOrderFromOpportunityResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GenerateQuoteFromOpportunityResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GenerateInvoiceFromOpportunityResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class FulfillSalesOrderResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class FindParentResourceGroupResponse : Response
{
private bool resultField;
///
public bool result
{
get
{
return this.resultField;
}
set
{
this.resultField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class FetchXmlToQueryExpressionResponse : Response
{
private QueryExpression queryField;
///
public QueryExpression Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportXmlResponse : Response
{
private string exportXmlField;
///
public string ExportXml
{
get
{
return this.exportXmlField;
}
set
{
this.exportXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportTranslationsXmlResponse : Response
{
private string exportXmlField;
///
public string ExportXml
{
get
{
return this.exportXmlField;
}
set
{
this.exportXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportCompressedXmlResponse : Response
{
private byte[] exportCompressedXmlField;
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
public byte[] ExportCompressedXml
{
get
{
return this.exportCompressedXmlField;
}
set
{
this.exportCompressedXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportCompressedTranslationsXmlResponse : Response
{
private byte[] exportCompressedXmlField;
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
public byte[] ExportCompressedXml
{
get
{
return this.exportCompressedXmlField;
}
set
{
this.exportCompressedXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportCompressedAllXmlResponse : Response
{
private byte[] exportCompressedXmlField;
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
public byte[] ExportCompressedXml
{
get
{
return this.exportCompressedXmlField;
}
set
{
this.exportCompressedXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportAllXmlResponse : Response
{
private string exportXmlField;
///
public string ExportXml
{
get
{
return this.exportXmlField;
}
set
{
this.exportXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExpandCalendarResponse : Response
{
private TimeInfo[] resultField;
///
public TimeInfo[] result
{
get
{
return this.resultField;
}
set
{
this.resultField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteWorkflowResponse : Response
{
private System.Guid idField;
///
public System.Guid Id
{
get
{
return this.idField;
}
set
{
this.idField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteFetchResponse : Response
{
private string fetchXmlResultField;
///
public string FetchXmlResult
{
get
{
return this.fetchXmlResultField;
}
set
{
this.fetchXmlResultField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteCampaignActivityResponse : Response
{
private System.Guid bulkOperationIdField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteByIdUserQueryResponse : Response
{
private string stringField;
///
public string String
{
get
{
return this.stringField;
}
set
{
this.stringField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteByIdSavedQueryResponse : Response
{
private string stringField;
///
public string String
{
get
{
return this.stringField;
}
set
{
this.stringField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DownloadReportDefinitionResponse : Response
{
private string bodyTextField;
///
public string BodyText
{
get
{
return this.bodyTextField;
}
set
{
this.bodyTextField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DistributeCampaignActivityResponse : Response
{
private System.Guid bulkOperationIdField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DisassociateEntitiesResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DetachFromQueueEmailResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DeliverPromoteEmailResponse : Response
{
private System.Guid emailIdField;
///
public System.Guid EmailId
{
get
{
return this.emailIdField;
}
set
{
this.emailIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DeliverIncomingEmailResponse : Response
{
private System.Guid emailIdField;
///
public System.Guid EmailId
{
get
{
return this.emailIdField;
}
set
{
this.emailIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DeleteResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CreateWorkflowFromTemplateResponse : Response
{
private System.Guid idField;
///
public System.Guid Id
{
get
{
return this.idField;
}
set
{
this.idField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CreateResponse : Response
{
private System.Guid idField;
///
public System.Guid id
{
get
{
return this.idField;
}
set
{
this.idField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CreateActivitiesListResponse : Response
{
private System.Guid bulkOperationIdField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CopyMembersListResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CopyCampaignResponse : Response
{
private System.Guid campaignCopyIdField;
///
public System.Guid CampaignCopyId
{
get
{
return this.campaignCopyIdField;
}
set
{
this.campaignCopyIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ConvertSalesOrderToInvoiceResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ConvertQuoteToSalesOrderResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ConvertProductToKitResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ConvertKitToProductResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CompoundUpdateResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CompoundUpdateDuplicateDetectionRuleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CompoundCreateResponse : Response
{
private System.Guid idField;
///
public System.Guid Id
{
get
{
return this.idField;
}
set
{
this.idField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CloseQuoteResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CloseIncidentResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CloneContractResponse : Response
{
private BusinessEntity businessEntityField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CleanUpBulkOperationResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CheckPromoteEmailResponse : Response
{
private bool shouldPromoteField;
private int reasonCodeField;
///
public bool ShouldPromote
{
get
{
return this.shouldPromoteField;
}
set
{
this.shouldPromoteField = value;
}
}
///
public int ReasonCode
{
get
{
return this.reasonCodeField;
}
set
{
this.reasonCodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CheckIncomingEmailResponse : Response
{
private bool shouldDeliverField;
private int reasonCodeField;
///
public bool ShouldDeliver
{
get
{
return this.shouldDeliverField;
}
set
{
this.shouldDeliverField = value;
}
}
///
public int ReasonCode
{
get
{
return this.reasonCodeField;
}
set
{
this.reasonCodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CancelSalesOrderResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CancelContractResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CalculateTotalTimeIncidentResponse : Response
{
private long totalTimeField;
///
public long TotalTime
{
get
{
return this.totalTimeField;
}
set
{
this.totalTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CalculateActualValueOpportunityResponse : Response
{
private decimal valueField;
///
public decimal Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BulkOperationStatusCloseResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BulkDetectDuplicatesResponse : Response
{
private System.Guid jobIdField;
///
public System.Guid JobId
{
get
{
return this.jobIdField;
}
set
{
this.jobIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BulkDeleteResponse : Response
{
private System.Guid jobIdField;
///
public System.Guid JobId
{
get
{
return this.jobIdField;
}
set
{
this.jobIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BookResponse : Response
{
private ValidationResult validationResultField;
///
public ValidationResult ValidationResult
{
get
{
return this.validationResultField;
}
set
{
this.validationResultField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BackgroundSendEmailResponse : Response
{
private BusinessEntityCollection businessEntityCollectionField;
private bool[] hasAttachmentsField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public BusinessEntityCollection BusinessEntityCollection
{
get
{
return this.businessEntityCollectionField;
}
set
{
this.businessEntityCollectionField = value;
}
}
///
public bool[] HasAttachments
{
get
{
return this.hasAttachmentsField;
}
set
{
this.hasAttachmentsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AutoMapEntityResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AssociateEntitiesResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AssignUserRolesRoleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AssignResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddSubstituteProductResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddProductToKitResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddPrivilegesRoleResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddMembersTeamResponse : Response
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddMemberListResponse : Response
{
private System.Guid idField;
///
public System.Guid Id
{
get
{
return this.idField;
}
set
{
this.idField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddItemCampaignResponse : Response
{
private System.Guid campaignItemIdField;
///
public System.Guid CampaignItemId
{
get
{
return this.campaignItemIdField;
}
set
{
this.campaignItemIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddItemCampaignActivityResponse : Response
{
private System.Guid campaignActivityItemIdField;
///
public System.Guid CampaignActivityItemId
{
get
{
return this.campaignActivityItemIdField;
}
set
{
this.campaignActivityItemIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SdkMessageProcessingStepRegistration
{
private string messageNameField;
private string primaryEntityNameField;
private string secondaryEntityNameField;
private string descriptionField;
private int stageField;
private int modeField;
private System.Guid impersonatingUserIdField;
private int supportedDeploymentField;
private string filteringAttributesField;
private string pluginTypeFriendlyNameField;
private string pluginTypeNameField;
private string customConfigurationField;
private int invocationSourceField;
private SdkMessageProcessingStepImageRegistration[] imagesField;
///
public string MessageName
{
get
{
return this.messageNameField;
}
set
{
this.messageNameField = value;
}
}
///
public string PrimaryEntityName
{
get
{
return this.primaryEntityNameField;
}
set
{
this.primaryEntityNameField = value;
}
}
///
public string SecondaryEntityName
{
get
{
return this.secondaryEntityNameField;
}
set
{
this.secondaryEntityNameField = value;
}
}
///
public string Description
{
get
{
return this.descriptionField;
}
set
{
this.descriptionField = value;
}
}
///
public int Stage
{
get
{
return this.stageField;
}
set
{
this.stageField = value;
}
}
///
public int Mode
{
get
{
return this.modeField;
}
set
{
this.modeField = value;
}
}
///
public System.Guid ImpersonatingUserId
{
get
{
return this.impersonatingUserIdField;
}
set
{
this.impersonatingUserIdField = value;
}
}
///
public int SupportedDeployment
{
get
{
return this.supportedDeploymentField;
}
set
{
this.supportedDeploymentField = value;
}
}
///
public string FilteringAttributes
{
get
{
return this.filteringAttributesField;
}
set
{
this.filteringAttributesField = value;
}
}
///
public string PluginTypeFriendlyName
{
get
{
return this.pluginTypeFriendlyNameField;
}
set
{
this.pluginTypeFriendlyNameField = value;
}
}
///
public string PluginTypeName
{
get
{
return this.pluginTypeNameField;
}
set
{
this.pluginTypeNameField = value;
}
}
///
public string CustomConfiguration
{
get
{
return this.customConfigurationField;
}
set
{
this.customConfigurationField = value;
}
}
///
public int InvocationSource
{
get
{
return this.invocationSourceField;
}
set
{
this.invocationSourceField = value;
}
}
///
public SdkMessageProcessingStepImageRegistration[] Images
{
get
{
return this.imagesField;
}
set
{
this.imagesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SdkMessageProcessingStepImageRegistration
{
private string messagePropertyNameField;
private string[] attributesField;
private string entityAliasField;
private int imageTypeField;
///
public string MessagePropertyName
{
get
{
return this.messagePropertyNameField;
}
set
{
this.messagePropertyNameField = value;
}
}
///
public string[] Attributes
{
get
{
return this.attributesField;
}
set
{
this.attributesField = value;
}
}
///
public string EntityAlias
{
get
{
return this.entityAliasField;
}
set
{
this.entityAliasField = value;
}
}
///
public int ImageType
{
get
{
return this.imageTypeField;
}
set
{
this.imageTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public partial class Moniker
{
private System.Guid idField;
private string nameField;
///
public System.Guid Id
{
get
{
return this.idField;
}
set
{
this.idField = value;
}
}
///
public string Name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedWorkflow))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedUserQuery))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedTask))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedServiceAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedSalesOrder))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedReport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedQuoteClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedQuote))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedPhoneCall))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedOrderClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedOpportunityClose))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedOpportunity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedMailMergeTemplate))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedList))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedLetter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedLead))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedInvoice))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedIncidentResolution))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedIncident))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedImportMap))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedImportFile))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedImport))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedFax))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedEmail))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedDynamic))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedDuplicateRule))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedCustomerRelationship))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedCustomerOpportunityRole))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedContract))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedContact))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedCampaignResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedCampaignActivity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedCampaign))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedBulkOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedBulkDeleteOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedAsyncOperation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedAppointment))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedAnnotation))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetOwnedAccount))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class TargetOwned
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedWorkflow : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedUserQuery : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedTemplate : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedTask : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedServiceAppointment : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedSalesOrder : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedReport : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedQuoteClose : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedQuote : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedPhoneCall : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedOrderClose : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedOpportunityClose : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedOpportunity : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedMailMergeTemplate : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedList : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedLetter : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedLead : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedInvoice : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedIncidentResolution : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedIncident : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedImportMap : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedImportFile : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedImport : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedFax : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedEmail : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedDynamic : TargetOwned
{
private string entityNameField;
private System.Guid entityIdField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedDuplicateRule : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedCustomerRelationship : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedCustomerOpportunityRole : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedContract : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedContact : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedCampaignResponse : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedCampaignActivity : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedCampaign : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedBulkOperation : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedBulkDeleteOperation : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedAsyncOperation : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedAppointment : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedAnnotation : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TargetOwnedAccount : TargetOwned
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RequestIdOptionalParameter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RegardingObjectIdOptionalParameter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PersistInSyncOptionalParameter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OfflineDataOptionalParameter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportIdsOptionalParameter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CreateDuplicatesOptionalParameter))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CallPriorityOptionalParameter))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class OptionalParameter
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RequestIdOptionalParameter : OptionalParameter
{
private System.Guid valueField;
///
public System.Guid Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RegardingObjectIdOptionalParameter : OptionalParameter
{
private System.Guid valueField;
///
public System.Guid Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PersistInSyncOptionalParameter : OptionalParameter
{
private bool valueField;
///
public bool Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class OfflineDataOptionalParameter : OptionalParameter
{
private string nameField;
private string valueField;
///
public string Name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public string Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportIdsOptionalParameter : OptionalParameter
{
private bool valueField;
///
public bool Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CreateDuplicatesOptionalParameter : OptionalParameter
{
private bool valueField;
///
public bool Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CallPriorityOptionalParameter : OptionalParameter
{
private int valueField;
///
public int Value
{
get
{
return this.valueField;
}
set
{
this.valueField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WinQuoteRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WinOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WhoAmIRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ValidateSavedQueryRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ValidateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UtcTimeFromLocalTimeRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UpdateUserSettingsSystemUserRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UpdateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UnregisterSolutionRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UnpublishDuplicateRuleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UnlockSalesOrderPricingRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UnlockInvoicePricingRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransformImportRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatusUpdateBulkOperationRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateWorkflowRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateWFProcessInstanceRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateUserQueryRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateTransactionCurrencyRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateTaskRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateSystemUserRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateServiceAppointmentRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateSdkMessageProcessingStepRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateSalesOrderRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateRelationshipRoleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateQuoteRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateQuoteCloseRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateProductRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStatePriceLevelRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStatePhoneCallRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateOrderCloseRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateOpportunityCloseRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateMailMergeTemplateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateListRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateLetterRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateLeadRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateKbArticleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateInvoiceRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateIncidentResolutionRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateIncidentRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateImportMapRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateFaxRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateDynamicEntityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateDiscountTypeRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateContractRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateContractDetailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateContactRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateCampaignResponseRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateCampaignRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateCampaignActivityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateBusinessUnitRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateAppointmentRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetStateAccountRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetReportRelatedRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetRelatedRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetParentTeamRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetParentSystemUserRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetParentBusinessUnitRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetLocLabelsRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetBusinessSystemUserRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SetBusinessEquipmentRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendTemplateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendFaxRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendEmailFromTemplateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SendBulkMailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchByTitleKbArticleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchByKeywordsKbArticleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchByBodyKbArticleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RouteRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RollupRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RevokeAccessRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReviseQuoteRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveVersionRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveUserSettingsSystemUserRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveUserPrivilegesRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveTeamsSystemUserRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveSubsidiaryUsersBusinessUnitRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveSubsidiaryTeamsBusinessUnitRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveSubGroupsResourceGroupRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveSharedPrincipalsAndAccessRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveRolePrivilegesRoleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveProvisionedLanguagesRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrievePrivilegeSetRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrievePrincipalAccessRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveParsedDataImportFileRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveParentGroupsResourceGroupRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveMultipleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveMembersTeamRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveMembersBulkOperationRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveLocLabelsRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveLicenseInfoRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveInstalledLanguagePacksRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveFormXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveExchangeRateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveDuplicatesRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveDeprovisionedLanguagesRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveDeploymentLicenseTypeRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByTopIncidentSubjectKbArticleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByTopIncidentProductKbArticleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByResourcesServiceRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByResourceResourceGroupRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveByGroupResourceRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveBusinessHierarchyBusinessUnitRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveAvailableLanguagesRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetrieveAllChildUsersSystemUserRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ResetDataFiltersRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RescheduleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReplacePrivilegesRoleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RenewContractRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveUserRolesRoleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveSubstituteProductRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveRelatedRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveProductFromKitRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemovePrivilegeRoleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveParentRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveMembersTeamRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveMemberListRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveItemCampaignRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RemoveItemCampaignActivityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RegisterSolutionRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReassignObjectsSystemUserRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QueryScheduleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QueryMultipleSchedulesRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QueryExpressionToFetchXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QualifyMemberListRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PublishXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PublishDuplicateRuleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PublishAllXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PropagateByExpressionRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessOneMemberBulkOperationRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessInboundEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParseImportRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ModifyAccessRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MergeRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MakeUnavailableToOrganizationTemplateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MakeUnavailableToOrganizationReportRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MakeAvailableToOrganizationTemplateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MakeAvailableToOrganizationReportRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LoseOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LogSuccessBulkOperationRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LogFailureBulkOperationRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LockSalesOrderPricingRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LockInvoicePricingRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LocalTimeFromUtcTimeRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IsValidStateTransitionRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IsBackOfficeInstalledRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InstantiateTemplateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InitializeFromRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportXmlWithProgressRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportTranslationsXmlWithProgressRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportRecordsImportRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportCompressedXmlWithProgressRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportCompressedTranslationsXmlWithProgressRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportCompressedAllXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportAllXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HandleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GrantAccessRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetTrackingTokenEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetTimeZoneCodeByLocalizedNameRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetSalesOrderProductsFromOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetReportHistoryLimitRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetQuoteProductsFromOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetQuantityDecimalRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetInvoiceProductsFromOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetHeaderColumnsImportFileRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetDistinctValuesImportFileRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetDecryptionKeyRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GetAllTimeZonesWithDisplayNameRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GenerateSalesOrderFromOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GenerateQuoteFromOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GenerateInvoiceFromOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FulfillSalesOrderRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FindParentResourceGroupRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FetchXmlToQueryExpressionRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportTranslationsXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportCompressedXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportCompressedTranslationsXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportCompressedAllXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExportAllXmlRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpandCalendarRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteWorkflowRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteFetchRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteCampaignActivityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteByIdUserQueryRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecuteByIdSavedQueryRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DownloadReportDefinitionRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DistributeCampaignActivityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DisassociateEntitiesRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DetachFromQueueEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DeliverPromoteEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DeliverIncomingEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DeleteRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CreateWorkflowFromTemplateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CreateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CreateActivitiesListRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CopyMembersListRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CopyCampaignRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConvertSalesOrderToInvoiceRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConvertQuoteToSalesOrderRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConvertProductToKitRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConvertKitToProductRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompoundUpdateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompoundUpdateDuplicateDetectionRuleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompoundCreateRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CloseQuoteRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CloseIncidentRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CloneContractRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CleanUpBulkOperationRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckPromoteEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckIncomingEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CancelSalesOrderRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CancelContractRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalculateTotalTimeIncidentRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalculateActualValueOpportunityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BulkOperationStatusCloseRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BulkDetectDuplicatesRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BulkDeleteRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BookRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BackgroundSendEmailRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AutoMapEntityRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AssociateEntitiesRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AssignUserRolesRoleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AssignRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddSubstituteProductRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddProductToKitRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddPrivilegesRoleRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddMembersTeamRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddMemberListRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddItemCampaignRequest))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddItemCampaignActivityRequest))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public abstract partial class Request
{
private OptionalParameter[] optionalParametersField;
///
public OptionalParameter[] OptionalParameters
{
get
{
return this.optionalParametersField;
}
set
{
this.optionalParametersField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class WinQuoteRequest : Request
{
private BusinessEntity quoteCloseField;
private int statusField;
///
public BusinessEntity QuoteClose
{
get
{
return this.quoteCloseField;
}
set
{
this.quoteCloseField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class WinOpportunityRequest : Request
{
private BusinessEntity opportunityCloseField;
private int statusField;
///
public BusinessEntity OpportunityClose
{
get
{
return this.opportunityCloseField;
}
set
{
this.opportunityCloseField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class WhoAmIRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ValidateSavedQueryRequest : Request
{
private string fetchXmlField;
private int queryTypeField;
///
public string FetchXml
{
get
{
return this.fetchXmlField;
}
set
{
this.fetchXmlField = value;
}
}
///
public int QueryType
{
get
{
return this.queryTypeField;
}
set
{
this.queryTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ValidateRequest : Request
{
private BusinessEntityCollection activitiesField;
///
public BusinessEntityCollection Activities
{
get
{
return this.activitiesField;
}
set
{
this.activitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UtcTimeFromLocalTimeRequest : Request
{
private int timeZoneCodeField;
private CrmDateTime localTimeField;
///
public int TimeZoneCode
{
get
{
return this.timeZoneCodeField;
}
set
{
this.timeZoneCodeField = value;
}
}
///
public CrmDateTime LocalTime
{
get
{
return this.localTimeField;
}
set
{
this.localTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UpdateUserSettingsSystemUserRequest : Request
{
private System.Guid userIdField;
private BusinessEntity settingsField;
///
public System.Guid UserId
{
get
{
return this.userIdField;
}
set
{
this.userIdField = value;
}
}
///
public BusinessEntity Settings
{
get
{
return this.settingsField;
}
set
{
this.settingsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UpdateRequest : Request
{
private TargetUpdate targetField;
///
public TargetUpdate Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UnregisterSolutionRequest : Request
{
private System.Guid pluginAssemblyIdField;
///
public System.Guid PluginAssemblyId
{
get
{
return this.pluginAssemblyIdField;
}
set
{
this.pluginAssemblyIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UnpublishDuplicateRuleRequest : Request
{
private System.Guid duplicateRuleIdField;
///
public System.Guid DuplicateRuleId
{
get
{
return this.duplicateRuleIdField;
}
set
{
this.duplicateRuleIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UnlockSalesOrderPricingRequest : Request
{
private System.Guid salesOrderIdField;
///
public System.Guid SalesOrderId
{
get
{
return this.salesOrderIdField;
}
set
{
this.salesOrderIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class UnlockInvoicePricingRequest : Request
{
private System.Guid invoiceIdField;
///
public System.Guid InvoiceId
{
get
{
return this.invoiceIdField;
}
set
{
this.invoiceIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class TransformImportRequest : Request
{
private System.Guid importIdField;
///
public System.Guid ImportId
{
get
{
return this.importIdField;
}
set
{
this.importIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class StatusUpdateBulkOperationRequest : Request
{
private System.Guid bulkOperationIdField;
private int failureCountField;
private int successCountField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
///
public int FailureCount
{
get
{
return this.failureCountField;
}
set
{
this.failureCountField = value;
}
}
///
public int SuccessCount
{
get
{
return this.successCountField;
}
set
{
this.successCountField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateWorkflowRequest : Request
{
private System.Guid entityIdField;
private WorkflowState workflowStateField;
private int workflowStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public WorkflowState WorkflowState
{
get
{
return this.workflowStateField;
}
set
{
this.workflowStateField = value;
}
}
///
public int WorkflowStatus
{
get
{
return this.workflowStatusField;
}
set
{
this.workflowStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateWFProcessInstanceRequest : Request
{
private System.Guid entityIdField;
private WFProcessInstanceState wFProcessInstanceStateField;
private int wFProcessInstanceStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public WFProcessInstanceState WFProcessInstanceState
{
get
{
return this.wFProcessInstanceStateField;
}
set
{
this.wFProcessInstanceStateField = value;
}
}
///
public int WFProcessInstanceStatus
{
get
{
return this.wFProcessInstanceStatusField;
}
set
{
this.wFProcessInstanceStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateUserQueryRequest : Request
{
private System.Guid entityIdField;
private UserQueryState userQueryStateField;
private int userQueryStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public UserQueryState UserQueryState
{
get
{
return this.userQueryStateField;
}
set
{
this.userQueryStateField = value;
}
}
///
public int UserQueryStatus
{
get
{
return this.userQueryStatusField;
}
set
{
this.userQueryStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateTransactionCurrencyRequest : Request
{
private System.Guid entityIdField;
private TransactionCurrencyState transactionCurrencyStateField;
private int transactionCurrencyStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public TransactionCurrencyState TransactionCurrencyState
{
get
{
return this.transactionCurrencyStateField;
}
set
{
this.transactionCurrencyStateField = value;
}
}
///
public int TransactionCurrencyStatus
{
get
{
return this.transactionCurrencyStatusField;
}
set
{
this.transactionCurrencyStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateTaskRequest : Request
{
private System.Guid entityIdField;
private TaskState taskStateField;
private int taskStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public TaskState TaskState
{
get
{
return this.taskStateField;
}
set
{
this.taskStateField = value;
}
}
///
public int TaskStatus
{
get
{
return this.taskStatusField;
}
set
{
this.taskStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateSystemUserRequest : Request
{
private System.Guid entityIdField;
private SystemUserState systemUserStateField;
private int systemUserStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public SystemUserState SystemUserState
{
get
{
return this.systemUserStateField;
}
set
{
this.systemUserStateField = value;
}
}
///
public int SystemUserStatus
{
get
{
return this.systemUserStatusField;
}
set
{
this.systemUserStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum SystemUserState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateServiceAppointmentRequest : Request
{
private System.Guid entityIdField;
private ServiceAppointmentState serviceAppointmentStateField;
private int serviceAppointmentStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ServiceAppointmentState ServiceAppointmentState
{
get
{
return this.serviceAppointmentStateField;
}
set
{
this.serviceAppointmentStateField = value;
}
}
///
public int ServiceAppointmentStatus
{
get
{
return this.serviceAppointmentStatusField;
}
set
{
this.serviceAppointmentStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateSdkMessageProcessingStepRequest : Request
{
private System.Guid entityIdField;
private SdkMessageProcessingStepState sdkMessageProcessingStepStateField;
private int sdkMessageProcessingStepStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public SdkMessageProcessingStepState SdkMessageProcessingStepState
{
get
{
return this.sdkMessageProcessingStepStateField;
}
set
{
this.sdkMessageProcessingStepStateField = value;
}
}
///
public int SdkMessageProcessingStepStatus
{
get
{
return this.sdkMessageProcessingStepStatusField;
}
set
{
this.sdkMessageProcessingStepStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateSalesOrderRequest : Request
{
private System.Guid entityIdField;
private SalesOrderState salesOrderStateField;
private int salesOrderStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public SalesOrderState SalesOrderState
{
get
{
return this.salesOrderStateField;
}
set
{
this.salesOrderStateField = value;
}
}
///
public int SalesOrderStatus
{
get
{
return this.salesOrderStatusField;
}
set
{
this.salesOrderStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateRelationshipRoleRequest : Request
{
private System.Guid entityIdField;
private RelationshipRoleState relationshipRoleStateField;
private int relationshipRoleStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public RelationshipRoleState RelationshipRoleState
{
get
{
return this.relationshipRoleStateField;
}
set
{
this.relationshipRoleStateField = value;
}
}
///
public int RelationshipRoleStatus
{
get
{
return this.relationshipRoleStatusField;
}
set
{
this.relationshipRoleStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateQuoteRequest : Request
{
private System.Guid entityIdField;
private QuoteState quoteStateField;
private int quoteStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public QuoteState QuoteState
{
get
{
return this.quoteStateField;
}
set
{
this.quoteStateField = value;
}
}
///
public int QuoteStatus
{
get
{
return this.quoteStatusField;
}
set
{
this.quoteStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateQuoteCloseRequest : Request
{
private System.Guid entityIdField;
private QuoteCloseState quoteCloseStateField;
private int quoteCloseStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public QuoteCloseState QuoteCloseState
{
get
{
return this.quoteCloseStateField;
}
set
{
this.quoteCloseStateField = value;
}
}
///
public int QuoteCloseStatus
{
get
{
return this.quoteCloseStatusField;
}
set
{
this.quoteCloseStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateProductRequest : Request
{
private System.Guid entityIdField;
private ProductState productStateField;
private int productStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ProductState ProductState
{
get
{
return this.productStateField;
}
set
{
this.productStateField = value;
}
}
///
public int ProductStatus
{
get
{
return this.productStatusField;
}
set
{
this.productStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStatePriceLevelRequest : Request
{
private System.Guid entityIdField;
private PriceLevelState priceLevelStateField;
private int priceLevelStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public PriceLevelState PriceLevelState
{
get
{
return this.priceLevelStateField;
}
set
{
this.priceLevelStateField = value;
}
}
///
public int PriceLevelStatus
{
get
{
return this.priceLevelStatusField;
}
set
{
this.priceLevelStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStatePhoneCallRequest : Request
{
private System.Guid entityIdField;
private PhoneCallState phoneCallStateField;
private int phoneCallStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public PhoneCallState PhoneCallState
{
get
{
return this.phoneCallStateField;
}
set
{
this.phoneCallStateField = value;
}
}
///
public int PhoneCallStatus
{
get
{
return this.phoneCallStatusField;
}
set
{
this.phoneCallStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateOrderCloseRequest : Request
{
private System.Guid entityIdField;
private OrderCloseState orderCloseStateField;
private int orderCloseStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public OrderCloseState OrderCloseState
{
get
{
return this.orderCloseStateField;
}
set
{
this.orderCloseStateField = value;
}
}
///
public int OrderCloseStatus
{
get
{
return this.orderCloseStatusField;
}
set
{
this.orderCloseStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateOpportunityRequest : Request
{
private System.Guid entityIdField;
private OpportunityState opportunityStateField;
private int opportunityStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public OpportunityState OpportunityState
{
get
{
return this.opportunityStateField;
}
set
{
this.opportunityStateField = value;
}
}
///
public int OpportunityStatus
{
get
{
return this.opportunityStatusField;
}
set
{
this.opportunityStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateOpportunityCloseRequest : Request
{
private System.Guid entityIdField;
private OpportunityCloseState opportunityCloseStateField;
private int opportunityCloseStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public OpportunityCloseState OpportunityCloseState
{
get
{
return this.opportunityCloseStateField;
}
set
{
this.opportunityCloseStateField = value;
}
}
///
public int OpportunityCloseStatus
{
get
{
return this.opportunityCloseStatusField;
}
set
{
this.opportunityCloseStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateMailMergeTemplateRequest : Request
{
private System.Guid entityIdField;
private MailMergeTemplateState mailMergeTemplateStateField;
private int mailMergeTemplateStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public MailMergeTemplateState MailMergeTemplateState
{
get
{
return this.mailMergeTemplateStateField;
}
set
{
this.mailMergeTemplateStateField = value;
}
}
///
public int MailMergeTemplateStatus
{
get
{
return this.mailMergeTemplateStatusField;
}
set
{
this.mailMergeTemplateStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateListRequest : Request
{
private System.Guid entityIdField;
private ListState listStateField;
private int listStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ListState ListState
{
get
{
return this.listStateField;
}
set
{
this.listStateField = value;
}
}
///
public int ListStatus
{
get
{
return this.listStatusField;
}
set
{
this.listStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateLetterRequest : Request
{
private System.Guid entityIdField;
private LetterState letterStateField;
private int letterStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public LetterState LetterState
{
get
{
return this.letterStateField;
}
set
{
this.letterStateField = value;
}
}
///
public int LetterStatus
{
get
{
return this.letterStatusField;
}
set
{
this.letterStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateLeadRequest : Request
{
private System.Guid entityIdField;
private LeadState leadStateField;
private int leadStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public LeadState LeadState
{
get
{
return this.leadStateField;
}
set
{
this.leadStateField = value;
}
}
///
public int LeadStatus
{
get
{
return this.leadStatusField;
}
set
{
this.leadStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateKbArticleRequest : Request
{
private System.Guid entityIdField;
private KbArticleState kbArticleStateField;
private int kbArticleStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public KbArticleState KbArticleState
{
get
{
return this.kbArticleStateField;
}
set
{
this.kbArticleStateField = value;
}
}
///
public int KbArticleStatus
{
get
{
return this.kbArticleStatusField;
}
set
{
this.kbArticleStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateInvoiceRequest : Request
{
private System.Guid entityIdField;
private InvoiceState invoiceStateField;
private int invoiceStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public InvoiceState InvoiceState
{
get
{
return this.invoiceStateField;
}
set
{
this.invoiceStateField = value;
}
}
///
public int InvoiceStatus
{
get
{
return this.invoiceStatusField;
}
set
{
this.invoiceStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateIncidentResolutionRequest : Request
{
private System.Guid entityIdField;
private IncidentResolutionState incidentResolutionStateField;
private int incidentResolutionStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public IncidentResolutionState IncidentResolutionState
{
get
{
return this.incidentResolutionStateField;
}
set
{
this.incidentResolutionStateField = value;
}
}
///
public int IncidentResolutionStatus
{
get
{
return this.incidentResolutionStatusField;
}
set
{
this.incidentResolutionStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateIncidentRequest : Request
{
private System.Guid entityIdField;
private IncidentState incidentStateField;
private int incidentStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public IncidentState IncidentState
{
get
{
return this.incidentStateField;
}
set
{
this.incidentStateField = value;
}
}
///
public int IncidentStatus
{
get
{
return this.incidentStatusField;
}
set
{
this.incidentStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateImportMapRequest : Request
{
private System.Guid entityIdField;
private ImportMapState importMapStateField;
private int importMapStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ImportMapState ImportMapState
{
get
{
return this.importMapStateField;
}
set
{
this.importMapStateField = value;
}
}
///
public int ImportMapStatus
{
get
{
return this.importMapStatusField;
}
set
{
this.importMapStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateFaxRequest : Request
{
private System.Guid entityIdField;
private FaxState faxStateField;
private int faxStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public FaxState FaxState
{
get
{
return this.faxStateField;
}
set
{
this.faxStateField = value;
}
}
///
public int FaxStatus
{
get
{
return this.faxStatusField;
}
set
{
this.faxStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateEmailRequest : Request
{
private System.Guid entityIdField;
private EmailState emailStateField;
private int emailStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public EmailState EmailState
{
get
{
return this.emailStateField;
}
set
{
this.emailStateField = value;
}
}
///
public int EmailStatus
{
get
{
return this.emailStatusField;
}
set
{
this.emailStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateDynamicEntityRequest : Request
{
private Moniker entityField;
private string stateField;
private int statusField;
///
public Moniker Entity
{
get
{
return this.entityField;
}
set
{
this.entityField = value;
}
}
///
public string State
{
get
{
return this.stateField;
}
set
{
this.stateField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateDiscountTypeRequest : Request
{
private System.Guid entityIdField;
private DiscountTypeState discountTypeStateField;
private int discountTypeStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public DiscountTypeState DiscountTypeState
{
get
{
return this.discountTypeStateField;
}
set
{
this.discountTypeStateField = value;
}
}
///
public int DiscountTypeStatus
{
get
{
return this.discountTypeStatusField;
}
set
{
this.discountTypeStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateContractRequest : Request
{
private System.Guid entityIdField;
private ContractState contractStateField;
private int contractStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ContractState ContractState
{
get
{
return this.contractStateField;
}
set
{
this.contractStateField = value;
}
}
///
public int ContractStatus
{
get
{
return this.contractStatusField;
}
set
{
this.contractStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateContractDetailRequest : Request
{
private System.Guid entityIdField;
private ContractDetailState contractDetailStateField;
private int contractDetailStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ContractDetailState ContractDetailState
{
get
{
return this.contractDetailStateField;
}
set
{
this.contractDetailStateField = value;
}
}
///
public int ContractDetailStatus
{
get
{
return this.contractDetailStatusField;
}
set
{
this.contractDetailStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateContactRequest : Request
{
private System.Guid entityIdField;
private ContactState contactStateField;
private int contactStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ContactState ContactState
{
get
{
return this.contactStateField;
}
set
{
this.contactStateField = value;
}
}
///
public int ContactStatus
{
get
{
return this.contactStatusField;
}
set
{
this.contactStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateCampaignResponseRequest : Request
{
private System.Guid entityIdField;
private CampaignResponseState campaignResponseStateField;
private int campaignResponseStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public CampaignResponseState CampaignResponseState
{
get
{
return this.campaignResponseStateField;
}
set
{
this.campaignResponseStateField = value;
}
}
///
public int CampaignResponseStatus
{
get
{
return this.campaignResponseStatusField;
}
set
{
this.campaignResponseStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateCampaignRequest : Request
{
private System.Guid entityIdField;
private CampaignState campaignStateField;
private int campaignStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public CampaignState CampaignState
{
get
{
return this.campaignStateField;
}
set
{
this.campaignStateField = value;
}
}
///
public int CampaignStatus
{
get
{
return this.campaignStatusField;
}
set
{
this.campaignStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateCampaignActivityRequest : Request
{
private System.Guid entityIdField;
private CampaignActivityState campaignActivityStateField;
private int campaignActivityStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public CampaignActivityState CampaignActivityState
{
get
{
return this.campaignActivityStateField;
}
set
{
this.campaignActivityStateField = value;
}
}
///
public int CampaignActivityStatus
{
get
{
return this.campaignActivityStatusField;
}
set
{
this.campaignActivityStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateBusinessUnitRequest : Request
{
private System.Guid entityIdField;
private BusinessUnitState businessUnitStateField;
private int businessUnitStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public BusinessUnitState BusinessUnitState
{
get
{
return this.businessUnitStateField;
}
set
{
this.businessUnitStateField = value;
}
}
///
public int BusinessUnitStatus
{
get
{
return this.businessUnitStatusField;
}
set
{
this.businessUnitStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum BusinessUnitState
{
///
Active,
///
Inactive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateAppointmentRequest : Request
{
private System.Guid entityIdField;
private AppointmentState appointmentStateField;
private int appointmentStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public AppointmentState AppointmentState
{
get
{
return this.appointmentStateField;
}
set
{
this.appointmentStateField = value;
}
}
///
public int AppointmentStatus
{
get
{
return this.appointmentStatusField;
}
set
{
this.appointmentStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetStateAccountRequest : Request
{
private System.Guid entityIdField;
private AccountState accountStateField;
private int accountStatusField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public AccountState AccountState
{
get
{
return this.accountStateField;
}
set
{
this.accountStateField = value;
}
}
///
public int AccountStatus
{
get
{
return this.accountStatusField;
}
set
{
this.accountStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetReportRelatedRequest : Request
{
private System.Guid reportIdField;
private int[] entitiesField;
private int[] categoriesField;
private int[] visibilityField;
///
public System.Guid ReportId
{
get
{
return this.reportIdField;
}
set
{
this.reportIdField = value;
}
}
///
public int[] Entities
{
get
{
return this.entitiesField;
}
set
{
this.entitiesField = value;
}
}
///
public int[] Categories
{
get
{
return this.categoriesField;
}
set
{
this.categoriesField = value;
}
}
///
public int[] Visibility
{
get
{
return this.visibilityField;
}
set
{
this.visibilityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetRelatedRequest : Request
{
private TargetRelated targetField;
///
public TargetRelated Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetParentTeamRequest : Request
{
private System.Guid teamIdField;
private System.Guid businessIdField;
///
public System.Guid TeamId
{
get
{
return this.teamIdField;
}
set
{
this.teamIdField = value;
}
}
///
public System.Guid BusinessId
{
get
{
return this.businessIdField;
}
set
{
this.businessIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetParentSystemUserRequest : Request
{
private System.Guid userIdField;
private System.Guid parentIdField;
private bool keepChildUsersField;
///
public System.Guid UserId
{
get
{
return this.userIdField;
}
set
{
this.userIdField = value;
}
}
///
public System.Guid ParentId
{
get
{
return this.parentIdField;
}
set
{
this.parentIdField = value;
}
}
///
public bool KeepChildUsers
{
get
{
return this.keepChildUsersField;
}
set
{
this.keepChildUsersField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetParentBusinessUnitRequest : Request
{
private System.Guid businessUnitIdField;
private System.Guid parentIdField;
///
public System.Guid BusinessUnitId
{
get
{
return this.businessUnitIdField;
}
set
{
this.businessUnitIdField = value;
}
}
///
public System.Guid ParentId
{
get
{
return this.parentIdField;
}
set
{
this.parentIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetLocLabelsRequest : Request
{
private Moniker entityMonikerField;
private string attributeNameField;
private LocLabel[] labelsField;
///
public Moniker EntityMoniker
{
get
{
return this.entityMonikerField;
}
set
{
this.entityMonikerField = value;
}
}
///
public string AttributeName
{
get
{
return this.attributeNameField;
}
set
{
this.attributeNameField = value;
}
}
///
public LocLabel[] Labels
{
get
{
return this.labelsField;
}
set
{
this.labelsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetBusinessSystemUserRequest : Request
{
private System.Guid userIdField;
private System.Guid businessIdField;
private SecurityPrincipal reassignPrincipalField;
///
public System.Guid UserId
{
get
{
return this.userIdField;
}
set
{
this.userIdField = value;
}
}
///
public System.Guid BusinessId
{
get
{
return this.businessIdField;
}
set
{
this.businessIdField = value;
}
}
///
public SecurityPrincipal ReassignPrincipal
{
get
{
return this.reassignPrincipalField;
}
set
{
this.reassignPrincipalField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SetBusinessEquipmentRequest : Request
{
private System.Guid equipmentIdField;
private System.Guid businessUnitIdField;
///
public System.Guid EquipmentId
{
get
{
return this.equipmentIdField;
}
set
{
this.equipmentIdField = value;
}
}
///
public System.Guid BusinessUnitId
{
get
{
return this.businessUnitIdField;
}
set
{
this.businessUnitIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendTemplateRequest : Request
{
private System.Guid templateIdField;
private Moniker senderField;
private string recipientTypeField;
private System.Guid[] recipientIdsField;
private string regardingTypeField;
private System.Guid regardingIdField;
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
///
public Moniker Sender
{
get
{
return this.senderField;
}
set
{
this.senderField = value;
}
}
///
public string RecipientType
{
get
{
return this.recipientTypeField;
}
set
{
this.recipientTypeField = value;
}
}
///
public System.Guid[] RecipientIds
{
get
{
return this.recipientIdsField;
}
set
{
this.recipientIdsField = value;
}
}
///
public string RegardingType
{
get
{
return this.regardingTypeField;
}
set
{
this.regardingTypeField = value;
}
}
///
public System.Guid RegardingId
{
get
{
return this.regardingIdField;
}
set
{
this.regardingIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendFaxRequest : Request
{
private System.Guid faxIdField;
private bool issueSendField;
///
public System.Guid FaxId
{
get
{
return this.faxIdField;
}
set
{
this.faxIdField = value;
}
}
///
public bool IssueSend
{
get
{
return this.issueSendField;
}
set
{
this.issueSendField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendEmailRequest : Request
{
private System.Guid emailIdField;
private bool issueSendField;
private string trackingTokenField;
///
public System.Guid EmailId
{
get
{
return this.emailIdField;
}
set
{
this.emailIdField = value;
}
}
///
public bool IssueSend
{
get
{
return this.issueSendField;
}
set
{
this.issueSendField = value;
}
}
///
public string TrackingToken
{
get
{
return this.trackingTokenField;
}
set
{
this.trackingTokenField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendEmailFromTemplateRequest : Request
{
private System.Guid templateIdField;
private string regardingTypeField;
private System.Guid regardingIdField;
private TargetSendFromTemplate targetField;
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
///
public string RegardingType
{
get
{
return this.regardingTypeField;
}
set
{
this.regardingTypeField = value;
}
}
///
public System.Guid RegardingId
{
get
{
return this.regardingIdField;
}
set
{
this.regardingIdField = value;
}
}
///
public TargetSendFromTemplate Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SendBulkMailRequest : Request
{
private Moniker senderField;
private System.Guid templateIdField;
private string regardingTypeField;
private System.Guid regardingIdField;
private QueryBase queryField;
///
public Moniker Sender
{
get
{
return this.senderField;
}
set
{
this.senderField = value;
}
}
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
///
public string RegardingType
{
get
{
return this.regardingTypeField;
}
set
{
this.regardingTypeField = value;
}
}
///
public System.Guid RegardingId
{
get
{
return this.regardingIdField;
}
set
{
this.regardingIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SearchRequest : Request
{
private AppointmentRequest appointmentRequestField;
///
public AppointmentRequest AppointmentRequest
{
get
{
return this.appointmentRequestField;
}
set
{
this.appointmentRequestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SearchByTitleKbArticleRequest : Request
{
private string searchTextField;
private System.Guid subjectIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public string SearchText
{
get
{
return this.searchTextField;
}
set
{
this.searchTextField = value;
}
}
///
public System.Guid SubjectId
{
get
{
return this.subjectIdField;
}
set
{
this.subjectIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SearchByKeywordsKbArticleRequest : Request
{
private string searchTextField;
private System.Guid subjectIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public string SearchText
{
get
{
return this.searchTextField;
}
set
{
this.searchTextField = value;
}
}
///
public System.Guid SubjectId
{
get
{
return this.subjectIdField;
}
set
{
this.subjectIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class SearchByBodyKbArticleRequest : Request
{
private string searchTextField;
private System.Guid subjectIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public string SearchText
{
get
{
return this.searchTextField;
}
set
{
this.searchTextField = value;
}
}
///
public System.Guid SubjectId
{
get
{
return this.subjectIdField;
}
set
{
this.subjectIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RouteRequest : Request
{
private TargetQueued targetField;
private System.Guid sourceQueueIdField;
private RouteType routeTypeField;
private System.Guid endpointIdField;
///
public TargetQueued Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public System.Guid SourceQueueId
{
get
{
return this.sourceQueueIdField;
}
set
{
this.sourceQueueIdField = value;
}
}
///
public RouteType RouteType
{
get
{
return this.routeTypeField;
}
set
{
this.routeTypeField = value;
}
}
///
public System.Guid EndpointId
{
get
{
return this.endpointIdField;
}
set
{
this.endpointIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public enum RouteType
{
///
Auto,
///
User,
///
Queue,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RollupRequest : Request
{
private TargetRollup targetField;
private RollupType rollupTypeField;
private bool returnDynamicEntitiesField;
///
public TargetRollup Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public RollupType RollupType
{
get
{
return this.rollupTypeField;
}
set
{
this.rollupTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public enum RollupType
{
///
None,
///
Related,
///
Extended,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RevokeAccessRequest : Request
{
private TargetOwned targetField;
private SecurityPrincipal revokeeField;
///
public TargetOwned Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public SecurityPrincipal Revokee
{
get
{
return this.revokeeField;
}
set
{
this.revokeeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ReviseQuoteRequest : Request
{
private System.Guid quoteIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid QuoteId
{
get
{
return this.quoteIdField;
}
set
{
this.quoteIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveVersionRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveUserSettingsSystemUserRequest : Request
{
private System.Guid entityIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveUserPrivilegesRequest : Request
{
private System.Guid userIdField;
///
public System.Guid UserId
{
get
{
return this.userIdField;
}
set
{
this.userIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveTeamsSystemUserRequest : Request
{
private System.Guid entityIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveSubsidiaryUsersBusinessUnitRequest : Request
{
private System.Guid entityIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveSubsidiaryTeamsBusinessUnitRequest : Request
{
private System.Guid entityIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveSubGroupsResourceGroupRequest : Request
{
private System.Guid resourceGroupIdField;
private QueryBase queryField;
private bool returnDynamicEntitiesField;
///
public System.Guid ResourceGroupId
{
get
{
return this.resourceGroupIdField;
}
set
{
this.resourceGroupIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveSharedPrincipalsAndAccessRequest : Request
{
private TargetOwned targetField;
///
public TargetOwned Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveRolePrivilegesRoleRequest : Request
{
private System.Guid roleIdField;
///
public System.Guid RoleId
{
get
{
return this.roleIdField;
}
set
{
this.roleIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveRequest : Request
{
private TargetRetrieve targetField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public TargetRetrieve Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveProvisionedLanguagesRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrievePrivilegeSetRequest : Request
{
private bool returnDynamicEntitiesField;
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrievePrincipalAccessRequest : Request
{
private TargetOwned targetField;
private SecurityPrincipal principalField;
///
public TargetOwned Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public SecurityPrincipal Principal
{
get
{
return this.principalField;
}
set
{
this.principalField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveParsedDataImportFileRequest : Request
{
private System.Guid importFileIdField;
private PagingInfo pagingInfoField;
///
public System.Guid ImportFileId
{
get
{
return this.importFileIdField;
}
set
{
this.importFileIdField = value;
}
}
///
public PagingInfo PagingInfo
{
get
{
return this.pagingInfoField;
}
set
{
this.pagingInfoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveParentGroupsResourceGroupRequest : Request
{
private System.Guid resourceGroupIdField;
private QueryBase queryField;
private bool returnDynamicEntitiesField;
///
public System.Guid ResourceGroupId
{
get
{
return this.resourceGroupIdField;
}
set
{
this.resourceGroupIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveMultipleRequest : Request
{
private QueryBase queryField;
private bool returnDynamicEntitiesField;
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveMembersTeamRequest : Request
{
private System.Guid entityIdField;
private ColumnSetBase memberColumnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ColumnSetBase MemberColumnSet
{
get
{
return this.memberColumnSetField;
}
set
{
this.memberColumnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveMembersBulkOperationRequest : Request
{
private System.Guid bulkOperationIdField;
private BulkOperationSource bulkOperationSourceField;
private EntitySource entitySourceField;
private bool returnDynamicEntitiesField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
///
public BulkOperationSource BulkOperationSource
{
get
{
return this.bulkOperationSourceField;
}
set
{
this.bulkOperationSourceField = value;
}
}
///
public EntitySource EntitySource
{
get
{
return this.entitySourceField;
}
set
{
this.entitySourceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
public enum BulkOperationSource
{
///
QuickCampaign,
///
CampaignActivity,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
public enum EntitySource
{
///
Account,
///
Contact,
///
Lead,
///
All,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveLocLabelsRequest : Request
{
private Moniker entityMonikerField;
private string attributeNameField;
private bool includeUnpublishedField;
///
public Moniker EntityMoniker
{
get
{
return this.entityMonikerField;
}
set
{
this.entityMonikerField = value;
}
}
///
public string AttributeName
{
get
{
return this.attributeNameField;
}
set
{
this.attributeNameField = value;
}
}
///
public bool IncludeUnpublished
{
get
{
return this.includeUnpublishedField;
}
set
{
this.includeUnpublishedField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveLicenseInfoRequest : Request
{
private int accessModeField;
///
public int AccessMode
{
get
{
return this.accessModeField;
}
set
{
this.accessModeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveInstalledLanguagePacksRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveFormXmlRequest : Request
{
private string entityNameField;
///
public string EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveExchangeRateRequest : Request
{
private System.Guid transactionCurrencyIdField;
///
public System.Guid TransactionCurrencyId
{
get
{
return this.transactionCurrencyIdField;
}
set
{
this.transactionCurrencyIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveDuplicatesRequest : Request
{
private BusinessEntity businessEntityField;
private string matchingEntityNameField;
private PagingInfo pagingInfoField;
private bool returnDynamicEntitiesField;
///
public BusinessEntity BusinessEntity
{
get
{
return this.businessEntityField;
}
set
{
this.businessEntityField = value;
}
}
///
public string MatchingEntityName
{
get
{
return this.matchingEntityNameField;
}
set
{
this.matchingEntityNameField = value;
}
}
///
public PagingInfo PagingInfo
{
get
{
return this.pagingInfoField;
}
set
{
this.pagingInfoField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveDeprovisionedLanguagesRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveDeploymentLicenseTypeRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByTopIncidentSubjectKbArticleRequest : Request
{
private System.Guid subjectIdField;
private bool returnDynamicEntitiesField;
///
public System.Guid SubjectId
{
get
{
return this.subjectIdField;
}
set
{
this.subjectIdField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByTopIncidentProductKbArticleRequest : Request
{
private System.Guid productIdField;
private bool returnDynamicEntitiesField;
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByResourcesServiceRequest : Request
{
private System.Guid[] resourceIdsField;
private QueryBase queryField;
private bool returnDynamicEntitiesField;
///
public System.Guid[] ResourceIds
{
get
{
return this.resourceIdsField;
}
set
{
this.resourceIdsField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByResourceResourceGroupRequest : Request
{
private System.Guid resourceIdField;
private QueryBase queryField;
private bool returnDynamicEntitiesField;
///
public System.Guid ResourceId
{
get
{
return this.resourceIdField;
}
set
{
this.resourceIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveByGroupResourceRequest : Request
{
private System.Guid resourceGroupIdField;
private QueryBase queryField;
private bool returnDynamicEntitiesField;
///
public System.Guid ResourceGroupId
{
get
{
return this.resourceGroupIdField;
}
set
{
this.resourceGroupIdField = value;
}
}
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveBusinessHierarchyBusinessUnitRequest : Request
{
private System.Guid entityIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveAvailableLanguagesRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RetrieveAllChildUsersSystemUserRequest : Request
{
private System.Guid entityIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ResetDataFiltersRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RescheduleRequest : Request
{
private TargetSchedule targetField;
///
public TargetSchedule Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ReplacePrivilegesRoleRequest : Request
{
private System.Guid roleIdField;
private RolePrivilege[] privilegesField;
///
public System.Guid RoleId
{
get
{
return this.roleIdField;
}
set
{
this.roleIdField = value;
}
}
///
public RolePrivilege[] Privileges
{
get
{
return this.privilegesField;
}
set
{
this.privilegesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RenewContractRequest : Request
{
private System.Guid contractIdField;
private int statusField;
private bool includeCanceledLinesField;
private bool returnDynamicEntitiesField;
///
public System.Guid ContractId
{
get
{
return this.contractIdField;
}
set
{
this.contractIdField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
///
public bool IncludeCanceledLines
{
get
{
return this.includeCanceledLinesField;
}
set
{
this.includeCanceledLinesField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveUserRolesRoleRequest : Request
{
private System.Guid userIdField;
private System.Guid[] roleIdsField;
///
public System.Guid UserId
{
get
{
return this.userIdField;
}
set
{
this.userIdField = value;
}
}
///
public System.Guid[] RoleIds
{
get
{
return this.roleIdsField;
}
set
{
this.roleIdsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveSubstituteProductRequest : Request
{
private System.Guid productIdField;
private System.Guid substituteIdField;
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
///
public System.Guid SubstituteId
{
get
{
return this.substituteIdField;
}
set
{
this.substituteIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveRelatedRequest : Request
{
private TargetRelated targetField;
///
public TargetRelated Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveProductFromKitRequest : Request
{
private System.Guid kitIdField;
private System.Guid productIdField;
///
public System.Guid KitId
{
get
{
return this.kitIdField;
}
set
{
this.kitIdField = value;
}
}
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemovePrivilegeRoleRequest : Request
{
private System.Guid roleIdField;
private System.Guid privilegeIdField;
///
public System.Guid RoleId
{
get
{
return this.roleIdField;
}
set
{
this.roleIdField = value;
}
}
///
public System.Guid PrivilegeId
{
get
{
return this.privilegeIdField;
}
set
{
this.privilegeIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveParentRequest : Request
{
private TargetRemoveParent targetField;
///
public TargetRemoveParent Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveMembersTeamRequest : Request
{
private System.Guid teamIdField;
private System.Guid[] memberIdsField;
///
public System.Guid TeamId
{
get
{
return this.teamIdField;
}
set
{
this.teamIdField = value;
}
}
///
public System.Guid[] MemberIds
{
get
{
return this.memberIdsField;
}
set
{
this.memberIdsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveMemberListRequest : Request
{
private System.Guid listIdField;
private System.Guid entityIdField;
///
public System.Guid ListId
{
get
{
return this.listIdField;
}
set
{
this.listIdField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveItemCampaignRequest : Request
{
private System.Guid campaignIdField;
private System.Guid entityIdField;
///
public System.Guid CampaignId
{
get
{
return this.campaignIdField;
}
set
{
this.campaignIdField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RemoveItemCampaignActivityRequest : Request
{
private System.Guid campaignActivityIdField;
private System.Guid itemIdField;
///
public System.Guid CampaignActivityId
{
get
{
return this.campaignActivityIdField;
}
set
{
this.campaignActivityIdField = value;
}
}
///
public System.Guid ItemId
{
get
{
return this.itemIdField;
}
set
{
this.itemIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class RegisterSolutionRequest : Request
{
private BusinessEntity pluginAssemblyField;
private SdkMessageProcessingStepRegistration[] stepsField;
///
public BusinessEntity PluginAssembly
{
get
{
return this.pluginAssemblyField;
}
set
{
this.pluginAssemblyField = value;
}
}
///
public SdkMessageProcessingStepRegistration[] Steps
{
get
{
return this.stepsField;
}
set
{
this.stepsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ReassignObjectsSystemUserRequest : Request
{
private System.Guid userIdField;
private SecurityPrincipal reassignPrincipalField;
///
public System.Guid UserId
{
get
{
return this.userIdField;
}
set
{
this.userIdField = value;
}
}
///
public SecurityPrincipal ReassignPrincipal
{
get
{
return this.reassignPrincipalField;
}
set
{
this.reassignPrincipalField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QueryScheduleRequest : Request
{
private System.Guid resourceIdField;
private CrmDateTime startField;
private CrmDateTime endField;
private TimeCode[] timeCodesField;
///
public System.Guid ResourceId
{
get
{
return this.resourceIdField;
}
set
{
this.resourceIdField = value;
}
}
///
public CrmDateTime Start
{
get
{
return this.startField;
}
set
{
this.startField = value;
}
}
///
public CrmDateTime End
{
get
{
return this.endField;
}
set
{
this.endField = value;
}
}
///
public TimeCode[] TimeCodes
{
get
{
return this.timeCodesField;
}
set
{
this.timeCodesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QueryMultipleSchedulesRequest : Request
{
private System.Guid[] resourceIdsField;
private CrmDateTime startField;
private CrmDateTime endField;
private TimeCode[] timeCodesField;
///
public System.Guid[] ResourceIds
{
get
{
return this.resourceIdsField;
}
set
{
this.resourceIdsField = value;
}
}
///
public CrmDateTime Start
{
get
{
return this.startField;
}
set
{
this.startField = value;
}
}
///
public CrmDateTime End
{
get
{
return this.endField;
}
set
{
this.endField = value;
}
}
///
public TimeCode[] TimeCodes
{
get
{
return this.timeCodesField;
}
set
{
this.timeCodesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QueryExpressionToFetchXmlRequest : Request
{
private QueryBase queryField;
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class QualifyMemberListRequest : Request
{
private System.Guid listIdField;
private System.Guid[] membersIdField;
private bool overrideorRemoveField;
///
public System.Guid ListId
{
get
{
return this.listIdField;
}
set
{
this.listIdField = value;
}
}
///
public System.Guid[] MembersId
{
get
{
return this.membersIdField;
}
set
{
this.membersIdField = value;
}
}
///
public bool OverrideorRemove
{
get
{
return this.overrideorRemoveField;
}
set
{
this.overrideorRemoveField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PublishXmlRequest : Request
{
private string parameterXmlField;
///
public string ParameterXml
{
get
{
return this.parameterXmlField;
}
set
{
this.parameterXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PublishDuplicateRuleRequest : Request
{
private System.Guid duplicateRuleIdField;
///
public System.Guid DuplicateRuleId
{
get
{
return this.duplicateRuleIdField;
}
set
{
this.duplicateRuleIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PublishAllXmlRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class PropagateByExpressionRequest : Request
{
private QueryBase queryExpressionField;
private string friendlyNameField;
private bool executeImmediatelyField;
private BusinessEntity activityField;
private System.Guid templateIdField;
private PropagationOwnershipOptions ownershipOptionsField;
private bool postWorkflowEventField;
private Moniker ownerField;
private bool sendEmailField;
///
public QueryBase QueryExpression
{
get
{
return this.queryExpressionField;
}
set
{
this.queryExpressionField = value;
}
}
///
public string FriendlyName
{
get
{
return this.friendlyNameField;
}
set
{
this.friendlyNameField = value;
}
}
///
public bool ExecuteImmediately
{
get
{
return this.executeImmediatelyField;
}
set
{
this.executeImmediatelyField = value;
}
}
///
public BusinessEntity Activity
{
get
{
return this.activityField;
}
set
{
this.activityField = value;
}
}
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
///
public PropagationOwnershipOptions OwnershipOptions
{
get
{
return this.ownershipOptionsField;
}
set
{
this.ownershipOptionsField = value;
}
}
///
public bool PostWorkflowEvent
{
get
{
return this.postWorkflowEventField;
}
set
{
this.postWorkflowEventField = value;
}
}
///
public Moniker Owner
{
get
{
return this.ownerField;
}
set
{
this.ownerField = value;
}
}
///
public bool SendEmail
{
get
{
return this.sendEmailField;
}
set
{
this.sendEmailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/CoreTypes")]
public enum PropagationOwnershipOptions
{
///
None,
///
Caller,
///
ListMemberOwner,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ProcessOneMemberBulkOperationRequest : Request
{
private System.Guid bulkOperationIdField;
private BusinessEntity entityField;
private BulkOperationSource bulkOperationSourceField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
///
public BusinessEntity Entity
{
get
{
return this.entityField;
}
set
{
this.entityField = value;
}
}
///
public BulkOperationSource BulkOperationSource
{
get
{
return this.bulkOperationSourceField;
}
set
{
this.bulkOperationSourceField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ProcessInboundEmailRequest : Request
{
private System.Guid inboundEmailActivityField;
///
public System.Guid InboundEmailActivity
{
get
{
return this.inboundEmailActivityField;
}
set
{
this.inboundEmailActivityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ParseImportRequest : Request
{
private System.Guid importIdField;
///
public System.Guid ImportId
{
get
{
return this.importIdField;
}
set
{
this.importIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ModifyAccessRequest : Request
{
private TargetOwned targetField;
private PrincipalAccess principalAccessField;
///
public TargetOwned Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public PrincipalAccess PrincipalAccess
{
get
{
return this.principalAccessField;
}
set
{
this.principalAccessField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MergeRequest : Request
{
private TargetMerge targetField;
private System.Guid subordinateIdField;
private BusinessEntity updateContentField;
private bool performParentingChecksField;
///
public TargetMerge Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public System.Guid SubordinateId
{
get
{
return this.subordinateIdField;
}
set
{
this.subordinateIdField = value;
}
}
///
public BusinessEntity UpdateContent
{
get
{
return this.updateContentField;
}
set
{
this.updateContentField = value;
}
}
///
public bool PerformParentingChecks
{
get
{
return this.performParentingChecksField;
}
set
{
this.performParentingChecksField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MakeUnavailableToOrganizationTemplateRequest : Request
{
private System.Guid templateIdField;
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MakeUnavailableToOrganizationReportRequest : Request
{
private System.Guid reportIdField;
///
public System.Guid ReportId
{
get
{
return this.reportIdField;
}
set
{
this.reportIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MakeAvailableToOrganizationTemplateRequest : Request
{
private System.Guid templateIdField;
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class MakeAvailableToOrganizationReportRequest : Request
{
private System.Guid reportIdField;
///
public System.Guid ReportId
{
get
{
return this.reportIdField;
}
set
{
this.reportIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LoseOpportunityRequest : Request
{
private BusinessEntity opportunityCloseField;
private int statusField;
///
public BusinessEntity OpportunityClose
{
get
{
return this.opportunityCloseField;
}
set
{
this.opportunityCloseField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LogSuccessBulkOperationRequest : Request
{
private System.Guid bulkOperationIdField;
private System.Guid regardingObjectIdField;
private int regardingObjectTypeCodeField;
private System.Guid createdObjectIdField;
private int createdObjectTypeCodeField;
private string additionalInfoField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
///
public System.Guid RegardingObjectId
{
get
{
return this.regardingObjectIdField;
}
set
{
this.regardingObjectIdField = value;
}
}
///
public int RegardingObjectTypeCode
{
get
{
return this.regardingObjectTypeCodeField;
}
set
{
this.regardingObjectTypeCodeField = value;
}
}
///
public System.Guid CreatedObjectId
{
get
{
return this.createdObjectIdField;
}
set
{
this.createdObjectIdField = value;
}
}
///
public int CreatedObjectTypeCode
{
get
{
return this.createdObjectTypeCodeField;
}
set
{
this.createdObjectTypeCodeField = value;
}
}
///
public string AdditionalInfo
{
get
{
return this.additionalInfoField;
}
set
{
this.additionalInfoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LogFailureBulkOperationRequest : Request
{
private System.Guid bulkOperationIdField;
private System.Guid regardingObjectIdField;
private int regardingObjectTypeCodeField;
private int errorCodeField;
private string messageField;
private string additionalInfoField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
///
public System.Guid RegardingObjectId
{
get
{
return this.regardingObjectIdField;
}
set
{
this.regardingObjectIdField = value;
}
}
///
public int RegardingObjectTypeCode
{
get
{
return this.regardingObjectTypeCodeField;
}
set
{
this.regardingObjectTypeCodeField = value;
}
}
///
public int ErrorCode
{
get
{
return this.errorCodeField;
}
set
{
this.errorCodeField = value;
}
}
///
public string Message
{
get
{
return this.messageField;
}
set
{
this.messageField = value;
}
}
///
public string AdditionalInfo
{
get
{
return this.additionalInfoField;
}
set
{
this.additionalInfoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LockSalesOrderPricingRequest : Request
{
private System.Guid salesOrderIdField;
///
public System.Guid SalesOrderId
{
get
{
return this.salesOrderIdField;
}
set
{
this.salesOrderIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LockInvoicePricingRequest : Request
{
private System.Guid invoiceIdField;
///
public System.Guid InvoiceId
{
get
{
return this.invoiceIdField;
}
set
{
this.invoiceIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class LocalTimeFromUtcTimeRequest : Request
{
private int timeZoneCodeField;
private CrmDateTime utcTimeField;
///
public int TimeZoneCode
{
get
{
return this.timeZoneCodeField;
}
set
{
this.timeZoneCodeField = value;
}
}
///
public CrmDateTime UtcTime
{
get
{
return this.utcTimeField;
}
set
{
this.utcTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class IsValidStateTransitionRequest : Request
{
private Moniker entityField;
private string newStateField;
private int newStatusField;
///
public Moniker Entity
{
get
{
return this.entityField;
}
set
{
this.entityField = value;
}
}
///
public string NewState
{
get
{
return this.newStateField;
}
set
{
this.newStateField = value;
}
}
///
public int NewStatus
{
get
{
return this.newStatusField;
}
set
{
this.newStatusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class IsBackOfficeInstalledRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class InstantiateTemplateRequest : Request
{
private System.Guid templateIdField;
private string objectTypeField;
private System.Guid objectIdField;
private bool returnDynamicEntitiesField;
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
///
public string ObjectType
{
get
{
return this.objectTypeField;
}
set
{
this.objectTypeField = value;
}
}
///
public System.Guid ObjectId
{
get
{
return this.objectIdField;
}
set
{
this.objectIdField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class InitializeFromRequest : Request
{
private Moniker entityMonikerField;
private string targetEntityNameField;
private TargetFieldType targetFieldTypeField;
private bool returnDynamicEntitiesField;
///
public Moniker EntityMoniker
{
get
{
return this.entityMonikerField;
}
set
{
this.entityMonikerField = value;
}
}
///
public string TargetEntityName
{
get
{
return this.targetEntityNameField;
}
set
{
this.targetEntityNameField = value;
}
}
///
public TargetFieldType TargetFieldType
{
get
{
return this.targetFieldTypeField;
}
set
{
this.targetFieldTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2006/WebServices")]
public enum TargetFieldType
{
///
All,
///
ValidForCreate,
///
ValidForUpdate,
///
ValidForRead,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportXmlWithProgressRequest : Request
{
private string parameterXmlField;
private string customizationXmlField;
private System.Guid importJobIdField;
///
public string ParameterXml
{
get
{
return this.parameterXmlField;
}
set
{
this.parameterXmlField = value;
}
}
///
public string CustomizationXml
{
get
{
return this.customizationXmlField;
}
set
{
this.customizationXmlField = value;
}
}
///
public System.Guid ImportJobId
{
get
{
return this.importJobIdField;
}
set
{
this.importJobIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportXmlRequest : Request
{
private string parameterXmlField;
private string customizationXmlField;
///
public string ParameterXml
{
get
{
return this.parameterXmlField;
}
set
{
this.parameterXmlField = value;
}
}
///
public string CustomizationXml
{
get
{
return this.customizationXmlField;
}
set
{
this.customizationXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportTranslationsXmlWithProgressRequest : Request
{
private string importXmlField;
private System.Guid importJobIdField;
///
public string ImportXml
{
get
{
return this.importXmlField;
}
set
{
this.importXmlField = value;
}
}
///
public System.Guid ImportJobId
{
get
{
return this.importJobIdField;
}
set
{
this.importJobIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportRecordsImportRequest : Request
{
private System.Guid importIdField;
///
public System.Guid ImportId
{
get
{
return this.importIdField;
}
set
{
this.importIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportCompressedXmlWithProgressRequest : Request
{
private string parameterXmlField;
private byte[] compressedCustomizationXmlField;
private System.Guid importJobIdField;
///
public string ParameterXml
{
get
{
return this.parameterXmlField;
}
set
{
this.parameterXmlField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
public byte[] CompressedCustomizationXml
{
get
{
return this.compressedCustomizationXmlField;
}
set
{
this.compressedCustomizationXmlField = value;
}
}
///
public System.Guid ImportJobId
{
get
{
return this.importJobIdField;
}
set
{
this.importJobIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportCompressedTranslationsXmlWithProgressRequest : Request
{
private byte[] compressedTranslationsXmlField;
private System.Guid importJobIdField;
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
public byte[] CompressedTranslationsXml
{
get
{
return this.compressedTranslationsXmlField;
}
set
{
this.compressedTranslationsXmlField = value;
}
}
///
public System.Guid ImportJobId
{
get
{
return this.importJobIdField;
}
set
{
this.importJobIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportCompressedAllXmlRequest : Request
{
private byte[] compressedCustomizationXmlField;
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "base64Binary")]
public byte[] CompressedCustomizationXml
{
get
{
return this.compressedCustomizationXmlField;
}
set
{
this.compressedCustomizationXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ImportAllXmlRequest : Request
{
private string customizationXmlField;
///
public string CustomizationXml
{
get
{
return this.customizationXmlField;
}
set
{
this.customizationXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class HandleRequest : Request
{
private TargetQueued targetField;
private System.Guid sourceQueueIdField;
///
public TargetQueued Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public System.Guid SourceQueueId
{
get
{
return this.sourceQueueIdField;
}
set
{
this.sourceQueueIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GrantAccessRequest : Request
{
private TargetOwned targetField;
private PrincipalAccess principalAccessField;
///
public TargetOwned Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public PrincipalAccess PrincipalAccess
{
get
{
return this.principalAccessField;
}
set
{
this.principalAccessField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetTrackingTokenEmailRequest : Request
{
private string subjectField;
///
public string Subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetTimeZoneCodeByLocalizedNameRequest : Request
{
private string localizedStandardNameField;
private int localeIdField;
///
public string LocalizedStandardName
{
get
{
return this.localizedStandardNameField;
}
set
{
this.localizedStandardNameField = value;
}
}
///
public int LocaleId
{
get
{
return this.localeIdField;
}
set
{
this.localeIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetSalesOrderProductsFromOpportunityRequest : Request
{
private System.Guid opportunityIdField;
private System.Guid salesOrderIdField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public System.Guid SalesOrderId
{
get
{
return this.salesOrderIdField;
}
set
{
this.salesOrderIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetReportHistoryLimitRequest : Request
{
private System.Guid reportIdField;
///
public System.Guid ReportId
{
get
{
return this.reportIdField;
}
set
{
this.reportIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetQuoteProductsFromOpportunityRequest : Request
{
private System.Guid opportunityIdField;
private System.Guid quoteIdField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public System.Guid QuoteId
{
get
{
return this.quoteIdField;
}
set
{
this.quoteIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetQuantityDecimalRequest : Request
{
private TargetQuantify targetField;
private System.Guid productIdField;
private System.Guid uoMIdField;
///
public TargetQuantify Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
///
public System.Guid UoMId
{
get
{
return this.uoMIdField;
}
set
{
this.uoMIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetInvoiceProductsFromOpportunityRequest : Request
{
private System.Guid opportunityIdField;
private System.Guid invoiceIdField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public System.Guid InvoiceId
{
get
{
return this.invoiceIdField;
}
set
{
this.invoiceIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetHeaderColumnsImportFileRequest : Request
{
private System.Guid importFileIdField;
///
public System.Guid ImportFileId
{
get
{
return this.importFileIdField;
}
set
{
this.importFileIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetDistinctValuesImportFileRequest : Request
{
private System.Guid importFileIdField;
private int columnNumberField;
private int pageNumberField;
private int recordsPerPageField;
///
public System.Guid ImportFileId
{
get
{
return this.importFileIdField;
}
set
{
this.importFileIdField = value;
}
}
///
public int columnNumber
{
get
{
return this.columnNumberField;
}
set
{
this.columnNumberField = value;
}
}
///
public int pageNumber
{
get
{
return this.pageNumberField;
}
set
{
this.pageNumberField = value;
}
}
///
public int recordsPerPage
{
get
{
return this.recordsPerPageField;
}
set
{
this.recordsPerPageField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetDecryptionKeyRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GetAllTimeZonesWithDisplayNameRequest : Request
{
private int localeIdField;
private bool returnDynamicEntitiesField;
///
public int LocaleId
{
get
{
return this.localeIdField;
}
set
{
this.localeIdField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GenerateSalesOrderFromOpportunityRequest : Request
{
private System.Guid opportunityIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GenerateQuoteFromOpportunityRequest : Request
{
private System.Guid opportunityIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class GenerateInvoiceFromOpportunityRequest : Request
{
private System.Guid opportunityIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class FulfillSalesOrderRequest : Request
{
private BusinessEntity orderCloseField;
private int statusField;
///
public BusinessEntity OrderClose
{
get
{
return this.orderCloseField;
}
set
{
this.orderCloseField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class FindParentResourceGroupRequest : Request
{
private System.Guid parentIdField;
private System.Guid[] childrenIdsField;
///
public System.Guid ParentId
{
get
{
return this.parentIdField;
}
set
{
this.parentIdField = value;
}
}
///
public System.Guid[] ChildrenIds
{
get
{
return this.childrenIdsField;
}
set
{
this.childrenIdsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class FetchXmlToQueryExpressionRequest : Request
{
private string fetchXmlField;
///
public string FetchXml
{
get
{
return this.fetchXmlField;
}
set
{
this.fetchXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportXmlRequest : Request
{
private string parameterXmlField;
///
public string ParameterXml
{
get
{
return this.parameterXmlField;
}
set
{
this.parameterXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportTranslationsXmlRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportCompressedXmlRequest : Request
{
private string parameterXmlField;
private string embeddedFileNameField;
///
public string ParameterXml
{
get
{
return this.parameterXmlField;
}
set
{
this.parameterXmlField = value;
}
}
///
public string EmbeddedFileName
{
get
{
return this.embeddedFileNameField;
}
set
{
this.embeddedFileNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportCompressedTranslationsXmlRequest : Request
{
private string embeddedFileNameField;
///
public string EmbeddedFileName
{
get
{
return this.embeddedFileNameField;
}
set
{
this.embeddedFileNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportCompressedAllXmlRequest : Request
{
private string embeddedFileNameField;
///
public string EmbeddedFileName
{
get
{
return this.embeddedFileNameField;
}
set
{
this.embeddedFileNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExportAllXmlRequest : Request
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExpandCalendarRequest : Request
{
private System.Guid calendarIdField;
private CrmDateTime startField;
private CrmDateTime endField;
///
public System.Guid CalendarId
{
get
{
return this.calendarIdField;
}
set
{
this.calendarIdField = value;
}
}
///
public CrmDateTime Start
{
get
{
return this.startField;
}
set
{
this.startField = value;
}
}
///
public CrmDateTime End
{
get
{
return this.endField;
}
set
{
this.endField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteWorkflowRequest : Request
{
private System.Guid entityIdField;
private System.Guid workflowIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public System.Guid WorkflowId
{
get
{
return this.workflowIdField;
}
set
{
this.workflowIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteFetchRequest : Request
{
private string fetchXmlField;
///
public string FetchXml
{
get
{
return this.fetchXmlField;
}
set
{
this.fetchXmlField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteCampaignActivityRequest : Request
{
private System.Guid campaignActivityIdField;
private bool propagateField;
private BusinessEntity activityField;
private System.Guid templateIdField;
private PropagationOwnershipOptions ownershipOptionsField;
///
public System.Guid CampaignActivityId
{
get
{
return this.campaignActivityIdField;
}
set
{
this.campaignActivityIdField = value;
}
}
///
public bool Propagate
{
get
{
return this.propagateField;
}
set
{
this.propagateField = value;
}
}
///
public BusinessEntity Activity
{
get
{
return this.activityField;
}
set
{
this.activityField = value;
}
}
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
///
public PropagationOwnershipOptions OwnershipOptions
{
get
{
return this.ownershipOptionsField;
}
set
{
this.ownershipOptionsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteByIdUserQueryRequest : Request
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ExecuteByIdSavedQueryRequest : Request
{
private System.Guid entityIdField;
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DownloadReportDefinitionRequest : Request
{
private System.Guid reportIdField;
///
public System.Guid ReportId
{
get
{
return this.reportIdField;
}
set
{
this.reportIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DistributeCampaignActivityRequest : Request
{
private System.Guid campaignActivityIdField;
private bool propagateField;
private BusinessEntity activityField;
private System.Guid templateIdField;
private PropagationOwnershipOptions ownershipOptionsField;
private Moniker ownerField;
private bool sendEmailField;
///
public System.Guid CampaignActivityId
{
get
{
return this.campaignActivityIdField;
}
set
{
this.campaignActivityIdField = value;
}
}
///
public bool Propagate
{
get
{
return this.propagateField;
}
set
{
this.propagateField = value;
}
}
///
public BusinessEntity Activity
{
get
{
return this.activityField;
}
set
{
this.activityField = value;
}
}
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
///
public PropagationOwnershipOptions OwnershipOptions
{
get
{
return this.ownershipOptionsField;
}
set
{
this.ownershipOptionsField = value;
}
}
///
public Moniker Owner
{
get
{
return this.ownerField;
}
set
{
this.ownerField = value;
}
}
///
public bool SendEmail
{
get
{
return this.sendEmailField;
}
set
{
this.sendEmailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DisassociateEntitiesRequest : Request
{
private Moniker moniker1Field;
private Moniker moniker2Field;
private string relationshipNameField;
///
public Moniker Moniker1
{
get
{
return this.moniker1Field;
}
set
{
this.moniker1Field = value;
}
}
///
public Moniker Moniker2
{
get
{
return this.moniker2Field;
}
set
{
this.moniker2Field = value;
}
}
///
public string RelationshipName
{
get
{
return this.relationshipNameField;
}
set
{
this.relationshipNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DetachFromQueueEmailRequest : Request
{
private System.Guid emailIdField;
private System.Guid queueIdField;
///
public System.Guid EmailId
{
get
{
return this.emailIdField;
}
set
{
this.emailIdField = value;
}
}
///
public System.Guid QueueId
{
get
{
return this.queueIdField;
}
set
{
this.queueIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DeliverPromoteEmailRequest : Request
{
private System.Guid emailIdField;
private string messageIdField;
private string subjectField;
private string fromField;
private string toField;
private string ccField;
private string bccField;
private CrmDateTime receivedOnField;
private string submittedByField;
private string importanceField;
private string bodyField;
private BusinessEntityCollection attachmentsField;
///
public System.Guid EmailId
{
get
{
return this.emailIdField;
}
set
{
this.emailIdField = value;
}
}
///
public string MessageId
{
get
{
return this.messageIdField;
}
set
{
this.messageIdField = value;
}
}
///
public string Subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public string From
{
get
{
return this.fromField;
}
set
{
this.fromField = value;
}
}
///
public string To
{
get
{
return this.toField;
}
set
{
this.toField = value;
}
}
///
public string Cc
{
get
{
return this.ccField;
}
set
{
this.ccField = value;
}
}
///
public string Bcc
{
get
{
return this.bccField;
}
set
{
this.bccField = value;
}
}
///
public CrmDateTime ReceivedOn
{
get
{
return this.receivedOnField;
}
set
{
this.receivedOnField = value;
}
}
///
public string SubmittedBy
{
get
{
return this.submittedByField;
}
set
{
this.submittedByField = value;
}
}
///
public string Importance
{
get
{
return this.importanceField;
}
set
{
this.importanceField = value;
}
}
///
public string Body
{
get
{
return this.bodyField;
}
set
{
this.bodyField = value;
}
}
///
public BusinessEntityCollection Attachments
{
get
{
return this.attachmentsField;
}
set
{
this.attachmentsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DeliverIncomingEmailRequest : Request
{
private string messageIdField;
private string subjectField;
private string fromField;
private string toField;
private string ccField;
private string bccField;
private CrmDateTime receivedOnField;
private string submittedByField;
private string importanceField;
private string bodyField;
private BusinessEntityCollection attachmentsField;
///
public string MessageId
{
get
{
return this.messageIdField;
}
set
{
this.messageIdField = value;
}
}
///
public string Subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public string From
{
get
{
return this.fromField;
}
set
{
this.fromField = value;
}
}
///
public string To
{
get
{
return this.toField;
}
set
{
this.toField = value;
}
}
///
public string Cc
{
get
{
return this.ccField;
}
set
{
this.ccField = value;
}
}
///
public string Bcc
{
get
{
return this.bccField;
}
set
{
this.bccField = value;
}
}
///
public CrmDateTime ReceivedOn
{
get
{
return this.receivedOnField;
}
set
{
this.receivedOnField = value;
}
}
///
public string SubmittedBy
{
get
{
return this.submittedByField;
}
set
{
this.submittedByField = value;
}
}
///
public string Importance
{
get
{
return this.importanceField;
}
set
{
this.importanceField = value;
}
}
///
public string Body
{
get
{
return this.bodyField;
}
set
{
this.bodyField = value;
}
}
///
public BusinessEntityCollection Attachments
{
get
{
return this.attachmentsField;
}
set
{
this.attachmentsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class DeleteRequest : Request
{
private TargetDelete targetField;
///
public TargetDelete Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CreateWorkflowFromTemplateRequest : Request
{
private string workflowNameField;
private System.Guid workflowTemplateIdField;
///
public string WorkflowName
{
get
{
return this.workflowNameField;
}
set
{
this.workflowNameField = value;
}
}
///
public System.Guid WorkflowTemplateId
{
get
{
return this.workflowTemplateIdField;
}
set
{
this.workflowTemplateIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CreateRequest : Request
{
private TargetCreate targetField;
///
public TargetCreate Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CreateActivitiesListRequest : Request
{
private System.Guid listIdField;
private string friendlyNameField;
private BusinessEntity activityField;
private System.Guid templateIdField;
private bool propagateField;
private PropagationOwnershipOptions ownershipOptionsField;
private Moniker ownerField;
private bool sendEmailField;
///
public System.Guid ListId
{
get
{
return this.listIdField;
}
set
{
this.listIdField = value;
}
}
///
public string FriendlyName
{
get
{
return this.friendlyNameField;
}
set
{
this.friendlyNameField = value;
}
}
///
public BusinessEntity Activity
{
get
{
return this.activityField;
}
set
{
this.activityField = value;
}
}
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
///
public bool Propagate
{
get
{
return this.propagateField;
}
set
{
this.propagateField = value;
}
}
///
public PropagationOwnershipOptions OwnershipOptions
{
get
{
return this.ownershipOptionsField;
}
set
{
this.ownershipOptionsField = value;
}
}
///
public Moniker Owner
{
get
{
return this.ownerField;
}
set
{
this.ownerField = value;
}
}
///
public bool sendEmail
{
get
{
return this.sendEmailField;
}
set
{
this.sendEmailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CopyMembersListRequest : Request
{
private System.Guid sourceListIdField;
private System.Guid targetListIdField;
///
public System.Guid SourceListId
{
get
{
return this.sourceListIdField;
}
set
{
this.sourceListIdField = value;
}
}
///
public System.Guid TargetListId
{
get
{
return this.targetListIdField;
}
set
{
this.targetListIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CopyCampaignRequest : Request
{
private System.Guid baseCampaignField;
private bool saveAsTemplateField;
///
public System.Guid BaseCampaign
{
get
{
return this.baseCampaignField;
}
set
{
this.baseCampaignField = value;
}
}
///
public bool SaveAsTemplate
{
get
{
return this.saveAsTemplateField;
}
set
{
this.saveAsTemplateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ConvertSalesOrderToInvoiceRequest : Request
{
private System.Guid salesOrderIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid SalesOrderId
{
get
{
return this.salesOrderIdField;
}
set
{
this.salesOrderIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ConvertQuoteToSalesOrderRequest : Request
{
private System.Guid quoteIdField;
private ColumnSetBase columnSetField;
private bool returnDynamicEntitiesField;
///
public System.Guid QuoteId
{
get
{
return this.quoteIdField;
}
set
{
this.quoteIdField = value;
}
}
///
public ColumnSetBase ColumnSet
{
get
{
return this.columnSetField;
}
set
{
this.columnSetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ConvertProductToKitRequest : Request
{
private System.Guid productIdField;
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class ConvertKitToProductRequest : Request
{
private System.Guid kitIdField;
///
public System.Guid KitId
{
get
{
return this.kitIdField;
}
set
{
this.kitIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CompoundUpdateRequest : Request
{
private TargetCompound targetField;
///
public TargetCompound Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CompoundUpdateDuplicateDetectionRuleRequest : Request
{
private TargetCompound targetField;
///
public TargetCompound Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CompoundCreateRequest : Request
{
private TargetCompound targetField;
///
public TargetCompound Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CloseQuoteRequest : Request
{
private BusinessEntity quoteCloseField;
private int statusField;
///
public BusinessEntity QuoteClose
{
get
{
return this.quoteCloseField;
}
set
{
this.quoteCloseField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CloseIncidentRequest : Request
{
private BusinessEntity incidentResolutionField;
private int statusField;
///
public BusinessEntity IncidentResolution
{
get
{
return this.incidentResolutionField;
}
set
{
this.incidentResolutionField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CloneContractRequest : Request
{
private System.Guid contractIdField;
private bool includeCanceledLinesField;
private bool returnDynamicEntitiesField;
///
public System.Guid ContractId
{
get
{
return this.contractIdField;
}
set
{
this.contractIdField = value;
}
}
///
public bool IncludeCanceledLines
{
get
{
return this.includeCanceledLinesField;
}
set
{
this.includeCanceledLinesField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CleanUpBulkOperationRequest : Request
{
private System.Guid bulkOperationIdField;
private BulkOperationSource bulkOperationSourceField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
///
public BulkOperationSource BulkOperationSource
{
get
{
return this.bulkOperationSourceField;
}
set
{
this.bulkOperationSourceField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CheckPromoteEmailRequest : Request
{
private string messageIdField;
private string subjectField;
///
public string MessageId
{
get
{
return this.messageIdField;
}
set
{
this.messageIdField = value;
}
}
///
public string Subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CheckIncomingEmailRequest : Request
{
private string messageIdField;
private string subjectField;
private string fromField;
private string toField;
private string ccField;
private string bccField;
///
public string MessageId
{
get
{
return this.messageIdField;
}
set
{
this.messageIdField = value;
}
}
///
public string Subject
{
get
{
return this.subjectField;
}
set
{
this.subjectField = value;
}
}
///
public string From
{
get
{
return this.fromField;
}
set
{
this.fromField = value;
}
}
///
public string To
{
get
{
return this.toField;
}
set
{
this.toField = value;
}
}
///
public string Cc
{
get
{
return this.ccField;
}
set
{
this.ccField = value;
}
}
///
public string Bcc
{
get
{
return this.bccField;
}
set
{
this.bccField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CancelSalesOrderRequest : Request
{
private BusinessEntity orderCloseField;
private int statusField;
///
public BusinessEntity OrderClose
{
get
{
return this.orderCloseField;
}
set
{
this.orderCloseField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CancelContractRequest : Request
{
private System.Guid contractIdField;
private CrmDateTime cancelDateField;
private int statusField;
///
public System.Guid ContractId
{
get
{
return this.contractIdField;
}
set
{
this.contractIdField = value;
}
}
///
public CrmDateTime CancelDate
{
get
{
return this.cancelDateField;
}
set
{
this.cancelDateField = value;
}
}
///
public int Status
{
get
{
return this.statusField;
}
set
{
this.statusField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CalculateTotalTimeIncidentRequest : Request
{
private System.Guid incidentIdField;
///
public System.Guid IncidentId
{
get
{
return this.incidentIdField;
}
set
{
this.incidentIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class CalculateActualValueOpportunityRequest : Request
{
private System.Guid opportunityIdField;
///
public System.Guid OpportunityId
{
get
{
return this.opportunityIdField;
}
set
{
this.opportunityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BulkOperationStatusCloseRequest : Request
{
private System.Guid bulkOperationIdField;
private int failureCountField;
private int successCountField;
private int statusReasonField;
private int errorCodeField;
///
public System.Guid BulkOperationId
{
get
{
return this.bulkOperationIdField;
}
set
{
this.bulkOperationIdField = value;
}
}
///
public int FailureCount
{
get
{
return this.failureCountField;
}
set
{
this.failureCountField = value;
}
}
///
public int SuccessCount
{
get
{
return this.successCountField;
}
set
{
this.successCountField = value;
}
}
///
public int StatusReason
{
get
{
return this.statusReasonField;
}
set
{
this.statusReasonField = value;
}
}
///
public int ErrorCode
{
get
{
return this.errorCodeField;
}
set
{
this.errorCodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BulkDetectDuplicatesRequest : Request
{
private QueryBase queryField;
private string jobNameField;
private bool sendEmailNotificationField;
private System.Guid templateIdField;
private System.Guid[] toRecipientsField;
private System.Guid[] cCRecipientsField;
private string recurrencePatternField;
private CrmDateTime recurrenceStartTimeField;
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
///
public string JobName
{
get
{
return this.jobNameField;
}
set
{
this.jobNameField = value;
}
}
///
public bool SendEmailNotification
{
get
{
return this.sendEmailNotificationField;
}
set
{
this.sendEmailNotificationField = value;
}
}
///
public System.Guid TemplateId
{
get
{
return this.templateIdField;
}
set
{
this.templateIdField = value;
}
}
///
public System.Guid[] ToRecipients
{
get
{
return this.toRecipientsField;
}
set
{
this.toRecipientsField = value;
}
}
///
public System.Guid[] CCRecipients
{
get
{
return this.cCRecipientsField;
}
set
{
this.cCRecipientsField = value;
}
}
///
public string RecurrencePattern
{
get
{
return this.recurrencePatternField;
}
set
{
this.recurrencePatternField = value;
}
}
///
public CrmDateTime RecurrenceStartTime
{
get
{
return this.recurrenceStartTimeField;
}
set
{
this.recurrenceStartTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BulkDeleteRequest : Request
{
private QueryBase[] querySetField;
private string jobNameField;
private bool sendEmailNotificationField;
private System.Guid[] toRecipientsField;
private System.Guid[] cCRecipientsField;
private string recurrencePatternField;
private CrmDateTime startDateTimeField;
///
public QueryBase[] QuerySet
{
get
{
return this.querySetField;
}
set
{
this.querySetField = value;
}
}
///
public string JobName
{
get
{
return this.jobNameField;
}
set
{
this.jobNameField = value;
}
}
///
public bool SendEmailNotification
{
get
{
return this.sendEmailNotificationField;
}
set
{
this.sendEmailNotificationField = value;
}
}
///
public System.Guid[] ToRecipients
{
get
{
return this.toRecipientsField;
}
set
{
this.toRecipientsField = value;
}
}
///
public System.Guid[] CCRecipients
{
get
{
return this.cCRecipientsField;
}
set
{
this.cCRecipientsField = value;
}
}
///
public string RecurrencePattern
{
get
{
return this.recurrencePatternField;
}
set
{
this.recurrencePatternField = value;
}
}
///
public CrmDateTime StartDateTime
{
get
{
return this.startDateTimeField;
}
set
{
this.startDateTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BookRequest : Request
{
private TargetSchedule targetField;
///
public TargetSchedule Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class BackgroundSendEmailRequest : Request
{
private QueryBase queryField;
private bool returnDynamicEntitiesField;
///
public QueryBase Query
{
get
{
return this.queryField;
}
set
{
this.queryField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ReturnDynamicEntities
{
get
{
return this.returnDynamicEntitiesField;
}
set
{
this.returnDynamicEntitiesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AutoMapEntityRequest : Request
{
private System.Guid entityMapIdField;
///
public System.Guid EntityMapId
{
get
{
return this.entityMapIdField;
}
set
{
this.entityMapIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AssociateEntitiesRequest : Request
{
private Moniker moniker1Field;
private Moniker moniker2Field;
private string relationshipNameField;
///
public Moniker Moniker1
{
get
{
return this.moniker1Field;
}
set
{
this.moniker1Field = value;
}
}
///
public Moniker Moniker2
{
get
{
return this.moniker2Field;
}
set
{
this.moniker2Field = value;
}
}
///
public string RelationshipName
{
get
{
return this.relationshipNameField;
}
set
{
this.relationshipNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AssignUserRolesRoleRequest : Request
{
private System.Guid userIdField;
private System.Guid[] roleIdsField;
///
public System.Guid UserId
{
get
{
return this.userIdField;
}
set
{
this.userIdField = value;
}
}
///
public System.Guid[] RoleIds
{
get
{
return this.roleIdsField;
}
set
{
this.roleIdsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AssignRequest : Request
{
private TargetOwned targetField;
private SecurityPrincipal assigneeField;
///
public TargetOwned Target
{
get
{
return this.targetField;
}
set
{
this.targetField = value;
}
}
///
public SecurityPrincipal Assignee
{
get
{
return this.assigneeField;
}
set
{
this.assigneeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddSubstituteProductRequest : Request
{
private System.Guid productIdField;
private System.Guid substituteIdField;
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
///
public System.Guid SubstituteId
{
get
{
return this.substituteIdField;
}
set
{
this.substituteIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddProductToKitRequest : Request
{
private System.Guid kitIdField;
private System.Guid productIdField;
///
public System.Guid KitId
{
get
{
return this.kitIdField;
}
set
{
this.kitIdField = value;
}
}
///
public System.Guid ProductId
{
get
{
return this.productIdField;
}
set
{
this.productIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddPrivilegesRoleRequest : Request
{
private System.Guid roleIdField;
private RolePrivilege[] privilegesField;
///
public System.Guid RoleId
{
get
{
return this.roleIdField;
}
set
{
this.roleIdField = value;
}
}
///
public RolePrivilege[] Privileges
{
get
{
return this.privilegesField;
}
set
{
this.privilegesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddMembersTeamRequest : Request
{
private System.Guid teamIdField;
private System.Guid[] memberIdsField;
///
public System.Guid TeamId
{
get
{
return this.teamIdField;
}
set
{
this.teamIdField = value;
}
}
///
public System.Guid[] MemberIds
{
get
{
return this.memberIdsField;
}
set
{
this.memberIdsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddMemberListRequest : Request
{
private System.Guid listIdField;
private System.Guid entityIdField;
///
public System.Guid ListId
{
get
{
return this.listIdField;
}
set
{
this.listIdField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddItemCampaignRequest : Request
{
private System.Guid campaignIdField;
private System.Guid entityIdField;
private EntityName entityNameField;
///
public System.Guid CampaignId
{
get
{
return this.campaignIdField;
}
set
{
this.campaignIdField = value;
}
}
///
public System.Guid EntityId
{
get
{
return this.entityIdField;
}
set
{
this.entityIdField = value;
}
}
///
public EntityName EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public enum EntityName
{
///
none,
///
account,
///
activitymimeattachment,
///
activityparty,
///
activitypointer,
///
annotation,
///
annualfiscalcalendar,
///
appointment,
///
asyncoperation,
///
attributemap,
///
bulkdeletefailure,
///
bulkdeleteoperation,
///
bulkoperation,
///
bulkoperationlog,
///
businesstask,
///
businessunit,
///
businessunitnewsarticle,
///
calendar,
///
calendarrule,
///
campaign,
///
campaignactivity,
///
campaignactivityitem,
///
campaignitem,
///
campaignresponse,
///
columnmapping,
///
competitor,
///
constraintbasedgroup,
///
contact,
///
contract,
///
contractdetail,
///
contracttemplate,
///
customeraddress,
///
customeropportunityrole,
///
customerrelationship,
///
discount,
///
discounttype,
///
displaystring,
///
duplicaterecord,
///
duplicaterule,
///
duplicaterulecondition,
///
email,
///
entitymap,
///
equipment,
///
fax,
///
fixedmonthlyfiscalcalendar,
///
import,
///
importdata,
///
importfile,
///
importjob,
///
importlog,
///
importmap,
///
incident,
///
incidentresolution,
///
invoice,
///
invoicedetail,
///
isvconfig,
///
kbarticle,
///
kbarticlecomment,
///
kbarticletemplate,
///
lead,
///
letter,
///
license,
///
list,
///
listmember,
///
lookupmapping,
///
mailmergetemplate,
///
monthlyfiscalcalendar,
///
notification,
///
opportunity,
///
opportunityclose,
///
opportunityproduct,
///
orderclose,
///
organization,
///
organizationui,
///
ownermapping,
///
phonecall,
///
picklistmapping,
///
pluginassembly,
///
plugintype,
///
pricelevel,
///
privilege,
///
product,
///
productpricelevel,
///
quarterlyfiscalcalendar,
///
queue,
///
queueitem,
///
quote,
///
quoteclose,
///
quotedetail,
///
relationshiprole,
///
relationshiprolemap,
///
report,
///
reportcategory,
///
reportentity,
///
reportlink,
///
reportvisibility,
///
resource,
///
resourcegroup,
///
resourcespec,
///
role,
///
salesliterature,
///
salesliteratureitem,
///
salesorder,
///
salesorderdetail,
///
savedquery,
///
sdkmessage,
///
sdkmessagefilter,
///
sdkmessageprocessingstep,
///
sdkmessageprocessingstepimage,
///
sdkmessageprocessingstepsecureconfig,
///
semiannualfiscalcalendar,
///
service,
///
serviceappointment,
///
site,
///
subject,
///
subscription,
///
subscriptionclients,
///
subscriptionsyncinfo,
///
systemuser,
///
task,
///
team,
///
template,
///
territory,
///
timezonedefinition,
///
timezonelocalizedname,
///
timezonerule,
///
transactioncurrency,
///
transformationmapping,
///
transformationparametermapping,
///
uom,
///
uomschedule,
///
userquery,
///
usersettings,
///
webwizard,
///
wfprocess,
///
wfprocessinstance,
///
wizardaccessprivilege,
///
wizardpage,
///
workflow,
///
workflowdependency,
///
workflowlog,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices")]
public partial class AddItemCampaignActivityRequest : Request
{
private System.Guid campaignActivityIdField;
private System.Guid itemIdField;
private EntityName entityNameField;
///
public System.Guid CampaignActivityId
{
get
{
return this.campaignActivityIdField;
}
set
{
this.campaignActivityIdField = value;
}
}
///
public System.Guid ItemId
{
get
{
return this.itemIdField;
}
set
{
this.itemIdField = value;
}
}
///
public EntityName EntityName
{
get
{
return this.entityNameField;
}
set
{
this.entityNameField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WebServiceApiOrigin))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OfflineOrigin))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AsyncServiceOrigin))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ApplicationOrigin))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
public abstract partial class CallerOrigin
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
public partial class WebServiceApiOrigin : CallerOrigin
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
public partial class OfflineOrigin : CallerOrigin
{
private CrmDateTime offlineTimestampField;
///
public CrmDateTime OfflineTimestamp
{
get
{
return this.offlineTimestampField;
}
set
{
this.offlineTimestampField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
public partial class AsyncServiceOrigin : CallerOrigin
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
public partial class ApplicationOrigin : CallerOrigin
{
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices", IsNullable = true)]
public partial class CallerOriginToken : System.Web.Services.Protocols.SoapHeader
{
private CallerOrigin callerOriginField;
///
public CallerOrigin CallerOrigin
{
get
{
return this.callerOriginField;
}
set
{
this.callerOriginField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/CoreTypes")]
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://schemas.microsoft.com/crm/2007/WebServices", IsNullable = true)]
public partial class CrmAuthenticationToken : System.Web.Services.Protocols.SoapHeader
{
private int authenticationTypeField;
private string crmTicketField;
private string organizationNameField;
private System.Guid callerIdField;
///
public int AuthenticationType
{
get
{
return this.authenticationTypeField;
}
set
{
this.authenticationTypeField = value;
}
}
///
public string CrmTicket
{
get
{
return this.crmTicketField;
}
set
{
this.crmTicketField = value;
}
}
///
public string OrganizationName
{
get
{
return this.organizationNameField;
}
set
{
this.organizationNameField = value;
}
}
///
public System.Guid CallerId
{
get
{
return this.callerIdField;
}
set
{
this.callerIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public delegate void ExecuteCompletedEventHandler(object sender, ExecuteCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ExecuteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
{
private object[] results;
internal ExecuteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState)
{
this.results = results;
}
///
public Response Result
{
get
{
this.RaiseExceptionIfNecessary();
return ((Response)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public delegate void FetchCompletedEventHandler(object sender, FetchCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class FetchCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
{
private object[] results;
internal FetchCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState)
{
this.results = results;
}
///
public string Result
{
get
{
this.RaiseExceptionIfNecessary();
return ((string)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public delegate void CreateCompletedEventHandler(object sender, CreateCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CreateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
{
private object[] results;
internal CreateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState)
{
this.results = results;
}
///
public System.Guid Result
{
get
{
this.RaiseExceptionIfNecessary();
return ((System.Guid)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public delegate void DeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public delegate void RetrieveCompletedEventHandler(object sender, RetrieveCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class RetrieveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
{
private object[] results;
internal RetrieveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState)
{
this.results = results;
}
///
public BusinessEntity Result
{
get
{
this.RaiseExceptionIfNecessary();
return ((BusinessEntity)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public delegate void RetrieveMultipleCompletedEventHandler(object sender, RetrieveMultipleCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class RetrieveMultipleCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
{
private object[] results;
internal RetrieveMultipleCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState)
{
this.results = results;
}
///
public BusinessEntityCollection Result
{
get
{
this.RaiseExceptionIfNecessary();
return ((BusinessEntityCollection)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public delegate void UpdateCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);